Num CPU is wonrg in statspack

Gurus -
Can someone tell me why my statspack report reads the number of CPUs differently:
Num CPUs: 16 Phys Memory (MB): 10,240
While my AIX LPAR shows:
servername(dbname): lparstat -i | grep "Online Virtual CPUs"
Online Virtual CPUs : 2
servername(dbname): lsdev -Ccprocessor | grep -ci available
2
Should I base my calculation on 2 or 16 CPUs, statspack % will all be wrong if it's basing the calculation on 16.
When I see in top 5 timed wait, it comes up close to 2.74
Top 5 Timed Events                                                    Avg %Total
~~~~~~~~~~~~~~~~~~                                                   wait   Call
Event                                            Waits    Time (s)   (ms)   Time
db file sequential read                         70,136       1,811     26   36.6
log file sync                                   27,071       1,505     56   30.4
log file parallel write                         23,611         785     33   15.9
CPU time                                                       612          12.4
db file parallel write                           1,456          85     58    1.7total cpu seconds = 612/0.124 = 4935
since it's a 30 minutes snap,
num cpu = 4935/30*60
which is 2.74?
Any clues what i might be missing here.. ?.. It's a 10.2.0.3 DB FYI.

988590 wrote:
Can someone tell me why my statspack report reads the number of CPUs differently:
Top 5 Timed Events                                                    Avg %Total
~~~~~~~~~~~~~~~~~~                                                   wait   Call
Event                                            Waits    Time (s)   (ms)   Time
db file sequential read                         70,136       1,811     26   36.6
log file sync                                   27,071       1,505     56   30.4
log file parallel write                         23,611         785     33   15.9
CPU time                                                       612          12.4
db file parallel write                           1,456          85     58    1.7total cpu seconds = 612/0.124 = 4935
since it's a 30 minutes snap,
num cpu = 4935/30*60
which is 2.74?
To answer the first question - I think it may simply be that whatever call Oracle makes to count the CPUs it manages to find all the CPUs on the machine rather than the 2 CPUs you've assigned to the lpar. Provided you're aware of the error (and effective CPU limit) then it's probably not an important issue.
Following on from that, you're misinterpreting the 12.4%; it's not the percentage of available CPU time on the (virual) machine, it's the percentage of the time that sessions spent on the CPU while doing work in the database code. The way you relate that to your CPU count and elapsed time is:
Elapsed = 30 minutes = 1,800 seconds. For 2 CPUs you have a total of 3,600 CPU seconds available, of which you've used 612, ca. 16% of available CPU. (On average, this looks a reasonable utilisation for a machine with 2 CPUs.)
Regards
Jonathan Lewis

Similar Messages

  • CPU Related Report From Statspack

    Hello, I am looking for a statspack query that will produce a report regarding CPU (usage, parses etc.). It has to calculate the average of each day, in order to use the values in excel and build a trend analysis report.
    An example a similar report I need but for the I/O is: http://www.dba-oracle.com/unix_linux/io_activity.htm
    Any help will be much appreciated.
    Thank you.

    You can try to use the ones written by Tim Gorman and if there isn't anything for your purpose I think you can also use the same logic he used (LAG function) for most of the queries
    http://www.evdbt.com/tools.htm
    section
    SQL*Plus scripts related to STATSPACK:
    Coskan Gundogar
    Blog: http://coskan.wordpress.com
    Twitter: http://www.twitter.com/coskan
    Linkedin: http://uk.linkedin.com/in/coskan
    ---------

  • Urgt:How to identify TOP 5 SQL using more CPU time  without using statspack

    How to identify the TOP 5 SQL queries which are consuming more CPU time during the timespan of 24 hours for entire database. There are N number of users who have issued sql queries, out of which few users have disconnected and few user are still connected to the database(I need to consider all sessions). My database version is 9.0.1. I don't want to use statspack. Is there any way to identify TOP 5 SQL consuming more CPU time without affecting the performance of the database. Can any one help me on this? Its urgent!!. I don't want to use statspack becasue it degrades the performance and i cannot afford to run it for 24 hours.

    You don't run statspack for 24 hours, that would infact be pointless...
    Run statspack for say a 10 or 15 minute window during a particular "busy" period on your database. If you run it for longer then all the useful data will have been "averaged out". You want a snapshot in time, not an average over the day.

  • How to identify TOP 5 SQL consuming more CPU time without using statspack

    How to identify the TOP 5 SQL queries which are consuming more CPU time during the timespan of 24 hours for entire database. There are N number of users who have issued sql queries, out of which few users have disconnected and few user are still connected to the database(I need to consider all sessions). My database version is 9.0.1. I don't want to use statspack. Is there any way to identify TOP 5 SQL consuming more CPU time without affecting the performance of the database. Can any one help me on this? Its urgent!!.

    My database version is 9.0.1. I don't want
    to use statspack. Is there any way to identify TOP 5
    SQL consuming more CPU time without affecting the
    performance of the database. Can any one help me on
    this? Its urgent!!.I cant understand why you dont want to use statspack. As it is very easy to use and very quick to identify bottlenecks. Try using statspack. Its really wonderful.
    Particularly in your case statspack is the best.
    Regards,
    Sanju.

  • Understanding statspack report(CPU time in top time events)

    Hi,
    I am using oracle 9.2.0.8 RAC on SUN solaris platform.I am trying to understand my DB statistics using the below statspack report.Can you please coment on the below report
    My quetions/thoughts are:
    1) CPU time is in the top timed events,Is that eman some need to do with CPU increase.Was CPU bottleneck?
    2) Parse CPU to Parse Elapsd %: 80.28 .Is this means I am hard parsing most of the time.How can identify which queries doing more hard parses.what is mean by% Non-Parse CPU: 98.76
    3) Memory Usage %: 96.25 96.64.It seems to be there is too much memory usage.Can you elaborate this usage about what could be the reasons for this to happen
    4) global cache cr request is coming in the top wait evetns and top timed events.Is there some issue with RAC?
    5) can you please explain about 5 CR Blocks Served (RAC) and 5 CU Blocks Served (RAC) and Top 5 ITL Waits per
    Your help is appreciated!!
    Load Profile
    ~~~~~~~~~~~~ Per Second Per Transaction
    Redo size: 2,101,521.49 18,932.15
    Logical reads: 91,525.82 824.54
    Block changes: 6,720.68 60.55
    Physical reads: 5,644.92 50.85
    Physical writes: 464.97 4.19
    User calls: 922.79 8.31
    Parses: 342.37 3.08
    Hard parses: 1.52 0.01
    Sorts: 324.18 2.92
    Logons: 2.66 0.02
    Executes: 2,131.75 19.20
    Transactions: 111.00
    % Blocks changed per Read: 7.34 Recursive Call %: 78.48
    Rollback per transaction %: 22.43 Rows per Sort: 15.89
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Buffer Nowait %: 99.66 Redo NoWait %: 100.00
    Buffer Hit %: 93.86 In-memory Sort %: 100.00
    Library Hit %: 99.95 Soft Parse %: 99.56
    Execute to Parse %: 83.94 Latch Hit %: 99.79
    Parse CPU to Parse Elapsd %: 80.28 % Non-Parse CPU: 98.76
    Shared Pool Statistics Begin End
    Memory Usage %: 96.25 96.64
    % SQL with executions>1: 34.19 32.67
    % Memory for SQL w/exec>1: 39.87 40.47
    Top 5 Timed Events
    ~~~~~~~~~~~~~~~~~~ % Total
    Event Waits Time (s) Ela Time
    CPU time 10,406 42.54
    db file sequential read 1,707,372 4,282 17.51
    global cache cr request 2,566,822 2,369 9.68
    db file scattered read 1,109,892 1,719 7.03
    SQL*Net break/reset to client 17,287 1,348 5.51
    Wait Events for DB: Instance:
    -> s - second
    -> cs - centisecond - 100th of a second
    -> ms - millisecond - 1000th of a second
    -> us - microsecond - 1000000th of a second
    -> ordered by wait time desc, waits desc (idle events last)
    Avg
    Total Wait wait Waits
    Event Waits Timeouts Time (s) (ms) /txn
    db file sequential read 1,707,372 0 4,282 3 8.5
    global cache cr request 2,566,822 3,356 2,369 1 12.8
    db file scattered read 1,109,892 0 1,719 2 5.5
    SQL*Net break/reset to clien 17,287 0 1,348 78 0.1
    buffer busy waits 312,198 11 1,082 3 1.6
    Message was edited by:
    user509266

    This statspack taken for 30 minutes interval.We have 16 CPU's.We never got ORA-4031 errors.It means you have 16 * 30 * 60 = 28,800 seconds CPU available during the interval but you only used 10,406. So you don't have a CPU problem.
    For Statspack documentation, you can have a look to <ORACLE_HOME>/rdbms/admin/spdoc.txt, Metalink note 228913.1, Jonathan Lewis Scratchpad, books commended by Rajesh Kumar Yogi and also to http://www.oracle.com/technology/deploy/performance/index.html

  • Statspack

    How do I interpret it ...And can anyone please suggest measures to improve my database performance from the available report.
    STATSPACK report for
    Database DB Id Instance Inst Num Startup Time Release RAC
    ~~~~~~~~ ----------- ------------ -------- --------------- ----------- ---
    1184214567 orcl 1 03-Jun-08 16:02 10.2.0.1.0 NO
    Host Name: KRISHNAF39E Num CPUs: 1 Phys Memory (MB): 512
    ~~~~
    Snapshot Snap Id Snap Time Sessions Curs/Sess Comment
    ~~~~~~~~ ---------- ------------------ -------- --------- -------------------
    Begin Snap: 1 03-Jun-08 16:07:21 17 5.8
    End Snap: 32 03-Jun-08 21:35:08 22 9.0
    Elapsed: 327.78 (mins)
    Cache Sizes Begin End
    ~~~~~~~~~~~ ---------- ----------
    Buffer Cache: 76M 72M Std Block Size: 8K
    Shared Pool Size: 72M 76M Log Buffer: 2,832K
    Load Profile Per Second Per Transaction
    ~~~~~~~~~~~~ --------------- ---------------
    Redo size: 626.65 10,085.31
    Logical reads: 18.57 298.82
    Block changes: 2.72 43.79
    Physical reads: 0.13 2.07
    Physical writes: 0.34 5.40
    User calls: 1.31 21.14
    Parses: 1.56 25.10
    Hard parses: 0.20 3.14
    Sorts: 0.95 15.27
    Logons: 0.01 0.17
    Executes: 4.16 67.02
    Transactions: 0.06
    % Blocks changed per Read: 14.66 Recursive Call %: 95.81
    Rollback per transaction %: 5.32 Rows per Sort: 9.86
    Instance Efficiency Percentages
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Buffer Nowait %: 100.00 Redo NoWait %: 99.99
    Buffer Hit %: 99.31 In-memory Sort %: 100.00
    Library Hit %: 92.48 Soft Parse %: 87.47
    Execute to Parse %: 62.55 Latch Hit %: 99.99
    Parse CPU to Parse Elapsd %: 76.73 % Non-Parse CPU: 86.05
    Shared Pool Statistics Begin End
    Memory Usage %: 75.34 93.45
    % SQL with executions>1: 64.78 93.71
    % Memory for SQL w/exec>1: 85.34 95.57
    Top 5 Timed Events Avg %Total
    ~~~~~~~~~~~~~~~~~~ wait Call
    Event Waits Time (s) (ms) Time
    control file parallel write 5,371 147 27 28.2
    CPU time 108 20.7
    db file parallel write 3,730 86 23 16.5
    log file parallel write 2,080 45 22 8.7
    control file sequential read 5,651 42 7 8.0
    Host CPU (CPUs: 1)
    ~~~~~~~~ Load Average
    Begin End User System Idle WIO WCPU
    0.89 3.04 96.07
    Note: There is a 18% discrepancy between the OS Stat total CPU time and
    the total CPU time estimated by Statspack
    OS Stat CPU time: 16115(s) (BUSY_TIME + IDLE_TIME)
    Statspack CPU time: 19667(s) (Elapsed time * num CPUs in end snap)
    Instance CPU
    ~~~~~~~~~~~~
    % of total CPU for Instance: 0.92
    % of busy CPU for Instance: 23.31
    %DB time waiting for CPU - Resource Mgr:
    Memory Statistics Begin End
    ~~~~~~~~~~~~~~~~~ ------------ ------------
    Host Mem (MB): 511.6 511.6
    SGA use (MB): 160.0 160.0
    PGA use (MB): 24.5 29.5
    % Host Mem used for SGA+PGA: 36.1 37.1
    Time Model System Stats DB/Inst: ORCL/orcl Snaps: 1-32
    -> Ordered by % of DB time desc, Statistic name
    Statistic Time (s) % of DB time
    sql execute elapsed time 162.4 76.3
    DB CPU 103.7 48.7
    PL/SQL execution elapsed time 50.2 23.6
    parse time elapsed 36.3 17.1
    hard parse elapsed time 34.0 16.0
    PL/SQL compilation elapsed time 5.5 2.6
    hard parse (sharing criteria) elaps 0.8 .4
    connection management call elapsed 0.6 .3
    repeated bind elapsed time 0.2 .1
    hard parse (bind mismatch) elapsed 0.0 .0
    sequence load elapsed time 0.0 .0
    failed parse elapsed time 0.0 .0
    DB time 212.8
    background elapsed time 366.6
    background cpu time 43.9
    Wait Events DB/Inst: ORCL/orcl Snaps: 1-32
    -> s - second, cs - centisecond, ms - millisecond, us - microsecond
    -> %Timeouts: value of 0 indicates value was < .5%. Value of null is truly 0
    -> Only events with Total Wait Time (s) >= .001 are shown
    -> ordered by Total Wait Time desc, Waits desc (idle events last)
    Avg
    %Time Total Wait wait Waits
    Event Waits -outs Time (s) (ms) /txn
    control file parallel write 5,371 0 147 27 4.4
    db file parallel write 3,730 0 86 23 3.1
    log file parallel write 2,080 0 45 22 1.7
    control file sequential read 5,651 0 42 7 4.6
    db file sequential read 2,009 0 37 19 1.6
    log file sync 910 1 35 38 0.7
    Streams AQ: qmn coordinator waiti 2 100 10 5004 0.0
    db file scattered read 111 0 4 35 0.1
    os thread startup 71 0 3 41 0.1
    Data file init write 16 0 1 72 0.0
    library cache load lock 3 0 1 337 0.0
    SQL*Net break/reset to client 1,232 0 1 1 1.0
    log file switch completion 3 0 1 192 0.0
    SGA: MMAN sleep for component shr 64 67 0 7 0.1
    latch free 416 0 0 0 0.3
    read by other session 6 0 0 20 0.0
    rdbms ipc reply 62 0 0 2 0.1
    library cache pin 4 0 0 16 0.0
    log file sequential read 2 0 0 14 0.0
    latch: library cache 6 0 0 3 0.0
    LGWR wait for redo copy 24 0 0 1 0.0
    log file single write 2 0 0 5 0.0
    buffer busy waits 9 0 0 1 0.0
    latch: shared pool 5 0 0 0 0.0
    direct path write 21 0 0 0 0.0
    SQL*Net message from client 23,572 0 49,054 2081 19.3
    Streams AQ: qmn slave idle wait 705 16 18,942 26868 0.6
    Streams AQ: qmn coordinator idle 1,015 76 16,085 15848 0.8
    Streams AQ: waiting for messages 3,226 99 16,080 4985 2.6
    virtual circuit status 538 100 16,071 29872 0.4
    wait for unread message on broadc 15,873 100 15,891 1001 13.0
    Streams AQ: waiting for time mana 87 47 10,271 ###### 0.1
    jobq slave wait 1,263 99 3,780 2993 1.0
    class slave wait 3 100 15 5004 0.0
    SQL*Net message to client 23,577 0 0 0 19.3
    SQL*Net more data from client 139 0 0 0 0.1
    Background Wait Events DB/Inst: ORCL/orcl Snaps: 1-32
    -> %Timeouts: value of 0 indicates value was < .5%. Value of null is truly 0
    -> Only events with Total Wait Time (s) >= .001 are shown
    -> ordered by Total Wait Time desc, Waits desc (idle events last)
    Avg
    %Time Total Wait wait Waits
    Event Waits -outs Time (s) (ms) /txn
    control file parallel write 5,368 0 147 27 4.4
    db file parallel write 3,730 0 86 23 3.1
    log file parallel write 2,080 0 45 22 1.7
    events in waitclass Other 369 1 10 28 0.3
    control file sequential read 783 0 8 10 0.6
    os thread startup 71 0 3 41 0.1
    db file sequential read 112 0 2 17 0.1
    db file scattered read 70 0 1 20 0.1
    log file switch completion 3 0 1 192 0.0
    SGA: MMAN sleep for component shr 64 67 0 7 0.1
    log file sequential read 2 0 0 14 0.0
    log file single write 2 0 0 5 0.0
    buffer busy waits 9 0 0 1 0.0
    rdbms ipc message 53,282 96 139,790 2624 43.6
    pmon timer 5,447 100 16,111 2958 4.5
    Streams AQ: qmn coordinator idle 1,015 76 16,085 15848 0.8
    smon timer 67 73 15,427 ###### 0.1
    Streams AQ: qmn slave idle wait 456 11 12,775 28016 0.4
    Streams AQ: waiting for time mana 87 47 10,271 ###### 0.1
    Wait Event Histogram DB/Inst: ORCL/orcl Snaps: 1-32
    -> Total Waits - units: K is 1000, M is 1000000, G is 1000000000
    -> % of Waits - column heading: <=1s is truly <1024ms, >1s is truly >=1024ms
    -> % of Waits - value: .0 indicates value was <.05%, null is truly 0
    -> Ordered by Event (idle events last)
    Total ----------------- % of Waits ------------------
    Event Waits <1ms <2ms <4ms <8ms <16ms <32ms <=1s >1s
    Data file init write 16 37.5 18.8 31.3 12.5
    LGWR wait for redo copy 24 95.8 4.2
    SGA: MMAN sleep for compon 64 14.1 4.7 6.3 29.7 43.8 1.6
    SQL*Net break/reset to cli 1232 91.2 6.9 .8 .6 .2 .2
    SQL*Net more data to clien 12 100.0
    Streams AQ: qmn coordinato 2 100.0
    buffer busy waits 9 88.9 11.1
    control file parallel writ 5371 .4 39.6 54.2 .8 .4 .8 3.3 .5
    control file sequential re 5651 86.9 2.9 1.3 .9 1.7 3.1 3.0 .1
    db file parallel write 3730 28.7 6.1 10.0 9.7 15.4 20.1 9.8 .2
    db file scattered read 111 10.8 9.0 18.9 11.7 10.8 17.1 21.6
    db file sequential read 2010 28.6 14.3 4.3 4.7 13.5 20.4 14.2
    db file single write 1 100.0
    direct path read 6 100.0
    direct path write 21 100.0
    latch free 413 96.9 1.7 .7 .7
    latch: enqueue hash chains 1 100.0
    latch: library cache 4 75.0 25.0
    latch: library cache pin 1 100.0
    latch: shared pool 5 80.0 20.0
    library cache load lock 3 100.0
    library cache pin 4 50.0 25.0 25.0
    log file parallel write 2080 69.3 4.7 1.9 .9 2.9 10.2 9.8 .2
    log file sequential read 2 50.0 50.0
    log file single write 2 50.0 50.0
    log file switch completion 3 33.3 33.3 33.3
    log file sync 910 41.0 17.7 2.1 3.0 5.4 13.2 17.7
    os thread startup 71 1.4 1.4 35.2 31.0 12.7 18.3
    rdbms ipc reply 62 83.9 3.2 1.6 4.8 6.5
    read by other session 6 33.3 50.0 16.7
    undo segment extension 1 100.0
    SQL*Net message from clien 23K 84.4 2.2 1.1 .7 .6 .5 .6 9.9
    SQL*Net message to client 23K 99.9 .1
    SQL*Net more data from cli 139 100.0
    Streams AQ: qmn coordinato 1015 22.9 .9 .1 .2 .1 75.9
    Streams AQ: qmn slave idle 705 4.1 .1 .1 .6 1.0 94.0
    Streams AQ: waiting for me 3226 .0 .3 99.7
    Streams AQ: waiting for ti 87 23.0 10.3 66.7
    class slave wait 3 100.0
    dispatcher timer 269 100.0
    jobq slave wait 1263 .4 99.6
    pmon timer 5447 1.4 .1 .1 98.4
    rdbms ipc message 53K 1.0 .2 .2 .2 .3 .2 31.2 66.7
    smon timer 67 9.0 1.5 89.6
    virtual circuit status 538 100.0
    wait for unread message on 15K .0 .0 99.9 .1
    SQL ordered by CPU DB/Inst: ORCL/orcl Snaps: 1-32
    -> Resources reported for PL/SQL code includes the resources used by all SQL
    statements called by the code.
    -> Total DB CPU (s): 104
    -> Captured SQL accounts for 61.1% of Total DB CPU
    -> SQL reported below exceeded 1.0% of Total DB CPU
    CPU CPU per Elapsd Old
    Time (s) Executions Exec (s) %Total Time (s) Buffer Gets Hash Value
    44.02 576 0.08 42.5 46.47 12,780 1206412919
    Module: OEM.SystemPool
    BEGIN EMD_NOTIFICATION.QUEUE_READY(:1, :2, :3); END;
    5.77 6,381 0.00 5.6 5.98 40,624 1396250429
    Module: OEM.SystemPool
    begin MGMT_JOB_ENGINE.get_scheduled_steps(:1, :2, :3, :4); end;
    1.81 1 1.81 1.7 2.08 13,786 2522684317
    Module: SQL*Plus
    BEGIN statspack.snap; END;
    SQL ordered by Elapsed DB/Inst: ORCL/orcl Snaps: 1-32
    -> Resources reported for PL/SQL code includes the resources used by all SQL
    statements called by the code.
    -> Total DB Time (s): 213
    -> Captured SQL accounts for 39.2% of Total DB Time
    -> SQL reported below exceeded 1.0% of Total DB Time
    Elapsed Elap per CPU Old
    Time (s) Executions Exec (s) %Total Time (s) Physical Reads Hash Value
    46.47 576 0.08 21.8 44.02 76 1206412919
    Module: OEM.SystemPool
    BEGIN EMD_NOTIFICATION.QUEUE_READY(:1, :2, :3); END;
    6.18 478 0.01 2.9 0.27 288 986338823
    select /*+ index(idl_ub1$ i_idl_ub11) +*/ piece#,length,piece fr
    om idl_ub1$ where obj#=:1 and part=:2 and version=:3 order by pi
    ece#
    5.98 6,381 0.00 2.8 5.77 6 1396250429
    Module: OEM.SystemPool
    begin MGMT_JOB_ENGINE.get_scheduled_steps(:1, :2, :3, :4); end;
    SQL ordered by Gets DB/Inst: ORCL/orcl Snaps: 1-32
    -> Resources reported for PL/SQL code includes the resources used by all SQL
    statements called by the code.
    -> End Buffer Gets Threshold: 10000 Total Buffer Gets: 365,154
    -> Captured SQL accounts for 54.0% of Total Buffer Gets
    -> SQL reported below exceeded 1.0% of Total Buffer Gets
    CPU Elapsd Old
    Buffer Gets Executions Gets per Exec %Total Time (s) Time (s) Hash Value
    40,624 6,381 6.4 11.1 5.77 5.98 1396250429
    Module: OEM.SystemPool
    begin MGMT_JOB_ENGINE.get_scheduled_steps(:1, :2, :3, :4); end;
    20,280 4,090 5.0 5.6 0.38 0.38 2482976222
    select intcol#,nvl(pos#,0),col#,nvl(spare1,0) from ccol$ where c
    on#=:1
    19,221 6,381 3.0 5.3 0.74 0.74 2360644236
    Module: OEM.SystemPool
    SELECT JOB_ID, EXECUTION_ID, STEP_ID, STEP_NAME, STEP_TYPE, ITER
    ATE_PARAM, ITERATE_PARAM_INDEX, COMMAND_TYPE, TIMEZONE_REGION FR
    OM MGMT_JOB_EXECUTION J WHERE STEP_TYPE IN (:B7 , :B6 , :B5 ) AN
    D STEP_STATUS = :B4 AND COMMAND_TYPE = :B3 AND STEP_NAME LIKE :B
    2 AND START_TIME <= SYS_EXTRACT_UTC(SYSTIMESTAMP) AND ROWNUM <=
    13,786 1 13,786.0 3.8 1.81 2.08 2522684317
    Module: SQL*Plus
    BEGIN statspack.snap; END;
    12,780 576 22.2 3.5 44.02 46.47 1206412919
    Module: OEM.SystemPool
    BEGIN EMD_NOTIFICATION.QUEUE_READY(:1, :2, :3); END;
    12,293 3,871 3.2 3.4 0.55 1.24 3665763022
    update sys.col_usage$ set equality_preds = equality_preds
    + decode(bitand(:flag,1),0,0,1), equijoin_preds = equijoi
    n_preds + decode(bitand(:flag,2),0,0,1), nonequijoin_preds
    = nonequijoin_preds + decode(bitand(:flag,4),0,0,1), range_pre
    ds = range_preds + decode(bitand(:flag,8),0,0,1),
    11,781 860 13.7 3.2 0.28 1.33 2062595902
    select owner#,name,namespace,remoteowner,linkname,p_timestamp,p_
    obj#, nvl(property,0),subname,d_attrs from dependency$ d, obj$ o
    where d_obj#=:1 and p_obj#=obj#(+) order by order#
    10,106 152 66.5 2.8 0.57 0.99 1405417040
    Module: OEM.SystemPool
    INSERT INTO MGMT_METRICS_RAW(COLLECTION_TIMESTAMP, KEY_VALUE, ME
    TRIC_GUID, STRING_VALUE, TARGET_GUID, VALUE) VALUES ( :1, NVL(:2
    , ' '), :3, :4, :5, :6)
    9,538 1,313 7.3 2.6 0.20 0.21 2889900621
    select pos#,intcol#,col#,spare1,bo#,spare2 from icol$ where obj#
    =:1
    9,414 860 10.9 2.6 0.22 1.05 1198893840
    select order#,columns,types from access$ where d_obj#=:1
    8,535 1,002 8.5 2.3 0.48 0.88 3694268570
    SQL ordered by Gets DB/Inst: ORCL/orcl Snaps: 1-32
    -> Resources reported for PL/SQL code includes the resources used by all SQL
    statements called by the code.
    -> End Buffer Gets Threshold: 10000 Total Buffer Gets: 365,154
    -> Captured SQL accounts for 54.0% of Total Buffer Gets
    -> SQL reported below exceeded 1.0% of Total Buffer Gets
    CPU Elapsd Old
    Buffer Gets Executions Gets per Exec %Total Time (s) Time (s) Hash Value
    select i.obj#,i.ts#,i.file#,i.block#,i.intcols,i.type#,i.flags,i
    .property,i.pctfree$,i.initrans,i.maxtrans,i.blevel,i.leafcnt,i.
    distkey,i.lblkkey,i.dblkkey,i.clufac,i.cols,i.analyzetime,i.samp
    lesize,i.dataobj#,nvl(i.degree,1),nvl(i.instances,1),i.rowcnt,mo
    d(i.pctthres$,256),i.indmethod#,i.trunccnt,nvl(c.unicols,0),nvl(
    8,516 3,330 2.6 2.3 0.23 1.51 4274598960
    select /*+ rule */ bucket_cnt, row_cnt, cache_cnt, null_cnt, tim
    estamp#, sample_size, minimum, maximum, distcnt, lowval, hival,
    density, col#, spare1, spare2, avgcln from hist_head$ where obj#
    =:1 and intcol#=:2
    7,836 194 40.4 2.1 0.06 0.06 1129615673
    select u.name,o.name, t.update$, t.insert$, t.delete$, t.enabled
    from obj$ o,user$ u,trigger$ t where t.baseobject=:1 and t.ob
    j#=o.obj# and o.owner#=u.user# and bitand(property,16)=0 and bi
    tand(property,8)=0 order by o.obj#
    6,647 3,269 2.0 1.8 0.99 0.99 1316169839
    select job, nvl2(last_date, 1, 0) from sys.job$ where (((:1 <= n
    ext_date) and (next_date < :2)) or ((last_date is null) and
    (next_date < :3))) and (field1 = :4 or (field1 = 0 and 'Y' = :5)
    ) and (this_date is null) order by next_date, job
    6,643 860 7.7 1.8 0.18 0.20 1937775682
    select con#,type#,condlength,intcols,robj#,rcon#,match#,refact,n
    vl(enabled,0),rowid,cols,nvl(defer,0),mtime,nvl(spare1,0) from c
    def$ where obj#=:1
    6,152 112 54.9 1.7 0.62 1.05 1666200974
    Module: OEM.SystemPool
    BEGIN EM_PING.RECORD_BATCH_HEARTBEAT(:1, :2, :3); END;
    5,398 173 31.2 1.5 0.36 0.47 2384968239
    Module: OEM.SystemPool
    BEGIN :1 := MGMT_BLACKOUT_ENGINE.get_blackout_windows(:2,:3); EN
    D;
    5,037 1,247 4.0 1.4 0.52 0.54 839312984
    select name,intcol#,segcol#,type#,length,nvl(precision#,0),decod
    e(type#,2,nvl(scale,-127/*MAXSB1MINAL*/),178,scale,179,scale,180
    ,scale,181,scale,182,scale,183,scale,231,scale,0),null$,fixedsto
    rage,nvl(deflength,0),default$,rowid,col#,property, nvl(charseti
    d,0),nvl(charsetform,0),spare1,spare2,nvl(spare3,0) from col$ wh
    SQL ordered by Reads DB/Inst: ORCL/orcl Snaps: 1-32
    -> End Disk Reads Threshold: 1000 Total Disk Reads: 2,530
    -> Captured SQL accounts for 28.4% of Total Disk Reads
    -> SQL reported below exceeded 1.0% of Total Disk Reads
    CPU Elapsd Old
    Physical Reads Executions Reads per Exec %Total Time (s) Time (s) Hash Value
    288 478 0.6 11.4 0.27 6.18 986338823
    select /*+ index(idl_ub1$ i_idl_ub11) +*/ piece#,length,piece fr
    om idl_ub1$ where obj#=:1 and part=:2 and version=:3 order by pi
    ece#
    76 576 0.1 3.0 44.02 46.47 1206412919
    Module: OEM.SystemPool
    BEGIN EMD_NOTIFICATION.QUEUE_READY(:1, :2, :3); END;
    69 478 0.1 2.7 0.12 1.25 386388955
    select /*+ index(idl_ub2$ i_idl_ub21) +*/ piece#,length,piece fr
    om idl_ub2$ where obj#=:1 and part=:2 and version=:3 order by pi
    ece#
    47 3,330 0.0 1.9 0.23 1.51 4274598960
    select /*+ rule */ bucket_cnt, row_cnt, cache_cnt, null_cnt, tim
    estamp#, sample_size, minimum, maximum, distcnt, lowval, hival,
    density, col#, spare1, spare2, avgcln from hist_head$ where obj#
    =:1 and intcol#=:2
    43 860 0.1 1.7 0.28 1.33 2062595902
    select owner#,name,namespace,remoteowner,linkname,p_timestamp,p_
    obj#, nvl(property,0),subname,d_attrs from dependency$ d, obj$ o
    where d_obj#=:1 and p_obj#=obj#(+) order by order#
    36 478 0.1 1.4 0.11 1.58 2954231783
    select /*+ index(idl_sb4$ i_idl_sb41) +*/ piece#,length,piece fr
    om idl_sb4$ where obj#=:1 and part=:2 and version=:3 order by pi
    ece#
    35 860 0.0 1.4 0.22 1.05 1198893840
    select order#,columns,types from access$ where d_obj#=:1
    26 173 0.2 1.0 0.36 0.47 2384968239
    Module: OEM.SystemPool
    BEGIN :1 := MGMT_BLACKOUT_ENGINE.get_blackout_windows(:2,:3); EN
    D;
    SQL ordered by Executions DB/Inst: ORCL/orcl Snaps: 1-32
    -> End Executions Threshold: 100 Total Executions: 81,903
    -> Captured SQL accounts for 76.9% of Total Executions
    -> SQL reported below exceeded 1.0% of Total Executions
    CPU per Elap per Old
    Executions Rows Processed Rows per Exec Exec (s) Exec (s) Hash Value
    6,435 6,435 1.0 0.00 0.00 1667689875
    Module: EM_PING
    SELECT SYS_EXTRACT_UTC(SYSTIMESTAMP) FROM DUAL
    6,381 6,381 1.0 0.00 0.00 1396250429
    Module: OEM.SystemPool
    begin MGMT_JOB_ENGINE.get_scheduled_steps(:1, :2, :3, :4); end;
    6,381 0 0.0 0.00 0.00 2360644236
    Module: OEM.SystemPool
    SELECT JOB_ID, EXECUTION_ID, STEP_ID, STEP_NAME, STEP_TYPE, ITER
    ATE_PARAM, ITERATE_PARAM_INDEX, COMMAND_TYPE, TIMEZONE_REGION FR
    OM MGMT_JOB_EXECUTION J WHERE STEP_TYPE IN (:B7 , :B6 , :B5 ) AN
    D STEP_STATUS = :B4 AND COMMAND_TYPE = :B3 AND STEP_NAME LIKE :B
    2 AND START_TIME <= SYS_EXTRACT_UTC(SYSTIMESTAMP) AND ROWNUM <=
    4,090 6,051 1.5 0.00 0.00 2482976222
    select intcol#,nvl(pos#,0),col#,nvl(spare1,0) from ccol$ where c
    on#=:1
    3,871 3,255 0.8 0.00 0.00 3665763022
    update sys.col_usage$ set equality_preds = equality_preds
    + decode(bitand(:flag,1),0,0,1), equijoin_preds = equijoi
    n_preds + decode(bitand(:flag,2),0,0,1), nonequijoin_preds
    = nonequijoin_preds + decode(bitand(:flag,4),0,0,1), range_pre
    ds = range_preds + decode(bitand(:flag,8),0,0,1),
    3,330 1,856 0.6 0.00 0.00 4274598960
    select /*+ rule */ bucket_cnt, row_cnt, cache_cnt, null_cnt, tim
    estamp#, sample_size, minimum, maximum, distcnt, lowval, hival,
    density, col#, spare1, spare2, avgcln from hist_head$ where obj#
    =:1 and intcol#=:2
    3,269 52 0.0 0.00 0.00 1316169839
    select job, nvl2(last_date, 1, 0) from sys.job$ where (((:1 <= n
    ext_date) and (next_date < :2)) or ((last_date is null) and
    (next_date < :3))) and (field1 = :4 or (field1 = 0 and 'Y' = :5)
    ) and (this_date is null) order by next_date, job
    3,218 3,218 1.0 0.00 0.00 1693927332
    select count(*) from sys.job$ where (next_date > sysdate) and (n
    ext_date < (sysdate+5/86400))
    1,313 3,457 2.6 0.00 0.00 2889900621
    select pos#,intcol#,col#,spare1,bo#,spare2 from icol$ where obj#
    =:1
    1,247 15,878 12.7 0.00 0.00 839312984
    select name,intcol#,segcol#,type#,length,nvl(precision#,0),decod
    e(type#,2,nvl(scale,-127/*MAXSB1MINAL*/),178,scale,179,scale,180
    ,scale,181,scale,182,scale,183,scale,231,scale,0),null$,fixedsto
    rage,nvl(deflength,0),default$,rowid,col#,property, nvl(charseti
    SQL ordered by Executions DB/Inst: ORCL/orcl Snaps: 1-32
    -> End Executions Threshold: 100 Total Executions: 81,903
    -> Captured SQL accounts for 76.9% of Total Executions
    -> SQL reported below exceeded 1.0% of Total Executions
    CPU per Elap per Old
    Executions Rows Processed Rows per Exec Exec (s) Exec (s) Hash Value
    d,0),nvl(charsetform,0),spare1,spare2,nvl(spare3,0) from col$ wh
    1,003 474 0.5 0.00 0.00 1980305124
    select grantee#,privilege#,nvl(col#,0),max(mod(nvl(option$,0),2)
    )from objauth$ where obj#=:1 group by grantee#,privilege#,nvl(co
    l#,0) order by grantee#
    1,002 1,313 1.3 0.00 0.00 3694268570
    select i.obj#,i.ts#,i.file#,i.block#,i.intcols,i.type#,i.flags,i
    .property,i.pctfree$,i.initrans,i.maxtrans,i.blevel,i.leafcnt,i.
    distkey,i.lblkkey,i.dblkkey,i.clufac,i.cols,i.analyzetime,i.samp
    lesize,i.dataobj#,nvl(i.degree,1),nvl(i.instances,1),i.rowcnt,mo
    d(i.pctthres$,256),i.indmethod#,i.trunccnt,nvl(c.unicols,0),nvl(
    999 0 0.0 0.00 0.00 204386021
    select col#, grantee#, privilege#,max(mod(nvl(option$,0),2)) fro
    m objauth$ where obj#=:1 and col# is not null group by privilege
    #, col#, grantee# order by col#, grantee#
    927 856 0.9 0.00 0.00 2703824309
    select obj#,type#,ctime,mtime,stime,status,dataobj#,flags,oid$,
    spare1, spare2 from obj$ where owner#=:1 and name=:2 and namespa
    ce=:3 and remoteowner is null and linkname is null and subname i
    s null
    901 365 0.4 0.00 0.00 2018736380
    select timestamp, flags from fixed_obj$ where obj#=:1
    860 3,847 4.5 0.00 0.00 1198893840
    select order#,columns,types from access$ where d_obj#=:1
    860 4,090 4.8 0.00 0.00 1937775682
    select con#,type#,condlength,intcols,robj#,rcon#,match#,refact,n
    vl(enabled,0),rowid,cols,nvl(defer,0),mtime,nvl(spare1,0) from c
    def$ where obj#=:1
    860 4,216 4.9 0.00 0.00 2062595902
    select owner#,name,namespace,remoteowner,linkname,p_timestamp,p_
    obj#, nvl(property,0),subname,d_attrs from dependency$ d, obj$ o
    where d_obj#=:1 and p_obj#=obj#(+) order by order#
    860 216 0.3 0.00 0.00 2065408759
    select con#,obj#,rcon#,enabled,nvl(defer,0) from cdef$ where rob
    j#=:1
    857 857 1.0 0.00 0.00 3047156589
    select t.ts#,t.file#,t.block#,nvl(t.bobj#,0),nvl(t.tab#,0),t.int
    cols,nvl(t.clucols,0),t.audit$,t.flags,t.pctfree$,t.pctused$,t.i
    nitrans,t.maxtrans,t.rowcnt,t.blkcnt,t.empcnt,t.avgspc,t.chncnt,
    t.avgrln,t.analyzetime,t.samplesize,t.cols,t.property,nvl(t.degr
    ee,1),nvl(t.instances,1),t.avgspc_flb,t.flbcnt,t.kernelcols,nvl(
    SQL ordered by Executions DB/Inst: ORCL/orcl Snaps: 1-32
    -> End Executions Threshold: 100 Total Executions: 81,903
    -> Captured SQL accounts for 76.9% of Total Executions
    -> SQL reported below exceeded 1.0% of Total Executions
    CPU per Elap per Old
    Executions Rows Processed Rows per Exec Exec (s) Exec (s) Hash Value
    SQL ordered by Parse Calls DB/Inst: ORCL/orcl Snaps: 1-32
    -> End Parse Calls Threshold: 1000 Total Parse Calls: 30,669
    -> Captured SQL accounts for 57.7% of Total Parse Calls
    -> SQL reported below exceeded 1.0% of Total Parse Calls
    % Total Old
    Parse Calls Executions Parses Hash Value
    1,388 616 4.53 260339297
    insert into sys.col_usage$ values ( :objn, :coln, decode(bit
    and(:flag,1),0,0,1), decode(bitand(:flag,2),0,0,1), decode(b
    itand(:flag,4),0,0,1), decode(bitand(:flag,8),0,0,1), decode
    (bitand(:flag,16),0,0,1), decode(bitand(:flag,32),0,0,1), :t
    ime)
    1,388 3,871 4.53 3665763022
    update sys.col_usage$ set equality_preds = equality_preds
    + decode(bitand(:flag,1),0,0,1), equijoin_preds = equijoi
    n_preds + decode(bitand(:flag,2),0,0,1), nonequijoin_preds
    = nonequijoin_preds + decode(bitand(:flag,4),0,0,1), range_pre
    ds = range_preds + decode(bitand(:flag,8),0,0,1),
    901 901 2.94 2018736380
    select timestamp, flags from fixed_obj$ where obj#=:1
    860 860 2.80 1198893840
    select order#,columns,types from access$ where d_obj#=:1
    860 860 2.80 2062595902
    select owner#,name,namespace,remoteowner,linkname,p_timestamp,p_
    obj#, nvl(property,0),subname,d_attrs from dependency$ d, obj$ o
    where d_obj#=:1 and p_obj#=obj#(+) order by order#
    595 595 1.94 1348827743
    select type#,blocks,extents,minexts,maxexts,extsize,extpct,user#
    ,iniexts,NVL(lists,65535),NVL(groups,65535),cachehint,hwmincr, N
    VL(spare1,0),NVL(scanhint,0) from seg$ where ts#=:1 and file#=:2
    and block#=:3
    515 514 1.68 2803285
    update sys.mon_mods$ set inserts = inserts + :ins, updates = upd
    ates + :upd, deletes = deletes + :del, flags = (decode(bitand(fl
    ags, :flag), :flag, flags, flags + :flag)), drop_segments = drop
    _segments + :dropseg, timestamp = :time where obj# = :objn
    478 478 1.56 336764478
    select /*+ index(idl_char$ i_idl_char1) +*/ piece#,length,piece
    from idl_char$ where obj#=:1 and part=:2 and version=:3 order by
    piece#
    478 478 1.56 386388955
    select /*+ index(idl_ub2$ i_idl_ub21) +*/ piece#,length,piece fr
    om idl_ub2$ where obj#=:1 and part=:2 and version=:3 order by pi
    ece#
    478 478 1.56 986338823
    select /*+ index(idl_ub1$ i_idl_ub11) +*/ piece#,length,piece fr
    om idl_ub1$ where obj#=:1 and part=:2 and version=:3 order by pi
    ece#
    SQL ordered by Parse Calls DB/Inst: ORCL/orcl Snaps: 1-32
    -> End Parse Calls Threshold: 1000 Total Parse Calls: 30,669
    -> Captured SQL accounts for 57.7% of Total Parse Calls
    -> SQL reported below exceeded 1.0% of Total Parse Calls
    % Total Old
    Parse Calls Executions Parses Hash Value
    478 478 1.56 2954231783
    select /*+ index(idl_sb4$ i_idl_sb41) +*/ piece#,length,piece fr
    om idl_sb4$ where obj#=:1 and part=:2 and version=:3 order by pi
    ece#
    469 576 1.53 1206412919
    Module: OEM.SystemPool
    BEGIN EMD_NOTIFICATION.QUEUE_READY(:1, :2, :3); END;
    463 463 1.51 3468666020
    select text from view$ where rowid=:1
    442 442 1.44 4143084494
    select privilege#,level from sysauth$ connect by grantee#=prior
    privilege# and privilege#>0 start with grantee#=:1 and privilege
    #>0
    437 1,003 1.42 1980305124
    select grantee#,privilege#,nvl(col#,0),max(mod(nvl(option$,0),2)
    )from objauth$ where obj#=:1 group by grantee#,privilege#,nvl(co
    l#,0) order by grantee#
    433 999 1.41 204386021
    select col#, grantee#, privilege#,max(mod(nvl(option$,0),2)) fro
    m objauth$ where obj#=:1 and col# is not null group by privilege
    #, col#, grantee# order by col#, grantee#
    429 1,247 1.40 839312984
    select name,intcol#,segcol#,type#,length,nvl(precision#,0),decod
    e(type#,2,nvl(scale,-127/*MAXSB1MINAL*/),178,scale,179,scale,180
    ,scale,181,scale,182,scale,183,scale,231,scale,0),null$,fixedsto
    rage,nvl(deflength,0),default$,rowid,col#,property, nvl(charseti
    d,0),nvl(charsetform,0),spare1,spare2,nvl(spare3,0) from col$ wh
    383 383 1.25 794436051
    Module: OEM.SystemPool
    SELECT INSTANTIABLE, supertype_owner, supertype_name, LOCAL_ATTR
    IBUTES FROM all_types WHERE type_name = :1 AND owner = :2
    320 860 1.04 2065408759
    select con#,obj#,rcon#,enabled,nvl(defer,0) from cdef$ where rob
    j#=:1
    316 860 1.03 1937775682
    select con#,type#,condlength,intcols,robj#,rcon#,match#,refact,n
    vl(enabled,0),rowid,cols,nvl(defer,0),mtime,nvl(spare1,0) from c
    def$ where obj#=:1
    Instance Activity Stats DB/Inst: ORCL/orcl Snaps: 1-32
    Statistic Total per Second per Trans
    CPU used by this session 10,750 0.6 8.8
    CPU used when call started 8,740 0.4 7.2
    CR blocks created 325 0.0 0.3
    DB time 3,594,299 182.8 2,941.3
    DBWR checkpoint buffers written 6,467 0.3 5.3
    DBWR checkpoints 1 0.0 0.0
    DBWR revisited being-written buff 0 0.0 0.0
    DBWR transaction table writes 341 0.0 0.3
    DBWR undo block writes 1,453 0.1 1.2
    IMU CR rollbacks 114 0.0 0.1
    IMU Flushes 5,074 0.3 4.2
    IMU Redo allocation size 654,720 33.3 535.8
    IMU commits 712 0.0 0.6
    IMU contention 1 0.0 0.0
    IMU pool not allocated 3,388 0.2 2.8
    IMU recursive-transaction flush 5 0.0 0.0
    IMU undo allocation size 3,035,144 154.3 2,483.8
    IMU- failed to get a private stra 3,388 0.2 2.8
    SMON posted for undo segment shri 12 0.0 0.0
    SQL*Net roundtrips to/from client 23,321 1.2 19.1
    active txn count during cleanout 322 0.0 0.3
    application wait time 79 0.0 0.1
    background checkpoints completed 1 0.0 0.0
    background checkpoints started 1 0.0 0.0
    background timeouts 51,421 2.6 42.1
    buffer is not pinned count 174,337 8.9 142.7
    buffer is pinned count 50,933 2.6 41.7
    bytes received via SQL*Net from c 2,725,918 138.6 2,230.7
    bytes sent via SQL*Net to client 2,576,029 131.0 2,108.0
    calls to get snapshot scn: kcmgss 116,448 5.9 95.3
    calls to kcmgas 4,353 0.2 3.6
    calls to kcmgcs 358 0.0 0.3
    change write time 22 0.0 0.0
    cleanout - number of ktugct calls 419 0.0 0.3
    cleanouts only - consistent read 66 0.0 0.1
    cluster key scan block gets 16,867 0.9 13.8
    cluster key scans 9,001 0.5 7.4
    commit batch performed 0 0.0 0.0
    commit batch requested 0 0.0 0.0
    commit batch/immediate performed 63 0.0 0.1
    commit batch/immediate requested 63 0.0 0.1
    commit cleanout failures: callbac 42 0.0 0.0
    commit cleanouts 7,347 0.4 6.0
    commit cleanouts successfully com 7,305 0.4 6.0
    commit immediate performed 63 0.0 0.1
    commit immediate requested 63 0.0 0.1
    commit txn count during cleanout 224 0.0 0.2
    concurrency wait time 399 0.0 0.3
    consistent changes 334 0.0 0.3
    consistent gets 319,228 16.2 261.2
    consistent gets - examination 120,857 6.2 98.9
    consistent gets from cache 319,228 16.2 261.2
    cursor authentications 928 0.1 0.8
    data blocks consistent reads - un 334 0.0 0.3
    db block changes 53,514 2.7 43.8
    db block gets 45,926 2.3 37.6
    Instance Activity Stats DB/Inst: ORCL/orcl Snaps: 1-32
    Statistic Total per Second per Trans
    db block gets direct 6 0.0 0.0
    db block gets from cache 45,920 2.3 37.6
    deferred (CURRENT) block cleanout 4,343 0.2 3.6
    dirty buffers inspected 3 0.0 0.0
    enqueue conversions 3,469 0.2 2.8
    enqueue releases 171,287 8.7 140.2
    enqueue requests 171,286 8.7 140.2
    execute count 81,903 4.2 67.0
    free buffer inspected 2,042 0.1 1.7
    free buffer requested 4,152 0.2 3.4
    heap block compress 26 0.0 0.0
    hot buffers moved to head of LRU 2,424 0.1 2.0
    immediate (CR) block cleanout app 66 0.0 0.1
    immediate (CURRENT) block cleanou 1,169 0.1 1.0
    index fast full scans (full) 24 0.0 0.0
    index fetch by key 53,607 2.7 43.9
    index scans kdiixs1 76,910 3.9 62.9
    leaf node 90-10 splits 25 0.0 0.0
    leaf node splits 127 0.0 0.1
    lob reads 299 0.0 0.2
    lob writes 265 0.0 0.2
    lob writes unaligned 265 0.0 0.2
    logons cumulative 208 0.0 0.2
    messages received 5,731 0.3 4.7
    messages sent 5,731 0.3 4.7
    no buffer to keep pinned count 0 0.0 0.0
    no work - consistent read gets 124,209 6.3 101.6
    opened cursors cumulative 42,875 2.2 35.1
    parse count (failures) 1 0.0 0.0
    parse count (hard) 3,843 0.2 3.1
    parse count (total) 30,669 1.6 25.1
    parse time cpu 1,500 0.1 1.2
    parse time elapsed 1,955 0.1 1.6
    physical read IO requests 2,043 0.1 1.7
    physical read bytes 20,725,760 1,053.8 16,960.5
    physical read total IO requests 7,860 0.4 6.4
    physical read total bytes 114,110,464 5,802.1 93,380.1
    physical read total multi block r 163 0.0 0.1
    physical reads 2,530 0.1 2.1
    physical reads cache 2,524 0.1 2.1
    physical reads cache prefetch 487 0.0 0.4
    physical reads direct 6 0.0 0.0
    physical reads direct temporary t 0 0.0 0.0
    physical write IO requests 3,745 0.2 3.1
    physical write bytes 54,067,200 2,749.1 44,244.8
    physical write total IO requests 22,112 1.1 18.1
    physical write total bytes 341,971,968 17,388.1 279,846.1
    physical write total multi block 2,744 0.1 2.3
    physical writes 6,600 0.3 5.4
    physical writes direct 12 0.0 0.0
    physical writes direct (lob) 6 0.0 0.0
    physical writes from cache 6,588 0.3 5.4
    physical writes non checkpoint 3,981 0.2 3.3
    process last non-idle time 17,544 0.9 14.4
    recursive calls 591,275 30.1 483.9
    recursive cpu usage 7,791 0.4 6.4
    Instance Activity Stats DB/Inst: ORCL/orcl Snaps: 1-32
    Statistic Total per Second per Trans
    redo blocks written 25,836 1.3 21.1
    redo buffer allocation retries 1 0.0 0.0
    redo entries 27,110 1.4 22.2
    redo log space requests 3 0.0 0.0
    redo log space wait time 57 0.0 0.1
    redo size 12,324,244 626.7 10,085.3
    redo synch time 3,512 0.2 2.9
    redo synch writes 8,475 0.4 6.9
    redo wastage 589,132 30.0 482.1
    redo write time 4,543 0.2 3.7
    redo writer latching time 2 0.0 0.0
    redo writes 2,080 0.1 1.7
    rollback changes - undo records a 106 0.0 0.1
    rollbacks only - consistent read 325 0.0 0.3
    rows fetched via callback 27,348 1.4 22.4
    session connect time 6 0.0 0.0
    session cursor cache hits 29,153 1.5 23.9
    session logical reads 365,154 18.6 298.8
    session pga memory 78,268,312 3,979.7 64,049.4
    session pga memory max 96,324,768 4,897.8 78,825.5
    session uga memory 262,001,112,732 13,321,864.7 ############
    session uga memory max 116,009,500 5,898.7 94,934.1
    shared hash latch upgrades - no w 65,452 3.3 53.6
    sorts (memory) 18,654 1.0 15.3
    sorts (rows) 183,882 9.4 150.5
    sql area purged 41 0.0 0.0
    summed dirty queue length 49 0.0 0.0
    switch current to new buffer 246 0.0 0.2
    table fetch by rowid 76,818 3.9 62.9
    table fetch continued row 684 0.0 0.6
    table scan blocks gotten 34,161 1.7 28.0
    table scan rows gotten 2,017,936 102.6 1,651.3
    table scans (long tables) 1 0.0 0.0
    table scans (short tables) 3,180 0.2 2.6
    total number of times SMON posted 18 0.0 0.0
    transaction rollbacks 63 0.0 0.1
    undo change vector size 3,993,928 203.1 3,268.4
    user I/O wait time 4,256 0.2 3.5
    user calls 25,832 1.3 21.1
    user commits 1,157 0.1 1.0
    user rollbacks 65 0.0 0.1
    workarea executions - optimal 9,385 0.5 7.7
    write clones created in backgroun 0 0.0 0.0
    write clones created in foregroun 1 0.0 0.0
    Instance Activity Stats DB/Inst: ORCL/orcl Snaps: 1-32
    -> Statistics with absolute values (should not be diffed)
    Statistic Begin Value End Value
    logons current 17 22
    opened cursors current 98 199
    session cursor cache count 168 2,568
    Instance Activity Stats DB/Inst: ORCL/orcl Snaps: 1-32
    -> Statistics identified by '(derived)' come from sources other than SYSSTAT
    Statistic Total per Hour
    log switches (derived) 1 .18
    OS Statistics DB/Inst: ORCL/orcl Snaps: 1-32
    -> ordered by statistic type (CPU use, Virtual Memory, Hardware Config), Name
    Statistic Total
    BUSY_TIME 63,332
    IDLE_TIME 1,548,195
    SYS_TIME 48,954
    USER_TIME 14,378
    VM_IN_BYTES 78,569,472
    VM_OUT_BYTES 22,740,992
    PHYSICAL_MEMORY_BYTES 536,399,872
    NUM_CPUS 1
    Tablespace IO Stats DB/Inst: ORCL/orcl Snaps: 1-32
    ->ordered by IOs (Reads + Writes) desc
    Tablespace
    Av Av Av Av Buffer Av Buf
    Reads Reads/s Rd(ms) Blks/Rd Writes Writes/s Waits Wt(ms)
    SYSTEM
    5,659 0 12.7 1.2 452 0 10 24.0
    SYSAUX
    1,057 0 16.6 1.1 1,217 0 0 0.0
    PERFSTAT
    22 0 30.0 1.0 1,381 0 0 0.0
    UNDOTBS1
    34 0 23.5 1.0 768 0 9 0.0
    EXAMPLE
    8 0 75.0 1.0 2 0 0 0.0
    USERS
    6 0 50.0 1.0 2 0 0 0.0
    File IO Stats DB/Inst: ORCL/orcl Snaps: 1-32
    ->Mx Rd Bkt: Max bucket time for single block read
    ->ordered by Tablespace, File
    Tablespace Filename
    Av Mx Av
    Av Rd Rd Av Av Buffer BufWt
    Reads Reads/s (ms) Bkt Blks/Rd Writes Writes/s Waits (ms)
    EXAMPLE C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DBF
    8 0 75.0 32 1.0 2 0 0
    PERFSTAT C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\PERFSTAT.DBF
    22 0 30.0 64 1.0 1,381 0 0
    SYSAUX C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
    1,057 0 16.6 ### 1.1 1,217 0 0
    SYSTEM C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    5,659 0 12.7 ### 1.2 452 0 10 24.0
    UNDOTBS1 C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
    34 0 23.5 32 1.0 768 0 9 0.0
    USERS C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
    6 0 50.0 32 1.0 2 0 0
    File Read Histogram Stats DB/Inst: ORCL/orcl Snaps: 1-32
    ->Number of single block reads in each time range
    ->ordered by Tablespace, File
    Tablespace Filename
    0 - 2 ms 2 - 4 ms 4 - 8 ms 8 - 16 ms 16 - 32 ms 32+ ms
    SYSTEM C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    326 37 57 155 196 167
    SYSAUX C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
    497 48 35 100 177 98
    USERS C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
    0 0 0 0 1 0
    UNDOTBS1 C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
    2 1 0 0 4 0
    EXAMPLE C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DBF
    0 0 0 0 1 0
    PERFSTAT C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\PERFSTAT.DBF
    13 1 1 4 1 1
    Buffer Pool Statistics DB/Inst: ORCL/orcl Snaps: 1-32
    -> Standard block size Pools D: default, K: keep, R: recycle
    -> Default Pools for other block sizes: 2k, 4k, 8k, 16k, 32k
    -> Buffers: the number of buffers. Units of K, M, G are divided by 1000
    Free Writ Buffer
    Pool Buffer Physical Physical Buffer Comp Busy
    P Buffers Hit% Gets Reads Writes Waits Wait Waits
    D 8982 99 366,134 2,521 6,588 0 0 15
    Instance Recovery Stats DB/Inst: ORCL/orcl Snaps: 1-32
    -> B: Begin snapshot, E: End snapshot
    Targt Estd Log File Log Ckpt Log Ckpt
    MTTR MTTR Recovery Actual Target Size Timeout Interval
    (s) (s) Estd IOs Redo Blks Redo Blks Redo Blks Redo Blks Redo Blks
    B 0 17 2499 23208 184320 184320
    E 0 14 215 23 2153 184320 2153
    Buffer Pool Advisory DB/Inst: ORCL/orcl End Snap: 32
    -> Only rows with estimated physical reads >0 are displayed
    -> ordered by Pool, Block Size, Buffers For Estimate
    Est
    Phys Estimated Est
    Size for Size Buffers Read Phys Reads Est Phys % dbtime
    P Est (M) Factr (thousands) Factr (thousands) Read Time for Rds
    D 4 .1 0 3.4 28 345 121.1
    D 8 .1 1 2.7 22 265 93.0
    D 12 .2 1 2.5 20 245 86.0
    D 16 .2 2 2.3 19 230 80.7
    D 20 .3 2 2.2 18 212 74.4
    D 24 .3 3 1.8 15 177 62.1
    D 28 .4 3 1.7 14 158 55.4
    D 32 .4 4 1.4 12 131 46.0
    D 36 .5 4 1.3 10 118 41.4
    D 40 .6 5 1.2 10 107 37.5
    D 44 .6 5 1.1 9 104 36.5
    D 48 .7 6 1.1 9 101 35.4
    D 52 .7 6 1.1 9 100 35.1
    D 56 .8 7 1.1 9 98 34.4
    D 60 .8 7 1.1 9 95 33.3
    D 64 .9 8 1.0 9 94 33.0
    D 68 .9 8 1.0 9 94 33.0
    D 72 1.0 9 1.0 8 89 31.2
    D 76 1.1 9 1.0 8 88 30.9
    D 80 1.1 10 1.0 8 87 30.5
    Buffer wait Statistics DB/Inst: ORCL/orcl Snaps: 1-32
    -> ordered by wait time desc, waits desc
    Class Waits Total Wait Time (s) Avg Time (ms)
    data block 6 0 20
    undo header 9 0 0
    PGA Aggr Target Stats DB/Inst: ORCL/orcl Snaps: 1-32
    -> B: Begin snap E: End snap (rows identified with B or E contain data
    which is absolute i.e. not diffed over the interval)
    -> PGA cache hit % - percentage of W/A (WorkArea) data processed only in-memory
    -> Auto PGA Target - actual workarea memory target
    -> W/A PGA Used - amount of memory used for all Workareas (manual + auto)
    -> %PGA W/A Mem - percentage of PGA memory allocated to workareas
    -> %Auto W/A Mem - percentage of workarea memory controlled by Auto Mem Mgmt
    -> %Man W/A Mem - percentage of workarea memory under manual control
    PGA Cache Hit % W/A MB Processed Extra W/A MB Read/Written
    100.0 193 0
    Warning: pga_aggregate_target was set too low for current workload, as this
    value was exceeded during this interval. Use the PGA Advisory view
    to help identify a different value for pga_aggregate_target.
    %PGA %Auto %Man
    PGA Aggr Auto PGA PGA Mem W/A PGA W/A W/A W/A Global Mem
    Target(M) Target(M) Alloc(M) Used(M) Mem Mem Mem Bound(K)
    B 16 4 24.5 0.0 .0 .0 .0 3,276
    E 16 4 29.5 0.0 .0 .0 .0 3,276
    PGA Aggr Target Histogram DB/Inst: ORCL/orcl Snaps: 1-32
    -> Optimal Executions are purely in-memory operations
    Low High
    Optimal Optimal Total Execs Optimal Execs 1-Pass Execs M-Pass Execs
    2K 4K 9,075 9,075 0 0
    64K 128K 27 27 0 0
    512K 1024K 232 232 0 0
    PGA Memory Advisory DB/Inst: ORCL/orcl End Snap: 32
    -> When using Auto Memory Mgmt, minimally choose a pga_aggregate_target value
    where Estd PGA Overalloc Count is 0
    Estd Extra Estd PGA Estd PGA
    PGA Target Size W/A MB W/A MB Read/ Cache Overalloc
    Est (MB) Factr Processed Written to Disk Hit % Count
    12 0.8 211.0 0.0 100.0 1
    16 1.0 211.0 0.0 100.0 1
    19 1.2 211.0 0.0 100.0 1
    22 1.4 211.0 0.0 100.0 0
    26 1.6 211.0 0.0 100.0 0
    29 1.8 211.0 0.0 100.0 0
    32 2.0 211.0 0.0 100.0 0
    48 3.0 211.0 0.0 100.0 0
    64 4.0 211.0 0.0 100.0 0
    96 6.0 211.0 0.0 100.0 0
    128 8.0 211.0 0.0 100.0 0
    Process Memory Summary Stats DB/Inst: ORCL/orcl Snaps: 1-32
    -> B: Begin snap E: End snap
    -> All rows below contain absolute values (i.e. not diffed over the interval)
    -> Max Alloc is Maximum PGA Allocation size at snapshot time
    Hist Max Alloc is the Historical Max Allocation for still-connected processes
    -> Num Procs or Allocs: For Begin/End snapshot lines, it is the number of
    processes. For Category lines, it is the number of allocations
    -> ordered by Begin/End snapshot, Alloc (MB) desc
    Hist Num
    Avg Std Dev Max Max Procs
    Alloc Used Freeabl Alloc Alloc Alloc Alloc or
    Category (MB) (MB) (MB) (MB) (MB) (MB) (MB) Allocs
    B -------- 24.8 12.4 .0 1.3 2.0 9 14 19
    Other 24.1 1.3 2.0 9 10 19
    SQL .6 .3 .1 .0 0 2 9
    PL/SQL .2 .1 .0 .0 0 6 17
    E -------- 29.7 16.1 .0 1.2 1.7 9 14 24
    Other 28.6
    null
    Message was edited by:
    user73673567
    null

    Hi,
    How do I interpret it ...That's a mighty big question. The STATSPACK report is very complex. I have my notes here, on how I do it:
    http://www.dba-oracle.com/t_reading_statspack_report.htm
    And can anyone please suggest measures The way your report is posted, it's very difficult to read!
    I wrote a free tool that will accept your STATYSPACK report and make rudimentary suggestions, you might want to give it a try:
    http://www.statspackanalyzer.com
    Hope this helps. . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference":

  • High Logical I/O

    Hello,
    The system we use is a kind of OLTP thing.
    platform - linux
    version - 10.2
    here, in the statspack everything seems okay to me except the logical reads.(if not tell)
    the problems is, the cpu grows gradually and reaches 100.
    i need the cpu to be steady.
    can somebody tell what is happening here?
    STATSPACK report for
    Database DB Id Instance Inst Num Startup Time Release RAC
    ~~~~~~~~ ----------- ------------ -------- --------------- ----------- ---
    2386172435 apple22a 1 11-Aug-09 23:14 10.2.0.1.0 NO
    Host Name: xxxxxxxxx Num CPUs: 4 Phys Memory (MB): 2
    ~~~~
    Snapshot Snap Id Snap Time Sessions Curs/Sess Comment
    ~~~~~~~~ ---------- ------------------ -------- --------- -------------------
    Begin Snap: 1747 11-Aug-09 23:23:46 96 7.6
    End Snap: 1752 11-Aug-09 23:34:00 218 12.5
    Elapsed: 10.23 (mins)
    Cache Sizes Begin End
    ~~~~~~~~~~~ ---------- ----------
    Buffer Cache: 2,864M Std Block Size: 8K
    Shared Pool Size: 656M Log Buffer: 29,855K
    Load Profile Per Second Per Transaction
    ~~~~~~~~~~~~ --------------- ---------------
    Redo size: 8,051,891.15 5,042.02
    Logical reads: 289,821.64 181.48
    Block changes: 49,889.55 31.24
    Physical reads: 197.76 0.12
    Physical writes: 717.84 0.45
    User calls: 1,908.82 1.20
    Parses: 962.84 0.60
    Hard parses: 0.25 0.00
    Sorts: 591.85 0.37
    Logons: 0.35 0.00
    Executes: 25,757.48 16.13
    Transactions: 1,596.96
    % Blocks changed per Read: 17.21 Recursive Call %: 94.11
    Rollback per transaction %: 26.58 Rows per Sort: 628.58
    Instance Efficiency Percentages
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Buffer Nowait %: 99.97 Redo NoWait %: 100.00
    Buffer Hit %: 99.93 In-memory Sort %: 100.00
    Library Hit %: 100.01 Soft Parse %: 99.97
    Execute to Parse %: 96.26 Latch Hit %: 99.78
    Parse CPU to Parse Elapsd %: 91.30 % Non-Parse CPU: 99.31
    Shared Pool Statistics Begin End
    Memory Usage %: 47.56 49.99
    % SQL with executions>1: 60.62 73.55
    % Memory for SQL w/exec>1: 77.58 84.79
    Top 5 Timed Events Avg %Total
    ~~~~~~~~~~~~~~~~~~ wait Call
    Event Waits Time (s) (ms) Time
    CPU time 1,362 31.6
    log file sync 16,960 1,264 75 29.4
    PL/SQL lock timer 10 586 58606 13.6
    buffer busy waits 57,444 388 7 9.0
    enq: TX - row lock contention 12,036 298 25 6.9
    Host CPU (CPUs: 4)
    ~~~~~~~~ Load Average
    Begin End User System Idle WIO WCPU
    0.20 10.74 53.82 9.51 36.67
    Note: There is a 8% discrepancy between the OS Stat total CPU time and
    the total CPU time estimated by Statspack
    OS Stat CPU time: 2261(s) (BUSY_TIME + IDLE_TIME)
    Statspack CPU time: 2456(s) (Elapsed time * num CPUs in end snap)
    Instance CPU
    ~~~~~~~~~~~~
    % of total CPU for Instance: 63.51
    % of busy CPU for Instance: 100.30
    %DB time waiting for CPU - Resource Mgr:
    Memory Statistics Begin End
    ~~~~~~~~~~~~~~~~~ ------------ ------------
    Host Mem (MB): 1.9 .0
    SGA use (MB): 3,584.0 3,584.0
    PGA use (MB): 164.2 258.5
    % Host Mem used for SGA+PGA: 194875.2 8987233.1
    Avg
    %Time Total Wait wait Waits
    Event Waits -outs Time (s) (ms) /txn
    log file sync 16,960 4 1,264 75 0.0
    PL/SQL lock timer 10 100 586 58606 0.0
    buffer busy waits 57,444 0 388 7 0.1
    enq: TX - row lock contention 12,036 0 298 25 0.0
    log file parallel write 11,870 0 163 14 0.0
    db file sequential read 21,324 0 95 4 0.0
    log file sequential read 3,963 0 47 12 0.0
    db file scattered read 22,614 0 29 1 0.0
    log file switch completion 102 17 28 272 0.0
    latch: cache buffers chains 5,829 0 11 2 0.0
    Log archive I/O 4,346 0 9 2 0.0
    enq: TX - index contention 1,153 0 7 6 0.0
    latch free 1,483 0 4 3 0.0
    control file parallel write 328 0 4 11 0.0
    control file sequential read 1,593 0 2 1 0.0
    latch: enqueue hash chains 337 0 2 6 0.0
    buffer deadlock 1,091 99 2 2 0.0
    Segments by Logical Reads DB/Inst: apple22A/apple22a Snaps: 1747-1752
    -> End Segment Logical Reads Threshold: 10000
    -> Pct Total shows % of logical reads for each top segment compared with total
    logical reads for all segments captured by the Snapshot
    Subobject Obj. Logical Pct
    Owner Tablespace Object Name Name Type Reads Total
    TPCCDB TPCCDB NEW_ORDER TABLE 89,638,240 51.4
    TPCCDB TPCCDB PK_STOCK INDEX 22,913,776 13.1
    TPCCDB TPCCDB PK_ORDER_LINE INDEX 14,941,264 8.6
    TPCCDB TPCCDB PK_O_ORDER INDEX 10,503,040 6.0
    TPCCDB TPCCDB ORDER_LINE TABLE 6,368,896 3.7
    Segments by Physical Reads DB/Inst: apple22A/apple22a Snaps: 1747-1752
    -> End Segment Physical Reads Threshold: 1000
    Subobject Obj. Physical Pct
    Owner Tablespace Object Name Name Type Reads Total
    TPCCDB TPCCDB NEW_ORDER TABLE 49 12.2
    TPCCDB TPCCDB WAREHOUSE TABLE 49 12.2
    TPCCDB TPCCDB DISTRICT TABLE 49 12.2
    TPCCDB TPCCDB INDEX_NO_D_ID INDEX 49 12.2
    TPCCDB TPCCDB PK_NEW_ORDER INDEX 49 12.2
    SQL Memory Statistics DB/Inst: apple22A/apple22a Snaps: 1747-1752
    Begin End % Diff
    Avg Cursor Size (KB): 65.12 67.79 3.95
    Cursor to Parent ratio: 1.03 1.02 -.08
    Total Cursors: 560 620 9.68
    Total Parents: 546 605 9.75
    init.ora Parameters DB/Inst: apple22A/apple22a Snaps: 1747-1752
    End value
    Parameter Name Begin value (if different)
    aq_tm_processes 1
    audit_file_dest /rdbms/oracle/apple22i/64/admin/o
    background_dump_dest /rdbms/oracle/apple22i/64/admin/o
    commit_write BATCH,NOWAIT
    compatible 10.2.0.1.0
    control_files /rdbms/oracle/apple22i/64/oradata
    core_dump_dest /rdbms/oracle/apple22i/64/admin/o
    cursor_sharing EXACT
    db_block_size 8192
    db_domain yyyyyyy
    db_file_multiblock_read_count 16
    db_name apple22a
    db_recovery_file_dest /rdbms/oracle/apple22i/64/flash_r
    db_recovery_file_dest_size 2147483648
    dispatchers (PROTOCOL=TCP) (SERVICE=apple22aX
    dml_locks 30028
    global_names TRUE
    job_queue_processes 10
    log_archive_dest_1 LOCATION=/perf0/Archivelog_10g_ch
    log_archive_format arch_%t_%s_%r.dbf
    log_buffer 30571520
    open_cursors 300
    pga_aggregate_target 524288000
    processes 2000
    remote_login_passwordfile EXCLUSIVE
    sessions 2205
    sga_max_size 3758096384
    sga_target 3758096384
    transactions 7507
    undo_management AUTO
    undo_tablespace UNDOTBS1
    user_dump_dest /rdbms/oracle/apple22i/64/admin/o
    -------------------------------------------------------------

    Process Memory Summary Stats  DB/Inst: apple22A/apple22a  Snaps: 2147-2151
    -> B: Begin snap   E: End snap
    -> All rows below contain absolute values (i.e. not diffed over the interval)
    -> Max Alloc is Maximum PGA Allocation size at snapshot time
       Hist Max Alloc is the Historical Max Allocation for still-connected processes
    -> Num Procs or Allocs:  For Begin/End snapshot lines, it is the number of
       processes. For Category lines, it is the number of allocations
    -> ordered by Begin/End snapshot, Alloc (MB) desc
                                                                      Hist   Num
                                              Avg    Std Dev   Max    Max   Procs
                 Alloc     Used    Freeabl   Alloc    Alloc   Alloc  Alloc    or
      Category   (MB)      (MB)      (MB)     (MB)    (MB)    (MB)    (MB)  Allocs
    B --------     192.0      95.1      8.8      2.0     6.4      51     55     97
      Other        179.0                         1.8     6.3      50     54     97
      Freeable       8.8        .0                .8      .6       2            11
      PL/SQL         2.7       1.4                .0      .0       0      0     95
      SQL            2.0       1.0                .0      .0       0      2     58
    E --------     311.2     166.7     11.3      1.4     4.3      52     55    220
      Other        284.0                         1.3     4.1      49     52    220
      Freeable      11.4        .0               1.0     1.0       3            11
      PL/SQL        10.0       5.4                .0      .0       0      0    218
      SQL            5.8       2.8                .0      .0       0      2    208
    Top Process Memory (by component)  DB/Inst: apple22A/apple22a  Snaps: 2147-2151
    -> ordered by Begin/End snapshot, Alloc (MB) desc
                            Alloc   Used   Freeabl     Max      Hist Max
         PId Category       (MB)    (MB)     (MB)   Alloc (MB) Alloc (MB)
    B      5 DBW0 --------    51.3    22.5      1.0       51.3       54.8
             Other            50.3                        50.3       53.8
             Freeable          1.0      .0                 1.0
             PL/SQL             .0      .0                  .0         .0
           6 LGWR --------    24.7    11.7       .1       24.7       25.5
             Other            24.5                        24.5       25.4
             Freeable           .1      .0                  .1
             PL/SQL             .0      .0                  .0         .0
          16 ARC0 --------    21.9    10.3       .0       21.9       21.9
             Other            21.9                        21.9       21.9
             PL/SQL             .0      .0                  .0         .0
          17 ARC1 --------    21.9    10.3       .0       21.9       21.9
             Other            21.9                        21.9       21.9
             PL/SQL             .0      .0                  .0         .0
          54 TNS V1-V3 ---     4.4     1.3      1.7        4.4        4.4
             Other             2.6                         2.6        2.6
             Freeable          1.7      .0                 1.7
             SQL                .2      .1                  .2        2.3
             PL/SQL             .0      .0                  .0         .0
          11 MMON --------     3.5     1.6      1.3        3.5        3.6
             Other             2.1                         2.1        2.1
             Freeable          1.3      .0                 1.3
             SQL                .1      .0                  .1        1.1
             PL/SQL             .0      .0                  .0         .1
           8 SMON --------     2.8      .7      1.9        2.8        2.8
             Freeable          1.9      .0                 1.9
             Other              .8                          .8         .8
             SQL                .1      .0                  .1         .6
             PL/SQL             .0      .0                  .0         .0
          10 CJQ0 --------     1.6      .6       .8        1.6        1.7
             Freeable           .8      .0                  .8
             Other              .7                          .7         .7
             SQL                .1      .0                  .1         .6
             PL/SQL             .0      .0                  .0         .0
          20 q000 --------     1.6      .7       .2        1.6        1.6
             Other             1.3                         1.3        1.3
             Freeable           .2      .0                  .2
             SQL                .1      .1                  .1         .5
             PL/SQL             .0      .0                  .0         .0
          24  ------------     1.6      .6       .3        1.6        1.6
             Other             1.2                         1.2        1.2
             Freeable           .3      .0                  .3
             SQL                .1      .0                  .1         .6
             PL/SQL             .1      .0                  .1         .1
           7 CKPT --------     1.4      .4       .8        1.4        2.3
             Freeable           .8      .0                  .8
             Other              .6                          .6        1.4
             SQL                .0      .0                  .0         .1
             PL/SQL             .0      .0                  .0         .0
           9 RECO --------     1.2      .5       .6        1.2        1.2
             Freeable           .6      .0                  .6
             Other              .5                          .5         .5
             SQL                .1      .1                  .1         .5
    Top Process Memory (by component)  DB/Inst: apple22A/apple22a  Snaps: 2147-2151
    -> ordered by Begin/End snapshot, Alloc (MB) desc
                            Alloc   Used   Freeabl     Max      Hist Max
         PId Category       (MB)    (MB)     (MB)   Alloc (MB) Alloc (MB)
    B      9 PL/SQL             .0      .0                  .0         .0
          21  ------------     1.1      .5       .0        1.1        1.1
             Other             1.0                         1.0        1.0
             PL/SQL             .0      .0                  .0         .0
             SQL                .0      .0                  .0         .2
          31  ------------     1.1      .6       .1        1.1        1.1
             Other              .9                          .9         .9
             SQL                .1      .0                  .1         .2
             Freeable           .1      .0                  .1
             PL/SQL             .1      .0                  .1         .1
    E      5 DBW0 --------    52.4    23.4      3.3       52.4       54.8
             Other            49.2                        49.2       51.5
             Freeable          3.3      .0                 3.3
             PL/SQL             .0      .0                  .0         .0
           6 LGWR --------    24.7    11.7       .1       24.7       25.5
             Other            24.5                        24.5       25.4
             Freeable           .1      .0                  .1
             PL/SQL             .0      .0                  .0         .0
          16 ARC0 --------    21.9    10.3       .0       21.9       21.9
             Other            21.9                        21.9       21.9
             PL/SQL             .0      .0                  .0         .0
          17 ARC1 --------    21.9    10.3       .0       21.9       21.9
             Other            21.9                        21.9       21.9
             PL/SQL             .0      .0                  .0         .0
          54 TNS V1-V3 ---     4.6     1.3      1.9        4.6        4.6
             Other             2.4                         2.4        2.4
             Freeable          2.1      .0                 2.1
             SQL                .1      .1                  .1        2.5
             PL/SQL             .0      .0                  .0         .0
          11 MMON --------     3.5     1.6      1.3        3.5        3.6
             Other             2.1                         2.1        2.1
             Freeable          1.3      .0                 1.3
             SQL                .1      .0                  .1        1.1
             PL/SQL             .0      .0                  .0         .1
           8 SMON --------     2.8      .7      1.8        2.8        2.8
             Freeable          1.8      .0                 1.8
             Other             1.0                         1.0        1.0
             SQL                .1      .0                  .1         .6
             PL/SQL             .0      .0                  .0         .0
          10 CJQ0 --------     1.6      .6       .8        1.6        1.7
             Freeable           .8      .0                  .8
             Other              .7                          .7         .7
             SQL                .1      .0                  .1         .6
             PL/SQL             .0      .0                  .0         .0
          20 q000 --------     1.6      .7       .2        1.6        1.6
             Other             1.3                         1.3        1.3
             Freeable           .2      .0                  .2
             SQL                .1      .1                  .1         .5
             PL/SQL             .0      .0                  .0         .0
          24  ------------     1.6      .6       .6        1.6        1.6
             Other              .9                          .9         .9
             Freeable           .6      .0                  .6
             SQL                .1      .0                  .1         .6
    Top Process Memory (by component)  DB/Inst: apple22A/apple22a  Snaps: 2147-2151
    -> ordered by Begin/End snapshot, Alloc (MB) desc
                            Alloc   Used   Freeabl     Max      Hist Max
         PId Category       (MB)    (MB)     (MB)   Alloc (MB) Alloc (MB)
    E     24 PL/SQL             .1      .0                  .1         .1
           7 CKPT --------     1.5      .4       .7        1.5        2.3
             Other              .8                          .8        1.5
             Freeable           .7      .0                  .7
             SQL                .0      .0                  .0         .1
             PL/SQL             .0      .0                  .0         .0
           9 RECO --------     1.2      .5       .6        1.2        1.2
             Freeable           .6      .0                  .6
             Other              .5                          .5         .5
             SQL                .1      .1                  .1         .5
             PL/SQL             .0      .0                  .0         .0
         219  ------------     1.2      .5       .0        1.2        1.2
             Other             1.1                         1.1        1.1
             PL/SQL             .0      .0                  .0         .0
             SQL                .0      .0                  .0         .2
          21  ------------     1.1      .5       .0        1.1        1.1
             Other             1.0                         1.0        1.0
             PL/SQL             .0      .0                  .0         .0
             SQL                .0      .0                  .0         .2
          31  ------------     1.1      .6       .1        1.1        1.1
             Other              .9                          .9         .9
             SQL                .1      .0                  .1         .2
             Freeable           .1      .0                  .1
             PL/SQL             .1      .0                  .1         .1
         205  ------------     1.1      .5       .0        1.1        1.1
             Other             1.0                         1.0        1.0
             PL/SQL             .1      .0                  .1         .1
             SQL                .0      .0                  .0         .1
          27  ------------     1.1      .5       .0        1.1        1.1
             Other             1.0                         1.0        1.0
             PL/SQL             .1      .0                  .1         .1
             SQL                .0      .0                  .0         .1
         158  ------------     1.1      .5       .0        1.1        1.1
             Other             1.0                         1.0        1.0
             PL/SQL             .1      .0                  .1         .1
             SQL                .0      .0                  .0         .1
         172  ------------     1.1      .5       .0        1.1        1.1
             Other             1.0                         1.0        1.0
             PL/SQL             .1      .0                  .1         .1
             SQL                .0      .0                  .0         .1
    Enqueue activity  DB/Inst: apple22A/apple22a  Snaps: 2147-2151
    -> only enqueues with waits are shown
    -> Enqueue stats gathered prior to 10g should not be compared with 10g data
    -> ordered by Wait Time desc, Waits desc
    Enqueue Type (Request Reason)
        Requests    Succ Gets Failed Gets       Waits Wt Time (s)  Av Wt Time(ms)
    TX-Transaction (row lock contention)
         106,475      106,474           0     106,341       20,273         190.64
    TX-Transaction (index contention)
          44,355       44,355           0      44,319        2,784          62.81
    TX-Transaction (allocate ITL entry)
             184          184           0         182            9          46.81
    HW-Segment High Water Mark
           1,975        1,975           0          70            5          66.29
    FB-Format Block
           2,164        2,164           0          50            3          54.60
    TX-Transaction
         394,649      394,668           0          30            0           4.33
    Undo Segment Summary  DB/Inst: apple22A/apple22a  Snaps: 2147-2151
    -> Min/Max TR (mins) - Min and Max Tuned Retention (minutes)
    -> STO - Snapshot Too Old count,  OOS - Out Of Space count
    -> Undo segment block stats:
       uS - unexpired Stolen,   uR - unexpired Released,   uU - unexpired reUsed
       eS - expired   Stolen,   eR - expired   Released,   eU - expired   reUsed
    Undo   Num Undo       Number of  Max Qry     Max Tx Min/Max   STO/  uS/uR/uU/
    TS# Blocks (K)    Transactions  Len (s)      Concy TR (mins) OOS   eS/eR/eU
       1      117.7         322,423       49         73 15/15     0/0   0/0/0/0/0/0
    Undo Segment Stats  DB/Inst: apple22A/apple22a  Snaps: 2147-2151
    -> Most recent 35 Undostat rows, ordered by End Time desc
                    Num Undo    Number of Max Qry  Max Tx Tun Ret STO/  uS/uR/uU/
    End Time          Blocks Transactions Len (s)   Concy  (mins) OOS   eS/eR/eU
    17-Aug 03:40     117,733      322,423      49      73      15 0/0   0/0/0/0/0/0
    Latch Activity  DB/Inst: apple22A/apple22a  Snaps: 2147-2151
    ->"Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for
      willing-to-wait latch get requests
    ->"NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
    ->"Pct Misses" for both should be very close to 0.0
                                               Pct    Avg   Wait                 Pct
                                  Get          Get   Slps   Time       NoWait NoWait
    Latch                       Requests      Miss  /Miss    (s)     Requests   Miss
    Consistent RBA                    3,517    0.0             0            0
    FAL request queue                    11    0.0             0            0
    FAL subheap alocation                11    0.0             0            0
    FIB s.o chain latch                  20    0.0             0            0
    FOB s.o list latch                  361    0.0             0            0
    JS mem alloc latch                    2    0.0             0            0
    JS queue access latch                 2    0.0             0            0
    JS queue state obj latch          3,706    0.0             0            0
    JS slv state obj latch               16    0.0             0            0
    KGX                                   0                    0      353,668    6.5
    KMG MMAN ready and start            636    0.0             0            0
    KMG resize request state             27   33.3    1.0      0            0
    KTF sga latch                         2    0.0             0          165    0.0
    KWQP Prop Status                      4    0.0             0            0
    MQL Tracking Latch                    0                    0           11    0.0
    Memory Management Latch             660    0.2    0.0      0          624    0.0
    OS process                          294    0.0             0            0
    OS process allocation               507    0.0             0            0
    OS process: request allo            333    0.0             0            0
    PL/SQL warning settings         270,940    0.3    0.0      0            0
    SGA IO buffer pool latch          2,654    0.0             0        5,801    0.0
    SQL memory manager latch              4    0.0             0          158    0.0
    SQL memory manager worka         11,158    0.0             0            0
    Shared B-Tree                        29    0.0             0            0
    active checkpoint queue           8,205    0.0             0            0
    active service list               2,335    0.0    0.0      0          174    0.0
    archive control                      13    0.0             0            0
    archive process latch               171    0.0             0            0
    buffer pool                         139    0.0             0            0
    cache buffer handles             46,062    0.1    0.0      0            0
    cache buffers chains        457,192,374    0.2    0.0   1082    3,785,637    0.6
    cache buffers lru chain         447,547    0.5    0.3      8   90,454,746    2.6
    cache table scan latch                0                    0       11,447    0.0
    cas latch                           100    0.0             0            0
    channel handle pool latc            333    0.0             0            0
    channel operations paren          8,286    0.0             0            0
    checkpoint queue latch          199,380    0.0    0.0      0      386,367    0.0
    client/application info           1,208    0.0             0            0
    compile environment latc        791,470    0.0    0.1      1            0
    dml lock allocation           3,552,580    0.5    0.1    117            0
    dummy allocation                    336    0.3    0.0      0            0
    enqueue hash chains           5,288,101    0.3    0.1     45       23,479    0.4
    enqueues                      1,120,394    0.1    0.1      2            0
    event group latch                   239    0.0             0            0
    file cache latch                  2,388    0.0             0            0
    global KZLD latch for me            236    0.0             0            0
    hash table column usage               0                    0        4,564    0.0
    hash table modification              30    0.0             0            0
    job workq parent latch                0                    0            4    0.0
    job_queue_processes para             11    0.0             0            0
    Latch Activity  DB/Inst: apple22A/apple22a  Snaps: 2147-2151
    ->"Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for
      willing-to-wait latch get requests
    ->"NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
    ->"Pct Misses" for both should be very close to 0.0
                                               Pct    Avg   Wait                 Pct
                                  Get          Get   Slps   Time       NoWait NoWait
    Latch                       Requests      Miss  /Miss    (s)     Requests   Miss
    kks stats                           302    0.0             0            0
    ksuosstats global area               58    0.0             0            0
    ktm global data                     270    0.0             0            0
    kwqbsn:qsga                          29    0.0             0            0
    lgwr LWN SCN                      3,520    0.0             0            0
    library cache                19,899,407    0.4    0.0    199       16,683 ######
    library cache load lock           1,030    0.0             0           63    0.0
    library cache lock               17,688    0.2    0.0      0            0
    library cache lock alloc            990    0.0             0            0
    library cache pin            19,007,237    0.2    0.0     35        1,074    0.0
    library cache pin alloca            681    0.0             0            0
    list of block allocation          1,042    0.1    1.0      0            0
    longop free list parent               8    0.0             0           16   12.5
    messages                         38,525    0.0    0.0      0            0
    mostly latch-free SCN         2,543,316    0.1    0.0      0            0
    multiblock read objects          30,207    0.0    1.0      0            0
    ncodef allocation latch               8    0.0             0            0
    object queue header heap             10    0.0             0        1,365    0.0
    object queue header oper      1,198,162    0.1    0.1      0            0
    object stats modificatio            832    0.0             0            0
    parallel query alloc buf             64    0.0             0            0
    parameter table allocati            116    1.7    0.5      0            0
    post/wait queue                  28,580    0.4    0.0      0        8,842    0.0
    process allocation                  333    0.0             0          239    0.0
    process group creation              333    0.0             0            0
    qmn state object latch                1    0.0             0            0
    qmn task queue latch                124    0.0             0            0
    redo allocation                  22,668    2.0    0.2      1    9,366,319    0.5
    redo copy                            13   76.9    1.3      0    9,367,099    0.4
    redo on-disk SCN                 11,212    0.0             0            0
    redo writing                     23,270    0.0    0.0      0            0
    resmgr group change latc            244    0.0             0            0
    resmgr:actses active lis            347    0.0             0            0
    resmgr:actses change gro            238    0.0             0            0
    resmgr:free threads list            335    0.3    0.0      0            0
    resmgr:schema config                 12    0.0             0            0
    rm cas latch                      1,038    0.0             0            0
    row cache objects               464,390    0.0    0.0      0            0
    rules engine rule set st            400    0.0             0            0
    sequence cache                      752    0.0             0            0
    session allocation            1,627,067    0.2    0.0      1            0
    session idle bit              1,875,662    0.0    0.0      0            0
    session state list latch            486    0.0             0            0
    session switching                     8    0.0             0            0
    session timer                       174    0.0             0            0
    shared pool                      58,091    0.3    0.3      1            0
    simulator hash latch         32,009,012    0.0    0.0      0            0
    simulator lru latch          20,996,297    4.9    0.0   1243       15,131    0.2
    slave class                           1    0.0             0            0
    slave class create                    3    0.0             0            0
    Latch Activity  DB/Inst: apple22A/apple22a  Snaps: 2147-2151
    ->"Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for
      willing-to-wait latch get requests
    ->"NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
    ->"Pct Misses" for both should be very close to 0.0
                                               Pct    Avg   Wait                 Pct
                                  Get          Get   Slps   Time       NoWait NoWait
    Latch                       Requests      Miss  /Miss    (s)     Requests   Miss
    sort extent pool                    100    0.0             0            0
    threshold alerts latch               29    0.0             0            0
    transaction allocation              965    0.0             0            0
    transaction branch alloc              8    0.0             0            0
    undo global data             24,845,984    0.2    0.0     20            0
    user lock                           658    4.4    0.9      1            0
    Latch Sleep breakdown  DB/Inst: apple22A/apple22a  Snaps: 2147-2151
    -> ordered by misses desc
                                           Get                                 Spin
    Latch Name                        Requests       Misses      Sleeps        Gets
    simulator lru latch             20,996,297    1,020,829      20,140   1,003,339
    cache buffers chains           457,192,374    1,016,828      24,247     994,418
    library cache                   19,899,407       86,387       3,201      83,529
    undo global data                24,845,984       42,072         497      41,638
    library cache pin               19,007,237       36,024         619      35,469
    dml lock allocation              3,552,580       17,725       1,223      16,696
    enqueue hash chains              5,288,101       14,754       1,086      13,773
    simulator hash latch            32,009,012        7,219          54       7,171
    session allocation               1,627,067        2,489         117       2,385
    cache buffers lru chain            447,547        2,278         583       1,792
    mostly latch-free SCN            2,543,316        1,814          14       1,802
    enqueues                         1,120,394        1,253          89       1,172
    object queue header operat       1,198,162        1,010          52         965
    PL/SQL warning settings            270,940          682           5         677
    redo allocation                     22,668          448          71         389
    session idle bit                 1,875,662          387           8         380
    compile environment latch          791,470          176          12         165
    shared pool                         58,091          171          48         127
    checkpoint queue latch             199,380           33           1          32
    user lock                              658           29          25           5
    redo copy                               13           10          13           0
    KMG resize request state o              27            9           9           0
    parameter table allocation             116            2           1           1
    multiblock read objects             30,207            1           1           0
    list of block allocation             1,042            1           1           0
              -------------------------------------------------------------Edited by: praveenkumaar on Aug 18, 2009 4:07 AM

  • Async disk IO in TOP 5 timed event

    Hi all,
    I took a statspack report and i found that in the Top 5 timed event we are getting async disk io
    Tablespace IO Stats for DB: ac  Instance: ac11  Snaps: 101 -102
    ->ordered by IOs (Reads + Writes) desc
    Tablespace
                     Av      Av     Av                    Av        Buffer Av Buf
             Reads Reads/s Rd(ms) Blks/Rd       Writes Writes/s      Waits Wt(ms)
    data
           252,567      87    4.9     2.2       17,615        6        393   18.4
    dataNRO
            97,326      34    3.1     3.7          255        0          0    0.0
    dataWRO
            18,237       6    3.6     3.5          595        0          0    0.0
    dataCRO
            10,157       4    4.8     1.8           63        0         22    3.2
    UNDOTBS1
                 3       0   10.0     1.0        4,733        2          1    0.0
    dataERO
             2,906       1    4.2     4.7          237        0          0    0.0
    MFXPIMA
               895       0    6.3     1.0          300        0          0    0.0
    INDX
               852       0   15.7     1.0          250        0          0    0.0
    SYSTEM
               228       0   11.3     1.8           72        0          0    0.0
    dataHO
                 1       0   50.0     1.0            1        0          0    0.0
    dataOTH
                 1       0    0.0     1.0            1        0          0    0.0
    CWMLITE
                 1       0    0.0     1.0            1        0          0    0.0
    DRSYS
                 1       0    0.0     1.0            1        0          0    0.0
    ODM
                 1       0    0.0     1.0            1        0          0    0.0
    RACCONFIG
                 1       0  100.0     1.0            1        0          0    0.0
    TEMPSCHEMA
                 1       0   90.0     1.0            1        0          0    0.0
    TOOLS
                 1       0    0.0     1.0            1        0          0    0.0
    UNDOTBS2
                 1       0   80.0     1.0            1        0          0    0.0
    UNDOTBS3
                 1       0   10.0     1.0            1        0          0    0.0
    USERS
                 1       0    0.0     1.0            1        0          0    0.0
    XDB
                 1       0    0.0     1.0            1        0          0    0.0
    File IO Stats for DB: ac  Instance: ac11  Snaps: 101 -102
    ->ordered by Tablespace, File
    Tablespace               Filename
                     Av      Av     Av                    Av        Buffer Av Buf
             Reads Reads/s Rd(ms) Blks/Rd       Writes Writes/s      Waits Wt(ms)
    data                   /dev/vx/rdsk/racdg/orcl_raw_data01
           252,567      87    4.9     2.2       17,615        6        393   18.4
    dataCRO                /dev/vx/rdsk/racdg/orcl_raw_caddatacro
            10,157       4    4.8     1.8           63        0         22    3.2
    dataERO                /dev/vx/rdsk/racdg/orcl_raw_dataero
             2,906       1    4.2     4.7          237        0          0
    dataHO                 /dev/vx/rdsk/racdg/orcl_raw_dataho
                 1       0   50.0     1.0            1        0          0
    dataNRO                /dev/vx/rdsk/racdg/orcl_raw_datanro
            97,326      34    3.1     3.7          255        0          0
    dataOTH                /dev/vx/rdsk/racdg/orcl_raw_dataoth
                 1       0    0.0     1.0            1        0          0
    dataWRO                /dev/vx/rdsk/racdg/orcl_raw_datawro
            18,237       6    3.6     3.5          595        0          0
    CWMLITE                  /dev/vx/rdsk/racdg/orcl_raw_cwmlite
                 1       0    0.0     1.0            1        0          0
    DRSYS                    /dev/vx/rdsk/racdg/orcl_raw_drsys
                 1       0    0.0     1.0            1        0          0
    INDX                     /dev/vx/rdsk/racdg/orcl_raw_indx01
               852       0   15.7     1.0          250        0          0
    MFXPIMA                  /dev/vx/rdsk/racdg/orcl_raw_mfxpima
               895       0    6.3     1.0          300        0          0
    ODM                      /dev/vx/rdsk/racdg/orcl_raw_odm
                 1       0    0.0     1.0            1        0          0
    RACCONFIG                /dev/vx/rdsk/racdg/orcl_raw_racconfig
                 1       0  100.0     1.0            1        0          0
    SYSTEM                   /dev/vx/rdsk/racdg/orcl_raw_system01
               228       0   11.3     1.8           72        0          0
    TEMPSCHEMA               /dev/vx/rdsk/racdg/orcl_raW_tempschema
                 1       0   90.0     1.0            1        0          0
    TOOLS                    /dev/vx/rdsk/racdg/orcl_raw_tools
                 1       0    0.0     1.0            1        0          0
    UNDOTBS1                 /dev/vx/rdsk/racdg/orcl_raw_undotbs1
                 3       0   10.0     1.0        4,733        2          1    0.0
    UNDOTBS2                 /dev/vx/rdsk/racdg/orcl_raw_undotbs2
    File IO Stats for DB: ac  Instance: ac11  Snaps: 101 -102
    ->ordered by Tablespace, File
    Tablespace               Filename
                     Av      Av     Av                    Av        Buffer Av Buf
             Reads Reads/s Rd(ms) Blks/Rd       Writes Writes/s      Waits Wt(ms)
                 1       0   80.0     1.0            1        0          0
    UNDOTBS3                 /dev/vx/rdsk/racdg/orcl_raw_example
                 1       0   10.0     1.0            1        0          0
    USERS                    /dev/vx/rdsk/racdg/orcl_raw_users
                 1       0    0.0     1.0            1        0          0
    XDB                      /dev/vx/rdsk/racdg/orcl_raw_xdb
                 1       0    0.0     1.0            1        0          0
              -------------------------------------------------------------Can anybody suggest me what we are facing this proble and what is the soln for the same although we are using SAN and our DB is ORacle 9.2.0.6 on sun box

    We are having a 2 cpu on the system
    STATSPACK report for
    DB Name         DB Id    Instance     Inst Num Release     Cluster Host
    ac          1372079993 ac11              1 9.2.0.6.0   YES     ac1
                  Snap Id     Snap Time      Sessions Curs/Sess Comment
    Begin Snap:       101 01-Apr-09 13:10:01    1,112     130.8
      End Snap:       102 01-Apr-09 13:58:14    1,112     132.3
       Elapsed:               48.22 (mins)
    Cache Sizes (end)
    ~~~~~~~~~~~~~~~~~
                   Buffer Cache:     4,288M      Std Block Size:          8K
               Shared Pool Size:       608M          Log Buffer:        977K
    Load Profile
    ~~~~~~~~~~~~                            Per Second       Per Transaction
                      Redo size:             28,267.55              2,373.20
                  Logical reads:              5,172.08                434.22
                  Block changes:                195.00                 16.37
                 Physical reads:                351.31                 29.49
                Physical writes:                  8.34                  0.70
                     User calls:                109.01                  9.15
                         Parses:                 13.71                  1.15
                    Hard parses:                  0.29                  0.02
                          Sorts:                  4.53                  0.38
                         Logons:                  0.06                  0.01
                       Executes:                142.12                 11.93
                   Transactions:                 11.91
      % Blocks changed per Read:    3.77    Recursive Call %:     72.11
    Rollback per transaction %:    0.64       Rows per Sort:    104.78
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Buffer Nowait %:  100.00       Redo NoWait %:    100.00
                Buffer  Hit   %:   93.21    In-memory Sort %:    100.00
                Library Hit   %:   99.62        Soft Parse %:     97.87
             Execute to Parse %:   90.35         Latch Hit %:     99.94
    Parse CPU to Parse Elapsd %:   52.84     % Non-Parse CPU:     99.69
    Shared Pool Statistics        Begin   End
                 Memory Usage %:   90.10   90.77
        % SQL with executions>1:   71.19   72.64
      % Memory for SQL w/exec>1:   72.21   73.13
    Top 5 Timed Events
    ~~~~~~~~~~~~~~~~~~                                                     % Total
    Event                                               Waits    Time (s) Ela Time
    CPU time                                                        4,356    55.57
    async disk IO                                     233,930         986    12.58
    db file sequential read                           185,633         984    12.55
    global cache cr request                           487,188         524     6.68
    db file scattered read                            180,026         428     5.46
              -------------------------------------------------------------

  • Gnome3 not work with ATI HD6950 Card?

    Hey all..
    I'm just installed the ALL drivers from the testing, and its the versions:
    xf86-video-ati-6.14.2-1
    mesa-7.10.99.git20110612-1
    libdrm-2.4.25-1
    And ofc, i'm using with last kernel 2.26.39.
    So what's the problem with that? Why i can't running this Gnome3?
    This is the my logs:
    .xsession-errors:
    /etc/gdm/Xsession: Beginning session setup...
    /etc/gdm/Xsession: Setup done, will execute: gnome-session
    Unknown chipset 0x6719
    gnome-session-is-accelerated: No hardware 3D support.
    gnome-session-check-accelerated: Helper exited with code 256
    gnome-session[1181]: WARNING: Session 'gnome' runnable check failed: Exited with code 1
    gnome-session[1181]: WARNING: Unable to find default provider 'notification-daemon' of required provider 'notifications'
    Xorg.0.log:
    [ 151.157]
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    [ 151.157] X Protocol Version 11, Revision 0
    [ 151.157] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 151.157] Current Operating System: Linux yakir-arch 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 6 22:37:55 CEST 2011 x86_64
    [ 151.157] Kernel command line: BOOT_IMAGE=/vmlinuz26 root=/dev/sdb5 ro
    [ 151.157] Build Date: 30 May 2011 08:18:15AM
    [ 151.157]
    [ 151.157] Current version of pixman: 0.22.0
    [ 151.157] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 151.157] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 151.157] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 16 11:52:13 2011
    [ 151.157] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 151.157] (==) No Layout section. Using the first Screen section.
    [ 151.157] (==) No screen section available. Using defaults.
    [ 151.157] (**) |-->Screen "Default Screen Section" (0)
    [ 151.157] (**) | |-->Monitor "<default monitor>"
    [ 151.157] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 151.157] (**) | |-->Device "r"
    [ 151.157] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 151.157] (==) Automatically adding devices
    [ 151.157] (==) Automatically enabling devices
    [ 151.157] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 151.157] Entry deleted from font path.
    [ 151.157] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 151.157] Entry deleted from font path.
    [ 151.157] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 151.157] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 151.157] Entry deleted from font path.
    [ 151.157] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 151.157] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 151.157] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 151.157] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 151.157] (II) Loader magic: 0x7d3440
    [ 151.157] (II) Module ABI versions:
    [ 151.157] X.Org ANSI C Emulation: 0.4
    [ 151.157] X.Org Video Driver: 10.0
    [ 151.157] X.Org XInput driver : 12.2
    [ 151.157] X.Org Server Extension : 5.0
    [ 151.158] (--) PCI:*(0:1:0:0) 1002:6719:1002:0b00 rev 0, Mem @ 0xc0000000/268435456, 0xfe620000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 151.158] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 151.158] (II) "extmod" will be loaded by default.
    [ 151.158] (II) "dbe" will be loaded by default.
    [ 151.158] (II) "glx" will be loaded by default.
    [ 151.158] (II) "record" will be loaded by default.
    [ 151.158] (II) "dri" will be loaded by default.
    [ 151.158] (II) "dri2" will be loaded by default.
    [ 151.158] (II) LoadModule: "extmod"
    [ 151.158] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 151.158] (II) Module extmod: vendor="X.Org Foundation"
    [ 151.158] compiled for 1.10.2, module version = 1.0.0
    [ 151.158] Module class: X.Org Server Extension
    [ 151.158] ABI class: X.Org Server Extension, version 5.0
    [ 151.158] (II) Loading extension MIT-SCREEN-SAVER
    [ 151.158] (II) Loading extension XFree86-VidModeExtension
    [ 151.158] (II) Loading extension XFree86-DGA
    [ 151.158] (II) Loading extension DPMS
    [ 151.158] (II) Loading extension XVideo
    [ 151.158] (II) Loading extension XVideo-MotionCompensation
    [ 151.158] (II) Loading extension X-Resource
    [ 151.158] (II) LoadModule: "dbe"
    [ 151.158] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 151.158] (II) Module dbe: vendor="X.Org Foundation"
    [ 151.158] compiled for 1.10.2, module version = 1.0.0
    [ 151.158] Module class: X.Org Server Extension
    [ 151.158] ABI class: X.Org Server Extension, version 5.0
    [ 151.158] (II) Loading extension DOUBLE-BUFFER
    [ 151.158] (II) LoadModule: "glx"
    [ 151.158] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 151.158] (II) Module glx: vendor="X.Org Foundation"
    [ 151.158] compiled for 1.10.2, module version = 1.0.0
    [ 151.158] ABI class: X.Org Server Extension, version 5.0
    [ 151.158] (==) AIGLX enabled
    [ 151.158] (II) Loading extension GLX
    [ 151.158] (II) LoadModule: "record"
    [ 151.158] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 151.158] (II) Module record: vendor="X.Org Foundation"
    [ 151.158] compiled for 1.10.2, module version = 1.13.0
    [ 151.158] Module class: X.Org Server Extension
    [ 151.158] ABI class: X.Org Server Extension, version 5.0
    [ 151.158] (II) Loading extension RECORD
    [ 151.158] (II) LoadModule: "dri"
    [ 151.158] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 151.158] (II) Module dri: vendor="X.Org Foundation"
    [ 151.158] compiled for 1.10.2, module version = 1.0.0
    [ 151.158] ABI class: X.Org Server Extension, version 5.0
    [ 151.158] (II) Loading extension XFree86-DRI
    [ 151.158] (II) LoadModule: "dri2"
    [ 151.158] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 151.158] (II) Module dri2: vendor="X.Org Foundation"
    [ 151.158] compiled for 1.10.2, module version = 1.2.0
    [ 151.158] ABI class: X.Org Server Extension, version 5.0
    [ 151.158] (II) Loading extension DRI2
    [ 151.158] (II) LoadModule: "radeon"
    [ 151.159] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 151.159] (II) Module radeon: vendor="X.Org Foundation"
    [ 151.159] compiled for 1.10.1, module version = 6.14.2
    [ 151.159] Module class: X.Org Video Driver
    [ 151.159] ABI class: X.Org Video Driver, version 10.0
    [ 151.159] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS
    [ 151.162] (++) using VT number 8
    [ 151.165] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 151.165] (II) [KMS] Kernel modesetting enabled.
    [ 151.165] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 151.165] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 151.165] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 151.165] (==) RADEON(0): Default visual is TrueColor
    [ 151.165] (==) RADEON(0): RGB weight 888
    [ 151.165] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 151.165] (--) RADEON(0): Chipset: "AMD Radeon HD 6900 Series" (ChipID = 0x6719)
    [ 151.165] (II) RADEON(0): PCIE card detected
    [ 151.165] drmOpenDevice: node name is /dev/dri/card0
    [ 151.165] drmOpenDevice: open result is 8, (OK)
    [ 151.165] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 151.165] drmOpenDevice: node name is /dev/dri/card0
    [ 151.165] drmOpenDevice: open result is 8, (OK)
    [ 151.165] drmOpenByBusid: drmOpenMinor returns 8
    [ 151.165] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 151.165] (II) Loading sub module "exa"
    [ 151.165] (II) LoadModule: "exa"
    [ 151.165] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 151.165] (II) Module exa: vendor="X.Org Foundation"
    [ 151.165] compiled for 1.10.2, module version = 2.5.0
    [ 151.165] ABI class: X.Org Video Driver, version 10.0
    [ 151.165] (II) RADEON(0): KMS Color Tiling: disabled
    [ 151.165] (II) RADEON(0): KMS Pageflipping: enabled
    [ 151.165] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 151.170] (II) RADEON(0): Output DisplayPort-0 has no monitor section
    [ 151.176] (II) RADEON(0): Output DisplayPort-1 has no monitor section
    [ 151.180] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 151.184] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 151.238] (II) RADEON(0): Output DVI-1 has no monitor section
    [ 151.243] (II) RADEON(0): EDID for output DisplayPort-0
    [ 151.250] (II) RADEON(0): EDID for output DisplayPort-1
    [ 151.254] (II) RADEON(0): EDID for output HDMI-0
    [ 151.257] (II) RADEON(0): EDID for output DVI-0
    [ 151.312] (II) RADEON(0): EDID for output DVI-1
    [ 151.312] (II) RADEON(0): Manufacturer: SAM Model: 736 Serial#: 1129132595
    [ 151.312] (II) RADEON(0): Year: 2010 Week: 51
    [ 151.312] (II) RADEON(0): EDID Version: 1.3
    [ 151.312] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 151.312] (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    [ 151.312] (II) RADEON(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 151.312] (II) RADEON(0): Gamma: 2.20
    [ 151.312] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    [ 151.312] (II) RADEON(0): First detailed timing is preferred mode
    [ 151.312] (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 151.312] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 151.312] (II) RADEON(0): Supported established timings:
    [ 151.312] (II) RADEON(0): 640x480@60Hz
    [ 151.312] (II) RADEON(0): 800x600@56Hz
    [ 151.312] (II) RADEON(0): 800x600@60Hz
    [ 151.312] (II) RADEON(0): 1024x768@60Hz
    [ 151.312] (II) RADEON(0): Manufacturer's mask: 0
    [ 151.312] (II) RADEON(0): Supported standard timings:
    [ 151.312] (II) RADEON(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 151.312] (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 151.312] (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 151.312] (II) RADEON(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 151.312] (II) RADEON(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 151.312] (II) RADEON(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 151.312] (II) RADEON(0): Supported detailed timing:
    [ 151.312] (II) RADEON(0): clock: 148.5 MHz Image Size: 477 x 268 mm
    [ 151.312] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 151.312] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 151.312] (II) RADEON(0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 75 kHz, PixClock max 175 MHz
    [ 151.312] (II) RADEON(0): Monitor name: SM2333T
    [ 151.312] (II) RADEON(0): Serial No: HVRZC00505
    [ 151.312] (II) RADEON(0): EDID (in hex):
    [ 151.312] (II) RADEON(0): 00ffffffffffff004c2d360733324d43
    [ 151.312] (II) RADEON(0): 331401030e331d782aee91a3544c9926
    [ 151.312] (II) RADEON(0): 0f50542308008100814081809500b300
    [ 151.312] (II) RADEON(0): a94001010101023a801871382d40582c
    [ 151.312] (II) RADEON(0): 4500dd0c1100001e000000fd00383d1e
    [ 151.312] (II) RADEON(0): 4b11000a202020202020000000fc0053
    [ 151.312] (II) RADEON(0): 4d32333333540a2020202020000000ff
    [ 151.312] (II) RADEON(0): 004856525a4330303530350a20200083
    [ 151.312] (II) RADEON(0): Printing probed modes for output DVI-1
    [ 151.312] (II) RADEON(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 151.312] (II) RADEON(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 151.312] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 151.312] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 151.312] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 151.312] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 151.312] (II) RADEON(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz)
    [ 151.312] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 151.312] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 151.312] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 151.312] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 151.312] (II) RADEON(0): Output DisplayPort-0 disconnected
    [ 151.312] (II) RADEON(0): Output DisplayPort-1 disconnected
    [ 151.312] (II) RADEON(0): Output HDMI-0 disconnected
    [ 151.312] (II) RADEON(0): Output DVI-0 disconnected
    [ 151.312] (II) RADEON(0): Output DVI-1 connected
    [ 151.312] (II) RADEON(0): Using exact sizes for initial modes
    [ 151.312] (II) RADEON(0): Output DVI-1 using initial mode 1920x1080
    [ 151.312] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 151.312] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:80000000 visible:f7d7000
    [ 151.312] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 151.312] (==) RADEON(0): DPI set to (96, 96)
    [ 151.312] (II) Loading sub module "fb"
    [ 151.312] (II) LoadModule: "fb"
    [ 151.312] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 151.312] (II) Module fb: vendor="X.Org Foundation"
    [ 151.312] compiled for 1.10.2, module version = 1.0.0
    [ 151.312] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 151.312] (II) Loading sub module "ramdac"
    [ 151.312] (II) LoadModule: "ramdac"
    [ 151.312] (II) Module "ramdac" already built-in
    [ 151.312] (--) Depth 24 pixmap format is 32 bpp
    [ 151.312] (II) RADEON(0): [DRI2] Setup complete
    [ 151.312] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 151.312] (II) RADEON(0): Front buffer size: 8100K
    [ 151.312] (II) RADEON(0): VRAM usage limit set to 221119K
    [ 151.312] (==) RADEON(0): Backing store disabled
    [ 151.312] (II) RADEON(0): Direct rendering enabled
    [ 151.312] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 151.313] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 151.313] (II) EXA(0): Driver registered support for the following operations:
    [ 151.313] (II) Solid
    [ 151.313] (II) Copy
    [ 151.313] (II) Composite (RENDER acceleration)
    [ 151.313] (II) UploadToScreen
    [ 151.313] (II) DownloadFromScreen
    [ 151.313] (II) RADEON(0): Acceleration enabled
    [ 151.313] (==) RADEON(0): DPMS enabled
    [ 151.313] (==) RADEON(0): Silken mouse enabled
    [ 151.313] (II) RADEON(0): Set up textured video
    [ 151.313] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 151.313] (--) RandR disabled
    [ 151.313] (II) Initializing built-in extension Generic Event Extension
    [ 151.313] (II) Initializing built-in extension SHAPE
    [ 151.313] (II) Initializing built-in extension MIT-SHM
    [ 151.313] (II) Initializing built-in extension XInputExtension
    [ 151.313] (II) Initializing built-in extension XTEST
    [ 151.313] (II) Initializing built-in extension BIG-REQUESTS
    [ 151.313] (II) Initializing built-in extension SYNC
    [ 151.313] (II) Initializing built-in extension XKEYBOARD
    [ 151.313] (II) Initializing built-in extension XC-MISC
    [ 151.313] (II) Initializing built-in extension SECURITY
    [ 151.313] (II) Initializing built-in extension XINERAMA
    [ 151.313] (II) Initializing built-in extension XFIXES
    [ 151.313] (II) Initializing built-in extension RENDER
    [ 151.313] (II) Initializing built-in extension RANDR
    [ 151.313] (II) Initializing built-in extension COMPOSITE
    [ 151.313] (II) Initializing built-in extension DAMAGE
    [ 151.317] (EE) AIGLX error: Calling driver entry point failed
    [ 151.317] (EE) AIGLX: reverting to software rendering
    [ 151.317] (II) AIGLX: Screen 0 is not DRI capable
    [ 151.318] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    [ 151.318] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 151.318] (II) RADEON(0): Setting screen physical size to 508 x 285
    [ 151.343] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 151.343] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 151.343] (II) LoadModule: "evdev"
    [ 151.343] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 151.343] (II) Module evdev: vendor="X.Org Foundation"
    [ 151.343] compiled for 1.10.0, module version = 2.6.0
    [ 151.344] Module class: X.Org XInput Driver
    [ 151.344] ABI class: X.Org XInput driver, version 12.2
    [ 151.344] (II) Using input driver 'evdev' for 'Power Button'
    [ 151.344] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 151.344] (**) Power Button: always reports core events
    [ 151.344] (**) Power Button: Device: "/dev/input/event1"
    [ 151.363] (--) Power Button: Found keys
    [ 151.363] (II) Power Button: Configuring as keyboard
    [ 151.363] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 151.363] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 151.363] (**) Option "xkb_rules" "evdev"
    [ 151.363] (**) Option "xkb_model" "evdev"
    [ 151.363] (**) Option "xkb_layout" "us"
    [ 151.378] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 151.378] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 151.378] (II) Using input driver 'evdev' for 'Power Button'
    [ 151.378] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 151.378] (**) Power Button: always reports core events
    [ 151.378] (**) Power Button: Device: "/dev/input/event0"
    [ 151.403] (--) Power Button: Found keys
    [ 151.403] (II) Power Button: Configuring as keyboard
    [ 151.403] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 151.403] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 151.403] (**) Option "xkb_rules" "evdev"
    [ 151.403] (**) Option "xkb_model" "evdev"
    [ 151.403] (**) Option "xkb_layout" "us"
    [ 151.404] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event4)
    [ 151.404] (II) No input driver/identifier specified (ignoring)
    [ 151.406] (II) config/udev: Adding input device Microsoft Comfort Curve Keyboard 2000 (/dev/input/event5)
    [ 151.406] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "evdev keyboard catchall"
    [ 151.406] (II) Using input driver 'evdev' for 'Microsoft Comfort Curve Keyboard 2000'
    [ 151.406] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 151.406] (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
    [ 151.406] (**) Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event5"
    [ 151.433] (--) Microsoft Comfort Curve Keyboard 2000: Found keys
    [ 151.433] (II) Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
    [ 151.433] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input5/event5"
    [ 151.433] (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD)
    [ 151.433] (**) Option "xkb_rules" "evdev"
    [ 151.433] (**) Option "xkb_model" "evdev"
    [ 151.433] (**) Option "xkb_layout" "us"
    [ 151.433] (II) config/udev: Adding input device Microsoft Comfort Curve Keyboard 2000 (/dev/input/event6)
    [ 151.433] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "evdev keyboard catchall"
    [ 151.433] (II) Using input driver 'evdev' for 'Microsoft Comfort Curve Keyboard 2000'
    [ 151.433] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 151.433] (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
    [ 151.433] (**) Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event6"
    [ 151.456] (--) Microsoft Comfort Curve Keyboard 2000: Found 1 mouse buttons
    [ 151.456] (--) Microsoft Comfort Curve Keyboard 2000: Found scroll wheel(s)
    [ 151.456] (--) Microsoft Comfort Curve Keyboard 2000: Found relative axes
    [ 151.456] (--) Microsoft Comfort Curve Keyboard 2000: Found absolute axes
    [ 151.456] (--) Microsoft Comfort Curve Keyboard 2000: Found keys
    [ 151.456] (II) Microsoft Comfort Curve Keyboard 2000: Configuring as mouse
    [ 151.456] (II) Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
    [ 151.456] (II) Microsoft Comfort Curve Keyboard 2000: Adding scrollwheel support
    [ 151.456] (**) Microsoft Comfort Curve Keyboard 2000: YAxisMapping: buttons 4 and 5
    [ 151.456] (**) Microsoft Comfort Curve Keyboard 2000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 151.456] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/input/input6/event6"
    [ 151.456] (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD)
    [ 151.456] (**) Option "xkb_rules" "evdev"
    [ 151.456] (**) Option "xkb_model" "evdev"
    [ 151.456] (**) Option "xkb_layout" "us"
    [ 151.457] (EE) Microsoft Comfort Curve Keyboard 2000: failed to initialize for relative axes.
    [ 151.457] (II) Microsoft Comfort Curve Keyboard 2000: initialized for absolute axes.
    [ 151.457] (**) Microsoft Comfort Curve Keyboard 2000: (accel) keeping acceleration scheme 1
    [ 151.457] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration profile 0
    [ 151.457] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration factor: 2.000
    [ 151.457] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration threshold: 4
    [ 151.458] (II) config/udev: Adding input device Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel (/dev/input/event7)
    [ 151.458] (**) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: Applying InputClass "evdev pointer catchall"
    [ 151.458] (II) Using input driver 'evdev' for 'Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel'
    [ 151.458] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 151.458] (**) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: always reports core events
    [ 151.458] (**) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: Device: "/dev/input/event7"
    [ 151.483] (--) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: Found 9 mouse buttons
    [ 151.483] (--) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: Found scroll wheel(s)
    [ 151.483] (--) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: Found relative axes
    [ 151.483] (--) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: Found x and y relative axes
    [ 151.483] (II) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: Configuring as mouse
    [ 151.483] (II) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: Adding scrollwheel support
    [ 151.483] (**) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: YAxisMapping: buttons 4 and 5
    [ 151.483] (**) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 151.483] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input7/event7"
    [ 151.483] (II) XINPUT: Adding extended input device "Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel" (type: MOUSE)
    [ 151.483] (II) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: initialized for relative axes.
    [ 151.483] (**) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: (accel) keeping acceleration scheme 1
    [ 151.483] (**) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: (accel) acceleration profile 0
    [ 151.483] (**) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: (accel) acceleration factor: 2.000
    [ 151.483] (**) Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel: (accel) acceleration threshold: 4
    [ 151.483] (II) config/udev: Adding input device Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel (/dev/input/mouse0)
    [ 151.483] (II) No input driver/identifier specified (ignoring)
    [ 151.485] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event3)
    [ 151.485] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 151.485] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
    [ 151.485] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 151.485] (**) Eee PC WMI hotkeys: always reports core events
    [ 151.485] (**) Eee PC WMI hotkeys: Device: "/dev/input/event3"
    [ 151.510] (--) Eee PC WMI hotkeys: Found keys
    [ 151.510] (II) Eee PC WMI hotkeys: Configuring as keyboard
    [ 151.510] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input3/event3"
    [ 151.510] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD)
    [ 151.510] (**) Option "xkb_rules" "evdev"
    [ 151.510] (**) Option "xkb_model" "evdev"
    [ 151.510] (**) Option "xkb_layout" "us"
    [ 151.510] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 151.510] (II) No input driver/identifier specified (ignoring)
    [ 151.592] (II) RADEON(0): EDID vendor "SAM", prod id 1846
    [ 151.592] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 151.592] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 151.592] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 151.592] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 151.592] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 151.592] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 151.592] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 151.592] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 151.592] (II) RADEON(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 151.592] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 151.592] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 151.592] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 151.592] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 151.592] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 151.732] (II) RADEON(0): EDID vendor "SAM", prod id 1846
    [ 151.732] (II) RADEON(0): Using hsync ranges from config file
    [ 151.732] (II) RADEON(0): Using vrefresh ranges from config file
    [ 151.732] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 151.732] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 151.732] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 151.732] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 151.732] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 151.732] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 151.732] (II) RADEON(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 151.732] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 151.732] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 151.732] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 151.732] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 151.732] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 151.805] (II) RADEON(0): EDID vendor "SAM", prod id 1846
    [ 151.805] (II) RADEON(0): Using hsync ranges from config file
    [ 151.805] (II) RADEON(0): Using vrefresh ranges from config file
    [ 151.805] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 151.805] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 151.805] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 151.805] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 151.805] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 151.805] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 151.805] (II) RADEON(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 151.805] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 151.805] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 151.805] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 151.805] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 151.805] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 151.885] (II) RADEON(0): EDID vendor "SAM", prod id 1846
    [ 151.885] (II) RADEON(0): Using hsync ranges from config file
    [ 151.885] (II) RADEON(0): Using vrefresh ranges from config file
    [ 151.885] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 151.885] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 151.885] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 151.885] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 151.885] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 151.885] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 151.885] (II) RADEON(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 151.885] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 151.885] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 151.885] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 151.885] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 151.885] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 151.958] (II) RADEON(0): EDID vendor "SAM", prod id 1846
    [ 151.958] (II) RADEON(0): Using hsync ranges from config file
    [ 151.958] (II) RADEON(0): Using vrefresh ranges from config file
    [ 151.958] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 151.958] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 151.958] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 151.958] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 151.958] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 151.958] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 151.958] (II) RADEON(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 151.958] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 151.958] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 151.958] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 151.958] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 151.958] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 156.162] (II) RADEON(0): EDID vendor "SAM", prod id 1846
    [ 156.162] (II) RADEON(0): Using hsync ranges from config file
    [ 156.162] (II) RADEON(0): Using vrefresh ranges from config file
    [ 156.162] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 156.162] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 156.162] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 156.162] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 156.162] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 156.162] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 156.162] (II) RADEON(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 156.162] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 156.162] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 156.162] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 156.162] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 156.162] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 157.229] (II) RADEON(0): EDID vendor "SAM", prod id 1846
    [ 157.229] (II) RADEON(0): Using hsync ranges from config file
    [ 157.229] (II) RADEON(0): Using vrefresh ranges from config file
    [ 157.229] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 157.229] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 157.229] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 157.229] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 157.229] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 157.229] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 157.229] (II) RADEON(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 157.229] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 157.229] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 157.229] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 157.229] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 157.229] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 157.308] (II) RADEON(0): EDID vendor "SAM", prod id 1846
    [ 157.308] (II) RADEON(0): Using hsync ranges from config file
    [ 157.308] (II) RADEON(0): Using vrefresh ranges from config file
    [ 157.308] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 157.308] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 157.308] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 157.308] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 157.308] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 157.308] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 157.308] (II) RADEON(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 157.308] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 157.308] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 157.308] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 157.308] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 157.308] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 157.902] (II) RADEON(0): EDID vendor "SAM", prod id 1846
    [ 157.902] (II) RADEON(0): Using hsync ranges from config file
    [ 157.902] (II) RADEON(0): Using vrefresh ranges from config file
    [ 157.902] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 157.902] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 157.902] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 157.902] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 157.902] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 157.902] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 157.902] (II) RADEON(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 157.902] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 157.902] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 157.902] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 157.902] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 157.902] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 157.978] (II) RADEON(0): EDID vendor "SAM", prod id 1846
    [ 157.978] (II) RADEON(0): Using hsync ranges from config file
    [ 157.978] (II) RADEON(0): Using vrefresh ranges from config file
    [ 157.978] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 157.978] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 157.978] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 157.978] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 157.978] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 157.978] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 157.978] (II) RADEON(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 157.978] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 157.978] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 157.978] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 157.978] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 157.978] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 158.056] (II) RADEON(0): EDID vendor "SAM", prod id 1846
    [ 158.056] (II) RADEON(0): Using hsync ranges from config file
    [ 158.056] (II) RADEON(0): Using vrefresh ranges from config file
    [ 158.056] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 158.056] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 158.056] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 158.056] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 158.056] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 158.056] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 158.056] (II) RADEON(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 158.056] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 158.056] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 158.056] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 158.056] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 158.056] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 158.915] (II) RADEON(0): EDID vendor "SAM", prod id 1846
    [ 158.915] (II) RADEON(0): Using hsync ranges from config file
    [ 158.915] (II) RADEON(0): Using vrefresh ranges from config file
    [ 158.915] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 158.915] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 158.915] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 158.915] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 158.915] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 158.915] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 158.915] (II) RADEON(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 158.915] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 158.915] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 158.915] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 158.915] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 158.915] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 162.988] (II) RADEON(0): EDID vendor "SAM", prod id 1846
    [ 162.988] (II) RADEON(0): Using hsync ranges from config file
    [ 162.988] (II) RADEON(0): Using vrefresh ranges from config file
    [ 162.988] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 162.988] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 162.988] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 162.988] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 162.988] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 162.988] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 162.988] (II) RADEON(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 162.988] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 162.988] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 162.988] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 162.988] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 162.988] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    [ 166.595] (II) RADEON(0): EDID vendor "SAM", prod id 1846
    [ 166.595] (II) RADEON(0): Using hsync ranges from config file
    [ 166.595] (II) RADEON(0): Using vrefresh ranges from config file
    [ 166.595] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 166.595] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 166.595] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 166.595] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 166.595] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 166.595] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 166.595] (II) RADEON(0): Modeline "1280x800"x0.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 166.595] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 166.595] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 166.595] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 166.595] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 166.595] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
    And more commands:
    [root@yakir-arch ~]# glxinfo | grep -i opengl
    Unknown chipset 0x6719
    OpenGL vendor string: VMware, Inc.
    OpenGL renderer string: Gallium 0.4 on softpipe
    OpenGL version string: 2.1 Mesa 7.10.2
    OpenGL shading language version string: 1.20
    OpenGL extensions:
    [root@yakir-arch ~]# glxinfo | grep dire
    Unknown chipset 0x6719
    direct rendering: Yes
    [root@yakir-arch ~]# dmesg | grep drm
    [ 1.336436] [drm] Initialized drm 1.1.0 20060810
    [ 1.358306] [drm] radeon defaulting to kernel modesetting.
    [ 1.358371] [drm] radeon kernel modesetting enabled.
    [ 1.359832] [drm] initializing kernel modesetting (CAYMAN 0x1002:0x6719).
    [ 1.359961] [drm] register mmio base: 0xFE620000
    [ 1.360031] [drm] register mmio size: 131072
    [ 1.360464] [drm] Detected VRAM RAM=2048M, BAR=256M
    [ 1.360526] [drm] RAM width 256bits DDR
    [ 1.360894] [drm] radeon: 2048M of VRAM memory ready
    [ 1.360957] [drm] radeon: 512M of GTT memory ready.
    [ 1.361025] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 1.361088] [drm] Driver supports precise vblank timestamp query.
    [ 1.361268] [drm] radeon: irq initialized.
    [ 1.361331] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 1.361684] [drm] Loading CAYMAN Microcode
    [ 1.385086] [drm] ring test succeeded in 1 usecs
    [ 1.385214] [drm] radeon: ib pool ready.
    [ 1.385372] [drm] ib test succeeded in 0 usecs
    [ 1.385938] [drm] Radeon Display Connectors
    [ 1.386008] [drm] Connector 0:
    [ 1.386076] [drm] DisplayPort
    [ 1.386146] [drm] HPD5
    [ 1.386209] [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
    [ 1.386280] [drm] Encoders:
    [ 1.386345] [drm] DFP1: INTERNAL_UNIPHY2
    [ 1.386426] [drm] Connector 1:
    [ 1.386489] [drm] DisplayPort
    [ 1.386551] [drm] HPD4
    [ 1.386616] [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
    [ 1.386685] [drm] Encoders:
    [ 1.386748] [drm] DFP2: INTERNAL_UNIPHY2
    [ 1.386812] [drm] Connector 2:
    [ 1.386874] [drm] HDMI-A
    [ 1.386936] [drm] HPD6
    [ 1.386999] [drm] DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
    [ 1.387068] [drm] Encoders:
    [ 1.387131] [drm] DFP3: INTERNAL_UNIPHY1
    [ 1.387194] [drm] Connector 3:
    [ 1.387257] [drm] DVI-D
    [ 1.387319] [drm] HPD1
    [ 1.387382] [drm] DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
    [ 1.387454] [drm] Encoders:
    [ 1.387518] [drm] DFP4: INTERNAL_UNIPHY1
    [ 1.387580] [drm] Connector 4:
    [ 1.387641] [drm] DVI-I
    [ 1.387702] [drm] HPD3
    [ 1.387763] [drm] DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
    [ 1.387831] [drm] Encoders:
    [ 1.387893] [drm] DFP5: INTERNAL_UNIPHY
    [ 1.387955] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 2.259873] [drm] Internal thermal controller with fan control
    [ 2.260918] [drm] radeon: power management initialized
    [ 2.331033] [drm] fb mappable at 0xC0140000
    [ 2.331093] [drm] vram apper at 0xC0000000
    [ 2.331152] [drm] size 8294400
    [ 2.331210] [drm] fb depth is 24
    [ 2.331268] [drm] pitch is 7680
    [ 2.331359] fbcon: radeondrmfb (fb0) is primary device
    [ 2.542497] fb0: radeondrmfb frame buffer device
    [ 2.542497] drm: registered panic notifier
    [ 2.542500] [drm] Initialized radeon 2.9.0 20080528 for 0000:01:00.0 on minor 0
    [ 29.818060] Modules linked in: eeepc_wmi(+) asus_wmi snd sparse_keymap rfkill pci_hotplug ehci_hcd soundcore wmi ppdev snd_page_alloc parport_pc r8169 usbcore i2c_i801 evdev parport intel_agp sg intel_gtt pcspkr processor button video iTCO_wdt iTCO_vendor_support serio_raw mii fuse ext4 mbcache jbd2 crc16 sd_mod at

    KingYes wrote:
    [root@yakir-arch ~]# glxinfo | grep -i opengl
    Unknown chipset 0x6719
    OpenGL vendor string: VMware, Inc.
    OpenGL renderer string: Gallium 0.4 on softpipe
    EDIT:In the glxinfo command its say 'OpenGL vendor string: VMware, Inc'. Why?
    I don't really know it but "Unknown chipset" sounds like the card may be so new that it is not yet supported, even in testing. "softpipe" means that it is using software rendering instead of the actual 3d hardware.
    It probably will work with newer git versions from mesa and xf86-video-ati and maybe the radeon branch of the kernel. All is found in the inofficial [radeon] repository:
    https://bbs.archlinux.org/viewtopic.php?id=79509

  • Laptop screen does not turn on after resume from suspend/hibernate

    I use systemctl suspend/hibernate to resume,  but the screen does not turn on from resume. everything else still functions just fine, meaning i can type in reboot and reboot, but a "turned off" black screen.
    00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h Processor Root Complex
    00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6520G]
    00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek HDMI Audio [Radeon HD 6500D and 6400G-6600G series]
    00:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 12h Processor Root Port
    00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode]
    00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
    00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
    00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
    00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
    00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 13)
    00:14.1 IDE interface: Advanced Micro Devices, Inc. [AMD] FCH IDE Controller
    00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 01)
    00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11)
    00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] FCH PCI Bridge (rev 40)
    00:15.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 0)
    00:15.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 1)
    00:15.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 2)
    00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
    00:16.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
    00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 0 (rev 43)
    00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 1
    00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 2
    00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 3
    00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 4
    00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 6
    00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 5
    00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 7
    04:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.19.0-1-ARCH (builduser@tobias) (gcc version 4.9.2 20150204 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Feb 9 07:08:20 CET 2015
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=70f3d39a-cd3c-4127-84d2-9af3430201ab rw quiet rootfstype=xfs i8042.nomux=1 i8042.reset
    [ 0.000000] tseg: 009ff00000
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009f8f4fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009f8f5000-0x000000009f939fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009f93a000-0x000000009f951fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000009f952000-0x000000009f954fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009f955000-0x000000009f955fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009f956000-0x000000009f96cfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009f96d000-0x000000009f974fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009f975000-0x000000009f9a4fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009f9a5000-0x000000009f9a5fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009f9a6000-0x000000009f9b5fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009f9b6000-0x000000009f9c3fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009f9c4000-0x000000009f9c5fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009f9c6000-0x000000009f9ccfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009f9cd000-0x000000009fa02fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009fa03000-0x000000009fc05fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009fc06000-0x000000009fd78fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009fd79000-0x000000009fef5fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009fef6000-0x000000009fefffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000023effffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: TOSHIBA Satellite L775D/TKBSS, BIOS 1.40 07/22/2011
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x23f000 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 write-through
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask FF00000000 write-back
    [ 0.000000] 1 base 009FF00000 mask FFFFF00000 uncachable
    [ 0.000000] 2 base 00A0000000 mask FFE0000000 uncachable
    [ 0.000000] 3 base 00C0000000 mask FFC0000000 uncachable
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 000000023f000000 aka 9200M
    [ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    [ 0.000000] e820: update [mem 0x9ff00000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0x9ff00 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fcf30-0x000fcf3f] mapped at [ffff8800000fcf30]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 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 [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    [ 0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x23ee00000-0x23effffff]
    [ 0.000000] [mem 0x23ee00000-0x23effffff] page 2M
    [ 0.000000] BRK [0x01b35000, 0x01b35fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x220000000-0x23edfffff]
    [ 0.000000] [mem 0x220000000-0x23edfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x21fffffff]
    [ 0.000000] [mem 0x200000000-0x21fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x9f8f4fff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
    [ 0.000000] [mem 0x80000000-0x9f7fffff] page 2M
    [ 0.000000] [mem 0x9f800000-0x9f8f4fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x9f955000-0x9f955fff]
    [ 0.000000] [mem 0x9f955000-0x9f955fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x9f9a6000-0x9f9b5fff]
    [ 0.000000] [mem 0x9f9a6000-0x9f9b5fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x9fc06000-0x9fd78fff]
    [ 0.000000] [mem 0x9fc06000-0x9fd78fff] page 4k
    [ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x9fef6000-0x9fefffff]
    [ 0.000000] [mem 0x9fef6000-0x9fefffff] page 4k
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x100001000-0x1ffffffff]
    [ 0.000000] [mem 0x100001000-0x1001fffff] page 4k
    [ 0.000000] [mem 0x100200000-0x13fffffff] page 2M
    [ 0.000000] [mem 0x140000000-0x1ffffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x37652000-0x37b20fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000F0450 000024 (v02 TOSASU)
    [ 0.000000] ACPI: XSDT 0x000000009F93A070 000064 (v01 TOSASU TOSASU00 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x000000009F94E438 0000F4 (v04 TOSASU TOSASU00 01072009 AMI 00010013)
    [ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20141107/tbfadt-649)
    [ 0.000000] ACPI: DSDT 0x000000009F93A168 0142CF (v02 TOSASU TOSASU00 00000140 INTL 20051117)
    [ 0.000000] ACPI: FACS 0x000000009F9C6F80 000040
    [ 0.000000] ACPI: APIC 0x000000009F94E530 000072 (v03 TOSASU TOSASU00 01072009 AMI 00010013)
    [ 0.000000] ACPI: ECDT 0x000000009F94E5A8 0000C1 (v01 TOSASU TOSASU00 01072009 AMI. 00000004)
    [ 0.000000] ACPI: SLIC 0x000000009F94E670 000176 (v01 TOSASU TOSASU00 01072009 MSFT 00000001)
    [ 0.000000] ACPI: MCFG 0x000000009F94E7E8 00003C (v01 A M I GMCH945. 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x000000009F94E828 000038 (v01 TOSASU TOSASU00 01072009 AMI 00000004)
    [ 0.000000] ACPI: SSDT 0x000000009F94E860 000E34 (v01 AMD POWERNOW 00000001 AMD 00000001)
    [ 0.000000] ACPI: SSDT 0x000000009F94F698 00193D (v02 AMD ALIB 00000001 MSFT 04000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000023effffff]
    [ 0.000000] NODE_DATA(0) allocated [mem 0x23eff8000-0x23effbfff]
    [ 0.000000] [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880236e00000-ffff88023e5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x23effffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009dfff]
    [ 0.000000] node 0: [mem 0x00100000-0x9f8f4fff]
    [ 0.000000] node 0: [mem 0x9f955000-0x9f955fff]
    [ 0.000000] node 0: [mem 0x9f9a6000-0x9f9b5fff]
    [ 0.000000] node 0: [mem 0x9fc06000-0x9fd78fff]
    [ 0.000000] node 0: [mem 0x9fef6000-0x9fefffff]
    [ 0.000000] node 0: [mem 0x100001000-0x23effffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00001000-0x23effffff]
    [ 0.000000] On node 0 totalpages: 1960479
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3997 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 10155 pages used for memmap
    [ 0.000000] DMA32 zone: 649859 pages, LIFO batch:31
    [ 0.000000] Normal zone: 20416 pages used for memmap
    [ 0.000000] Normal zone: 1306623 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x05] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 5, version 33, 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 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-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 0x9f8f5000-0x9f939fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f93a000-0x9f951fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f952000-0x9f954fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f956000-0x9f96cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f96d000-0x9f974fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f975000-0x9f9a4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f9a5000-0x9f9a5fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f9b6000-0x9f9c3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f9c4000-0x9f9c5fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f9c6000-0x9f9ccfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f9cd000-0x9fa02fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9fa03000-0x9fc05fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9fd79000-0x9fef5fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9ff00000-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-0xfec0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
    [ 0.000000] e820: [mem 0x9ff00000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 31 pages/cpu @ffff88023ec00000 s86336 r8192 d32448 u524288
    [ 0.000000] pcpu-alloc: s86336 r8192 d32448 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1929823
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=70f3d39a-cd3c-4127-84d2-9af3430201ab rw quiet rootfstype=xfs i8042.nomux=1 i8042.reset
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: 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: 7635708K/7841916K available (5531K kernel code, 917K rwdata, 1744K rodata, 1164K init, 1156K bss, 206208K reserved, 0K cma-reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:456 16
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 1397.380 MHz processor
    [ 0.000043] Calibrating delay loop (skipped), value calculated using timer frequency.. 2795.20 BogoMIPS (lpj=4657933)
    [ 0.000046] pid_max: default: 32768 minimum: 301
    [ 0.000053] ACPI: Core revision 20141107
    [ 0.000055] TOSHIBA Satellite detected - force copy of DSDT to local memory
    [ 0.000123] ACPI: Forced DSDT copy: length 0x142CF copied locally, original unmapped
    [ 0.015021] ACPI: All ACPI Tables successfully acquired
    [ 0.016280] Security Framework initialized
    [ 0.016286] Yama: becoming mindful.
    [ 0.016907] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.019182] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.020189] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.020201] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.020472] Initializing cgroup subsys memory
    [ 0.020479] Initializing cgroup subsys devices
    [ 0.020482] Initializing cgroup subsys freezer
    [ 0.020484] Initializing cgroup subsys net_cls
    [ 0.020487] Initializing cgroup subsys blkio
    [ 0.020510] CPU: Physical Processor ID: 0
    [ 0.020511] CPU: Processor Core ID: 0
    [ 0.020513] mce: CPU supports 6 MCE banks
    [ 0.020522] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Last level dTLB entries: 4KB 1024, 2MB 128, 4MB 64, 1GB 0
    [ 0.020644] Freeing SMP alternatives memory: 20K (ffffffff81a0a000 - ffffffff81a0f000)
    [ 0.021880] ftrace: allocating 21166 entries in 83 pages
    [ 0.035456] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.068473] smpboot: CPU0: AMD A6-3400M APU with Radeon(tm) HD Graphics (fam: 12, model: 01, stepping: 00)
    [ 0.174081] Performance Events: AMD PMU driver.
    [ 0.174086] ... version: 0
    [ 0.174087] ... bit width: 48
    [ 0.174088] ... generic registers: 4
    [ 0.174089] ... value mask: 0000ffffffffffff
    [ 0.174090] ... max period: 00007fffffffffff
    [ 0.174091] ... fixed-purpose events: 0
    [ 0.174092] ... event mask: 000000000000000f
    [ 0.191034] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.197738] x86: Booting SMP configuration:
    [ 0.197744] .... node #0, CPUs: #1 #2 #3
    [ 0.250891] x86: Booted up 1 node, 4 CPUs
    [ 0.250896] smpboot: Total of 4 processors activated (11183.83 BogoMIPS)
    [ 0.252264] devtmpfs: initialized
    [ 0.257696] PM: Registering ACPI NVS region [mem 0x9f8f5000-0x9f939fff] (282624 bytes)
    [ 0.257715] PM: Registering ACPI NVS region [mem 0x9f952000-0x9f954fff] (12288 bytes)
    [ 0.257718] PM: Registering ACPI NVS region [mem 0x9f96d000-0x9f974fff] (32768 bytes)
    [ 0.257721] PM: Registering ACPI NVS region [mem 0x9f9a5000-0x9f9a5fff] (4096 bytes)
    [ 0.257724] PM: Registering ACPI NVS region [mem 0x9f9b6000-0x9f9c3fff] (57344 bytes)
    [ 0.257727] PM: Registering ACPI NVS region [mem 0x9f9c6000-0x9f9ccfff] (28672 bytes)
    [ 0.257729] PM: Registering ACPI NVS region [mem 0x9fa03000-0x9fc05fff] (2109440 bytes)
    [ 0.258125] pinctrl core: initialized pinctrl subsystem
    [ 0.258173] RTC time: 18:50:52, date: 02/22/15
    [ 0.258343] NET: Registered protocol family 16
    [ 0.270952] cpuidle: using governor ladder
    [ 0.284279] cpuidle: using governor menu
    [ 0.284490] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.284493] ACPI: bus type PCI registered
    [ 0.284495] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.284605] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.284608] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.285035] PCI: Using configuration type 1 for base access
    [ 0.299021] ACPI: Added _OSI(Module Device)
    [ 0.299025] ACPI: Added _OSI(Processor Device)
    [ 0.299027] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.299029] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.300870] ACPI : EC: EC description table is found, configuring boot EC
    [ 0.302900] ACPI: Executed 2 blocks of module-level executable AML code
    [ 0.831121] ACPI: Interpreter enabled
    [ 0.831132] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20141107/hwxface-580)
    [ 0.831140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
    [ 0.831167] ACPI: (supports S0 S3 S4 S5)
    [ 0.831169] ACPI: Using IOAPIC for interrupt routing
    [ 0.831382] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.842727] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.842738] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.843157] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
    [ 0.843782] PCI host bridge to bus 0000:00
    [ 0.843788] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.843792] pci_bus 0000:00: root bus resource [io 0x0000-0x03af]
    [ 0.843796] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7]
    [ 0.843800] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df]
    [ 0.843803] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.843806] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.843810] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.843813] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
    [ 0.843825] pci 0000:00:00.0: [1022:1705] type 00 class 0x060000
    [ 0.843978] pci 0000:00:01.0: [1002:9647] type 00 class 0x030000
    [ 0.843993] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
    [ 0.844002] pci 0000:00:01.0: reg 0x14: [io 0xf000-0xf0ff]
    [ 0.844011] pci 0000:00:01.0: reg 0x18: [mem 0xfeb00000-0xfeb3ffff]
    [ 0.844070] pci 0000:00:01.0: supports D1 D2
    [ 0.844185] pci 0000:00:01.1: [1002:1714] type 00 class 0x040300
    [ 0.844197] pci 0000:00:01.1: reg 0x10: [mem 0xfeb44000-0xfeb47fff]
    [ 0.844272] pci 0000:00:01.1: supports D1 D2
    [ 0.844388] pci 0000:00:02.0: [1022:1707] type 01 class 0x060400
    [ 0.844483] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.844641] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
    [ 0.844665] pci 0000:00:11.0: reg 0x10: [io 0xf190-0xf197]
    [ 0.844678] pci 0000:00:11.0: reg 0x14: [io 0xf180-0xf183]
    [ 0.844690] pci 0000:00:11.0: reg 0x18: [io 0xf170-0xf177]
    [ 0.844703] pci 0000:00:11.0: reg 0x1c: [io 0xf160-0xf163]
    [ 0.844715] pci 0000:00:11.0: reg 0x20: [io 0xf150-0xf15f]
    [ 0.844728] pci 0000:00:11.0: reg 0x24: [mem 0xfeb4e000-0xfeb4e7ff]
    [ 0.844896] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
    [ 0.844914] pci 0000:00:12.0: reg 0x10: [mem 0xfeb4d000-0xfeb4dfff]
    [ 0.845044] pci 0000:00:12.0: System wakeup disabled by ACPI
    [ 0.845114] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
    [ 0.845138] pci 0000:00:12.2: reg 0x10: [mem 0xfeb4c000-0xfeb4c0ff]
    [ 0.845242] pci 0000:00:12.2: supports D1 D2
    [ 0.845245] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.845313] pci 0000:00:12.2: System wakeup disabled by ACPI
    [ 0.845383] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
    [ 0.845400] pci 0000:00:13.0: reg 0x10: [mem 0xfeb4b000-0xfeb4bfff]
    [ 0.845529] pci 0000:00:13.0: System wakeup disabled by ACPI
    [ 0.845599] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
    [ 0.845623] pci 0000:00:13.2: reg 0x10: [mem 0xfeb4a000-0xfeb4a0ff]
    [ 0.845727] pci 0000:00:13.2: supports D1 D2
    [ 0.845730] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.845799] pci 0000:00:13.2: System wakeup disabled by ACPI
    [ 0.845867] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
    [ 0.846051] pci 0000:00:14.1: [1022:780c] type 00 class 0x01018a
    [ 0.846069] pci 0000:00:14.1: reg 0x10: [io 0xf140-0xf147]
    [ 0.846081] pci 0000:00:14.1: reg 0x14: [io 0xf130-0xf133]
    [ 0.846094] pci 0000:00:14.1: reg 0x18: [io 0xf120-0xf127]
    [ 0.846107] pci 0000:00:14.1: reg 0x1c: [io 0xf110-0xf113]
    [ 0.846119] pci 0000:00:14.1: reg 0x20: [io 0xf100-0xf10f]
    [ 0.846145] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
    [ 0.846148] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
    [ 0.846151] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
    [ 0.846154] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
    [ 0.846275] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
    [ 0.846303] pci 0000:00:14.2: reg 0x10: [mem 0xfeb40000-0xfeb43fff 64bit]
    [ 0.846387] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.846454] pci 0000:00:14.2: System wakeup disabled by ACPI
    [ 0.846515] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
    [ 0.846704] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
    [ 0.846806] pci 0000:00:14.4: System wakeup disabled by ACPI
    [ 0.846879] pci 0000:00:15.0: [1022:43a0] type 01 class 0x060400
    [ 0.846982] pci 0000:00:15.0: supports D1 D2
    [ 0.847053] pci 0000:00:15.0: System wakeup disabled by ACPI
    [ 0.847122] pci 0000:00:15.1: [1022:43a1] type 01 class 0x060400
    [ 0.847225] pci 0000:00:15.1: supports D1 D2
    [ 0.847296] pci 0000:00:15.1: System wakeup disabled by ACPI
    [ 0.847363] pci 0000:00:15.2: [1022:43a2] type 01 class 0x060400
    [ 0.847466] pci 0000:00:15.2: supports D1 D2
    [ 0.847537] pci 0000:00:15.2: System wakeup disabled by ACPI
    [ 0.847610] pci 0000:00:16.0: [1022:7807] type 00 class 0x0c0310
    [ 0.847628] pci 0000:00:16.0: reg 0x10: [mem 0xfeb49000-0xfeb49fff]
    [ 0.847757] pci 0000:00:16.0: System wakeup disabled by ACPI
    [ 0.847827] pci 0000:00:16.2: [1022:7808] type 00 class 0x0c0320
    [ 0.847851] pci 0000:00:16.2: reg 0x10: [mem 0xfeb48000-0xfeb480ff]
    [ 0.847956] pci 0000:00:16.2: supports D1 D2
    [ 0.847959] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    [ 0.848026] pci 0000:00:16.2: System wakeup disabled by ACPI
    [ 0.848093] pci 0000:00:18.0: [1022:1700] type 00 class 0x060000
    [ 0.848228] pci 0000:00:18.1: [1022:1701] type 00 class 0x060000
    [ 0.848359] pci 0000:00:18.2: [1022:1702] type 00 class 0x060000
    [ 0.848490] pci 0000:00:18.3: [1022:1703] type 00 class 0x060000
    [ 0.848632] pci 0000:00:18.4: [1022:1704] type 00 class 0x060000
    [ 0.848762] pci 0000:00:18.5: [1022:1718] type 00 class 0x060000
    [ 0.848892] pci 0000:00:18.6: [1022:1716] type 00 class 0x060000
    [ 0.849021] pci 0000:00:18.7: [1022:1719] type 00 class 0x060000
    [ 0.849252] pci 0000:00:02.0: PCI bridge to [bus 01]
    [ 0.849360] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
    [ 0.849372] pci 0000:00:14.4: bridge window [io 0x0000-0x03af] (subtractive decode)
    [ 0.849376] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7] (subtractive decode)
    [ 0.849379] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df] (subtractive decode)
    [ 0.849383] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.849387] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.849390] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.849394] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
    [ 0.849483] pci 0000:00:15.0: PCI bridge to [bus 03]
    [ 0.849617] pci 0000:04:00.0: [10ec:8176] type 00 class 0x028000
    [ 0.849646] pci 0000:04:00.0: reg 0x10: [io 0xe000-0xe0ff]
    [ 0.849687] pci 0000:04:00.0: reg 0x18: [mem 0xfea00000-0xfea03fff 64bit]
    [ 0.849834] pci 0000:04:00.0: supports D1 D2
    [ 0.849837] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.849878] pci 0000:04:00.0: System wakeup disabled by ACPI
    [ 0.854467] pci 0000:00:15.1: PCI bridge to [bus 04]
    [ 0.854488] pci 0000:00:15.1: bridge window [io 0xe000-0xefff]
    [ 0.854499] pci 0000:00:15.1: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.854661] pci 0000:05:00.0: [10ec:8136] type 00 class 0x020000
    [ 0.854688] pci 0000:05:00.0: reg 0x10: [io 0xd000-0xd0ff]
    [ 0.854722] pci 0000:05:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
    [ 0.854743] pci 0000:05:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
    [ 0.854860] pci 0000:05:00.0: supports D1 D2
    [ 0.854863] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.854907] pci 0000:05:00.0: System wakeup disabled by ACPI
    [ 0.861144] pci 0000:00:15.2: PCI bridge to [bus 05]
    [ 0.861165] pci 0000:00:15.2: bridge window [io 0xd000-0xdfff]
    [ 0.861180] pci 0000:00:15.2: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.861237] acpi PNP0A03:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 0.861791] ACPI: PCI Interrupt Link [LN24] (IRQs *24)
    [ 0.861823] ACPI: PCI Interrupt Link [LN25] (IRQs *25)
    [ 0.861855] ACPI: PCI Interrupt Link [LN26] (IRQs *26)
    [ 0.861887] ACPI: PCI Interrupt Link [LN27] (IRQs *27)
    [ 0.861918] ACPI: PCI Interrupt Link [LN28] (IRQs *28)
    [ 0.861951] ACPI: PCI Interrupt Link [LN29] (IRQs *29)
    [ 0.861981] ACPI: PCI Interrupt Link [LN30] (IRQs *30)
    [ 0.862011] ACPI: PCI Interrupt Link [LN31] (IRQs *31)
    [ 0.862041] ACPI: PCI Interrupt Link [LN32] (IRQs *32)
    [ 0.862071] ACPI: PCI Interrupt Link [LN33] (IRQs *33)
    [ 0.862101] ACPI: PCI Interrupt Link [LN34] (IRQs *34)
    [ 0.862130] ACPI: PCI Interrupt Link [LN35] (IRQs *35)
    [ 0.862160] ACPI: PCI Interrupt Link [LN36] (IRQs *36)
    [ 0.862190] ACPI: PCI Interrupt Link [LN37] (IRQs *37)
    [ 0.862219] ACPI: PCI Interrupt Link [LN38] (IRQs *38)
    [ 0.862249] ACPI: PCI Interrupt Link [LN39] (IRQs *39)
    [ 0.862279] ACPI: PCI Interrupt Link [LN40] (IRQs *40)
    [ 0.862309] ACPI: PCI Interrupt Link [LN41] (IRQs *41)
    [ 0.862338] ACPI: PCI Interrupt Link [LN42] (IRQs *42)
    [ 0.862368] ACPI: PCI Interrupt Link [LN43] (IRQs *43)
    [ 0.862398] ACPI: PCI Interrupt Link [LN44] (IRQs *44)
    [ 0.862428] ACPI: PCI Interrupt Link [LN45] (IRQs *45)
    [ 0.862457] ACPI: PCI Interrupt Link [LN46] (IRQs *46)
    [ 0.862487] ACPI: PCI Interrupt Link [LN47] (IRQs *47)
    [ 0.862517] ACPI: PCI Interrupt Link [LN48] (IRQs *48)
    [ 0.862546] ACPI: PCI Interrupt Link [LN49] (IRQs *49)
    [ 0.862576] ACPI: PCI Interrupt Link [LN50] (IRQs *50)
    [ 0.862606] ACPI: PCI Interrupt Link [LN51] (IRQs *51)
    [ 0.862635] ACPI: PCI Interrupt Link [LN52] (IRQs *52)
    [ 0.862665] ACPI: PCI Interrupt Link [LN53] (IRQs *53)
    [ 0.862695] ACPI: PCI Interrupt Link [LN54] (IRQs *54)
    [ 0.862726] ACPI: PCI Interrupt Link [LN55] (IRQs *55)
    [ 0.862781] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.862883] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.862986] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.863084] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.863164] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.863228] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.863292] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.863356] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
    [ 0.864141] ACPI : EC: GPE = 0xc, I/O: command/status = 0x66, data = 0x62
    [ 0.864446] vgaarb: setting as boot device: PCI:0000:00:01.0
    [ 0.864452] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.864464] vgaarb: loaded
    [ 0.864466] vgaarb: bridge control possible 0000:00:01.0
    [ 0.864788] PCI: Using ACPI for IRQ routing
    [ 0.874741] PCI: pci_cache_line_size set to 64 bytes
    [ 0.874840] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
    [ 0.874844] e820: reserve RAM buffer [mem 0x9f8f5000-0x9fffffff]
    [ 0.874848] e820: reserve RAM buffer [mem 0x9f956000-0x9fffffff]
    [ 0.874851] e820: reserve RAM buffer [mem 0x9f9b6000-0x9fffffff]
    [ 0.874854] e820: reserve RAM buffer [mem 0x9fd79000-0x9fffffff]
    [ 0.874856] e820: reserve RAM buffer [mem 0x9ff00000-0x9fffffff]
    [ 0.874859] e820: reserve RAM buffer [mem 0x23f000000-0x23fffffff]
    [ 0.875079] NetLabel: Initializing
    [ 0.875081] NetLabel: domain hash size = 128
    [ 0.875083] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.875101] NetLabel: unlabeled traffic allowed by default
    [ 0.875143] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.875149] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.877246] Switched to clocksource hpet
    [ 0.884868] pnp: PnP ACPI init
    [ 0.885072] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.885079] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.886017] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.886021] system 00:01: [io 0x040b] has been reserved
    [ 0.886025] system 00:01: [io 0x04d6] has been reserved
    [ 0.886029] system 00:01: [io 0x0c00-0x0c01] has been reserved
    [ 0.886032] system 00:01: [io 0x0c14] has been reserved
    [ 0.886036] system 00:01: [io 0x0c50-0x0c51] has been reserved
    [ 0.886039] system 00:01: [io 0x0c52] has been reserved
    [ 0.886042] system 00:01: [io 0x0c6c] has been reserved
    [ 0.886046] system 00:01: [io 0x0c6f] has been reserved
    [ 0.886049] system 00:01: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.886052] system 00:01: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.886056] system 00:01: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.886059] system 00:01: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.886063] system 00:01: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.886067] system 00:01: [io 0x0800-0x089f] could not be reserved
    [ 0.886070] system 00:01: [io 0x0b20-0x0b3f] has been reserved
    [ 0.886074] system 00:01: [io 0x0900-0x090f] has been reserved
    [ 0.886082] system 00:01: [io 0x0910-0x091f] has been reserved
    [ 0.886086] system 00:01: [io 0xfe00-0xfefe] has been reserved
    [ 0.886091] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.886096] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.886100] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
    [ 0.886104] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
    [ 0.886107] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
    [ 0.886112] system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
    [ 0.886116] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.886120] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.886180] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.886279] system 00:03: [io 0x04d0-0x04d1] has been reserved
    [ 0.886283] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.886353] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.886420] system 00:05: [io 0x0240-0x0259] has been reserved
    [ 0.886424] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.886523] pnp 00:06: Plug and Play ACPI device, IDs TOS0220 SYN1d00 SYN0002 PNP0f13 (active)
    [ 0.886596] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.886784] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.887277] pnp: PnP ACPI: found 9 devices
    [ 0.895955] pci 0000:00:02.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
    [ 0.895964] pci 0000:00:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [ 0.895969] pci 0000:00:02.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
    [ 0.896008] pci 0000:00:02.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.896012] pci 0000:00:02.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.896016] pci 0000:00:02.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.896026] pci 0000:00:02.0: BAR 14: assigned [mem 0xd0100000-0xd02fffff]
    [ 0.896039] pci 0000:00:02.0: BAR 15: assigned [mem 0xd0300000-0xd04fffff 64bit pref]
    [ 0.896046] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.896051] pci 0000:00:02.0: PCI bridge to [bus 01]
    [ 0.896056] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]
    [ 0.896061] pci 0000:00:02.0: bridge window [mem 0xd0100000-0xd02fffff]
    [ 0.896067] pci 0000:00:02.0: bridge window [mem 0xd0300000-0xd04fffff 64bit pref]
    [ 0.896073] pci 0000:00:14.4: PCI bridge to [bus 02]
    [ 0.896089] pci 0000:00:15.0: PCI bridge to [bus 03]
    [ 0.896103] pci 0000:00:15.1: PCI bridge to [bus 04]
    [ 0.896107] pci 0000:00:15.1: bridge window [io 0xe000-0xefff]
    [ 0.896114] pci 0000:00:15.1: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.896124] pci 0000:00:15.2: PCI bridge to [bus 05]
    [ 0.896129] pci 0000:00:15.2: bridge window [io 0xd000-0xdfff]
    [ 0.896138] pci 0000:00:15.2: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.896147] pci_bus 0000:00: resource 4 [io 0x0000-0x03af]
    [ 0.896151] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7]
    [ 0.896154] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df]
    [ 0.896157] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff]
    [ 0.896160] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
    [ 0.896164] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
    [ 0.896167] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
    [ 0.896171] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
    [ 0.896174] pci_bus 0000:01: resource 1 [mem 0xd0100000-0xd02fffff]
    [ 0.896178] pci_bus 0000:01: resource 2 [mem 0xd0300000-0xd04fffff 64bit pref]
    [ 0.896182] pci_bus 0000:02: resource 4 [io 0x0000-0x03af]
    [ 0.896185] pci_bus 0000:02: resource 5 [io 0x03e0-0x0cf7]
    [ 0.896188] pci_bus 0000:02: resource 6 [io 0x03b0-0x03df]
    [ 0.896191] pci_bus 0000:02: resource 7 [io 0x0d00-0xffff]
    [ 0.896194] pci_bus 0000:02: resource 8 [mem 0x000a0000-0x000bffff]
    [ 0.896198] pci_bus 0000:02: resource 9 [mem 0x000c0000-0x000dffff]
    [ 0.896201] pci_bus 0000:02: resource 10 [mem 0xc0000000-0xffffffff]
    [ 0.896205] pci_bus 0000:04: resource 0 [io 0xe000-0xefff]
    [ 0.896208] pci_bus 0000:04: resource 1 [mem 0xfea00000-0xfeafffff]
    [ 0.896212] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
    [ 0.896215] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.896259] NET: Registered protocol family 2
    [ 0.896597] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.896863] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.897301] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.897360] TCP: reno registered
    [ 0.897379] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.897467] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.897618] NET: Registered protocol family 1
    [ 0.897646] pci 0000:00:01.0: Video device with shadowed ROM
    [ 1.838171] PCI: CLS 64 bytes, default 64
    [ 1.838242] Unpacking initramfs...
    [ 1.934095] Freeing initrd memory: 4924K (ffff880037652000 - ffff880037b21000)
    [ 1.934107] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 1.934110] software IO TLB [mem 0x9b8f5000-0x9f8f5000] (64MB) mapped at [ffff88009b8f5000-ffff88009f8f4fff]
    [ 1.934495] microcode: CPU0: patch_level=0x03000014
    [ 1.934537] microcode: CPU1: patch_level=0x03000014
    [ 1.934580] microcode: CPU2: patch_level=0x03000014
    [ 1.934625] microcode: CPU3: patch_level=0x03000014
    [ 1.934758] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 1.934766] LVT offset 0 assigned for vector 0x400
    [ 1.934817] perf: AMD IBS detected (0x000000ff)
    [ 1.934854] Scanning for low memory corruption every 60 seconds
    [ 1.935293] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 1.935315] Initialise system trusted keyring
    [ 1.935789] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.937285] zpool: loaded
    [ 1.937288] zbud: loaded
    [ 1.937658] VFS: Disk quotas dquot_6.5.2
    [ 1.937709] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.937948] Key type big_key registered
    [ 1.938436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.938508] io scheduler noop registered
    [ 1.938511] io scheduler deadline registered
    [ 1.938546] io scheduler cfq registered (default)
    [ 1.939375] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
    [ 1.939380] pcie_pme 0000:00:02.0:pcie01: service driver pcie_pme loaded
    [ 1.939399] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
    [ 1.939403] pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
    [ 1.939421] pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
    [ 1.939423] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
    [ 1.939428] pcie_pme 0000:00:15.1:pcie01: service driver pcie_pme loaded
    [ 1.939447] pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt
    [ 1.939449] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
    [ 1.939453] pcie_pme 0000:00:15.2:pcie01: service driver pcie_pme loaded
    [ 1.939461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.939494] pciehp 0000:00:02.0:pcie04: Slot #2 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep+
    [ 1.939528] pciehp 0000:00:02.0:pcie04: service driver pciehp loaded
    [ 1.939533] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.939550] vesafb: mode is 1152x864x32, linelength=4608, pages=0
    [ 1.939552] vesafb: scrolling: redraw
    [ 1.939554] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 1.939576] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010e80000, using 3904k, total 3904k
    [ 1.955978] Console: switching to colour frame buffer device 144x54
    [ 1.972261] fb0: VESA VGA frame buffer device
    [ 1.972328] GHES: HEST is not enabled!
    [ 1.972535] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.973720] Linux agpgart interface v0.103
    [ 1.973797] rtc_cmos 00:02: RTC can wake from S4
    [ 1.973936] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 1.973964] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.973983] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.974434] TCP: cubic registered
    [ 1.974593] NET: Registered protocol family 10
    [ 1.975020] NET: Registered protocol family 17
    [ 1.975476] Loading compiled-in X.509 certificates
    [ 1.975502] registered taskstats version 1
    [ 1.976231] Magic number: 3:326:848
    [ 1.976341] rtc_cmos 00:02: setting system clock to 2015-02-22 18:50:54 UTC (1424631054)
    [ 1.976444] PM: Hibernation image not present or could not be loaded.
    [ 1.977023] Freeing unused kernel memory: 1164K (ffffffff818e7000 - ffffffff81a0a000)
    [ 1.977027] Write protecting the kernel read-only data: 8192k
    [ 1.977495] Freeing unused kernel memory: 600K (ffff88000156a000 - ffff880001600000)
    [ 1.977718] Freeing unused kernel memory: 304K (ffff8800017b4000 - ffff880001800000)
    [ 1.979659] random: systemd urandom read with 1 bits of entropy available
    [ 1.980307] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    [ 1.980576] systemd[1]: Detected architecture 'x86-64'.
    [ 1.980581] systemd[1]: Running in initial RAM disk.
    [ 1.980590] systemd[1]: Running with unpopulated /etc.
    [ 1.980603] systemd[1]: No hostname configured.
    [ 1.980609] systemd[1]: Set hostname to <localhost>.
    [ 1.980655] systemd[1]: Initializing machine ID from random generator.
    [ 1.996373] systemd[1]: Populated /etc with preset unit settings.
    [ 1.999327] systemd[1]: Unit type .busname is not supported on this system.
    [ 2.003390] systemd[1]: Created slice -.slice.
    [ 2.003412] systemd[1]: Starting -.slice.
    [ 2.005054] systemd[1]: Listening on Journal Audit Socket.
    [ 2.005188] systemd[1]: Created slice system.slice.
    [ 2.005200] systemd[1]: Starting system.slice.
    [ 2.005218] systemd[1]: Reached target Swap.
    [ 2.005226] systemd[1]: Starting Swap.
    [ 2.005288] systemd[1]: Listening on udev Control Socket.
    [ 2.005296] systemd[1]: Starting udev Control Socket.
    [ 2.005312] systemd[1]: Reached target Slices.
    [ 2.005320] systemd[1]: Starting Slices.
    [ 2.005335] systemd[1]: Reached target Local File Systems.
    [ 2.005342] systemd[1]: Starting Local File Systems.
    [ 2.005358] systemd[1]: Reached target Timers.
    [ 2.005366] systemd[1]: Starting Timers.
    [ 2.005398] systemd[1]: Listening on udev Kernel Socket.
    [ 2.005409] systemd[1]: Starting udev Kernel Socket.
    [ 2.005430] systemd[1]: Reached target Paths.
    [ 2.005441] systemd[1]: Starting Paths.
    [ 2.005497] systemd[1]: Listening on Journal Socket.
    [ 2.005510] systemd[1]: Starting Journal Socket.
    [ 2.006097] systemd[1]: Starting udev Coldplug all Devices...
    [ 2.006689] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 2.006801] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 2.006811] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 2.006860] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 2.006870] systemd[1]: Starting Journal Socket (/dev/log).
    [ 2.007428] systemd[1]: Starting Journal Service...
    [ 2.007472] systemd[1]: Reached target Sockets.
    [ 2.007494] systemd[1]: Starting Sockets.
    [ 2.011399] systemd[1]: Started Create list of required static device nodes for the current kernel.
    [ 2.012026] systemd[1]: Starting Create Static Device Nodes in /dev...
    [ 2.012842] systemd-journald[63]: Failed to set file attributes: Inappropriate ioctl for device
    [ 2.016230] systemd[1]: Started Create Static Device Nodes in /dev.
    [ 2.016999] systemd[1]: Starting udev Kernel Device Manager...
    [ 2.021212] systemd[1]: Started udev Kernel Device Manager.
    [ 2.024169] systemd[1]: Started udev Coldplug all Devices.
    [ 2.029792] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 2.032026] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.032044] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 2.041719] SCSI subsystem initialized
    [ 2.042505] ACPI: bus type USB registered
    [ 2.042538] usbcore: registered new interface driver usbfs
    [ 2.042552] usbcore: registered new interface driver hub
    [ 2.042588] usbcore: registered new device driver usb
    [ 2.044174] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.045154] systemd[1]: Started Journal Service.
    [ 2.045633] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 2.045840] ohci-pci: OHCI PCI platform driver
    [ 2.045993] QUIRK: Enable AMD PLL fix
    [ 2.046022] ohci-pci 0000:00:12.0: OHCI PCI host controller
    [ 2.046033] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
    [ 2.046079] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb4d000
    [ 2.046697] ehci-pci: EHCI PCI platform driver
    [ 2.047833] libata version 3.00 loaded.
    [ 2.084196] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 2.102273] hub 1-0:1.0: USB hub found
    [ 2.102287] hub 1-0:1.0: 5 ports detected
    [ 2.102593] ohci-pci 0000:00:13.0: OHCI PCI host controller
    [ 2.102600] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 2
    [ 2.102631] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4b000
    [ 2.159071] hub 2-0:1.0: USB hub found
    [ 2.159085] hub 2-0:1.0: 5 ports detected
    [ 2.160195] ohci-pci 0000:00:16.0: OHCI PCI host controller
    [ 2.160202] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 3
    [ 2.160235] ohci-pci 0000:00:16.0: irq 18, io mem 0xfeb49000
    [ 2.215699] hub 3-0:1.0: USB hub found
    [ 2.215713] hub 3-0:1.0: 4 ports detected
    [ 2.271489] ehci-pci 0000:00:12.2: EHCI Host Controller
    [ 2.271502] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 4
    [ 2.271509] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 2.271523] ehci-pci 0000:00:12.2: debug port 1
    [ 2.271574] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4c000
    [ 2.281276] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 2.281694] hub 4-0:1.0: USB hub found
    [ 2.281705] hub 4-0:1.0: 5 ports detected
    [ 2.338086] hub 1-0:1.0: USB hub found
    [ 2.338100] hub 1-0:1.0: 5 ports detected
    [ 2.338571] ehci-pci 0000:00:13.2: EHCI Host Controller
    [ 2.338579] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 5
    [ 2.338584] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 2.338596] ehci-pci 0000:00:13.2: debug port 1
    [ 2.338634] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4a000
    [ 2.347963] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 2.348396] hub 5-0:1.0: USB hub found
    [ 2.348414] hub 5-0:1.0: 5 ports detected
    [ 2.404806] hub 2-0:1.0: USB hub found
    [ 2.404820] hub 2-0:1.0: 5 ports detected
    [ 2.461536] ehci-pci 0000:00:16.2: EHCI Host Controller
    [ 2.461550] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 6
    [ 2.461557] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 2.461571] ehci-pci 0000:00:16.2: debug port 1
    [ 2.461611] ehci-pci 0000:00:16.2: irq 17, io mem 0xfeb48000
    [ 2.471331] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    [ 2.471768] hub 6-0:1.0: USB hub found
    [ 2.471780] hub 6-0:1.0: 4 ports detected
    [ 2.528139] hub 3-0:1.0: USB hub found
    [ 2.528154] hub 3-0:1.0: 4 ports detected
    [ 2.528415] ahci 0000:00:11.0: version 3.0
    [ 2.528689] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 2.528693] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs
    [ 2.529180] scsi host0: ahci
    [ 2.529664] scsi host1: ahci
    [ 2.529777] ata1: SATA max UDMA/133 abar m2048@0xfeb4e000 port 0xfeb4e100 irq 28
    [ 2.529781] ata2: SATA max UDMA/133 abar m2048@0xfeb4e000 port 0xfeb4e180 irq 28
    [ 2.530551] scsi host2: pata_atiixp
    [ 2.530815] scsi host3: pata_atiixp
    [ 2.530912] ata3: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf100 irq 14
    [ 2.530914] ata4: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf108 irq 15
    [ 2.654798] usb 5-4: new high-speed USB device number 2 using ehci-pci
    [ 2.934859] tsc: Refined TSC clocksource calibration: 1397.458 MHz
    [ 3.014908] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 3.014947] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 3.016183] ata1.00: ATA-8: Hitachi HTS547550A9E384, JE3OA60B, max UDMA/133
    [ 3.016190] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 3.016972] ata2.00: ATAPI: TSSTcorp CDDVDW TS-L633F, TF01, max UDMA/100
    [ 3.017307] ata1.00: configured for UDMA/133
    [ 3.017807] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54755 A60B PQ: 0 ANSI: 5
    [ 3.019278] ata2.00: configured for UDMA/100
    [ 3.025787] scsi 1:0:0:0: CD-ROM TSSTcorp CDDVDW TS-L633F TF01 PQ: 0 ANSI: 5
    [ 3.044649] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 3.044654] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 3.044859] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.044865] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.044918] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.061859] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 3.061874] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 3.062232] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 3.084075] sda: sda1 sda2 sda3
    [ 3.085567] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.414041] SGI XFS with ACLs, security attributes, realtime, no debug enabled
    [ 3.528901] XFS (sda1): Mounting V4 Filesystem
    [ 3.710527] XFS (sda1): Ending clean mount
    [ 3.935255] Switched to clocksource tsc
    [ 3.999076] systemd-journald[63]: Received SIGTERM from PID 1 (systemd).
    [ 4.799287] random: nonblocking pool is initialized
    [ 6.377516] systemd-journald[187]: Failed to set file attributes: Inappropriate ioctl for device
    [ 7.417234] ACPI: acpi_idle registered with cpuidle
    [ 7.464892] acpi-cpufreq: overriding BIOS provided _PSD data
    [ 7.544509] wmi: Mapper loaded
    [ 7.612504] ACPI: Video Device [VGA1] (multi-head: yes rom: no post: no)
    [ 7.626522] acpi device:2b: registered as cooling_device4
    [ 7.626631] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input2
    [ 7.700708] ACPI Warning: SystemIO range 0x0000000000000b00-0x0000000000000b07 conflicts with OpRegion 0x0000000000000b00-0x0000000000000b0f (\SMBX) (20141107/utaddress-258)
    [ 7.700729] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.734642] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
    [ 7.737166] thermal LNXTHERM:00: registered as thermal_zone0
    [ 7.737173] ACPI: Thermal Zone [THRM] (50 C)
    [ 7.746486] ACPI: Lid Switch [LID]
    [ 7.746714] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
    [ 7.746725] ACPI: Power Button [SLPB]
    [ 7.746874] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    [ 7.746880] ACPI: Power Button [PWRF]
    [ 7.749494] ACPI: Battery Slot [BAT0] (battery present)
    [ 7.749951] ACPI: AC Adapter [AC0] (on-line)
    [ 7.755509] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 7.961538] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 8.061752] [drm] Initialized drm 1.1.0 20060810
    [ 8.296521] cfg80211: Calling CRDA to update world regulatory domain
    [ 8.319199] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 8.319231] r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 8.320035] r8169 0000:05:00.0 eth0: RTL8105e at 0xffffc90000032000, 38:60:77:69:8f:16, XID 00a00000 IRQ 29
    [ 8.363138] kvm: Nested Virtualization enabled
    [ 8.363151] kvm: Nested Paging enabled
    [ 8.704039] [drm] radeon kernel modesetting enabled.
    [ 8.794078] r8169 0000:05:00.0 enp5s0: renamed from eth0
    [ 8.832358] AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
    [ 8.832364] AMD IOMMUv2 functionality not available on this system
    [ 8.959092] rtl8192ce: Using firmware rtlwifi/rtl8192cfw.bin
    [ 8.961187] snd_hda_codec_hdmi: unknown parameter 'index' ignored
    [ 8.965010] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card1/input8
    [ 9.031523] media: Linux media interface: v0.10
    [ 9.102014] CRAT table not found
    [ 9.102024] Finished initializing topology ret=0
    [ 9.102177] kfd kfd: Initialized module
    [ 9.102941] checking generic (c0000000 3d0000) vs hw (c0000000 10000000)
    [ 9.102951] fb: switching to radeondrmfb from VESA VGA
    [ 9.103002] Console: switching to colour dummy device 80x25
    [ 9.104030] [drm] initializing kernel modesetting (SUMO 0x1002:0x9647 0x1179:0xFC62).
    [ 9.104059] [drm] register mmio base: 0xFEB00000
    [ 9.104063] [drm] register mmio size: 262144
    [ 9.104144] ATOM BIOS: Toshiba
    [ 9.104219] radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
    [ 9.104227] radeon 0000:00:01.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
    [ 9.104231] [drm] Detected VRAM RAM=512M, BAR=256M
    [ 9.104235] [drm] RAM width 32bits DDR
    [ 9.104379] [TTM] Zone kernel: Available graphics memory: 3821360 kiB
    [ 9.104390] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    [ 9.104394] [TTM] Initializing pool allocator
    [ 9.104407] [TTM] Initializing DMA pool allocator
    [ 9.104455] [drm] radeon: 512M of VRAM memory ready
    [ 9.104459] [drm] radeon: 1024M of GTT memory ready.
    [ 9.104497] [drm] Loading SUMO Microcode
    [ 9.124664] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 582762
    [ 9.124685] psmouse serio1: synaptics: Toshiba Satellite L775D detected, limiting rate to 40pps.
    [ 9.160285] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
    [ 9.170455] Linux video capture interface: v2.00
    [ 9.179293] mousedev: PS/2 mouse device common for all mice
    [ 9.223473] [drm] Internal thermal controller without fan control
    [ 9.223622] [drm] Found smc ucode version: 0x00011200
    [ 9.223730] [drm] radeon: dpm initialized
    [ 9.266919] [drm] GART: num cpu pages 262144, num gpu pages 262144
    [ 9.282200] [drm] PCIE GART of 1024M enabled (table at 0x0000000000274000).
    [ 9.282345] radeon 0000:00:01.0: WB enabled
    [ 9.282349] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff88009b70ac00
    [ 9.282351] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff88009b70ac0c
    [ 9.283078] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90010f32118
    [ 9.283081] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 9.283082] [drm] Driver supports precise vblank timestamp query.
    [ 9.283084] radeon 0000:00:01.0: radeon: MSI limited to 32-bit
    [ 9.283121] radeon 0000:00:01.0: radeon: using MSI.
    [ 9.283145] [drm] radeon: irq initialized.
    [ 9.298245] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
    [ 9.298931] rtlwifi: rtlwifi: wireless switch is on
    [ 9.299718] [drm] ring test on 0 succeeded in 1 usecs
    [ 9.299728] [drm] ring test on 3 succeeded in 3 usecs
    [ 9.307045] sound hdaudioC0D2: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
    [ 9.307049] sound hdaudioC0D2: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 9.307053] sound hdaudioC0D2: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
    [ 9.307055] sound hdaudioC0D2: mono: mono_out=0x0
    [ 9.307058] sound hdaudioC0D2: inputs:
    [ 9.307061] sound hdaudioC0D2: Mic=0x18
    [ 9.307065] sound hdaudioC0D2: Internal Mic=0x12
    [ 9.315899] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card0/hdaudioC0D2/input9
    [ 9.316387] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
    [ 9.316507] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
    [ 9.349814] [drm] ring test on 5 succeeded in 1 usecs
    [ 9.369840] [drm] UVD initialized successfully.
    [ 9.370279] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 9.370314] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 9.524205] rtl8192ce 0000:04:00.0 wlp4s0: renamed from wlan0
    [ 9.769931] uvcvideo: Found UVC 1.00 device TOSHIBA Web Camera - MP (04f2:b289)
    [ 9.788893] input: TOSHIBA Web Camera - MP as /devices/pci0000:00/0000:00:13.2/usb5/5-4/5-4:1.0/input/input12
    [ 9.789309] usbcore: registered new interface driver uvcvideo
    [ 9.789319] USB Video Class driver (1.1.1)
    [ 9.871399] cfg80211: World regulatory domain updated:
    [ 9.871412] cfg80211: DFS Master region: unset
    [ 9.871417] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
    [ 9.871425] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
    [ 9.871431] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
    [ 9.871436] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
    [ 9.871441] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
    [ 9.871447] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
    [ 9.871453] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
    [ 9.871457] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
    [ 9.871463] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
    [ 9.890507] [drm] ib test on ring 5 succeeded
    [ 9.911771] [drm] radeon atom DIG backlight initialized
    [ 9.911776] [drm] Radeon Display Connectors
    [ 9.911777] [drm] Connector 0:
    [ 9.911779] [drm] VGA-1
    [ 9.911780] [drm] HPD2
    [ 9.911782] [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
    [ 9.911783] [drm] Encoders:
    [ 9.911784] [drm] CRT1: INTERNAL_UNIPHY2
    [ 9.911786] [drm] CRT1: NUTMEG
    [ 9.911787] [drm] Connector 1:
    [ 9.911788] [drm] LVDS-1
    [ 9.911789] [drm] HPD1
    [ 9.911790] [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
    [ 9.911791] [drm] Encoders:
    [ 9.911792] [drm] LCD1: INTERNAL_UNIPHY2
    [ 9.911793] [drm] LCD1: TRAVIS
    [ 9.911794] [drm] Connector 2:
    [ 9.911795] [drm] HDMI-A-1
    [ 9.911796] [drm] HPD5
    [ 9.911798] [drm] DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
    [ 9.911799] [drm] Encoders:
    [ 9.911800] [drm] DFP1: INTERNAL_UNIPHY1
    [ 10.016569] [drm] fb mappable at 0xC0478000
    [ 10.016576] [drm] vram apper at 0xC0000000
    [ 10.016578] [drm] size 5787648
    [ 10.016580] [drm] fb depth is 24
    [ 10.016582] [drm] pitch is 6400
    [ 10.016970] fbcon: radeondrmfb (fb0) is primary device
    [ 10.078763] Adding 8388604k swap on /dev/sda2. Priority:-1 extents:1 across:8388604k FS
    [ 10.143532] Console: switching to colour frame buffer device 200x56
    [ 10.150308] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
    [ 10.150312] radeon 0000:00:01.0: registered panic notifier
    [ 10.164191] [drm] Initialized radeon 2.40.0 20080528 for 0000:00:01.0 on minor 0
    [ 10.194853] cfg80211: Calling CRDA for country: US
    [ 10.231380] cfg80211: Regulatory domain changed to country: US
    [ 10.231393] cfg80211: DFS Master region: FCC
    [ 10.231397] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
    [ 10.231406] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
    [ 10.231413] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm), (N/A)
    [ 10.231419] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)
    [ 10.231425] cfg80211: (5490000 KHz - 5600000 KHz @ 80000 KHz), (N/A, 2300 mBm), (0 s)
    [ 10.231429] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2300 mBm), (0 s)
    [ 10.231434] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
    [ 10.231439] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
    [ 10.422003] XFS (sda3): Mounting V5 Filesystem
    [ 10.837256] XFS (sda3): Ending clean mount
    [ 10.899226] systemd-journald[187]: Received request to flush runtime journal from PID 1
    [ 11.195453] microcode: CPU0: new patch_level=0x03000027
    [ 11.195496] microcode: CPU1: new patch_level=0x03000027
    [ 11.195601] microcode: CPU2: new patch_level=0x03000027
    [ 11.195693] microcode: CPU3: new patch_level=0x03000027
    [ 12.465476] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
    [ 13.726328] wlp4s0: authenticate with 00:1e:2a:6f:46:f8
    [ 13.745730] wlp4s0: send auth to 00:1e:2a:6f:46:f8 (try 1/3)
    [ 13.753012] wlp4s0: authenticated
    [ 13.755130] wlp4s0: associate with 00:1e:2a:6f:46:f8 (try 1/3)
    [ 13.758031] wlp4s0: RX AssocResp from 00:1e:2a:6f:46:f8 (capab=0x411 status=0 aid=3)
    [ 13.758283] wlp4s0: associated
    [ 13.758302] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
    [ 23.961417] PM: Syncing filesystems ... done.
    [ 24.305227] PM: Preparing system for mem sleep
    [ 24.310243] Freezing user space processes ... (elapsed 0.001 seconds) done.
    [ 24.311535] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
    [ 24.311542] PM: Entering mem sleep
    [ 24.311898] Suspending console(s) (use no_console_suspend to debug)
    [ 24.320753] wlp4s0: deauthenticating f

    Suspend has always been problematic under Linux. It seems to be hit or miss for the most part, but here are some things you can try:
    Use an LTS kernel, tuxonice, pm-utils, etc. See Suspend and Hibernate
    Try a different graphics driver
    Tweak the driver module parameters or build your own driver.
    Unfortunately I don't have experience with the radeon driver, so I can only give you ideas.

  • [Solved] Issue setting HDMI audio to default

    Hoping I'm not overlooking something very simple here.
    I have a Radeon HD4650 in my HTPC which I'm trying to run the audio through the HDMI output. I've set the kernel parameter "radeon.audio=1" and am able to hear sound through HDMI when I specify it manually within each application (for example XBMC or VLC going to Audio->Audio Device->HD-Audio Generic, HDMI 0 HDMI Audio Output).
    From there I tried to set the HDMI audio as default by following the wiki here:
    https://wiki.archlinux.org/index.php/Al … sound_card
    And here:
    https://wiki.archlinux.org/index.php/Al … s_not_work
    I've tried several combinations within my .asoundrc and asound.conf including:
    pcm.!default {
    type plug
    slave.pcm {
    @func getenv
    vars [ ALSAPCM ]
    default "hw:0,3"
    defaults.pcm.card 0
    defaults.pcm.device 3
    defaults.ctl.card 0
    pcm.!default "plughw:0,3"
    ctl.!default "plughw:0,3"
    pcm.dmixer {
    type dmix
    ipc_key 2048
    slave {
    pcm "hw:0,3"
    period_size 512
    buffer_size 4096
    rate 48000
    format S16_LE
    bindings {
    0 0
    1 1
    pcm.!default {
    type plug
    slave.pcm dmixer
    pcm:iec958 {
    type plug
    slave.pcm dmixer
    pcm.!default {
    type plug
    slave {
    pcm "hw:0,3"
    ctl.!default {
    type hw
    card 0
    Most of these I just copied from the wiki or various forum posts I found and edited the proper device in. These appear to work, as the HDMI card shows up as default in alsamixer (I've made sure everything is unmuted here), but selecting the default channel in VLC still results in no sound, not even from the built in audio (I can change the output to the HDMI option and it works fine).
    I've also tried this which results in no sound:
    aplay -D plughw:0,3 /usr/share/sounds/alsa/Front_Center.wav
    Is there something I'm missing here?
    Here's my aplay -l:
    **** List of PLAYBACK Hardware Devices ****
    card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Intel [HDA Intel], device 1: ALC1200 Digital [ALC1200 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    A quick note here: I set this option in /etc/modprobe.d/:
    options snd_hda_intel index=-2
    This moved the HDMI card up to device 0 instead of 1. I've tried everything above as well with plughw:1,3 when that was the HDMI device.
    aplay -L:
    null
    Discard all samples (playback) or generate zero samples (capture)
    hdmi:CARD=Generic,DEV=0
    HD-Audio Generic, HDMI 0
    HDMI Audio Output
    sysdefault:CARD=Intel
    HDA Intel, ALC1200 Analog
    Default Audio Device
    front:CARD=Intel,DEV=0
    HDA Intel, ALC1200 Analog
    Front speakers
    surround40:CARD=Intel,DEV=0
    HDA Intel, ALC1200 Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=Intel,DEV=0
    HDA Intel, ALC1200 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=Intel,DEV=0
    HDA Intel, ALC1200 Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=Intel,DEV=0
    HDA Intel, ALC1200 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=Intel,DEV=0
    HDA Intel, ALC1200 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=Intel,DEV=0
    HDA Intel, ALC1200 Digital
    IEC958 (S/PDIF) Digital Audio Output
    lsmod | grep snd:
    snd_hda_codec_hdmi 29701 1
    snd_hda_codec_realtek 35517 1
    snd_hda_intel 35309 0
    snd_hda_codec 147474 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6332 1 snd_hda_codec
    snd_pcm 77765 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7234 2 snd_pcm,snd_hda_intel
    snd_timer 18718 1 snd_pcm
    snd 58950 7 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 5418 1 snd
    amixer -c 0:
    Simple mixer control 'PCM',0
    Capabilities: pvolume
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 255
    Mono:
    Front Left: Playback 255 [100%] [0.00dB]
    Front Right: Playback 255 [100%] [0.00dB]
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [on]
    dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.10.2-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 (GCC) ) #1 SMP PREEMPT Mon Jul 22 08:47:24 CEST 2013
    [ 0.000000] Command line: root=/dev/system/root cryptdevice=/dev/sda2:system resume=/dev/system/swap ro radeon.audio=1 initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ee6ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000007ee70000-0x000000007eecbfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000007eecc000-0x000000007fdf4fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000007fdf5000-0x000000007fe00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000007fe01000-0x000000007fe97fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000007fe98000-0x000000007fee7fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000007fee8000-0x000000007feebfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000007feec000-0x000000007fef0fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000007fef1000-0x000000007fef1fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000007fef2000-0x000000007fefefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000007feff000-0x000000007fefffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000007ff00000-0x000000007fffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.4 present.
    [ 0.000000] DMI: /DG35EC, BIOS ECG3510M.86A.0118.2010.0113.1426 01/13/2010
    [ 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 = 0x7ff00 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-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 07FF00000 mask FFFF00000 uncachable
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000fe200-0x000fe20f] mapped at [ffff8800000fe200]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000089000] 89000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b22000, 0x01b22fff] PGTABLE
    [ 0.000000] BRK [0x01b23000, 0x01b23fff] PGTABLE
    [ 0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x7fa00000-0x7fbfffff]
    [ 0.000000] [mem 0x7fa00000-0x7fbfffff] page 2M
    [ 0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7ee6ffff]
    [ 0.000000] [mem 0x7c000000-0x7edfffff] page 2M
    [ 0.000000] [mem 0x7ee00000-0x7ee6ffff] page 4k
    [ 0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x7eecc000-0x7f9fffff]
    [ 0.000000] [mem 0x7eecc000-0x7effffff] page 4k
    [ 0.000000] [mem 0x7f000000-0x7f9fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x7bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdf4fff]
    [ 0.000000] [mem 0x7fc00000-0x7fdf4fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x7fe01000-0x7fe97fff]
    [ 0.000000] [mem 0x7fe01000-0x7fe97fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x7fee8000-0x7feebfff]
    [ 0.000000] [mem 0x7fee8000-0x7feebfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x7fef1000-0x7fef1fff]
    [ 0.000000] [mem 0x7fef1000-0x7fef1fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x7feff000-0x7fefffff]
    [ 0.000000] [mem 0x7feff000-0x7fefffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x7e79a000-0x7ee6efff]
    [ 0.000000] ACPI: RSDP 00000000000fe020 00014 (v00 INTEL )
    [ 0.000000] ACPI: RSDT 000000007fefd038 0004C (v01 INTEL ECG3510M 00000076 01000013)
    [ 0.000000] ACPI: FACP 000000007fefc000 00074 (v01 INTEL ECG3510M 00000076 MSFT 01000013)
    [ 0.000000] ACPI: DSDT 000000007fef6000 05BEB (v01 INTEL ECG3510M 00000076 MSFT 01000013)
    [ 0.000000] ACPI: FACS 000000007fe98000 00040
    [ 0.000000] ACPI: APIC 000000007fef5000 00078 (v01 INTEL ECG3510M 00000076 MSFT 01000013)
    [ 0.000000] ACPI: WDDT 000000007fef4000 00040 (v01 INTEL ECG3510M 00000076 MSFT 01000013)
    [ 0.000000] ACPI: MCFG 000000007fef3000 0003C (v01 INTEL ECG3510M 00000076 MSFT 01000013)
    [ 0.000000] ACPI: ASF! 000000007fef2000 000A6 (v32 INTEL ECG3510M 00000076 MSFT 01000013)
    [ 0.000000] ACPI: SSDT 000000007fef0000 0020C (v01 INTEL CpuPm 00000076 MSFT 01000013)
    [ 0.000000] ACPI: SSDT 000000007feef000 001B7 (v01 INTEL Cpu0Ist 00000076 MSFT 01000013)
    [ 0.000000] ACPI: SSDT 000000007feee000 001B7 (v01 INTEL Cpu1Ist 00000076 MSFT 01000013)
    [ 0.000000] ACPI: SSDT 000000007feed000 001B7 (v01 INTEL Cpu2Ist 00000076 MSFT 01000013)
    [ 0.000000] ACPI: SSDT 000000007feec000 001B7 (v01 INTEL Cpu3Ist 00000076 MSFT 01000013)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007fefffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7fefffff]
    [ 0.000000] NODE_DATA [mem 0x7fe93000-0x7fe97fff]
    [ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007c600000-ffff88007e5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0008efff]
    [ 0.000000] node 0: [mem 0x00100000-0x7ee6ffff]
    [ 0.000000] node 0: [mem 0x7eecc000-0x7fdf4fff]
    [ 0.000000] node 0: [mem 0x7fe01000-0x7fe97fff]
    [ 0.000000] node 0: [mem 0x7fee8000-0x7feebfff]
    [ 0.000000] node 0: [mem 0x7fef1000-0x7fef1fff]
    [ 0.000000] node 0: [mem 0x7feff000-0x7fefffff]
    [ 0.000000] On node 0 totalpages: 523716
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3982 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 8124 pages used for memmap
    [ 0.000000] DMA32 zone: 519734 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000008f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 000000007ee70000 - 000000007eecc000
    [ 0.000000] PM: Registered nosave memory: 000000007fdf5000 - 000000007fe01000
    [ 0.000000] PM: Registered nosave memory: 000000007fe98000 - 000000007fee8000
    [ 0.000000] PM: Registered nosave memory: 000000007feec000 - 000000007fef1000
    [ 0.000000] PM: Registered nosave memory: 000000007fef2000 - 000000007feff000
    [ 0.000000] e820: [mem 0x80000000-0xffefffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88007f800000 s86144 r8192 d24448 u524288
    [ 0.000000] pcpu-alloc: s86144 r8192 d24448 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515507
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: root=/dev/system/root cryptdevice=/dev/sda2:system resume=/dev/system/swap ro radeon.audio=1 initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 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: 2042856k/2096128k available (4920k kernel code, 1264k absent, 52008k reserved, 4046k data, 1124k init)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
    [ 0.000000] NR_IRQS:4352 nr_irqs:712 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 8388608 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2188.974 MHz processor
    [ 0.006671] Calibrating delay loop (skipped), value calculated using timer frequency.. 4379.36 BogoMIPS (lpj=7296580)
    [ 0.006675] pid_max: default: 32768 minimum: 301
    [ 0.006714] Security Framework initialized
    [ 0.006729] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006937] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.008033] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.008556] Mount-cache hash table entries: 256
    [ 0.008842] Initializing cgroup subsys memory
    [ 0.008862] Initializing cgroup subsys devices
    [ 0.008864] Initializing cgroup subsys freezer
    [ 0.008866] Initializing cgroup subsys net_cls
    [ 0.008868] Initializing cgroup subsys blkio
    [ 0.008905] CPU: Physical Processor ID: 0
    [ 0.008907] CPU: Processor Core ID: 0
    [ 0.008910] mce: CPU supports 6 MCE banks
    [ 0.008918] CPU0: Thermal monitoring enabled (TM2)
    [ 0.008926] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift: -1
    [ 0.009009] Freeing SMP alternatives: 20k freed
    [ 0.010372] ACPI: Core revision 20130328
    [ 0.013611] ACPI: All ACPI Tables successfully acquired
    [ 0.014894] ftrace: allocating 19564 entries in 77 pages
    [ 0.020479] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.055426] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz (fam: 06, model: 0f, stepping: 0d)
    [ 0.056666] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    [ 0.056666] perf_event_intel: PEBS disabled due to CPU errata
    [ 0.056666] ... version: 2
    [ 0.056666] ... bit width: 40
    [ 0.056666] ... generic registers: 2
    [ 0.056666] ... value mask: 000000ffffffffff
    [ 0.056666] ... max period: 000000007fffffff
    [ 0.056666] ... fixed-purpose events: 3
    [ 0.056666] ... event mask: 0000000700000003
    [ 0.090007] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.076769] smpboot: Booting Node 0, Processors #1
    [ 0.090021] Brought up 2 CPUs
    [ 0.090024] smpboot: Total of 2 processors activated (8759.72 BogoMIPS)
    [ 0.091305] devtmpfs: initialized
    [ 0.091305] PM: Registering ACPI NVS region [mem 0x7ee70000-0x7eecbfff] (376832 bytes)
    [ 0.091305] PM: Registering ACPI NVS region [mem 0x7fe98000-0x7fee7fff] (327680 bytes)
    [ 0.091305] RTC time: 21:34:09, date: 08/06/13
    [ 0.091305] NET: Registered protocol family 16
    [ 0.091305] ACPI: bus type PCI registered
    [ 0.091305] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
    [ 0.091305] PCI: not using MMCONFIG
    [ 0.091305] PCI: Using configuration type 1 for base access
    [ 0.093396] bio: create slab <bio-0> at 0
    [ 0.093411] ACPI: Added _OSI(Module Device)
    [ 0.093411] ACPI: Added _OSI(Processor Device)
    [ 0.093411] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.093411] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.094284] ACPI: EC: Look up EC in DSDT
    [ 0.097855] ACPI: Interpreter enabled
    [ 0.097864] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
    [ 0.097879] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.097881] ACPI: Using IOAPIC for interrupt routing
    [ 0.097896] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
    [ 0.098027] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
    [ 0.115962] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.116042] ACPI: No dock devices found.
    [ 0.121485] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.122691] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
    [ 0.122777] PCI host bridge to bus 0000:00
    [ 0.122781] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.122783] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.122786] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.122788] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.122791] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000effff]
    [ 0.122793] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfeafffff]
    [ 0.122795] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff]
    [ 0.122806] pci 0000:00:00.0: [8086:2980] type 00 class 0x060000
    [ 0.122920] pci 0000:00:01.0: [8086:2981] type 01 class 0x060400
    [ 0.122965] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.122994] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.123063] pci 0000:00:19.0: [8086:104b] type 00 class 0x020000
    [ 0.123081] pci 0000:00:19.0: reg 10: [mem 0x90b00000-0x90b1ffff]
    [ 0.123089] pci 0000:00:19.0: reg 14: [mem 0x90b24000-0x90b24fff]
    [ 0.123098] pci 0000:00:19.0: reg 18: [io 0x30c0-0x30df]
    [ 0.123156] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.123180] pci 0000:00:19.0: System wakeup disabled by ACPI
    [ 0.123224] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
    [ 0.123264] pci 0000:00:1a.0: reg 20: [io 0x30a0-0x30bf]
    [ 0.123345] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.123387] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
    [ 0.123427] pci 0000:00:1a.1: reg 20: [io 0x3080-0x309f]
    [ 0.123507] pci 0000:00:1a.1: System wakeup disabled by ACPI
    [ 0.123560] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
    [ 0.123579] pci 0000:00:1a.7: reg 10: [mem 0x90b25400-0x90b257ff]
    [ 0.123661] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.123725] pci 0000:00:1a.7: System wakeup disabled by ACPI
    [ 0.123775] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
    [ 0.123790] pci 0000:00:1b.0: reg 10: [mem 0x90b20000-0x90b23fff 64bit]
    [ 0.123859] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.123926] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.123974] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
    [ 0.124043] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.124074] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.124118] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
    [ 0.124188] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.124220] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 0.124264] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
    [ 0.124333] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.124366] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.124414] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
    [ 0.124454] pci 0000:00:1d.0: reg 20: [io 0x3060-0x307f]
    [ 0.124522] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.124567] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
    [ 0.124607] pci 0000:00:1d.1: reg 20: [io 0x3040-0x305f]
    [ 0.124675] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.124717] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
    [ 0.124757] pci 0000:00:1d.2: reg 20: [io 0x3020-0x303f]
    [ 0.124827] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.124880] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
    [ 0.124899] pci 0000:00:1d.7: reg 10: [mem 0x90b25000-0x90b253ff]
    [ 0.124981] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.125043] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.125088] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.125156] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.125205] pci 0000:00:1f.0: [8086:2810] type 00 class 0x060100
    [ 0.125284] pci 0000:00:1f.0: quirk: [io 0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO
    [ 0.125289] pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
    [ 0.125293] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
    [ 0.125376] pci 0000:00:1f.2: [8086:2820] type 00 class 0x01018f
    [ 0.125390] pci 0000:00:1f.2: reg 10: [io 0x3438-0x343f]
    [ 0.125399] pci 0000:00:1f.2: reg 14: [io 0x344c-0x344f]
    [ 0.125407] pci 0000:00:1f.2: reg 18: [io 0x3430-0x3437]
    [ 0.125415] pci 0000:00:1f.2: reg 1c: [io 0x3448-0x344b]
    [ 0.125423] pci 0000:00:1f.2: reg 20: [io 0x3410-0x341f]
    [ 0.125432] pci 0000:00:1f.2: reg 24: [io 0x3400-0x340f]
    [ 0.125461] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.125543] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
    [ 0.125555] pci 0000:00:1f.3: reg 10: [mem 0x90b25800-0x90b258ff]
    [ 0.125582] pci 0000:00:1f.3: reg 20: [io 0x3000-0x301f]
    [ 0.125683] pci 0000:00:1f.5: [8086:2825] type 00 class 0x010185
    [ 0.125697] pci 0000:00:1f.5: reg 10: [io 0x3428-0x342f]
    [ 0.125706] pci 0000:00:1f.5: reg 14: [io 0x3444-0x3447]
    [ 0.125714] pci 0000:00:1f.5: reg 18: [io 0x3420-0x3427]
    [ 0.125722] pci 0000:00:1f.5: reg 1c: [io 0x3440-0x3443]
    [ 0.125730] pci 0000:00:1f.5: reg 20: [io 0x30f0-0x30ff]
    [ 0.125739] pci 0000:00:1f.5: reg 24: [io 0x30e0-0x30ef]
    [ 0.125768] pci 0000:00:1f.5: PME# supported from D3hot
    [ 0.125901] pci 0000:01:00.0: [1002:6779] type 00 class 0x030000
    [ 0.125917] pci 0000:01:00.0: reg 10: [mem 0x80000000-0x8fffffff 64bit pref]
    [ 0.125930] pci 0000:01:00.0: reg 18: [mem 0x90a00000-0x90a1ffff 64bit]
    [ 0.125939] pci 0000:01:00.0: reg 20: [io 0x2000-0x20ff]
    [ 0.125954] pci 0000:01:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
    [ 0.125992] pci 0000:01:00.0: supports D1 D2
    [ 0.126044] pci 0000:01:00.1: [1002:aa98] type 00 class 0x040300
    [ 0.126060] pci 0000:01:00.1: reg 10: [mem 0x90a20000-0x90a23fff 64bit]
    [ 0.126130] pci 0000:01:00.1: supports D1 D2
    [ 0.126194] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.126198] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    [ 0.126201] pci 0000:00:01.0: bridge window [mem 0x90a00000-0x90afffff]
    [ 0.126206] pci 0000:00:01.0: bridge window [mem 0x80000000-0x8fffffff 64bit pref]
    [ 0.126282] pci 0000:02:00.0: [1106:3432] type 00 class 0x0c0330
    [ 0.126300] pci 0000:02:00.0: reg 10: [mem 0x90900000-0x90900fff]
    [ 0.126416] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.130024] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.130034] pci 0000:00:1c.0: bridge window [mem 0x90900000-0x909fffff]
    [ 0.130126] pci 0000:03:00.0: [1131:7164] type 00 class 0x048000
    [ 0.130153] pci 0000:03:00.0: reg 10: [mem 0x90000000-0x903fffff 64bit]
    [ 0.130174] pci 0000:03:00.0: reg 18: [mem 0x90400000-0x907fffff 64bit]
    [ 0.130281] pci 0000:03:00.0: supports D1 D2
    [ 0.130283] pci 0000:03:00.0: PME# supported from D0 D1 D2
    [ 0.136688] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.136698] pci 0000:00:1c.1: bridge window [mem 0x90000000-0x907fffff]
    [ 0.136792] pci 0000:04:00.0: [197b:2368] type 00 class 0x010185
    [ 0.136823] pci 0000:04:00.0: reg 10: [io 0x1018-0x101f]
    [ 0.136837] pci 0000:04:00.0: reg 14: [io 0x1024-0x1027]
    [ 0.136851] pci 0000:04:00.0: reg 18: [io 0x1010-0x1017]
    [ 0.136866] pci 0000:04:00.0: reg 1c: [io 0x1020-0x1023]
    [ 0.136880] pci 0000:04:00.0: reg 20: [io 0x1000-0x100f]
    [ 0.136906] pci 0000:04:00.0: reg 30: [mem 0xffff0000-0xffffffff pref]
    [ 0.137025] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.137035] pci 0000:00:1c.2: PCI bridge to [bus 04]
    [ 0.137039] pci 0000:00:1c.2: bridge window [io 0x1000-0x1fff]
    [ 0.137098] pci 0000:05:03.0: [1814:0301] type 00 class 0x028000
    [ 0.137116] pci 0000:05:03.0: reg 10: [mem 0x90800000-0x90807fff]
    [ 0.137237] pci 0000:05:05.0: [11c1:5811] type 00 class 0x0c0010
    [ 0.137254] pci 0000:05:05.0: reg 10: [mem 0x90808000-0x90808fff]
    [ 0.137329] pci 0000:05:05.0: supports D1 D2
    [ 0.137331] pci 0000:05:05.0: PME# supported from D0 D1 D2 D3hot
    [ 0.137409] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
    [ 0.137415] pci 0000:00:1e.0: bridge window [mem 0x90800000-0x908fffff]
    [ 0.137421] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.137423] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.137426] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.137428] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000effff] (subtractive decode)
    [ 0.137431] pci 0000:00:1e.0: bridge window [mem 0xf8000000-0xfeafffff] (subtractive decode)
    [ 0.137433] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xefffffff] (subtractive decode)
    [ 0.137455] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.137457] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.137544] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.137616] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *9 10 11 12)
    [ 0.137685] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *9 10 11 12)
    [ 0.137753] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.137820] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 *10 11 12)
    [ 0.137887] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.137954] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 *10 11 12)
    [ 0.138021] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.138507] ACPI: Enabled 4 GPEs in block 00 to 1F
    [ 0.138515] acpi root: \_SB_.PCI0 notify handler is installed
    [ 0.138552] Found 1 acpi root devices
    [ 0.138645] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.138645] vgaarb: loaded
    [ 0.138645] vgaarb: bridge control possible 0000:01:00.0
    [ 0.138645] PCI: Using ACPI for IRQ routing
    [ 0.141702] PCI: pci_cache_line_size set to 64 bytes
    [ 0.141771] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
    [ 0.141774] e820: reserve RAM buffer [mem 0x7ee70000-0x7fffffff]
    [ 0.141776] e820: reserve RAM buffer [mem 0x7fdf5000-0x7fffffff]
    [ 0.141778] e820: reserve RAM buffer [mem 0x7fe98000-0x7fffffff]
    [ 0.141780] e820: reserve RAM buffer [mem 0x7feec000-0x7fffffff]
    [ 0.141782] e820: reserve RAM buffer [mem 0x7fef2000-0x7fffffff]
    [ 0.141784] e820: reserve RAM buffer [mem 0x7ff00000-0x7fffffff]
    [ 0.141898] NetLabel: Initializing
    [ 0.141900] NetLabel: domain hash size = 128
    [ 0.141901] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.141917] NetLabel: unlabeled traffic allowed by default
    [ 0.141945] Switching to clocksource refined-jiffies
    [ 0.148603] pnp: PnP ACPI init
    [ 0.148630] ACPI: bus type PNP registered
    [ 0.148744] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
    [ 0.148747] system 00:00: [mem 0xfed13000-0xfed13fff] has been reserved
    [ 0.148750] system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved
    [ 0.148753] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.148756] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.148758] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.148761] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.148764] system 00:00: [mem 0xfed45000-0xfed99fff] has been reserved
    [ 0.148767] system 00:00: [mem 0x000c0000-0x000dffff] could not be reserved
    [ 0.148769] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.148774] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.148919] pnp 00:01: [dma 4]
    [ 0.148948] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.148992] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.149031] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.149063] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.149126] system 00:05: [io 0x0500-0x053f] has been reserved
    [ 0.149129] system 00:05: [io 0x0400-0x047f] has been reserved
    [ 0.149132] system 00:05: [io 0x0360-0x0361] has been reserved
    [ 0.149135] system 00:05: [io 0x0680-0x06ff] has been reserved
    [ 0.149139] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.149220] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.149501] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.149573] pnp 00:08: Plug and Play ACPI device, IDs PNP0003 (active)
    [ 0.149624] pnp: PnP ACPI: found 9 devices
    [ 0.149626] ACPI: bus type PNP unregistered
    [ 0.156213] Switching to clocksource acpi_pm
    [ 0.156232] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
    [ 0.156236] pci 0000:04:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
    [ 0.156264] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    [ 0.156267] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.156276] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 0.156279] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 0.156288] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x001fffff pref] to [bus 04] add_size 200000
    [ 0.156291] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
    [ 0.156304] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.156307] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.156310] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.156313] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000
    [ 0.156315] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.156318] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.156324] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf8000000-0xf81fffff 64bit pref]
    [ 0.156327] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf8200000-0xf83fffff 64bit pref]
    [ 0.156330] pci 0000:00:1c.2: BAR 14: assigned [mem 0xf8400000-0xf85fffff]
    [ 0.156334] pci 0000:00:1c.2: BAR 15: assigned [mem 0xf8600000-0xf88fffff pref]
    [ 0.156337] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
    [ 0.156340] pci 0000:00:1c.1: BAR 13: assigned [io 0x5000-0x5fff]
    [ 0.156344] pci 0000:01:00.0: BAR 6: assigned [mem 0x90a40000-0x90a5ffff pref]
    [ 0.156348] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.156351] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    [ 0.156355] pci 0000:00:01.0: bridge window [mem 0x90a00000-0x90afffff]
    [ 0.156358] pci 0000:00:01.0: bridge window [mem 0x80000000-0x8fffffff 64bit pref]
    [ 0.156363] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.156366] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
    [ 0.156371] pci 0000:00:1c.0: bridge window [mem 0x90900000-0x909fffff]
    [ 0.156375] pci 0000:00:1c.0: bridge window [mem 0xf8000000-0xf81fffff 64bit pref]
    [ 0.156381] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.156384] pci 0000:00:1c.1: bridge window [io 0x5000-0x5fff]
    [ 0.156389] pci 0000:00:1c.1: bridge window [mem 0x90000000-0x907fffff]
    [ 0.156393] pci 0000:00:1c.1: bridge window [mem 0xf8200000-0xf83fffff 64bit pref]
    [ 0.156400] pci 0000:04:00.0: BAR 6: assigned [mem 0xf8600000-0xf860ffff pref]
    [ 0.156402] pci 0000:00:1c.2: PCI bridge to [bus 04]
    [ 0.156405] pci 0000:00:1c.2: bridge window [io 0x1000-0x1fff]
    [ 0.156410] pci 0000:00:1c.2: bridge window [mem 0xf8400000-0xf85fffff]
    [ 0.156414] pci 0000:00:1c.2: bridge window [mem 0xf8600000-0xf88fffff pref]
    [ 0.156421] pci 0000:00:1e.0: PCI bridge to [bus 05]
    [ 0.156425] pci 0000:00:1e.0: bridge window [mem 0x90800000-0x908fffff]
    [ 0.156425] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.156425] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.156425] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.156425] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.156425] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000effff]
    [ 0.156425] pci_bus 0000:00: resource 8 [mem 0xf8000000-0xfeafffff]
    [ 0.156425] pci_bus 0000:00: resource 9 [mem 0x80000000-0xefffffff]
    [ 0.156425] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    [ 0.156425] pci_bus 0000:01: resource 1 [mem 0x90a00000-0x90afffff]
    [ 0.156425] pci_bus 0000:01: resource 2 [mem 0x80000000-0x8fffffff 64bit pref]
    [ 0.156425] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
    [ 0.156425] pci_bus 0000:02: resource 1 [mem 0x90900000-0x909fffff]
    [ 0.156425] pci_bus 0000:02: resource 2 [mem 0xf8000000-0xf81fffff 64bit pref]
    [ 0.156425] pci_bus 0000:03: resource 0 [io 0x5000-0x5fff]
    [ 0.156425] pci_bus 0000:03: resource 1 [mem 0x90000000-0x907fffff]
    [ 0.156425] pci_bus 0000:03: resource 2 [mem 0xf8200000-0xf83fffff 64bit pref]
    [ 0.156425] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
    [ 0.156425] pci_bus 0000:04: resource 1 [mem 0xf8400000-0xf85fffff]
    [ 0.156425] pci_bus 0000:04: resource 2 [mem 0xf8600000-0xf88fffff pref]
    [ 0.156425] pci_bus 0000:05: resource 1 [mem 0x90800000-0x908fffff]
    [ 0.156425] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7]
    [ 0.156425] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff]
    [ 0.156425] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.156425] pci_bus 0000:05: resource 7 [mem 0x000e0000-0x000effff]
    [ 0.156425] pci_bus 0000:05: resource 8 [mem 0xf8000000-0xfeafffff]
    [ 0.156425] pci_bus 0000:05: resource 9 [mem 0x80000000-0xefffffff]
    [ 0.156425] NET: Registered protocol family 2
    [ 0.156425] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
    [ 0.156425] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
    [ 0.156425] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.156425] TCP: reno registered
    [ 0.156425] UDP hash table entries: 1024 (order: 3, 32768 bytes)
    [ 0.156425] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    [ 0.156425] NET: Registered protocol family 1
    [ 0.156791] pci 0000:01:00.0: Boot video device
    [ 0.156891] PCI: CLS 64 bytes, default 64
    [ 0.156941] Unpacking initramfs...
    [ 0.310182] Freeing initrd memory: 6996k freed
    [ 0.313496] Scanning for low memory corruption every 60 seconds
    [ 0.313787] audit: initializing netlink socket (disabled)
    [ 0.313804] type=2000 audit(1375824849.313:1): initialized
    [ 0.326819] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.328674] VFS: Disk quotas dquot_6.5.2
    [ 0.328731] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.328948] msgmni has been set to 4003
    [ 0.329231] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.329273] io scheduler noop registered
    [ 0.329276] io scheduler deadline registered
    [ 0.329310] io scheduler cfq registered (default)
    [ 0.329439] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.329503] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.329571] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
    [ 0.329644] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
    [ 0.329814] intel_idle: does not run on family 6 model 15
    [ 0.329849] GHES: HEST is not enabled!
    [ 0.329917] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.350447] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.350819] Linux agpgart interface v0.103
    [ 0.350895] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.353919] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.353952] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.354077] mousedev: PS/2 mouse device common for all mice
    [ 0.354143] rtc_cmos 00:02: RTC can wake from S4
    [ 0.354275] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.354297] rtc_cmos 00:02: alarms up to one month, 114 bytes nvram
    [ 0.354307] cpuidle: using governor ladder
    [ 0.354309] cpuidle: using governor menu
    [ 0.354362] drop_monitor: Initializing network drop monitor service
    [ 0.354438] TCP: cubic registered
    [ 0.354554] NET: Registered protocol family 10
    [ 0.354764] NET: Registered protocol family 17
    [ 0.354780] Key type dns_resolver registered
    [ 0.355037] PM: Checking hibernation image partition /dev/system/swap
    [ 0.397240] PM: Hibernation image not present or could not be loaded.
    [ 0.397253] registered taskstats version 1
    [ 0.397804] Magic number: 9:719:600
    [ 0.397885] rtc_cmos 00:02: setting system clock to 2013-08-06 21:34:10 UTC (1375824850)
    [ 0.398920] Freeing unused kernel memory: 1124k freed
    [ 0.399295] Write protecting the kernel read-only data: 8192k
    [ 0.402578] Freeing unused kernel memory: 1212k freed
    [ 0.404163] Freeing unused kernel memory: 408k freed
    [ 0.412320] systemd-udevd[45]: starting version 204
    [ 0.417813] [drm] Initialized drm 1.1.0 20060810
    [ 0.423117] [drm] radeon kernel modesetting enabled.
    [ 0.423539] [drm] initializing kernel modesetting (CAICOS 0x1002:0x6779 0x174B:0xE180).
    [ 0.423580] [drm] register mmio base: 0x90A00000
    [ 0.423582] [drm] register mmio size: 131072
    [ 0.424493] ATOM BIOS: CAICOS
    [ 0.424939] radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
    [ 0.424942] radeon 0000:01:00.0: GTT: 512M 0x0000000020000000 - 0x000000003FFFFFFF
    [ 0.425844] [drm] Detected VRAM RAM=512M, BAR=256M
    [ 0.425848] [drm] RAM width 64bits DDR
    [ 0.425929] [TTM] Zone kernel: Available graphics memory: 1026308 kiB
    [ 0.425931] [TTM] Initializing pool allocator
    [ 0.425937] [TTM] Initializing DMA pool allocator
    [ 0.425964] [drm] radeon: 512M of VRAM memory ready
    [ 0.425966] [drm] radeon: 512M of GTT memory ready.
    [ 0.426256] radeon 0000:01:00.0: ffff88007e85a800 unpin not necessary
    [ 0.881477] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90008be6118
    [ 0.881489] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 0.882702] [drm] Loading CAICOS Microcode
    [ 0.901197] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 0.901323] radeon 0000:01:00.0: WB enabled
    [ 0.901327] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff880079fd2c00
    [ 0.901330] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff880079fd2c0c
    [ 0.903890] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000174118 and cpu addr 0xffffc90009432118
    [ 0.903895] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 0.903897] [drm] Driver supports precise vblank timestamp query.
    [ 0.903924] radeon 0000:01:00.0: irq 44 for MSI/MSI-X
    [ 0.903940] radeon 0000:01:00.0: radeon: using MSI.
    [ 0.903977] [drm] radeon: irq initialized.
    [ 0.920415] [drm] ring test on 0 succeeded in 2 usecs
    [ 0.920480] [drm] ring test on 3 succeeded in 1 usecs
    [ 1.106683] [drm] ring test on 5 succeeded in 2 usecs
    [ 1.106688] [drm] UVD initialized successfully.
    [ 1.106780] [drm] Enabling audio support
    [ 1.106827] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 1.106873] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 1.259354] [drm] ib test on ring 5 succeeded
    [ 1.259721] [drm] Radeon Display Connectors
    [ 1.259723] [drm] Connector 0:
    [ 1.259725] [drm] HDMI-A-1
    [ 1.259726] [drm] HPD2
    [ 1.259729] [drm] DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
    [ 1.259730] [drm] Encoders:
    [ 1.259732] [drm] DFP1: INTERNAL_UNIPHY1
    [ 1.259733] [drm] Connector 1:
    [ 1.259734] [drm] VGA-1
    [ 1.259736] [drm] DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
    [ 1.259738] [drm] Encoders:
    [ 1.259739] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 1.259818] [drm] Internal thermal controller with fan control
    [ 1.260722] [drm] radeon: power management initialized
    [ 1.313356] tsc: Refined TSC clocksource calibration: 2188.999 MHz
    [ 1.313363] Switching to clocksource tsc
    [ 1.331618] [drm] fb mappable at 0x80375000
    [ 1.331620] [drm] vram apper at 0x80000000
    [ 1.331622] [drm] size 8294400
    [ 1.331623] [drm] fb depth is 24
    [ 1.331625] [drm] pitch is 7680
    [ 1.331702] fbcon: radeondrmfb (fb0) is primary device
    [ 1.544648] Console: switching to colour frame buffer device 240x67
    [ 1.550480] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
    [ 1.550482] radeon 0000:01:00.0: registered panic notifier
    [ 1.550488] [drm] Initialized radeon 2.33.0 20080528 for 0000:01:00.0 on minor 0
    [ 1.551576] device-mapper: uevent: version 1.0.3
    [ 1.551788] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: [email protected]
    [ 1.584940] SCSI subsystem initialized
    [ 1.587002] ACPI: bus type ATA registered
    [ 1.587124] ACPI: bus type USB registered
    [ 1.587165] usbcore: registered new interface driver usbfs
    [ 1.587199] libata version 3.00 loaded.
    [ 1.587772] ata_piix 0000:00:1f.2: version 2.13
    [ 1.587914] ata_piix 0000:00:1f.2: MAP [
    [ 1.587916] P0 P2 P1 P3 ]
    [ 1.590067] usbcore: registered new interface driver hub
    [ 1.590515] usbcore: registered new device driver usb
    [ 1.591219] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.591393] ehci-pci: EHCI PCI platform driver
    [ 1.592276] xhci_hcd 0000:02:00.0: xHCI Host Controller
    [ 1.592288] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
    [ 1.592501] xhci_hcd 0000:02:00.0: irq 45 for MSI/MSI-X
    [ 1.592673] xHCI xhci_add_endpoint called for root hub
    [ 1.592675] xHCI xhci_check_bandwidth called for root hub
    [ 1.592706] hub 1-0:1.0: USB hub found
    [ 1.592713] hub 1-0:1.0: 1 port detected
    [ 1.592813] xhci_hcd 0000:02:00.0: xHCI Host Controller
    [ 1.592819] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
    [ 1.592917] xHCI xhci_add_endpoint called for root hub
    [ 1.592919] xHCI xhci_check_bandwidth called for root hub
    [ 1.592948] hub 2-0:1.0: USB hub found
    [ 1.592957] hub 2-0:1.0: 4 ports detected
    [ 1.593131] scsi0 : pata_jmicron
    [ 1.593158] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.593424] scsi1 : pata_jmicron
    [ 1.593609] ata1: PATA max UDMA/100 cmd 0x1018 ctl 0x1024 bmdma 0x1000 irq 18
    [ 1.593612] ata2: PATA max UDMA/100 cmd 0x1010 ctl 0x1020 bmdma 0x1008 irq 18
    [ 1.596715] firewire_ohci 0000:05:05.0: added OHCI v1.0 device as card 0, 8 IR + 8 IT contexts, quirks 0x80
    [ 1.740079] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 1.740483] scsi2 : ata_piix
    [ 1.740779] scsi3 : ata_piix
    [ 1.741044] ata3: SATA max UDMA/133 cmd 0x3438 ctl 0x344c bmdma 0x3410 irq 19
    [ 1.741049] ata4: SATA max UDMA/133 cmd 0x3430 ctl 0x3448 bmdma 0x3418 irq 19
    [ 1.741248] ata_piix 0000:00:1f.5: MAP [
    [ 1.741250] P0 -- P1 -- ]
    [ 1.741284] ata_piix 0000:00:1f.5: setting latency timer to 64
    [ 1.741526] scsi4 : ata_piix
    [ 1.741784] scsi5 : ata_piix
    [ 1.742032] ata5: SATA max UDMA/133 cmd 0x3428 ctl 0x3444 bmdma 0x30f0 irq 19
    [ 1.742036] ata6: SATA max UDMA/133 cmd 0x3420 ctl 0x3440 bmdma 0x30f8 irq 19
    [ 1.742228] ehci-pci 0000:00:1a.7: setting latency timer to 64
    [ 1.742244] ehci-pci 0000:00:1a.7: EHCI Host Controller
    [ 1.742252] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 3
    [ 1.742266] ehci-pci 0000:00:1a.7: debug port 1
    [ 1.746161] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    [ 1.746168] ehci-pci 0000:00:1a.7: irq 18, io mem 0x90b25400
    [ 1.753360] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 1.753568] hub 3-0:1.0: USB hub found
    [ 1.753573] hub 3-0:1.0: 4 ports detected
    [ 1.753841] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1.753845] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 1.753852] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 4
    [ 1.753886] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000030a0
    [ 1.754034] hub 4-0:1.0: USB hub found
    [ 1.754039] hub 4-0:1.0: 2 ports detected
    [ 1.754278] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 1.754282] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 1.754288] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 5
    [ 1.754321] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00003080
    [ 1.754470] hub 5-0:1.0: USB hub found
    [ 1.754475] hub 5-0:1.0: 2 ports detected
    [ 1.754707] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.754711] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.754717] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 1.754748] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003060
    [ 1.754886] hub 6-0:1.0: USB hub found
    [ 1.754890] hub 6-0:1.0: 2 ports detected
    [ 1.755113] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.755117] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.755123] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 1.755146] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003040
    [ 1.755279] hub 7-0:1.0: USB hub found
    [ 1.755284] hub 7-0:1.0: 2 ports detected
    [ 1.755501] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.755505] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.755511] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 1.755533] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003020
    [ 1.755672] hub 8-0:1.0: USB hub found
    [ 1.755677] hub 8-0:1.0: 2 ports detected
    [ 1.756794] ehci-pci 0000:00:1d.7: setting latency timer to 64
    [ 1.757624] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 1.757636] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 9
    [ 1.757651] ehci-pci 0000:00:1d.7: debug port 1
    [ 1.761541] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    [ 1.761550] ehci-pci 0000:00:1d.7: irq 23, io mem 0x90b25000
    [ 1.770027] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.770236] hub 9-0:1.0: USB hub found
    [ 1.770242] hub 9-0:1.0: 6 ports detected
    [ 1.793425] hub 6-0:1.0: USB hub found
    [ 1.793434] hub 6-0:1.0: 2 ports detected
    [ 1.816762] hub 7-0:1.0: USB hub found
    [ 1.816772] hub 7-0:1.0: 2 ports detected
    [ 1.840122] hub 8-0:1.0: USB hub found
    [ 1.840131] hub 8-0:1.0: 2 ports detected
    [ 1.896698] usb 1-1: new high-speed USB device number 2 using xhci_hcd
    [ 1.911468] hub 1-1:1.0: USB hub found
    [ 1.911627] hub 1-1:1.0: 4 ports detected
    [ 2.064043] ata6: SATA link down (SStatus 0 SControl 300)
    [ 2.074751] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.096814] firewire_core 0000:05:05.0: created device fw0: GUID 009027000228f4cc, S400
    [ 2.520099] ata4.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.520116] ata4.01: SATA link down (SStatus 4 SControl 300)
    [ 2.520129] ata4.01: link offline, clearing class 3 to NONE
    [ 2.526834] ata4.00: ATAPI: HL-DT-ST BDDVDRW UH12NS30, 1.00, max UDMA/100
    [ 2.540115] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.540132] ata3.01: SATA link down (SStatus 4 SControl 300)
    [ 2.540234] ata4.00: configured for UDMA/100
    [ 2.547003] ata3.00: ATA-8: Hitachi HTS545025B9A300, PB2OC60F, max UDMA/133
    [ 2.547008] ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 2.560344] ata3.00: configured for UDMA/133
    [ 2.560526] scsi 2:0:0:0: Direct-Access ATA Hitachi HTS54502 PB2O PQ: 0 ANSI: 5
    [ 2.562299] scsi 3:0:0:0: CD-ROM HL-DT-ST BDDVDRW UH12NS30 1.00 PQ: 0 ANSI: 5
    [ 2.565388] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    [ 2.565443] sd 2:0:0:0: [sda] Write Protect is off
    [ 2.565446] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.565469] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.569249] sr0: scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.569254] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.569537] sr 3:0:0:0: Attached scsi CD-ROM sr0
    [ 2.582466] sda: sda1 sda2
    [ 2.582770] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 2.763375] usb 6-1: new full-speed USB device number 2 using uhci_hcd
    [ 3.186725] usb 7-1: new full-speed USB device number 2 using uhci_hcd
    [ 3.373997] hidraw: raw HID events driver (C) Jiri Kosina
    [ 3.384911] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.1-1/input2
    [ 3.384942] usbcore: registered new interface driver usbhid
    [ 3.384944] usbhid: USB HID core driver
    [ 3.389375] input: Logitech Unifying Device. Wireless PID:4024 as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.2/0003:046D:C52B.0003/input/input0
    [ 3.389518] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4024] on usb-0000:00:1d.1-1:1
    [ 3.956744] usb 8-1: new low-speed USB device number 2 using uhci_hcd
    [ 4.193021] input: HID 05a4:9881 as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/input/input1
    [ 4.193111] hid-generic 0003:05A4:9881.0005: input,hidraw2: USB HID v1.10 Keyboard [HID 05a4:9881] on usb-0000:00:1d.2-1/input0
    [ 4.323187] input: HID 05a4:9881 as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.1/input/input2
    [ 4.323310] hid-generic 0003:05A4:9881.0006: input,hidraw3: USB HID v1.10 Mouse [HID 05a4:9881] on usb-0000:00:1d.2-1/input1
    [ 11.876733] bio: create slab <bio-1> at 1
    [ 12.881119] bio: create slab <bio-1> at 1
    [ 13.707370] PM: Starting manual resume from disk
    [ 13.707375] PM: Hibernation image partition 254:2 present
    [ 13.707377] PM: Looking for hibernation image.
    [ 13.707685] PM: Image not found (code -22)
    [ 13.707689] PM: Hibernation image not present or could not be loaded.
    [ 14.046090] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
    [ 14.787445] systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 14.788676] systemd[1]: Set hostname to <HTPC-Arch>.
    [ 15.226797] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 15.226858] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 15.226873] systemd[1]: Starting Remote File Systems.
    [ 15.227011] systemd[1]: Reached target Remote File Systems.
    [ 15.227023] systemd[1]: Expecting device sys-subsystem-net-devices-enp0s25.device...
    [ 15.227118] systemd[1]: Starting Delayed Shutdown Socket.
    [ 15.227240] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 15.227251] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 15.227365] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 15.227375] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 15.227491] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 15.227501] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 15.227623] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 15.227662] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 15.227875] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 15.227893] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 15.227935] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 15.227945] systemd[1]: Starting Paths.
    [ 15.228037] systemd[1]: Reached target Paths.
    [ 15.228050] systemd[1]: Starting Journal Socket.
    [ 15.228187] systemd[1]: Listening on Journal Socket.
    [ 15.249416] systemd[1]: Started Set Up Additional Binary Formats.
    [ 15.262084] systemd[1]: Starting Apply Kernel Variables...
    [ 15.262799] systemd[1]: Starting Create static device nodes in /dev...
    [ 15.263427] systemd[1]: Mounting Huge Pages File System...
    [ 15.263983] systemd[1]: Starting Setup Virtual Console...
    [ 15.264564] systemd[1]: Mounting POSIX Message Queue File System...
    [ 15.265156] systemd[1]: Mounting Debug File System...
    [ 15.280316] systemd[1]: Started Load Kernel Modules.
    [ 15.280348] systemd[1]: Mounting Configuration File System...
    [ 15.280921] systemd[1]: Mounted FUSE Control File System.
    [ 15.280939] systemd[1]: Starting Journal Service...
    [ 15.281676] systemd[1]: Started Journal Service.
    [ 15.281761] systemd[1]: Starting udev Kernel Socket.
    [ 15.281891] systemd[1]: Listening on udev Kernel Socket.
    [ 15.281945] systemd[1]: Starting udev Control Socket.
    [ 15.282059] systemd[1]: Listening on udev Control Socket.
    [ 15.282117] systemd[1]: Starting udev Coldplug all Devices...
    [ 15.282675] systemd[1]: Starting Encrypted Volumes.
    [ 15.282783] systemd[1]: Reached target Encrypted Volumes.
    [ 15.282802] systemd[1]: Expecting device dev-disk-by\x2duuid-0318dc88\x2d9059\x2d4a62\x2dbcff\x2d33265de192a4.device...
    [ 15.282920] systemd[1]: Started File System Check on Root Device.
    [ 15.282933] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 15.283591] systemd[1]: Mounting Temporary Directory...
    [ 15.420998] systemd[1]: Expecting device dev-disk-by\x2duuid-53882be2\x2d6e5d\x2d4f81\x2d8336\x2d8115b139229a.device...
    [ 15.422283] systemd[1]: Expecting device dev-disk-by\x2duuid-a510d99d\x2dd043\x2d415c\x2d9357\x2d87584ac75ce0.device...
    [ 15.753587] EXT4-fs (dm-1): re-mounted. Opts: data=ordered
    [ 15.847848] systemd-udevd[185]: starting version 204
    [ 16.644359] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 16.644369] ACPI: Sleep Button [SLPB]
    [ 16.644450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 16.644454] ACPI: Power Button [PWRF]
    [ 16.751410] pps_core: LinuxPPS API ver. 1 registered
    [ 16.751415] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
    [ 16.808340] media: Linux media interface: v0.10
    [ 16.812148] Linux video capture interface: v2.00
    [ 16.820027] PTP clock support registered
    [ 16.833228] ACPI: Requesting acpi_cpufreq
    [ 16.874833] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
    [ 16.874837] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
    [ 16.875034] e1000e 0000:00:19.0: setting latency timer to 64
    [ 16.875118] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [ 16.875143] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    [ 16.914814] saa7164 driver loaded
    [ 16.916507] CORE saa7164[0]: subsystem: 0070:8851, board: Hauppauge WinTV-HVR2250 [card=7,autodetected]
    [ 16.916513] saa7164[0]/0: found at 0000:03:00.0, rev: 129, irq: 17, latency: 0, mmio: 0x90000000
    [ 17.050022] saa7164_downloadfirmware() no first image
    [ 17.050682] cfg80211: Calling CRDA to update world regulatory domain
    [ 17.051569] saa7164_downloadfirmware() Waiting for firmware upload (NXP7164-2010-03-10.1.fw)
    [ 17.187584] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1c:c0:78:69:22
    [ 17.187590] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
    [ 17.187615] e1000e 0000:00:19.0 eth0: MAC: 6, PHY: 6, PBA No: FFFFFF-0FF
    [ 17.187944] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \GPE0 1 (20130328/utaddress-251)
    [ 17.187951] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 17.187976] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 17.448874] ieee80211 phy0: rt2x00_set_chip: Info - Chipset detected - rt: 2561, rf: 0003, rev: 000c
    [ 17.481174] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 17.580464] saa7164_downloadfirmware() firmware read 4019072 bytes.
    [ 17.580469] saa7164_downloadfirmware() firmware loaded.
    [ 17.580471] Firmware file header part 1:
    [ 17.580473] .FirmwareSize = 0x0
    [ 17.580474] .BSLSize = 0x0
    [ 17.580475] .Reserved = 0x3d538
    [ 17.580477] .Version = 0x3
    [ 17.580479] saa7164_downloadfirmware() SecBootLoader.FileSize = 4019072
    [ 17.580485] saa7164_downloadfirmware() FirmwareSize = 0x1fd6
    [ 17.580486] saa7164_downloadfirmware() BSLSize = 0x0
    [ 17.580488] saa7164_downloadfirmware() Reserved = 0x0
    [ 17.580489] saa7164_downloadfirmware() Version = 0x1661c00
    [ 17.621991] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
    [ 17.694365] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card1/input5
    [ 17.694422] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input6
    [ 17.694477] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
    [ 17.694908] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
    [ 17.694980] snd_hda_intel 0000:01:00.1: irq 48 for MSI/MSI-X
    [ 17.707929] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 17.907140] microcode: CPU0 sig=0x6fd, pf=0x1, revision=0xa3
    [ 17.907184] microcode: CPU1 sig=0x6fd, pf=0x1, revision=0xa3
    [ 17.907251] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 17.993729] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input8
    [ 18.040563] coretemp coretemp.0: Using relative temperature scale!
    [ 18.040576] coretemp coretemp.0: Using relative temperature scale!
    [ 18.100383] gpio_ich: GPIO from 206 to 255 on gpio_ich
    [ 18.112063] iTCO_vendor_support: vendor-support=0
    [ 18.298748] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 18.298795] iTCO_wdt: Found a ICH8 or ICH8R TCO device (Version=2, TCOBASE=0x0460)
    [ 18.298917] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 18.520198] systemd-udevd[206]: renamed network interface wlan0 to wlp5s3
    [ 18.624855] Adding 10485756k swap on /dev/mapper/system-swap. Priority:-1 extents:1 across:10485756k FS
    [ 18.730190] systemd-udevd[200]: renamed network interface eth0 to enp0s25
    [ 20.673933] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
    [ 20.681617] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
    [ 20.855405] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 21.795385] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    [ 21.896764] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    [ 21.896898] IPv6: ADDRCONF(NETDEV_UP): enp0s25: link is not ready
    [ 22.415792] systemd-logind[284]: Watching system buttons on /dev/input/event4 (Power Button)
    [ 22.415885] systemd-logind[284]: Watching system buttons on /dev/input/event3 (Sleep Button)
    [ 22.618057] input: Xbox Gamepad (userspace driver) as /devices/virtual/input/input9
    [ 22.619178] input: Xbox Gamepad (userspace driver) #2 as /devices/virtual/input/input10
    [ 24.390026] saa7164_downloadimage() Image downloaded, booting...
    [ 24.493363] saa7164_downloadimage() Image booted successfully.
    [ 24.493397] starting firmware download(2)
    [ 26.916146] systemd-logind[284]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display.
    [ 27.103368] saa7164_downloadimage() Image downloaded, booting...
    [ 29.170040] saa7164_downloadimage() Image booted successfully.
    [ 29.170074] firmware download complete.
    [ 29.217377] tveeprom 9-0000: Hauppauge model 88061, rev C4F2, serial# 8524019
    [ 29.217381] tveeprom 9-0000: MAC address is 00:0d:fe:82:10:f3
    [ 29.217383] tveeprom 9-0000: tuner model is NXP 18271C2_716x (idx 152, type 4)
    [ 29.217386] tveeprom 9-0000: TV standards NTSC(M) ATSC/DVB Digital (eeprom 0x88)
    [ 29.217388] tveeprom 9-0000: audio processor is SAA7164 (idx 43)
    [ 29.217390] tveeprom 9-0000: decoder processor is SAA7164 (idx 40)
    [ 29.217392] tveeprom 9-0000: has radio, has IR receiver, has no IR transmitter
    [ 29.217394] saa7164[0]: Hauppauge eeprom: model=88061
    [ 29.865010] tda18271 10-0060: creating new instance
    [ 29.869343] TDA18271HD/C2 detected @ 10-0060
    [ 30.094538] DVB: registering new adapter (saa7164)
    [ 30.094548] saa7164 0000:03:00.0: DVB: registering adapter 0 frontend 0 (Samsung S5H1411 QAM/8VSB Frontend)...
    [ 30.383509] tda18271 11-0060: creating new instance
    [ 30.387943] TDA18271HD/C2 detected @ 11-0060
    [ 30.457571] e1000e: enp0s25 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
    [ 30.457682] e1000e 0000:00:19.0 enp0s25: Link Speed was downgraded by SmartSpeed
    [ 30.457685] e1000e 0000:00:19.0 enp0s25: 10/100 speed: disabling TSO
    [ 30.457715] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
    [ 30.612017] tda18271: performing RF tracking filter calibration
    [ 32.898604] tda18271: RF tracking filter calibration complete
    [ 32.901771] DVB: registering new adapter (saa7164)
    [ 32.901779] saa7164 0000:03:00.0: DVB: registering adapter 1 frontend 0 (Samsung S5H1411 QAM/8VSB Frontend)...
    [ 32.902195] saa7164[0]: registered device video0 [mpeg]
    [ 33.133183] saa7164[0]: registered device video1 [mpeg]
    [ 33.343857] saa7164[0]: registered device vbi0 [vbi]
    [ 33.343959] saa7164[0]: registered device vbi1 [vbi]
    [ 37.832133] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
    [ 38.787420] EXT4-fs (dm-1): re-mounted. Opts: data=ordered,commit=0
    [ 39.333649] EXT4-fs (dm-3): re-mounted.

    I seemed to have solved this by following the advice in the Gentoo wiki:
    https://wiki.gentoo.org/wiki/Radeon#Audio_over_HDMI
    pcm.!default {
    type plug
    slave.pcm "hdmi"
    Those four lines in my /etc/asound.conf work. I'm not sure what the difference is between specifying "hdmi" vs the hardware device "hw:0,3".
    I still get no sound with `aplay -D plughw:0,3 /usr/share/sounds/alsa/Front_Center.wav` however, `aplay /usr/share/sounds/alsa/Front_Center.wav` works now. `aplay -D hdmi /usr/share/sounds/alsa/Front_Center.wav` results in an error/warning:
    Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
    aplay: set_params:1239: Channels count non available

  • [solved] Makepkg fails to sign package w/o asking password.

    I'm not sure when exactly this issue really started happening, but it was somewhere around the time that the new versions of Pacman and gnupg came out (a few weeks).
    I have a local ~/.makepkg.conf configured to sign any package I build with my key. The issue is that once any package completes building, and it is ready to be signed, I will sometimes be presented with a Pinentry screen to enter my password for signing the package and sometimes it will just fail to sign the package without ever asking for my password. There is no indication as to why it failed in the terminal output nor in the journal.
    This is happening on both of my Arch systems, so I know it's not just a localized issue with my one computer.
    Linux Betelgeuse 3.18.2-2-ARCH #1 SMP PREEMPT Fri Jan 9 07:37:51 CET 2015 x86_64 GNU/Linux
    Pacman, gnupg, and pinentry versions:
    [gilmoreja@Betelgeuse lib32-allegro]$ pacman -Qi pacman gnupg pinentry
    Name : pacman
    Version : 4.2.0-6
    Description : A library-based package manager with dependency support
    Architecture : x86_64
    URL : http://www.archlinux.org/pacman/
    Licenses : GPL
    Groups : base base-devel
    Provides : pacman-contrib
    Depends On : bash glibc libarchive>=3.1.2 curl>=7.39.0 gpgme pacman-mirrorlist
    archlinux-keyring
    Optional Deps : None
    Required By : cower pkgfile
    Optional For : None
    Conflicts With : pacman-contrib
    Replaces : pacman-contrib
    Installed Size : 4.22 MiB
    Packager : Allan McRae <[email protected]>
    Build Date : Sun 11 Jan 2015 11:44:40 PM CST
    Install Date : Mon 26 Jan 2015 07:13:41 AM CST
    Install Reason : Explicitly installed
    Install Script : No
    Validated By : Signature
    Name : gnupg
    Version : 2.1.1-1
    Description : Complete and free implementation of the OpenPGP standard
    Architecture : x86_64
    URL : http://www.gnupg.org/
    Licenses : GPL
    Groups : None
    Provides : dirmngr gnupg2=2.1.1
    Depends On : npth libgpg-error libgcrypt libksba libassuan pinentry bzip2 readline
    gnutls
    Optional Deps : libldap: gpg2keys_ldap [installed]
    libusb-compat: scdaemon [installed]
    Required By : gpgme
    Optional For : None
    Conflicts With : dirmngr gnupg2
    Replaces : dirmngr gnupg2
    Installed Size : 8.32 MiB
    Packager : Gaetan Bisson <[email protected]>
    Build Date : Tue 16 Dec 2014 01:39:55 PM CST
    Install Date : Wed 24 Dec 2014 06:17:22 PM CST
    Install Reason : Installed as a dependency for another package
    Install Script : Yes
    Validated By : Signature
    Name : pinentry
    Version : 0.9.0-1
    Description : a collection of simple PIN or passphrase entry dialogs which utilize the Assuan
    protocol
    Architecture : x86_64
    URL : http://gnupg.org/related_software/pinentry/
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : ncurses libcap>=2.16
    Optional Deps : gtk2: for gtk2 backend [installed]
    qt4: for qt4 backend [installed]
    Required By : gnupg
    Optional For : None
    Conflicts With : None
    Replaces : None
    Installed Size : 329.00 KiB
    Packager : Tobias Powalowski <[email protected]>
    Build Date : Wed 12 Nov 2014 05:43:08 AM CST
    Install Date : Wed 24 Dec 2014 06:17:21 PM CST
    Install Reason : Installed as a dependency for another package
    Install Script : Yes
    Validated By : Signature
    makepkg output:
    ==> Tidying install...
    -> Purging unwanted files...
    -> Removing libtool files...
    -> Removing static library files...
    -> Compressing man and info pages...
    -> Stripping unneeded symbols from binaries and libraries...
    ==> Creating package "lib32-allegro"...
    -> Generating .PKGINFO file...
    -> Generating .MTREE file...
    -> Compressing package...
    ==> Signing package...
    ==> WARNING: Failed to sign package file.
    ==> Leaving fakeroot environment.
    ==> Finished making: lib32-allegro 5.0.11-1 (Mon Jan 26 08:00:43 CST 2015)
    ==> Installing package lib32-allegro with pacman -U...
    Password:
    loading packages...
    error: '/home/gilmoreja/sources/lib32-allegro/lib32-allegro-5.0.11-1-x86_64.pkg.tar.xz': package missing required signature
    ==> WARNING: Failed to install built package(s).
    ==> Cleaning up...
    Current boot's journal:
    -- Logs begin at Wed 2014-12-24 18:48:34 CST, end at Mon 2015-01-26 08:02:04 CST. --
    Jan 26 07:01:14 Betelgeuse systemd-journal[106]: Runtime journal is using 6.2M (max allowed 49.8M, trying to leave 74.8M free of 492.6M available → current limit 49.8M).
    Jan 26 07:01:14 Betelgeuse systemd-journal[106]: Permanent journal is using 272.0M (max allowed 1.9G, trying to leave 2.9G free of 8.8G available → current limit 1.9G).
    Jan 26 07:01:16 Betelgeuse systemd-journal[106]: Time spent on flushing to /var is 1.569419s for 2 entries.
    Jan 26 07:01:16 Betelgeuse kernel: Initializing cgroup subsys cpuset
    Jan 26 07:01:16 Betelgeuse kernel: Initializing cgroup subsys cpu
    Jan 26 07:01:16 Betelgeuse kernel: Initializing cgroup subsys cpuacct
    Jan 26 07:01:16 Betelgeuse kernel: Linux version 3.18.2-2-ARCH (builduser@tobias) (gcc version 4.9.2 20141224 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Jan 9 07:37:51 CET 2015
    Jan 26 07:01:16 Betelgeuse kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9fba7516-1115-4d75-a604-841e18996568 rw
    Jan 26 07:01:16 Betelgeuse kernel: tseg: 0000000000
    Jan 26 07:01:16 Betelgeuse kernel: e820: BIOS-provided physical RAM map:
    Jan 26 07:01:16 Betelgeuse kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Jan 26 07:01:16 Betelgeuse kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Jan 26 07:01:16 Betelgeuse kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    Jan 26 07:01:16 Betelgeuse kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003ffcffff] usable
    Jan 26 07:01:16 Betelgeuse kernel: BIOS-e820: [mem 0x000000003ffd0000-0x000000003ffdefff] ACPI data
    Jan 26 07:01:16 Betelgeuse kernel: BIOS-e820: [mem 0x000000003ffdf000-0x000000003fffffff] ACPI NVS
    Jan 26 07:01:16 Betelgeuse kernel: BIOS-e820: [mem 0x00000000fff80000-0x00000000ffffffff] reserved
    Jan 26 07:01:16 Betelgeuse kernel: NX (Execute Disable) protection: active
    Jan 26 07:01:16 Betelgeuse kernel: SMBIOS 2.3 present.
    Jan 26 07:01:16 Betelgeuse kernel: DMI: Magnell / , BIOS 1.04 01/21/2005
    Jan 26 07:01:17 Betelgeuse kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Jan 26 07:01:17 Betelgeuse kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Jan 26 07:01:17 Betelgeuse kernel: AGP: pci 0000:00:00:00: AGP bridge
    Jan 26 07:01:17 Betelgeuse kernel: AGP: pci 0000:00:00.0: AGP aperture [bus addr 0xe0000000-0xe1ffffff] (old size 32MB)
    Jan 26 07:01:17 Betelgeuse kernel: AGP: pci 0000:00:00.0: AGP aperture [bus addr 0xe0000000-0xe7ffffff] (128MB, APSIZE 0xf20)
    Jan 26 07:01:17 Betelgeuse kernel: e820: last_pfn = 0x3ffd0 max_arch_pfn = 0x400000000
    Jan 26 07:01:17 Betelgeuse kernel: MTRR default type: uncachable
    Jan 26 07:01:17 Betelgeuse kernel: MTRR fixed ranges enabled:
    Jan 26 07:01:17 Betelgeuse kernel: 00000-9FFFF write-back
    Jan 26 07:01:17 Betelgeuse kernel: A0000-EFFFF uncachable
    Jan 26 07:01:17 Betelgeuse kernel: F0000-FFFFF write-protect
    Jan 26 07:01:17 Betelgeuse kernel: MTRR variable ranges enabled:
    Jan 26 07:01:17 Betelgeuse kernel: 0 base 0000000000 mask FFC0000000 write-back
    Jan 26 07:01:17 Betelgeuse kernel: 1 disabled
    Jan 26 07:01:17 Betelgeuse kernel: 2 disabled
    Jan 26 07:01:17 Betelgeuse kernel: 3 disabled
    Jan 26 07:01:17 Betelgeuse kernel: 4 disabled
    Jan 26 07:01:17 Betelgeuse kernel: 5 disabled
    Jan 26 07:01:17 Betelgeuse kernel: 6 disabled
    Jan 26 07:01:17 Betelgeuse kernel: 7 disabled
    Jan 26 07:01:17 Betelgeuse kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Jan 26 07:01:17 Betelgeuse kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    Jan 26 07:01:17 Betelgeuse kernel: Scanning 1 areas for low memory corruption
    Jan 26 07:01:17 Betelgeuse kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Jan 26 07:01:17 Betelgeuse kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Jan 26 07:01:17 Betelgeuse kernel: [mem 0x00000000-0x000fffff] page 4k
    Jan 26 07:01:17 Betelgeuse kernel: BRK [0x01b36000, 0x01b36fff] PGTABLE
    Jan 26 07:01:17 Betelgeuse kernel: BRK [0x01b37000, 0x01b37fff] PGTABLE
    Jan 26 07:01:17 Betelgeuse kernel: BRK [0x01b38000, 0x01b38fff] PGTABLE
    Jan 26 07:01:17 Betelgeuse kernel: init_memory_mapping: [mem 0x3fc00000-0x3fdfffff]
    Jan 26 07:01:17 Betelgeuse kernel: [mem 0x3fc00000-0x3fdfffff] page 2M
    Jan 26 07:01:17 Betelgeuse kernel: init_memory_mapping: [mem 0x3c000000-0x3fbfffff]
    Jan 26 07:01:17 Betelgeuse kernel: [mem 0x3c000000-0x3fbfffff] page 2M
    Jan 26 07:01:17 Betelgeuse kernel: init_memory_mapping: [mem 0x00100000-0x3bffffff]
    Jan 26 07:01:17 Betelgeuse kernel: [mem 0x00100000-0x001fffff] page 4k
    Jan 26 07:01:17 Betelgeuse kernel: [mem 0x00200000-0x3bffffff] page 2M
    Jan 26 07:01:17 Betelgeuse kernel: init_memory_mapping: [mem 0x3fe00000-0x3ffcffff]
    Jan 26 07:01:17 Betelgeuse kernel: [mem 0x3fe00000-0x3ffcffff] page 4k
    Jan 26 07:01:17 Betelgeuse kernel: BRK [0x01b39000, 0x01b39fff] PGTABLE
    Jan 26 07:01:17 Betelgeuse kernel: RAMDISK: [mem 0x373b4000-0x379d1fff]
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: Early table checksum verification disabled
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: RSDP 0x00000000000F7090 000014 (v00 ACPIAM)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: RSDT 0x000000003FFD0000 000030 (v01 A M I OEMRSDT 01000521 MSFT 00000097)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: FACP 0x000000003FFD0200 000081 (v02 A M I OEMFACP 01000521 MSFT 00000097)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: DSDT 0x000000003FFD03F0 003A1B (v01 258KA 258KA000 00000000 INTL 02002026)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: FACS 0x000000003FFDF000 000040
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: APIC 0x000000003FFD0390 000054 (v01 A M I OEMAPIC 01000521 MSFT 00000097)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: OEMB 0x000000003FFDF040 000108 (v01 A M I AMI_OEM 01000521 MSFT 00000097)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: Local APIC address 0xfee00000
    Jan 26 07:01:17 Betelgeuse kernel: Scanning NUMA topology in Northbridge 24
    Jan 26 07:01:17 Betelgeuse kernel: No NUMA configuration found
    Jan 26 07:01:17 Betelgeuse kernel: Faking a node at [mem 0x0000000000000000-0x000000003ffcffff]
    Jan 26 07:01:17 Betelgeuse kernel: NODE_DATA(0) allocated [mem 0x3ffcc000-0x3ffcffff]
    Jan 26 07:01:17 Betelgeuse kernel: [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003e600000-ffff88003f5fffff] on node 0
    Jan 26 07:01:17 Betelgeuse kernel: Zone ranges:
    Jan 26 07:01:17 Betelgeuse kernel: DMA [mem 0x00001000-0x00ffffff]
    Jan 26 07:01:17 Betelgeuse kernel: DMA32 [mem 0x01000000-0xffffffff]
    Jan 26 07:01:17 Betelgeuse kernel: Normal empty
    Jan 26 07:01:17 Betelgeuse kernel: Movable zone start for each node
    Jan 26 07:01:17 Betelgeuse kernel: Early memory node ranges
    Jan 26 07:01:17 Betelgeuse kernel: node 0: [mem 0x00001000-0x0009efff]
    Jan 26 07:01:17 Betelgeuse kernel: node 0: [mem 0x00100000-0x3ffcffff]
    Jan 26 07:01:17 Betelgeuse kernel: Initmem setup node 0 [mem 0x00001000-0x3ffcffff]
    Jan 26 07:01:17 Betelgeuse kernel: On node 0 totalpages: 261998
    Jan 26 07:01:17 Betelgeuse kernel: DMA zone: 64 pages used for memmap
    Jan 26 07:01:17 Betelgeuse kernel: DMA zone: 21 pages reserved
    Jan 26 07:01:17 Betelgeuse kernel: DMA zone: 3998 pages, LIFO batch:0
    Jan 26 07:01:17 Betelgeuse kernel: DMA32 zone: 4032 pages used for memmap
    Jan 26 07:01:17 Betelgeuse kernel: DMA32 zone: 258000 pages, LIFO batch:31
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: PM-Timer IO Port: 0x808
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: Local APIC address 0xfee00000
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    Jan 26 07:01:17 Betelgeuse kernel: IOAPIC[0]: apic_id 1, version 2, address 0xfec00000, GSI 0-23
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: IRQ0 used by override.
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: IRQ10 used by override.
    Jan 26 07:01:17 Betelgeuse kernel: Using ACPI (MADT) for SMP configuration information
    Jan 26 07:01:17 Betelgeuse kernel: smpboot: Allowing 1 CPUs, 0 hotplug CPUs
    Jan 26 07:01:17 Betelgeuse kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    Jan 26 07:01:17 Betelgeuse kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Jan 26 07:01:17 Betelgeuse kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    Jan 26 07:01:17 Betelgeuse kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    Jan 26 07:01:17 Betelgeuse kernel: e820: [mem 0x40000000-0xfff7ffff] available for PCI devices
    Jan 26 07:01:17 Betelgeuse kernel: Booting paravirtualized kernel on bare hardware
    Jan 26 07:01:17 Betelgeuse kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:1 nr_node_ids:1
    Jan 26 07:01:17 Betelgeuse kernel: PERCPU: Embedded 30 pages/cpu @ffff88003fc00000 s82880 r8192 d31808 u2097152
    Jan 26 07:01:17 Betelgeuse kernel: pcpu-alloc: s82880 r8192 d31808 u2097152 alloc=1*2097152
    Jan 26 07:01:17 Betelgeuse kernel: pcpu-alloc: [0] 0
    Jan 26 07:01:17 Betelgeuse kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 257881
    Jan 26 07:01:17 Betelgeuse kernel: Policy zone: DMA32
    Jan 26 07:01:17 Betelgeuse kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9fba7516-1115-4d75-a604-841e18996568 rw
    Jan 26 07:01:17 Betelgeuse kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Jan 26 07:01:17 Betelgeuse kernel: AGP: Checking aperture...
    Jan 26 07:01:17 Betelgeuse kernel: AGP: pci 0000:00:00:00: AGP bridge
    Jan 26 07:01:17 Betelgeuse kernel: AGP: pci 0000:00:00.0: AGP aperture [bus addr 0xe0000000-0xe1ffffff] (old size 32MB)
    Jan 26 07:01:17 Betelgeuse kernel: AGP: pci 0000:00:00.0: AGP aperture [bus addr 0xe0000000-0xe7ffffff] (128MB, APSIZE 0xf20)
    Jan 26 07:01:17 Betelgeuse kernel: AGP: Node 0: aperture [bus addr 0xe0000000-0xe7ffffff] (128MB)
    Jan 26 07:01:17 Betelgeuse kernel: Memory: 1013368K/1047992K available (5478K kernel code, 908K rwdata, 1720K rodata, 1160K init, 1184K bss, 34624K reserved)
    Jan 26 07:01:17 Betelgeuse kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Jan 26 07:01:17 Betelgeuse kernel: Preemptible hierarchical RCU implementation.
    Jan 26 07:01:17 Betelgeuse kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Jan 26 07:01:17 Betelgeuse kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Jan 26 07:01:17 Betelgeuse kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=1.
    Jan 26 07:01:17 Betelgeuse kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    Jan 26 07:01:17 Betelgeuse kernel: NR_IRQS:8448 nr_irqs:256 0
    Jan 26 07:01:17 Betelgeuse kernel: spurious 8259A interrupt: IRQ7.
    Jan 26 07:01:17 Betelgeuse kernel: Console: colour dummy device 80x25
    Jan 26 07:01:17 Betelgeuse kernel: console [tty0] enabled
    Jan 26 07:01:17 Betelgeuse kernel: allocated 4194304 bytes of page_cgroup
    Jan 26 07:01:17 Betelgeuse kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Jan 26 07:01:17 Betelgeuse kernel: tsc: Fast TSC calibration using PIT
    Jan 26 07:01:17 Betelgeuse kernel: tsc: Detected 798.222 MHz processor
    Jan 26 07:01:17 Betelgeuse kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 1597.96 BogoMIPS (lpj=2660740)
    Jan 26 07:01:17 Betelgeuse kernel: pid_max: default: 32768 minimum: 301
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: Core revision 20140926
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: All ACPI Tables successfully acquired
    Jan 26 07:01:17 Betelgeuse kernel: Security Framework initialized
    Jan 26 07:01:17 Betelgeuse kernel: Yama: becoming mindful.
    Jan 26 07:01:17 Betelgeuse kernel: Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Jan 26 07:01:17 Betelgeuse kernel: Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
    Jan 26 07:01:17 Betelgeuse kernel: Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
    Jan 26 07:01:17 Betelgeuse kernel: Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
    Jan 26 07:01:17 Betelgeuse kernel: Initializing cgroup subsys memory
    Jan 26 07:01:17 Betelgeuse kernel: Initializing cgroup subsys devices
    Jan 26 07:01:17 Betelgeuse kernel: Initializing cgroup subsys freezer
    Jan 26 07:01:17 Betelgeuse kernel: Initializing cgroup subsys net_cls
    Jan 26 07:01:17 Betelgeuse kernel: Initializing cgroup subsys blkio
    Jan 26 07:01:17 Betelgeuse kernel: mce: CPU supports 5 MCE banks
    Jan 26 07:01:17 Betelgeuse kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
    Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
    Jan 26 07:01:17 Betelgeuse kernel: Freeing SMP alternatives memory: 20K (ffffffff81a07000 - ffffffff81a0c000)
    Jan 26 07:01:17 Betelgeuse kernel: ftrace: allocating 20920 entries in 82 pages
    Jan 26 07:01:17 Betelgeuse kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Jan 26 07:01:17 Betelgeuse kernel: smpboot: CPU0: AMD Athlon(tm) 64 Processor 3400+ (fam: 0f, model: 04, stepping: 0a)
    Jan 26 07:01:17 Betelgeuse kernel: Performance Events: AMD PMU driver.
    Jan 26 07:01:17 Betelgeuse kernel: ... version: 0
    Jan 26 07:01:17 Betelgeuse kernel: ... bit width: 48
    Jan 26 07:01:17 Betelgeuse kernel: ... generic registers: 4
    Jan 26 07:01:17 Betelgeuse kernel: ... value mask: 0000ffffffffffff
    Jan 26 07:01:17 Betelgeuse kernel: ... max period: 00007fffffffffff
    Jan 26 07:01:17 Betelgeuse kernel: ... fixed-purpose events: 0
    Jan 26 07:01:17 Betelgeuse kernel: ... event mask: 000000000000000f
    Jan 26 07:01:17 Betelgeuse kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Jan 26 07:01:17 Betelgeuse kernel: x86: Booted up 1 node, 1 CPUs
    Jan 26 07:01:17 Betelgeuse kernel: smpboot: Total of 1 processors activated (1597.96 BogoMIPS)
    Jan 26 07:01:17 Betelgeuse kernel: devtmpfs: initialized
    Jan 26 07:01:17 Betelgeuse kernel: PM: Registering ACPI NVS region [mem 0x3ffdf000-0x3fffffff] (135168 bytes)
    Jan 26 07:01:17 Betelgeuse kernel: pinctrl core: initialized pinctrl subsystem
    Jan 26 07:01:17 Betelgeuse kernel: RTC time: 13:01:08, date: 01/26/15
    Jan 26 07:01:17 Betelgeuse kernel: NET: Registered protocol family 16
    Jan 26 07:01:17 Betelgeuse kernel: cpuidle: using governor ladder
    Jan 26 07:01:17 Betelgeuse kernel: cpuidle: using governor menu
    Jan 26 07:01:17 Betelgeuse kernel: node 0 link 0: io port [1000, ffffff]
    Jan 26 07:01:17 Betelgeuse kernel: TOM: 0000000040000000 aka 1024M
    Jan 26 07:01:17 Betelgeuse kernel: node 0 link 0: mmio [a0000, bffff]
    Jan 26 07:01:17 Betelgeuse kernel: node 0 link 0: mmio [40000000, ffffffff]
    Jan 26 07:01:17 Betelgeuse kernel: bus: [bus 00-ff] on node 0 link 0
    Jan 26 07:01:17 Betelgeuse kernel: bus: 00 [io 0x0000-0xffff]
    Jan 26 07:01:17 Betelgeuse kernel: bus: 00 [mem 0x000a0000-0x000bffff]
    Jan 26 07:01:17 Betelgeuse kernel: bus: 00 [mem 0x40000000-0xfcffffffff]
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: bus type PCI registered
    Jan 26 07:01:17 Betelgeuse kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Jan 26 07:01:17 Betelgeuse kernel: PCI: Using configuration type 1 for base access
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: Added _OSI(Module Device)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: Added _OSI(Processor Device)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: Actual Package length (202) is larger than NumElements field (4), truncated
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: Interpreter enabled
    Jan 26 07:01:17 Betelgeuse kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140926/hwxface-580)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140926/hwxface-580)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: (supports S0 S3 S4 S5)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: Using IOAPIC for interrupt routing
    Jan 26 07:01:17 Betelgeuse kernel: PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    Jan 26 07:01:17 Betelgeuse kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Jan 26 07:01:17 Betelgeuse kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
    Jan 26 07:01:17 Betelgeuse kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    Jan 26 07:01:17 Betelgeuse kernel: acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    Jan 26 07:01:17 Betelgeuse kernel: acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    Jan 26 07:01:17 Betelgeuse kernel: acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    Jan 26 07:01:17 Betelgeuse kernel: acpi PNP0A03:00: host bridge window [mem 0x40000000-0xffffffff] (ignored)
    Jan 26 07:01:17 Betelgeuse kernel: PCI: root bus 00: hardware-probed resources
    Jan 26 07:01:17 Betelgeuse kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
    Jan 26 07:01:17 Betelgeuse kernel: PCI host bridge to bus 0000:00
    Jan 26 07:01:17 Betelgeuse kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Jan 26 07:01:17 Betelgeuse kernel: pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    Jan 26 07:01:17 Betelgeuse kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Jan 26 07:01:17 Betelgeuse kernel: pci_bus 0000:00: root bus resource [mem 0x40000000-0xfcffffffff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:00.0: [1039:0755] type 00 class 0x060000
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:00.0: reg 0x10: [mem 0xe0000000-0xe7ffffff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:01.0: [1039:0002] type 01 class 0x060400
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.0: [1039:0008] type 00 class 0x060100
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.0: Enabling SiS 96x SMBus
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.1: [1039:0016] type 00 class 0x0c0500
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.1: reg 0x20: [io 0x0c00-0x0c1f]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.5: [1039:5513] type 00 class 0x010180
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.5: reg 0x20: [io 0xffa0-0xffaf]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.5: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.5: legacy IDE quirk: reg 0x14: [io 0x03f6]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.5: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.5: legacy IDE quirk: reg 0x1c: [io 0x0376]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.6: [1039:7013] type 00 class 0x070300
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.6: reg 0x10: [io 0xe400-0xe4ff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.6: reg 0x14: [io 0xe000-0xe07f]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.6: supports D1 D2
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.6: PME# supported from D3hot D3cold
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.6: System wakeup disabled by ACPI
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.7: [1039:7012] type 00 class 0x040100
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.7: reg 0x10: [io 0xe800-0xe8ff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.7: reg 0x14: [io 0xec00-0xec7f]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.7: supports D1 D2
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.7: PME# supported from D3hot D3cold
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:02.7: System wakeup disabled by ACPI
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:03.0: [1039:7001] type 00 class 0x0c0310
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:03.0: reg 0x10: [mem 0xdfffd000-0xdfffdfff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:03.1: [1039:7001] type 00 class 0x0c0310
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:03.1: reg 0x10: [mem 0xdfffe000-0xdfffefff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:03.3: [1039:7002] type 00 class 0x0c0320
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:03.3: reg 0x10: [mem 0xdffff000-0xdfffffff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:04.0: [1039:0900] type 00 class 0x020000
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:04.0: reg 0x10: [io 0xd800-0xd8ff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:04.0: reg 0x14: [mem 0xdfffc000-0xdfffcfff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:04.0: reg 0x30: [mem 0xdffc0000-0xdffdffff pref]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:04.0: supports D1 D2
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:04.0: System wakeup disabled by ACPI
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:06.0: [104c:8023] type 00 class 0x0c0010
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:06.0: reg 0x10: [mem 0xdfffb800-0xdfffbfff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:06.0: reg 0x14: [mem 0xdfff4000-0xdfff7fff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:06.0: supports D1 D2
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:09.0: [1217:7114] type 02 class 0x060700
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:09.0: reg 0x10: [mem 0x00000000-0x00000fff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:09.0: supports D1 D2
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:09.1: [1217:7114] type 02 class 0x060700
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:09.1: reg 0x10: [mem 0x00000000-0x00000fff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:09.1: supports D1 D2
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:09.1: PME# supported from D0 D1 D2 D3hot D3cold
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:09.2: [1217:7110] type 00 class 0x088000
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:09.2: reg 0x10: [mem 0xdfffa000-0xdfffafff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:09.2: supports D1 D2
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:09.2: PME# supported from D0 D1 D2 D3hot D3cold
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:0b.0: [1814:0201] type 00 class 0x028000
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:0b.0: reg 0x10: [mem 0xdfff8000-0xdfff9fff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:01:00.0: [1002:4e50] type 00 class 0x030000
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd7ffffff pref]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:01:00.0: reg 0x14: [io 0xc800-0xc8ff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:01:00.0: reg 0x18: [mem 0xdfef0000-0xdfefffff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:01:00.0: reg 0x30: [mem 0xdfec0000-0xdfedffff pref]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:01:00.0: supports D1 D2
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:01.0: bridge window [mem 0xdfe00000-0xdfefffff]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:01.0: bridge window [mem 0xcfd00000-0xdfcfffff pref]
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:09.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    Jan 26 07:01:17 Betelgeuse kernel: pci 0000:00:09.1: bridge configuration invalid ([bus 00-00]), reconfiguring
    Jan 26 07:01:17 Betelgeuse kernel: pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 05
    Jan 26 07:01:17 Betelgeuse kernel: pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 09
    Jan 26 07:01:17 Betelgeuse kernel: pci_bus 0000:00: on NUMA node 0
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 *11 12 14 15)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 *11 12 14 15)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *10 11 12 14 15)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 11 12 14 15)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 *11 12 14 15)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 *4 5 7 10 11 12 14 15)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
    Jan 26 07:01:17 Betelgeuse kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 7 10 11 12 14 15)
    Jan 26 07:01:17 Betelgeuse kernel: ACPI : EC: GPE = 0xb, I/O: command/status = 0x66, data = 0x62
    Jan 26 07:01:17 Betelgeuse kernel: vgaarb: setting as boot device: PCI:0000:01:00.0
    Jan 26 07:01:17 Betelgeuse kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Jan 26 07:01:17 Betelgeuse kernel: vgaarb: loaded
    Jan 26 07:01:17 Betelgeuse kernel: vgaarb: bridge control possible 0000:01:00.0
    Jan 26 07:01:17 Betelgeuse kernel: PCI: Using ACPI for IRQ routing
    Jan 26 07:01:17 Betelgeuse kernel: PCI: pci_cache_line_size set to 64 bytes
    Jan 26 07:01:17 Betelgeuse kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Jan 26 07:01:17 Betelgeuse kernel: e820: reserve RAM buffer [mem 0x3ffd0000-0x3fffffff]
    Jan 26 07:01:17 Betelgeuse kernel: NetLabel: Initializing
    Jan 26 07:01:17 Betelgeuse kernel: NetLabel: domain hash size = 128
    Jan 26 07:01:17 Betelgeuse kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Jan 26 07:01:17 Betelgeuse kernel: NetLabel: unlabeled traffic allowed by default
    Jan 26 07:01:17 Betelgeuse kernel: Switched to clocksource refined-jiffies
    Jan 26 07:01:17 Betelgeuse kernel: pnp: PnP ACPI init
    Jan 26 07:01:17 Betelgeuse kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
    Jan 26 07:01:17 Betelgeuse kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP030b (active)
    Jan 26 07:01:17 Betelgeuse kernel: pnp 00:02: Plug and Play ACPI device, IDs SYN0801 SYN0800 PNP0f13 (active)
    Jan 26 07:01:17 Betelgeuse kernel: pnp 00:03: [dma 1]
    Jan 26 07:01:17 Betelgeuse kernel: pnp 00:03: Plug and Play ACPI device, IDs NSC6001 (active)
    Jan 26 07:01:17 Betelgeuse kernel: pnp 00:04: [dma 0 disabled]
    Jan 26 07:01:17 Betelgeuse kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0401 (active)
    Jan 26 07:01:17 Betelgeuse kernel: system 00:05: [io 0x0480-0x048f] has been reserved
    Jan 26 07:01:17 Betelgeuse kernel: system 00:05: [io 0x04d0-0x04d1] has been reserved
    Jan 26 07:01:17 Betelgeuse kernel: system 00:05: [io 0x0800-0x087f] could not be reserved
    Jan 26 07:01:17 Betelgeuse kernel: system 00:05: [io 0x0880-0x08ff] has been reserved
    Jan 26 07:01:17 Betelgeuse kernel: system 00:05: [io 0x0c00-0x0c1f] has been reserved
    Jan 26 07:01:17 Betelgeuse kernel: system 00:05: [mem 0xfff80000-0xffffffff] has been reserved
    Jan 26 07:01:17 Betelgeuse kernel: system 00:05: [mem 0xffe80000-0xffefffff] has been reserved
    Jan 26 07:01:17 Betelgeuse kernel: system 00:05: [mem 0xfed00000-0xfed003ff] has been reserved
    Jan 26 07:01:17 Betelgeuse kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jan 26 07:01:17 Betelgeuse kernel: system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
    Jan 26 07:01:17 Betelgeuse kernel: system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
    Jan 26 07:01:17 Betelgeuse kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jan 26 07:01:18 Betelgeuse kernel: system 00:07: [mem 0x00000000-0x0009ffff] could not be reserved
    Jan 26 07:01:18 Betelgeuse kernel: system 00:07: [mem 0x000c0000-0x000d0fff] could not be reserved
    Jan 26 07:01:18 Betelgeuse kernel: system 00:07: [mem 0x000e0000-0x000fffff] could not be reserved
    Jan 26 07:01:18 Betelgeuse kernel: system 00:07: [mem 0x00100000-0x3fffffff] could not be reserved
    Jan 26 07:01:18 Betelgeuse kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
    Jan 26 07:01:18 Betelgeuse kernel: pnp: PnP ACPI: found 8 devices
    Jan 26 07:01:18 Betelgeuse kernel: Switched to clocksource acpi_pm
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.1: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.1: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.1: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.1: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.0: BAR 0: assigned [mem 0x40000000-0x40000fff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.0: BAR 15: assigned [mem 0x44000000-0x47ffffff pref]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.0: BAR 16: assigned [mem 0x48000000-0x4bffffff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.1: BAR 0: assigned [mem 0x4c000000-0x4c000fff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.1: BAR 15: assigned [mem 0x50000000-0x53ffffff pref]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.1: BAR 16: assigned [mem 0x54000000-0x57ffffff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.0: BAR 13: assigned [io 0x1000-0x10ff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.0: BAR 14: assigned [io 0x1400-0x14ff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.1: BAR 13: assigned [io 0x1800-0x18ff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.1: BAR 14: assigned [io 0x1c00-0x1cff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:01.0: bridge window [mem 0xdfe00000-0xdfefffff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:01.0: bridge window [mem 0xcfd00000-0xdfcfffff pref]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.0: CardBus bridge to [bus 02-05]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.0: bridge window [io 0x1000-0x10ff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.0: bridge window [io 0x1400-0x14ff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.0: bridge window [mem 0x44000000-0x47ffffff pref]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.0: bridge window [mem 0x48000000-0x4bffffff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.1: CardBus bridge to [bus 06-09]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.1: bridge window [io 0x1800-0x18ff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.1: bridge window [io 0x1c00-0x1cff]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.1: bridge window [mem 0x50000000-0x53ffffff pref]
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:00:09.1: bridge window [mem 0x54000000-0x57ffffff]
    Jan 26 07:01:18 Betelgeuse kernel: pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    Jan 26 07:01:18 Betelgeuse kernel: pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    Jan 26 07:01:18 Betelgeuse kernel: pci_bus 0000:00: resource 6 [mem 0x40000000-0xfcffffffff]
    Jan 26 07:01:18 Betelgeuse kernel: pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
    Jan 26 07:01:18 Betelgeuse kernel: pci_bus 0000:01: resource 1 [mem 0xdfe00000-0xdfefffff]
    Jan 26 07:01:18 Betelgeuse kernel: pci_bus 0000:01: resource 2 [mem 0xcfd00000-0xdfcfffff pref]
    Jan 26 07:01:18 Betelgeuse kernel: pci_bus 0000:02: resource 0 [io 0x1000-0x10ff]
    Jan 26 07:01:18 Betelgeuse kernel: pci_bus 0000:02: resource 1 [io 0x1400-0x14ff]
    Jan 26 07:01:18 Betelgeuse kernel: pci_bus 0000:02: resource 2 [mem 0x44000000-0x47ffffff pref]
    Jan 26 07:01:18 Betelgeuse kernel: pci_bus 0000:02: resource 3 [mem 0x48000000-0x4bffffff]
    Jan 26 07:01:18 Betelgeuse kernel: pci_bus 0000:06: resource 0 [io 0x1800-0x18ff]
    Jan 26 07:01:18 Betelgeuse kernel: pci_bus 0000:06: resource 1 [io 0x1c00-0x1cff]
    Jan 26 07:01:18 Betelgeuse kernel: pci_bus 0000:06: resource 2 [mem 0x50000000-0x53ffffff pref]
    Jan 26 07:01:18 Betelgeuse kernel: pci_bus 0000:06: resource 3 [mem 0x54000000-0x57ffffff]
    Jan 26 07:01:18 Betelgeuse kernel: NET: Registered protocol family 2
    Jan 26 07:01:18 Betelgeuse kernel: TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    Jan 26 07:01:18 Betelgeuse kernel: TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
    Jan 26 07:01:18 Betelgeuse kernel: TCP: Hash tables configured (established 8192 bind 8192)
    Jan 26 07:01:18 Betelgeuse kernel: TCP: reno registered
    Jan 26 07:01:18 Betelgeuse kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
    Jan 26 07:01:18 Betelgeuse kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    Jan 26 07:01:18 Betelgeuse kernel: NET: Registered protocol family 1
    Jan 26 07:01:18 Betelgeuse kernel: pci 0000:01:00.0: Video device with shadowed ROM
    Jan 26 07:01:18 Betelgeuse kernel: PCI: CLS 64 bytes, default 64
    Jan 26 07:01:18 Betelgeuse kernel: Unpacking initramfs...
    Jan 26 07:01:18 Betelgeuse kernel: Freeing initrd memory: 6264K (ffff8800373b4000 - ffff8800379d2000)
    Jan 26 07:01:18 Betelgeuse kernel: microcode: AMD CPU family 0xf not supported
    Jan 26 07:01:18 Betelgeuse kernel: Scanning for low memory corruption every 60 seconds
    Jan 26 07:01:18 Betelgeuse kernel: futex hash table entries: 256 (order: 2, 16384 bytes)
    Jan 26 07:01:18 Betelgeuse kernel: Initialise system trusted keyring
    Jan 26 07:01:18 Betelgeuse kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Jan 26 07:01:18 Betelgeuse kernel: zpool: loaded
    Jan 26 07:01:18 Betelgeuse kernel: zbud: loaded
    Jan 26 07:01:18 Betelgeuse kernel: VFS: Disk quotas dquot_6.5.2
    Jan 26 07:01:18 Betelgeuse kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Jan 26 07:01:18 Betelgeuse kernel: msgmni has been set to 1991
    Jan 26 07:01:18 Betelgeuse kernel: Key type big_key registered
    Jan 26 07:01:18 Betelgeuse kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Jan 26 07:01:18 Betelgeuse kernel: io scheduler noop registered
    Jan 26 07:01:18 Betelgeuse kernel: io scheduler deadline registered
    Jan 26 07:01:18 Betelgeuse kernel: io scheduler cfq registered (default)
    Jan 26 07:01:18 Betelgeuse kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Jan 26 07:01:18 Betelgeuse kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Jan 26 07:01:18 Betelgeuse kernel: vesafb: mode is 1024x768x32, linelength=4096, pages=0
    Jan 26 07:01:18 Betelgeuse kernel: vesafb: scrolling: redraw
    Jan 26 07:01:18 Betelgeuse kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    Jan 26 07:01:18 Betelgeuse kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90000200000, using 3072k, total 3072k
    Jan 26 07:01:18 Betelgeuse kernel: Console: switching to colour frame buffer device 128x48
    Jan 26 07:01:18 Betelgeuse kernel: fb0: VESA VGA frame buffer device
    Jan 26 07:01:18 Betelgeuse kernel: GHES: HEST is not enabled!
    Jan 26 07:01:18 Betelgeuse kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Jan 26 07:01:18 Betelgeuse kernel: platform serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 921600) is a NS16550A
    Jan 26 07:01:18 Betelgeuse kernel: Linux agpgart interface v0.103
    Jan 26 07:01:18 Betelgeuse kernel: rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
    Jan 26 07:01:18 Betelgeuse kernel: rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
    Jan 26 07:01:18 Betelgeuse kernel: ledtrig-cpu: registered to indicate activity on CPUs
    Jan 26 07:01:18 Betelgeuse kernel: TCP: cubic registered
    Jan 26 07:01:18 Betelgeuse kernel: NET: Registered protocol family 10
    Jan 26 07:01:18 Betelgeuse kernel: NET: Registered protocol family 17
    Jan 26 07:01:18 Betelgeuse kernel: Loading compiled-in X.509 certificates
    Jan 26 07:01:18 Betelgeuse kernel: registered taskstats version 1
    Jan 26 07:01:18 Betelgeuse kernel: Magic number: 15:262:29
    Jan 26 07:01:18 Betelgeuse kernel: rtc_cmos 00:00: setting system clock to 2015-01-26 13:01:09 UTC (1422277269)
    Jan 26 07:01:18 Betelgeuse kernel: PM: Hibernation image not present or could not be loaded.
    Jan 26 07:01:18 Betelgeuse kernel: Freeing unused kernel memory: 1160K (ffffffff818e5000 - ffffffff81a07000)
    Jan 26 07:01:18 Betelgeuse kernel: Write protecting the kernel read-only data: 8192k
    Jan 26 07:01:18 Betelgeuse kernel: Freeing unused kernel memory: 656K (ffff88000155c000 - ffff880001600000)
    Jan 26 07:01:18 Betelgeuse kernel: Freeing unused kernel memory: 328K (ffff8800017ae000 - ffff880001800000)
    Jan 26 07:01:18 Betelgeuse kernel: random: systemd-tmpfile urandom read with 2 bits of entropy available
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Initialized drm 1.1.0 20060810
    Jan 26 07:01:18 Betelgeuse kernel: [drm] radeon kernel modesetting enabled.
    Jan 26 07:01:18 Betelgeuse kernel: checking generic (d0000000 300000) vs hw (d0000000 8000000)
    Jan 26 07:01:18 Betelgeuse kernel: fb: switching to radeondrmfb from VESA VGA
    Jan 26 07:01:18 Betelgeuse kernel: Console: switching to colour dummy device 80x25
    Jan 26 07:01:18 Betelgeuse kernel: [drm] initializing kernel modesetting (RV350 0x1002:0x4E50 0x1584:0x2324).
    Jan 26 07:01:18 Betelgeuse kernel: [drm] register mmio base: 0xDFEF0000
    Jan 26 07:01:18 Betelgeuse kernel: [drm] register mmio size: 65536
    Jan 26 07:01:18 Betelgeuse kernel: [drm:radeon_agp_init] *ERROR* Unable to acquire AGP: -19
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Forcing AGP to PCI mode
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Generation 2 PCI interface, using max accessible memory
    Jan 26 07:01:18 Betelgeuse kernel: radeon 0000:01:00.0: VRAM: 128M 0x00000000D0000000 - 0x00000000D7FFFFFF (128M used)
    Jan 26 07:01:18 Betelgeuse kernel: radeon 0000:01:00.0: GTT: 512M 0x00000000B0000000 - 0x00000000CFFFFFFF
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Detected VRAM RAM=128M, BAR=128M
    Jan 26 07:01:18 Betelgeuse kernel: [drm] RAM width 128bits DDR
    Jan 26 07:01:18 Betelgeuse kernel: [TTM] Zone kernel: Available graphics memory: 510898 kiB
    Jan 26 07:01:18 Betelgeuse kernel: [TTM] Initializing pool allocator
    Jan 26 07:01:18 Betelgeuse kernel: [TTM] Initializing DMA pool allocator
    Jan 26 07:01:18 Betelgeuse kernel: [drm] radeon: 128M of VRAM memory ready
    Jan 26 07:01:18 Betelgeuse kernel: [drm] radeon: 512M of GTT memory ready.
    Jan 26 07:01:18 Betelgeuse kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
    Jan 26 07:01:18 Betelgeuse kernel: [drm] radeon: power management initialized
    Jan 26 07:01:18 Betelgeuse kernel: [drm] radeon: 1 quad pipes, 1 Z pipes initialized.
    Jan 26 07:01:18 Betelgeuse kernel: [drm] PCI GART of 512M enabled (table at 0x0000000037980000).
    Jan 26 07:01:18 Betelgeuse kernel: radeon 0000:01:00.0: WB enabled
    Jan 26 07:01:18 Betelgeuse kernel: radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x00000000b0000000 and cpu addr 0xffff88003791e000
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Driver supports precise vblank timestamp query.
    Jan 26 07:01:18 Betelgeuse kernel: [drm] radeon: irq initialized.
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Loading R300 Microcode
    Jan 26 07:01:18 Betelgeuse kernel: [drm] radeon: ring at 0x00000000B0001000
    Jan 26 07:01:18 Betelgeuse kernel: [drm] ring test succeeded in 2 usecs
    Jan 26 07:01:18 Betelgeuse kernel: [drm] ib test succeeded in 0 usecs
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Panel ID String: Samsung LTN154X1 WXGA
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Panel Size 1280x800
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Radeon Display Connectors
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Connector 0:
    Jan 26 07:01:18 Betelgeuse kernel: [drm] VGA-1
    Jan 26 07:01:18 Betelgeuse kernel: [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Encoders:
    Jan 26 07:01:18 Betelgeuse kernel: [drm] CRT1: INTERNAL_DAC1
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Connector 1:
    Jan 26 07:01:18 Betelgeuse kernel: [drm] LVDS-1
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Encoders:
    Jan 26 07:01:18 Betelgeuse kernel: [drm] LCD1: INTERNAL_LVDS
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Connector 2:
    Jan 26 07:01:18 Betelgeuse kernel: [drm] SVIDEO-1
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Encoders:
    Jan 26 07:01:18 Betelgeuse kernel: [drm] TV1: INTERNAL_DAC2
    Jan 26 07:01:18 Betelgeuse kernel: [drm] fb mappable at 0xD0040000
    Jan 26 07:01:18 Betelgeuse kernel: [drm] vram apper at 0xD0000000
    Jan 26 07:01:18 Betelgeuse kernel: [drm] size 4096000
    Jan 26 07:01:18 Betelgeuse kernel: [drm] fb depth is 24
    Jan 26 07:01:18 Betelgeuse kernel: [drm] pitch is 5120
    Jan 26 07:01:18 Betelgeuse kernel: fbcon: radeondrmfb (fb0) is primary device
    Jan 26 07:01:18 Betelgeuse kernel: Console: switching to colour frame buffer device 160x50
    Jan 26 07:01:18 Betelgeuse kernel: radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
    Jan 26 07:01:18 Betelgeuse kernel: radeon 0000:01:00.0: registered panic notifier
    Jan 26 07:01:18 Betelgeuse kernel: [drm] Initialized radeon 2.40.0 20080528 for 0000:01:00.0 on minor 0
    Jan 26 07:01:18 Betelgeuse kernel: i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    Jan 26 07:01:18 Betelgeuse kernel: i8042: Detected active multiplexing controller, rev 1.0
    Jan 26 07:01:18 Betelgeuse kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Jan 26 07:01:18 Betelgeuse kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
    Jan 26 07:01:18 Betelgeuse kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
    Jan 26 07:01:18 Betelgeuse kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
    Jan 26 07:01:18 Betelgeuse kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
    Jan 26 07:01:18 Betelgeuse kernel: SCSI subsystem initialized
    Jan 26 07:01:18 Betelgeuse kernel: ACPI: bus type USB registered
    Jan 26 07:01:18 Betelgeuse kernel: usbcore: registered new interface driver usbfs
    Jan 26 07:01:18 Betelgeuse kernel: usbcore: registered new interface driver hub
    Jan 26 07:01:18 Betelgeuse kernel: usbcore: registered new device driver usb
    Jan 26 07:01:18 Betelgeuse kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Jan 26 07:01:18 Betelgeuse kernel: ehci-pci: EHCI PCI platform driver
    Jan 26 07:01:18 Betelgeuse kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Jan 26 07:01:18 Betelgeuse kernel: ohci-pci: OHCI PCI platform driver
    Jan 26 07:01:18 Betelgeuse kernel: libata version 3.00 loaded.
    Jan 26 07:01:18 Betelgeuse kernel: firewire_ohci 0000:00:06.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
    Jan 26 07:01:18 Betelgeuse kernel: ehci-pci 0000:00:03.3: EHCI Host Controller
    Jan 26 07:01:18 Betelgeuse kernel: ehci-pci 0000:00:03.3: new USB bus registered, assigned bus number 1
    Jan 26 07:01:18 Betelgeuse kernel: ehci-pci 0000:00:03.3: cache line size of 64 is not supported
    Jan 26 07:01:18 Betelgeuse kernel: ehci-pci 0000:00:03.3: irq 23, io mem 0xdffff000
    Jan 26 07:01:18 Betelgeuse kernel: ehci-pci 0000:00:03.3: USB 2.0 started, EHCI 1.00
    Jan 26 07:01:18 Betelgeuse kernel: hub 1-0:1.0: USB hub found
    Jan 26 07:01:18 Betelgeuse kernel: hub 1-0:1.0: 6 ports detected
    Jan 26 07:01:18 Betelgeuse kernel: ohci-pci 0000:00:03.0: OHCI PCI host controller
    Jan 26 07:01:18 Betelgeuse kernel: ohci-pci 0000:00:03.0: new USB bus registered, assigned bus number 2
    Jan 26 07:01:18 Betelgeuse kernel: ohci-pci 0000:00:03.0: irq 20, io mem 0xdfffd000
    Jan 26 07:01:18 Betelgeuse kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Jan 26 07:01:18 Betelgeuse kernel: hub 2-0:1.0: USB hub found
    Jan 26 07:01:18 Betelgeuse kernel: hub 2-0:1.0: 3 ports detected
    Jan 26 07:01:18 Betelgeuse kernel: pata_sis 0000:00:02.5: version 0.5.2
    Jan 26 07:01:18 Betelgeuse kernel: pata_sis 0000:00:02.5: SiS 962/963 MuTIOL IDE UDMA133 controller
    Jan 26 07:01:18 Betelgeuse kernel: scsi host0: pata_sis
    Jan 26 07:01:18 Betelgeuse kernel: scsi host1: pata_sis
    Jan 26 07:01:18 Betelgeuse kernel: ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
    Jan 26 07:01:18 Betelgeuse kernel: ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    Jan 26 07:01:18 Betelgeuse kernel: ohci-pci 0000:00:03.1: OHCI PCI host controller
    Jan 26 07:01:18 Betelgeuse kernel: ohci-pci 0000:00:03.1: new USB bus registered, assigned bus number 3
    Jan 26 07:01:18 Betelgeuse kernel: ohci-pci 0000:00:03.1: irq 21, io mem 0xdfffe000
    Jan 26 07:01:18 Betelgeuse kernel: hub 3-0:1.0: USB hub found
    Jan 26 07:01:18 Betelgeuse kernel: hub 3-0:1.0: 3 ports detected
    Jan 26 07:01:18 Betelgeuse kernel: ata1.00: ATA-6: TOSHIBA MK1032GAX, AB211A, max UDMA/100
    Jan 26 07:01:18 Betelgeuse kernel: ata1.00: 195371568 sectors, multi 16: LBA48
    Jan 26 07:01:18 Betelgeuse kernel: ata1.00: limited to UDMA/33 due to 40-wire cable
    Jan 26 07:01:18 Betelgeuse kernel: ata1.00: configured for UDMA/33
    Jan 26 07:01:18 Betelgeuse kernel: scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK1032GA 1A PQ: 0 ANSI: 5
    Jan 26 07:01:18 Betelgeuse kernel: usb 1-3: new high-speed USB device number 3 using ehci-pci
    Jan 26 07:01:18 Betelgeuse kernel: ata2.00: ATAPI: Slimtype DVDRW SOSW-852S, PSX3, max UDMA/33
    Jan 26 07:01:18 Betelgeuse kernel: ata2.00: configured for UDMA/33
    Jan 26 07:01:18 Betelgeuse kernel: scsi 1:0:0:0: CD-ROM Slimtype DVDRW SOSW-852S PSX3 PQ: 0 ANSI: 5
    Jan 26 07:01:18 Betelgeuse kernel: sd 0:0:0:0: [sda] 195371568 512-byte logical blocks: (100 GB/93.1 GiB)
    Jan 26 07:01:18 Betelgeuse kernel: sd 0:0:0:0: [sda] Write Protect is off
    Jan 26 07:01:18 Betelgeuse kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Jan 26 07:01:18 Betelgeuse kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Jan 26 07:01:18 Betelgeuse kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
    Jan 26 07:01:18 Betelgeuse kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Jan 26 07:01:18 Betelgeuse kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
    Jan 26 07:01:18 Betelgeuse kernel: firewire_core 0000:00:06.0: created device fw0: GUID 00030d5325828ec4, S400
    Jan 26 07:01:18 Betelgeuse kernel: tsc: Refined TSC clocksource calibration: 798.238 MHz
    Jan 26 07:01:18 Betelgeuse kernel: sda: sda1 sda2 sda3 < sda5 sda6 >
    Jan 26 07:01:18 Betelgeuse kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Jan 26 07:01:18 Betelgeuse kernel: usb 2-1: new low-speed USB device number 2 using ohci-pci
    Jan 26 07:01:18 Betelgeuse kernel: hidraw: raw HID events driver (C) Jiri Kosina
    Jan 26 07:01:18 Betelgeuse kernel: usbcore: registered new interface driver usbhid
    Jan 26 07:01:18 Betelgeuse kernel: usbhid: USB HID core driver
    Jan 26 07:01:18 Betelgeuse kernel: input: Microsoft Microsoft® Comfort Mouse 4500 as /devices/pci0000:00/0000:00:03.0/usb2/2-1/2-1:1.0/0003:045E:076C.0001/input/input5
    Jan 26 07:01:18 Betelgeuse kernel: microsoft 0003:045E:076C.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft Microsoft® Comfort Mouse 4500] on usb-0000:00:03.0-1/input0
    Jan 26 07:01:18 Betelgeuse kernel: EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    Jan 26 07:01:18 Betelgeuse kernel: Switched to clocksource tsc
    Jan 26 07:01:18 Betelgeuse kernel: random: nonblocking pool is initialized
    Jan 26 07:01:18 Betelgeuse systemd[1]: systemd 218 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    Jan 26 07:01:18 Betelgeuse systemd[1]: Detected architecture 'x86-64'.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Set hostname to <Betelgeuse>.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Remote File Systems.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Reached target Remote File Systems.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Encrypted Volumes.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Reached target Encrypted Volumes.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Expecting device dev-sda2.device...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Root Slice.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Created slice Root Slice.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting User and Session Slice.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Created slice User and Session Slice.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Listening on Journal Audit Socket.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Device-mapper event daemon FIFOs.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting udev Control Socket.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Listening on udev Control Socket.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting LVM2 metadata daemon socket.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Listening on LVM2 metadata daemon socket.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting System Slice.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Created slice System Slice.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Slices.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Reached target Slices.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting system-getty.slice.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Created slice system-getty.slice.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting udev Kernel Socket.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Listening on udev Kernel Socket.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Expecting device dev-sda6.device...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Journal Socket (/dev/log).
    Jan 26 07:01:18 Betelgeuse systemd[1]: Listening on Journal Socket (/dev/log).
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Journal Socket.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Listening on Journal Socket.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Journal Service...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Mounting Huge Pages File System...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Setup Virtual Console...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Started File System Check on Root Device.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Mounting Debug File System...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting udev Coldplug all Devices...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Remount Root and Kernel File Systems...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Mounting POSIX Message Queue File System...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Mounting Temporary Directory...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting system-systemd\x2dfsck.slice.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Created slice system-systemd\x2dfsck.slice.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Delayed Shutdown Socket.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Listening on Delayed Shutdown Socket.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Expecting device dev-sda1.device...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Create list of required static device nodes for the current kernel...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Set Up Additional Binary Formats...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Started Load Kernel Modules.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Mounted FUSE Control File System.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Apply Kernel Variables...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Mounting Configuration File System...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 117 (systemd-binfmt)
    Jan 26 07:01:18 Betelgeuse systemd[1]: Mounting Arbitrary Executable File Formats File System...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Started Create list of required static device nodes for the current kernel.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Started udev Coldplug all Devices.
    Jan 26 07:01:18 Betelgeuse kernel: EXT4-fs (sda5): re-mounted. Opts: data=ordered
    Jan 26 07:01:18 Betelgeuse systemd[1]: Started Remount Root and Kernel File Systems.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Starting Load/Save Random Seed...
    Jan 26 07:01:18 Betelgeuse systemd[1]: Started Rebuild Dynamic Linker Cache.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Started First Boot Wizard.
    Jan 26 07:01:18 Betelgeuse systemd[1]: Started Create System Users.
    Jan 26 07:01:19 Betelgeuse systemd[1]: Starting Create Static Device Nodes in /dev...
    Jan 26 07:01:19 Betelgeuse systemd[1]: Started Rebuild Hardware Database.
    Jan 26 07:01:19 Betelgeuse systemd[1]: Mounted Arbitrary Executable File Formats File System.
    Jan 26 07:01:19 Betelgeuse systemd[1]: Mounted Debug File System.
    Jan 26 07:01:19 Betelgeuse systemd[1]: Mounted Huge Pages File System.
    Jan 26 07:01:19 Betelgeuse systemd[1]: Mounted POSIX Message Queue File System.
    Jan 26 07:01:19 Betelgeuse systemd[1]: Mounted Configuration File System.
    Jan 26 07:01:19 Betelgeuse systemd[1]: Mounted Temporary Directory.
    Jan 26 07:01:19 Betelgeuse systemd[1]: Started Apply Kernel Variables.
    Jan 26 07:01:19 Betelgeuse systemd[1]: Started Load/Save Random Seed.
    Jan 26 07:01:19 Betelgeuse systemd[1]: Started Set Up Additional Binary Formats.
    Jan 26 07:01:19 Betelgeuse systemd[1]: Started Create Static Device Nodes in /dev.
    Jan 26 07:01:19 Betelgeuse systemd[1]: Starting udev Kernel Device Manager...
    Jan 26 07:01:19 Betelgeuse systemd[1]: Starting Local File Systems (Pre).
    Jan 26 07:01:19 Betelgeuse systemd[1]: Reached target Local File Systems (Pre).
    Jan 26 07:01:19 Betelgeuse systemd[1]: Started Setup Virtual Console.
    Jan 26 07:01:19 Betelgeuse systemd[1]: Started udev Kernel Device Manager.
    Jan 26 07:01:19 Betelgeuse kernel: tsc: Marking TSC unstable due to TSC halts in idle
    Jan 26 07:01:19 Betelgeuse kernel: ACPI: acpi_idle registered with cpuidle
    Jan 26 07:01:19 Betelgeuse kernel: Switched to clocksource acpi_pm
    Jan 26 07:01:19 Betelgeuse kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:03/PNP0C0D:00/input/input6
    Jan 26 07:01:19 Betelgeuse kernel: ACPI: Lid Switch [LID]
    Jan 26 07:01:19 Betelgeuse kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7
    Jan 26 07:01:19 Betelgeuse kernel: ACPI: Sleep Button [SLPB]
    Jan 26 07:01:19 Betelgeuse kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input8
    Jan 26 07:01:19 Betelgeuse kernel: ACPI: Power Button [PWRB]
    Jan 26 07:01:19 Betelgeuse kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input9
    Jan 26 07:01:19 Betelgeuse kernel: ACPI: Power Button [PWRF]
    Jan 26 07:01:19 Betelgeuse kernel: ACPI: AC Adapter [AC0] (on-line)
    Jan 26 07:01:19 Betelgeuse kernel: ACPI: Battery Slot [BAT0] (battery present)
    Jan 26 07:01:19 Betelgeuse kernel: ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    Jan 26 07:01:19 Betelgeuse kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    Jan 26 07:01:19 Betelgeuse kernel: acpi device:02: registered as cooling_device1
    Jan 26 07:01:19 Betelgeuse kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:00/LNXVIDEO:00/input/input10
    Jan 26 07:01:19 Betelgeuse kernel: parport_pc 00:04: reported by Plug and Play ACPI
    Jan 26 07:01:19 Betelgeuse kernel: parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
    Jan 26 07:01:19 Betelgeuse kernel: thermal LNXTHERM:00: registered as thermal_zone0
    Jan 26 07:01:19 Betelgeuse kernel: ACPI: Thermal Zone [THRM] (75 C)
    Jan 26 07:01:19 Betelgeuse kernel: sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0x0c00
    Jan 26 07:01:19 Betelgeuse kernel: NET: Registered protocol family 23
    Jan 26 07:01:19 Betelgeuse kernel: agpgart-amd64 0000:00:00.0: AGP bridge [1039/0755]
    Jan 26 07:01:19 Betelgeuse kernel: agpgart-amd64 0000:00:00.0: AGP aperture is 128M @ 0xe0000000
    Jan 26 07:01:19 Betelgeuse systemd-journal[106]: Journal started
    Jan 26 07:01:15 Betelgeuse systemd-udevd[143]: starting version 218
    Jan 26 07:01:19 Betelgeuse systemd[1]: Starting Flush Journal to Persistent Storage...
    Jan 26 07:01:20 Betelgeuse systemd[1]: Found device TOSHIBA_MK1032GAX 1.
    Jan 26 07:01:20 Betelgeuse systemd[1]: Starting File System Check on /dev/sda1...
    Jan 26 07:01:20 Betelgeuse systemd[1]: Started Journal Service.
    Jan 26 07:01:20 Betelgeuse kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Jan 26 07:01:20 Betelgeuse kernel: nsc-ircc, chip->init
    Jan 26 07:01:20 Betelgeuse kernel: nsc-ircc, Found chip at base=0x02e
    Jan 26 07:01:20 Betelgeuse kernel: nsc-ircc, driver loaded (Dag Brattli)
    Jan 26 07:01:20 Betelgeuse kernel: nsc_ircc_open(), can't get iobase of 0x2f8
    Jan 26 07:01:20 Betelgeuse kernel: nsc-ircc, Found chip at base=0x02e
    Jan 26 07:01:20 Betelgeuse kernel: nsc-ircc, driver loaded (Dag Brattli)
    Jan 26 07:01:20 Betelgeuse kernel: nsc_ircc_open(), can't get iobase of 0x2f8
    Jan 26 07:01:20 Betelgeuse kernel: nsc-ircc, chip->init
    Jan 26 07:01:20 Betelgeuse kernel: nsc-ircc, Found chip at base=0x02e
    Jan 26 07:01:20 Betelgeuse kernel: nsc-ircc, driver loaded (Dag Brattli)
    Jan 26 07:01:20 Betelgeuse kernel: nsc-ircc 00:03: disabled
    Jan 26 07:01:20 Betelgeuse kernel: sis900.c: v1.08.10 Apr. 2 2006
    Jan 26 07:01:20 Betelgeuse kernel: mousedev: PS/2 mouse device common for all mice
    Jan 26 07:01:20 Betelgeuse kernel: snd_intel8x0 0000:00:02.7: intel8x0_measure_ac97_clock: measured 52717 usecs (2536 samples)
    Jan 26 07:01:20 Betelgeuse kernel: snd_intel8x0 0000:00:02.7: clocking to 48000
    Jan 26 07:01:20 Betelgeuse kernel: 0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1.
    Jan 26 07:01:20 Betelgeuse kernel: 0000:00:04.0: Using transceiver found at address 1 as default
    Jan 26 07:01:20 Betelgeuse kernel: eth0: SiS 900 PCI Fast Ethernet at 0x000000000001d800, IRQ 19, 00:03:0d:32:21:af
    Jan 26 07:01:20 Betelgeuse kernel: yenta_cardbus 0000:00:09.0: CardBus bridge found [1584:3005]
    Jan 26 07:01:20 Betelgeuse kernel: yenta_cardbus 0000:00:09.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
    Jan 26 07:01:20 Betelgeuse kernel: input: PC Speaker as /devices/platform/pcspkr/input/input11
    Jan 26 07:01:20 Betelgeuse kernel: yenta_cardbus 0000:00:09.0: ISA IRQ mask 0x0a38, PCI irq 17
    Jan 26 07:01:20 Betelgeuse kernel: yenta_cardbus 0000:00:09.0: Socket status: 30000820
    Jan 26 07:01:20 Betelgeuse kernel: yenta_cardbus 0000:00:09.1: CardBus bridge found [1584:3005]
    Jan 26 07:01:20 Betelgeuse kernel: yenta_cardbus 0000:00:09.1: ISA IRQ mask 0x0a38, PCI irq 17
    Jan 26 07:01:20 Betelgeuse kernel: yenta_cardbus 0000:00:09.1: Socket status: 30000006
    Jan 26 07:01:20 Betelgeuse kernel: MCE: In-kernel MCE decoding enabled.
    Jan 26 07:01:20 Betelgeuse kernel: EDAC MC: Ver: 3.0.0
    Jan 26 07:01:20 Betelgeuse kernel: AMD64 EDAC driver v3.4.0
    Jan 26 07:01:20 Betelgeuse kernel: EDAC amd64: DRAM ECC enabled.
    Jan 26 07:01:20 Betelgeuse kernel: EDAC amd64: K8 revE or earlier detected (node 0).
    Jan

    Ok, thanks. My confusion was because I was unaware that makepkg was simply a bash script.
    I did what you suggested, and copied it to my home directory, edited the create_signature section to add the --verbose option and changed it to output to stdout. I added --verbose, --debug-level guru, and --log-file options to my gpg-agent.conf file. I ran the makepkg process twice, and as expected it asked for a password the first attempt and failed immediately on the second attempt. When it should be loading a cached password, it is bombing out with a "Broken pipe" error.
    Terminal output of build 1:
    [gilmoreja@Betelgeuse pulseaudio-ctl]$ ~/makepkg -fics
    ==> WARNING: Cannot find the sudo binary. Will use su to acquire root privileges.
    ==> Making package: pulseaudio-ctl 1.59-2 (Mon Jan 26 15:10:51 CST 2015)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found pulseaudio-ctl-1.59.tar.xz
    ==> Validating source files with sha256sums...
    pulseaudio-ctl-1.59.tar.xz ... Passed
    ==> Extracting sources...
    -> Extracting pulseaudio-ctl-1.59.tar.xz with bsdtar
    ==> Removing existing $pkgdir/ directory...
    ==> Starting build()...
    Setting version
    ==> Entering fakeroot environment...
    ==> WARNING: Cannot find the sudo binary. Will use su to acquire root privileges.
    ==> Starting package()...
    Installing main script, initd and config...
    install -Dm755 common/pulseaudio-ctl "/home/gilmoreja/sources/pulseaudio-ctl/pkg/pulseaudio-ctl/usr/bin/pulseaudio-ctl"
    install -Dm644 common/config.skel "/home/gilmoreja/sources/pulseaudio-ctl/pkg/pulseaudio-ctl/usr/share/pulseaudio-ctl/config.skel"
    Installing manpage...
    install -Dm644 doc/pulseaudio-ctl.1 "/home/gilmoreja/sources/pulseaudio-ctl/pkg/pulseaudio-ctl/usr/share/man/man1/pulseaudio-ctl.1"
    gzip -9 "/home/gilmoreja/sources/pulseaudio-ctl/pkg/pulseaudio-ctl/usr/share/man/man1/pulseaudio-ctl.1"
    ==> Tidying install...
    -> Purging unwanted files...
    -> Removing libtool files...
    -> Removing static library files...
    -> Compressing man and info pages...
    -> Stripping unneeded symbols from binaries and libraries...
    ==> Creating package "pulseaudio-ctl"...
    -> Generating .PKGINFO file...
    -> Adding install file...
    -> Generating .MTREE file...
    -> Compressing package...
    ==> Signing package...
    gpg: no running gpg-agent - starting '/usr/bin/gpg-agent'
    gpg: waiting for the agent to come up ... (5s)
    gpg: connection to agent established
    gpg: writing to '/home/gilmoreja/sources/pulseaudio-ctl/pulseaudio-ctl-1.59-2-any.pkg.tar.xz.sig'
    gpg: RSA/SHA256 signature from: "7397C1D5 James A. Gilmore II (Unknown Zombie) <[email protected]>"
    -> Created signature file /home/gilmoreja/sources/pulseaudio-ctl/pulseaudio-ctl-1.59-2-any.pkg.tar.xz.sig.
    ==> Leaving fakeroot environment.
    ==> Finished making: pulseaudio-ctl 1.59-2 (Mon Jan 26 15:10:58 CST 2015)
    ==> Installing package pulseaudio-ctl with pacman -U...
    Password:
    ==> ERROR: Aborted by user! Exiting...
    Terminal output of build 2:
    [gilmoreja@Betelgeuse pulseaudio-ctl]$ ~/makepkg -fics
    ==> WARNING: Cannot find the sudo binary. Will use su to acquire root privileges.
    ==> Making package: pulseaudio-ctl 1.59-2 (Mon Jan 26 15:11:03 CST 2015)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found pulseaudio-ctl-1.59.tar.xz
    ==> Validating source files with sha256sums...
    pulseaudio-ctl-1.59.tar.xz ... Passed
    ==> Extracting sources...
    -> Extracting pulseaudio-ctl-1.59.tar.xz with bsdtar
    ==> Removing existing $pkgdir/ directory...
    ==> Starting build()...
    Setting version
    ==> Entering fakeroot environment...
    ==> WARNING: Cannot find the sudo binary. Will use su to acquire root privileges.
    ==> Starting package()...
    Installing main script, initd and config...
    install -Dm755 common/pulseaudio-ctl "/home/gilmoreja/sources/pulseaudio-ctl/pkg/pulseaudio-ctl/usr/bin/pulseaudio-ctl"
    install -Dm644 common/config.skel "/home/gilmoreja/sources/pulseaudio-ctl/pkg/pulseaudio-ctl/usr/share/pulseaudio-ctl/config.skel"
    Installing manpage...
    install -Dm644 doc/pulseaudio-ctl.1 "/home/gilmoreja/sources/pulseaudio-ctl/pkg/pulseaudio-ctl/usr/share/man/man1/pulseaudio-ctl.1"
    gzip -9 "/home/gilmoreja/sources/pulseaudio-ctl/pkg/pulseaudio-ctl/usr/share/man/man1/pulseaudio-ctl.1"
    ==> Tidying install...
    -> Purging unwanted files...
    -> Removing libtool files...
    -> Removing static library files...
    -> Compressing man and info pages...
    -> Stripping unneeded symbols from binaries and libraries...
    ==> Creating package "pulseaudio-ctl"...
    -> Generating .PKGINFO file...
    -> Adding install file...
    -> Generating .MTREE file...
    -> Compressing package...
    ==> Signing package...
    gpg: writing to '/home/gilmoreja/sources/pulseaudio-ctl/pulseaudio-ctl-1.59-2-any.pkg.tar.xz.sig'
    gpg: signing failed: Broken pipe
    gpg: signing failed: Broken pipe
    ==> WARNING: Failed to sign package file.
    ==> Leaving fakeroot environment.
    ==> Finished making: pulseaudio-ctl 1.59-2 (Mon Jan 26 15:11:04 CST 2015)
    ==> Installing package pulseaudio-ctl with pacman -U...
    Password:
    ==> ERROR: Aborted by user! Exiting...
    [gilmoreja@Betelgeuse pulseaudio-ctl]$
    gpg-agent.log file for build 1:
    2015-01-26 15:10:52 gpg-agent[10408] listening on socket '/home/gilmoreja/.gnupg/S.gpg-agent'
    2015-01-26 15:10:52 gpg-agent[10409] gpg-agent (GnuPG) 2.1.1 started
    2015-01-26 15:10:53 gpg-agent[10409] handler 0x7f88cc221700 for fd 5 started
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK Pleased to meet you, process 10406
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- RESET
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- OPTION ttyname=/dev/pts/0
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- OPTION ttytype=xterm
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- OPTION display=:0.0
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- OPTION xauthority=/home/gilmoreja/.Xauthority
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- OPTION lc-ctype=en_US.UTF-8
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- OPTION lc-messages=en_US.UTF-8
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- OPTION allow-pinentry-notify
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- OPTION agent-awareness=2.1.0
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- AGENT_ID
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> ERR 67109139 Unknown IPC command <GPG Agent>
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- HAVEKEY 2C25A2BA6CD6852CC0B0AB7BE05BE844C36C8847 316BA63D673F62666176D0B2896B145BDABD9733
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- KEYINFO 2C25A2BA6CD6852CC0B0AB7BE05BE844C36C8847
    2015-01-26 15:10:53 gpg-agent[10409] DBG: agent_get_cache '2C25A2BA6CD6852CC0B0AB7BE05BE844C36C8847' (mode 2) ...
    2015-01-26 15:10:53 gpg-agent[10409] DBG: ... miss
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> S KEYINFO 2C25A2BA6CD6852CC0B0AB7BE05BE844C36C8847 D - - - P - - -
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- RESET
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- SIGKEY 2C25A2BA6CD6852CC0B0AB7BE05BE844C36C8847
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- SETKEYDESC Please+enter+the+passphrase+to+unlock+the+OpenPGP+secret+key:%0A%22James+A.+Gilmore+II+(Unknown+Zombie)+<[email protected]>%22%0A2048-bit+RSA+key,+ID+7397C1D5,%0Acreated+2012-06-04.%0A
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- SETHASH 8 BEEA84C75FC026299EBB643F8FB19AEC25D5722936A59DB29DBD95C299B9A3C6
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- PKSIGN
    2015-01-26 15:10:53 gpg-agent[10409] DBG: agent_get_cache '2C25A2BA6CD6852CC0B0AB7BE05BE844C36C8847' (mode 2) ...
    2015-01-26 15:10:53 gpg-agent[10409] DBG: ... miss
    2015-01-26 15:10:53 gpg-agent[10409] starting a new PIN Entry
    2015-01-26 15:10:53 gpg-agent[10409] DBG: connection to PIN entry established
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 -> INQUIRE PINENTRY_LAUNCHED 10411
    2015-01-26 15:10:53 gpg-agent[10409] DBG: chan_5 <- END
    2015-01-26 15:10:58 gpg-agent[10409] DBG: agent_put_cache '2C25A2BA6CD6852CC0B0AB7BE05BE844C36C8847' (mode 2) requested ttl=0
    2015-01-26 15:10:58 gpg-agent[10409] DBG: skey: (private-key
    2015-01-26 15:10:58 gpg-agent[10409] DBG: (rsa
    2015-01-26 15:10:58 gpg-agent[10409] DBG: (n #00C230CAD4C56184746321E1333BA70F10DFC93A6F6F4CFD4074111FD46E8C9774E9F42ACB30A02074322705FEF1BF3A0D21C9D9A3E26EEB37C25FDBE18B057BDBAA8AAA44C7E109CA1164EA051062C5DA14DEF16CC40DC9A832438E5068C70B580CD22744ED6D98CAE9F4A69817FC11775FF3A06ABE870E12A4ACFB1F49480D602903E2CE85DADAF0CAAA5A5E4264956736BC7CBE71C7D5AC402FE594AE6E04B0ACCFB5EAD9CA26C7EDE89AD69811CDF9735FA1EAB7984FC731913D12F500ACF3ABEED2DFE589DC27EABE117421069A6432A609EF794B69B2CDA1E32DF0CEE11B53D89750624DAEC0D731DB447837CC696B77F427F0BD9FBB2A276D6618D0DF0F#)
    2015-01-26 15:10:58 gpg-agent[10409] DBG: (e #010001#)
    2015-01-26 15:10:58 gpg-agent[10409] DBG: (d #1D170513799C01A513C29C033A40ECE358BAC2CBB5AF2152F9F024C60467803ACDDF3B57E3E960E3372E1C5A542992CF2BCC1A93CFD450DD31FB7D2B5CD18DFBDAA0DA1FE297660984B08AD4065FDD86AD50B676D629C097372C6291CE185F2D2A02834A728CD3F235B8E609EBB1E185F1F443882A117E3CB1B98E06E249EE62C1FF7687CCA650976001757D1D210581538F8252F12731B5F75E5B2B0C6C2478059E9D9D2BE8D9F402B139EC3385730D00CB95114C02B0DEC2D4234E8FA610C307487E0F89BC373726317E7CF09DACA54505C01BDA0E9AF1435A0A01008E1C116B104D0EB56B4E4138C87F0E6EF406BFB518F8DD18BD08FAB629FA971B094BDD#)
    2015-01-26 15:10:58 gpg-agent[10409] DBG: (p #00D95A0315DA1A1177A0C0018EBB94887BA3FA454F17603AA8BB67C59796A1F102011BF676A3290437F03CD1AA9EA5F25CB22138DDDBE1048501F8294204E3AA639CBB1803B1F85E1BF57921B581DBD6201A83B333A1A93A13E372501CB55F5E2DFF991F41C1B3800E1C9DD3E303356FCF2382A7C80D6433780BC6C4E66D371493#)
    2015-01-26 15:10:58 gpg-agent[10409] DBG: (q #00E4B879C556CED294F545C4E4AF22B1C9F908566D6C9377FD598370AB7FC8672C49FAAB0E1CD6FC3C092A117EC0EFE0D0D1C2B9148C721422A7AE174E1DCB831D490302DE30435B75E822E71A288ED3783DDD8C15152C7ABFB29235D4F8217D3A8FFB6862A1A51A8A70CA74111A9E43A0FFE7E576DBB7FB3E2C6D711929A77515#)
    2015-01-26 15:10:58 gpg-agent[10409] DBG: (u #00B2BF39C398644392803548A393068F7F7226F147FB95B9C6CF72C12A626CF698D028694E3FDC1AA217132068906FABC2CA9F7CBB2A47B8B09DF5FDCFD34872C2074F4E2FAC358C0F61C8A32BEFEB9D8862A042BD3DADE6001C39B70D9574FC8B9CCD1DA012959CF2BBD4258A2A339FF99C3200E4CA36F2D623BEE4E6245551EC#)))
    2015-01-26 15:10:58 gpg-agent[10409] DBG: hash: (data
    2015-01-26 15:10:58 gpg-agent[10409] DBG: (flags pkcs1)
    2015-01-26 15:10:58 gpg-agent[10409] DBG: (hash sha256 #BEEA84C75FC026299EBB643F8FB19AEC25D5722936A59DB29DBD95C299B9A3C6#))
    2015-01-26 15:10:58 gpg-agent[10409] DBG: PKCS#1 block type 1 encoded data:+01ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ffffffffffffffffffffff003031300d060960864801650304020105000420be \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ea84c75fc026299ebb643f8fb19aec25d5722936a59db29dbd95c299b9a3c6
    2015-01-26 15:10:58 gpg-agent[10409] DBG: rsa_sign data:+01ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ffffffffffffffffffffff003031300d060960864801650304020105000420be \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ea84c75fc026299ebb643f8fb19aec25d5722936a59db29dbd95c299b9a3c6
    2015-01-26 15:10:58 gpg-agent[10409] DBG: rsa_sign n:+c230cad4c56184746321e1333ba70f10dfc93a6f6f4cfd4074111fd46e8c9774 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: e9f42acb30a02074322705fef1bf3a0d21c9d9a3e26eeb37c25fdbe18b057bdb \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: aa8aaa44c7e109ca1164ea051062c5da14def16cc40dc9a832438e5068c70b58 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 0cd22744ed6d98cae9f4a69817fc11775ff3a06abe870e12a4acfb1f49480d60 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 2903e2ce85dadaf0caaa5a5e4264956736bc7cbe71c7d5ac402fe594ae6e04b0 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: accfb5ead9ca26c7ede89ad69811cdf9735fa1eab7984fc731913d12f500acf3 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: abeed2dfe589dc27eabe117421069a6432a609ef794b69b2cda1e32df0cee11b \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 53d89750624daec0d731db447837cc696b77f427f0bd9fbb2a276d6618d0df0f
    2015-01-26 15:10:58 gpg-agent[10409] DBG: rsa_sign e:+010001
    2015-01-26 15:10:58 gpg-agent[10409] DBG: rsa_sign d:+1d170513799c01a513c29c033a40ece358bac2cbb5af2152f9f024c60467803a \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: cddf3b57e3e960e3372e1c5a542992cf2bcc1a93cfd450dd31fb7d2b5cd18dfb \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: daa0da1fe297660984b08ad4065fdd86ad50b676d629c097372c6291ce185f2d \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 2a02834a728cd3f235b8e609ebb1e185f1f443882a117e3cb1b98e06e249ee62 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: c1ff7687cca650976001757d1d210581538f8252f12731b5f75e5b2b0c6c2478 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 059e9d9d2be8d9f402b139ec3385730d00cb95114c02b0dec2d4234e8fa610c3 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 07487e0f89bc373726317e7cf09daca54505c01bda0e9af1435a0a01008e1c11 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 6b104d0eb56b4e4138c87f0e6ef406bfb518f8dd18bd08fab629fa971b094bdd
    2015-01-26 15:10:58 gpg-agent[10409] DBG: rsa_sign p:+d95a0315da1a1177a0c0018ebb94887ba3fa454f17603aa8bb67c59796a1f102 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 011bf676a3290437f03cd1aa9ea5f25cb22138dddbe1048501f8294204e3aa63 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 9cbb1803b1f85e1bf57921b581dbd6201a83b333a1a93a13e372501cb55f5e2d \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ff991f41c1b3800e1c9dd3e303356fcf2382a7c80d6433780bc6c4e66d371493
    2015-01-26 15:10:58 gpg-agent[10409] DBG: rsa_sign q:+e4b879c556ced294f545c4e4af22b1c9f908566d6c9377fd598370ab7fc8672c \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 49faab0e1cd6fc3c092a117ec0efe0d0d1c2b9148c721422a7ae174e1dcb831d \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 490302de30435b75e822e71a288ed3783ddd8c15152c7abfb29235d4f8217d3a \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 8ffb6862a1a51a8a70ca74111a9e43a0ffe7e576dbb7fb3e2c6d711929a77515
    2015-01-26 15:10:58 gpg-agent[10409] DBG: rsa_sign u:+b2bf39c398644392803548a393068f7f7226f147fb95b9c6cf72c12a626cf698 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: d028694e3fdc1aa217132068906fabc2ca9f7cbb2a47b8b09df5fdcfd34872c2 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 074f4e2fac358c0f61c8a32befeb9d8862a042bd3dade6001c39b70d9574fc8b \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 9ccd1da012959cf2bbd4258a2a339ff99c3200e4ca36f2d623bee4e6245551ec
    2015-01-26 15:10:58 gpg-agent[10409] DBG: rsa_sign res:+c1dd570db98531a7b86260e0a122377b462c1b827d1f4406091dfcb4b8f6b26f \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 35c098eb70ebd6adc8abfce8d44185c5ac9c503f45037cf1adaf82b07fb63f69 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 13592df46b34381788a618c73db29a3fc0282d6ccfc957d4638a339d83b315bd \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: ff70ab17b658f99ebfaba934f7ef1409e8300b362176458d805faa86bc6150b1 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 389f8148c045c64baf5a794d3f1319b090d7aeba2a11598b250943b51f4d26e5 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: cdfe9c6558694e5ea3268ea343001a160e0276241b330af00f28404b82840961 \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: aabbf16aebbb0d7d2278bcaa028f7b59b2c2d8cedb9afe3a146936af8bf1154f \
    2015-01-26 15:10:58 gpg-agent[10409] DBG: 92bfbedec50777b1be1dd813618f9ed681ea7cebc554ae0e0fa1f52d421ffe52
    2015-01-26 15:10:58 gpg-agent[10409] DBG: rsa_sign => Success
    2015-01-26 15:10:58 gpg-agent[10409] DBG: rslt: (sig-val
    2015-01-26 15:10:58 gpg-agent[10409] DBG: (rsa
    2015-01-26 15:10:58 gpg-agent[10409] DBG: (s #C1DD570DB98531A7B86260E0A122377B462C1B827D1F4406091DFCB4B8F6B26F35C098EB70EBD6ADC8ABFCE8D44185C5AC9C503F45037CF1ADAF82B07FB63F6913592DF46B34381788A618C73DB29A3FC0282D6CCFC957D4638A339D83B315BDFF70AB17B658F99EBFABA934F7EF1409E8300B362176458D805FAA86BC6150B1389F8148C045C64BAF5A794D3F1319B090D7AEBA2A11598B250943B51F4D26E5CDFE9C6558694E5EA3268EA343001A160E0276241B330AF00F28404B82840961AABBF16AEBBB0D7D2278BCAA028F7B59B2C2D8CEDB9AFE3A146936AF8BF1154F92BFBEDEC50777B1BE1DD813618F9ED681EA7CEBC554AE0E0FA1F52D421FFE52#)))
    2015-01-26 15:10:58 gpg-agent[10409] DBG: chan_5 -> [ 44 20 28 37 3a 73 69 67 2d 76 61 6c 28 33 3a 72 ...(277 byte(s) skipped) ]
    2015-01-26 15:10:58 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:10:58 gpg-agent[10409] DBG: chan_5 <- [eof]
    2015-01-26 15:10:58 gpg-agent[10409] handler 0x7f88cc221700 for fd 5 terminated
    gpg-agent.log file for build 2:
    2015-01-26 15:11:04 gpg-agent[10409] handler 0x7f88cc221700 for fd 5 started
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 -> OK Pleased to meet you, process 10656
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 <- RESET
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 <- OPTION ttyname=/dev/pts/0
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 <- OPTION ttytype=xterm
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 <- OPTION display=:0.0
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 <- OPTION xauthority=/home/gilmoreja/.Xauthority
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 <- OPTION lc-ctype=en_US.UTF-8
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 <- OPTION lc-messages=en_US.UTF-8
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 <- OPTION allow-pinentry-notify
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 <- OPTION agent-awareness=2.1.0
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 <- AGENT_ID
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 -> ERR 67109139 Unknown IPC command <GPG Agent>
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 <- HAVEKEY 2C25A2BA6CD6852CC0B0AB7BE05BE844C36C8847 316BA63D673F62666176D0B2896B145BDABD9733
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 -> OK
    2015-01-26 15:11:04 gpg-agent[10409] DBG: chan_5 <- KEYINFO 2C25A2BA6CD6852CC0B0AB7BE05BE844C36C8847
    Last edited by gilmoreja (2015-01-26 23:08:59)

  • Console does not comes back to life after screen blanking

    edited post on 2014-07-13:
    This problem has nothing to do with suspend-to-RAM and/or suspend-to-disk (hibernate).
    It is a screen blanking on the console triggered by a timeout in the kernel.
    It can be modified (or disabled) with the setterm command for the current session.
    The issue is still unresolved since the console doesn't comes back to life after hitting a key.
    See post#6 on 2014-07-13 for further details.
    Changed title accordingly.
    original post on 2014-07-09 titled "blank screen on resume after suspend but screen OK after hibernation" follows:
    Dell Inspiron 9400 (aka E1705) with Radeon X1400 (RV515) (confirmed by dmesg: loading R500 microcode)
    - arch x86_64 fully updated up to 07-JULY-2014
    - xf86-video-ati open source driver installed
    - no (additional; ie: explicitly) installed power management packages such as pm-utils
    - no X installed
    The problem:
    • hibernation works fine; ie: by closing (and waiting a few seconds) and re-opening the lid
    • however resume after suspend isn't working; ie: by pressing any key to resume ... it seems the screen never comes back to life
    After suspend activates (and after I hit a key to activate resume) I see no activity at all (blank screen) but ... if I type some commands (eg: timedatectl etc) and then I close the lid to activate the hibernation sequence re-opening the lid (say, a minute later) the machine comes back from hibernation as expected and I can see the commands (and output) I typed when the screen was blank so ... it seems to me either:
    • the backlight state is not restored on the resume sequence (first thought)
    • the machine shuts down the screen after (a 10 minute) timeout but never activates the suspend sequence (and will never activate resume then) (second thought while reading dmesg output)
    This problem was present on this laptop since my first (and subsequent) arch installations so it seems is not kernel/driver specific since I did many pacman --sysupgrades in between while learning arch.
    The testing sequence (with related entries on included dmesg output):
    - typed timedatectl ... showing 23.29.04
    - now allowing idle time for the machine to suspend
    - suspend starts at 23.39 (ie: after 10 minutes) ... tag it as event1#1
    - after 30 seconds resuming with the space key and after a few seconds typing (blindly) timedatectl ... tag it as event1#2
    - after 60 seconds closing the lid allowing time for hibernation ... tag it as event2#1
    - after 30 seconds opening the lid ... tag it as event2#2
    - now I can see the output for timedatectl (typed blindly on event1#2) and it shows 23.40.11
    As you can see in attached dmesg output (at the bottom of this post) there are (to me) no evident entries for event1#2 (resuming after suspend):
    ... event#1-1 ... suspend starts here:
    [Mon Jul 7 23:40:12 2014] perf interrupt took too long (2504 > 2495), lowering kernel.perf_event_max_sample_rate to 50100
    ... event#1-2 ... resume from suspend should show some entries here:
    no entries at all
    And the next entry after entering the suspend sequence is the starting of the hibernation sequence (when closing the lid):
    ... event#2-1 ... hibernation starts here:
    [Mon Jul 7 23:41:30 2014] PM: Syncing filesystems ... done.
    [Mon Jul 7 23:41:30 2014] smpboot: CPU 1 is now offline
    ... event#2-2 ... coming back from hibernation (I think) starts here:
    [Mon Jul 7 23:41:30 2014] ACPI: Low-level resume complete
    [Mon Jul 7 23:41:31 2014] Restarting tasks ... done.
    [Mon Jul 7 23:41:31 2014] video LNXVIDEO:00: Restoring backlight state
    So the machine shuts off the screen (and/or backlight) but never enters suspend mode because "restoring backlight state" appears once and should appear twice in my testing.
    Why isn't working then ?
    Because the signal to enter suspend mode is never sent/received by the OS ?
    Which brings me to a key question: is the acpi package (which it is not installed) (or something like that) required for such signaling ?
    In the following post a user claims a similar problem but he can see some activity (after resuming from suspend) by directing a bright light to the screen so the problem there seems to be the backlight not powered up again: it is not my case, when I did the same I saw no activity at all.
    https://bbs.archlinux.org/viewtopic.php?id=183580
    Following is full dmesg output (edited with a couple of lines inserted to keep track of mentioned events):
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys cpuset
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys cpu
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys cpuacct
    [Mon Jul 7 22:52:56 2014] Linux version 3.15.3-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 20140604 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Jul 1 07:32:45 CEST 2014
    [Mon Jul 7 22:52:56 2014] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2918bbe1-e489-42fb-ad36-d70217125c5a rw quiet
    [Mon Jul 7 22:52:56 2014] e820: BIOS-provided physical RAM map:
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x0000000000100000-0x000000007fed33ff] usable
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x000000007fed3400-0x000000007fffffff] reserved
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x00000000f0000000-0x00000000f4006fff] reserved
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x00000000f4008000-0x00000000f400bfff] reserved
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed9ffff] reserved
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee0ffff] reserved
    [Mon Jul 7 22:52:56 2014] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    [Mon Jul 7 22:52:56 2014] NX (Execute Disable) protection: active
    [Mon Jul 7 22:52:56 2014] SMBIOS 2.4 present.
    [Mon Jul 7 22:52:56 2014] DMI: Dell Inc. MP061 /0YD479, BIOS A10 08/26/2009
    [Mon Jul 7 22:52:56 2014] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [Mon Jul 7 22:52:56 2014] e820: remove [mem 0x000a0000-0x000fffff] usable
    [Mon Jul 7 22:52:56 2014] No AGP bridge found
    [Mon Jul 7 22:52:56 2014] e820: last_pfn = 0x7fed3 max_arch_pfn = 0x400000000
    [Mon Jul 7 22:52:56 2014] MTRR default type: uncachable
    [Mon Jul 7 22:52:56 2014] MTRR fixed ranges enabled:
    [Mon Jul 7 22:52:56 2014] 00000-9FFFF write-back
    [Mon Jul 7 22:52:56 2014] A0000-BFFFF uncachable
    [Mon Jul 7 22:52:56 2014] C0000-CFFFF write-protect
    [Mon Jul 7 22:52:56 2014] D0000-EFFFF uncachable
    [Mon Jul 7 22:52:56 2014] F0000-FFFFF write-protect
    [Mon Jul 7 22:52:56 2014] MTRR variable ranges enabled:
    [Mon Jul 7 22:52:56 2014] 0 base 000000000 mask F80000000 write-back
    [Mon Jul 7 22:52:56 2014] 1 base 07FF00000 mask FFFF00000 uncachable
    [Mon Jul 7 22:52:56 2014] 2 disabled
    [Mon Jul 7 22:52:56 2014] 3 disabled
    [Mon Jul 7 22:52:56 2014] 4 disabled
    [Mon Jul 7 22:52:56 2014] 5 disabled
    [Mon Jul 7 22:52:56 2014] 6 disabled
    [Mon Jul 7 22:52:56 2014] 7 disabled
    [Mon Jul 7 22:52:56 2014] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [Mon Jul 7 22:52:56 2014] Scanning 1 areas for low memory corruption
    [Mon Jul 7 22:52:56 2014] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [Mon Jul 7 22:52:56 2014] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [Mon Jul 7 22:52:56 2014] [mem 0x00000000-0x000fffff] page 4k
    [Mon Jul 7 22:52:56 2014] BRK [0x01b3e000, 0x01b3efff] PGTABLE
    [Mon Jul 7 22:52:56 2014] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [Mon Jul 7 22:52:56 2014] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [Mon Jul 7 22:52:56 2014] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]
    [Mon Jul 7 22:52:56 2014] [mem 0x7fc00000-0x7fdfffff] page 2M
    [Mon Jul 7 22:52:56 2014] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [Mon Jul 7 22:52:56 2014] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]
    [Mon Jul 7 22:52:56 2014] [mem 0x7c000000-0x7fbfffff] page 2M
    [Mon Jul 7 22:52:56 2014] init_memory_mapping: [mem 0x00100000-0x7bffffff]
    [Mon Jul 7 22:52:56 2014] [mem 0x00100000-0x001fffff] page 4k
    [Mon Jul 7 22:52:56 2014] [mem 0x00200000-0x7bffffff] page 2M
    [Mon Jul 7 22:52:56 2014] init_memory_mapping: [mem 0x7fe00000-0x7fed2fff]
    [Mon Jul 7 22:52:56 2014] [mem 0x7fe00000-0x7fed2fff] page 4k
    [Mon Jul 7 22:52:56 2014] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [Mon Jul 7 22:52:56 2014] RAMDISK: [mem 0x3729a000-0x37944fff]
    [Mon Jul 7 22:52:56 2014] ACPI: RSDP 0x00000000000FC1B0 000014 (v00 DELL )
    [Mon Jul 7 22:52:56 2014] ACPI: RSDT 0x000000007FED39CD 000040 (v01 DELL M07 27D9081A ASL 00000061)
    [Mon Jul 7 22:52:56 2014] ACPI: FACP 0x000000007FED4800 000074 (v01 DELL M07 27D9081A ASL 00000061)
    [Mon Jul 7 22:52:56 2014] ACPI: DSDT 0x000000007FED5400 004841 (v01 INT430 SYSFexxx 00001001 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: FACS 0x000000007FEE3C00 000040
    [Mon Jul 7 22:52:56 2014] ACPI: HPET 0x000000007FED4F00 000038 (v01 DELL M07 00000001 ASL 00000061)
    [Mon Jul 7 22:52:56 2014] ACPI: APIC 0x000000007FED5000 000068 (v01 DELL M07 27D9081A ASL 00000047)
    [Mon Jul 7 22:52:56 2014] ACPI: MCFG 0x000000007FED4FC0 00003E (v16 DELL M07 27D9081A ASL 00000061)
    [Mon Jul 7 22:52:56 2014] ACPI: SLIC 0x000000007FED509C 000176 (v01 DELL M07 27D9081A ASL 00000061)
    [Mon Jul 7 22:52:56 2014] ACPI: BOOT 0x000000007FED4BC0 000028 (v01 DELL M07 27D9081A ASL 00000061)
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x000000007FED3A0D 0004DC (v01 PmRef CpuPm 00003000 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: Local APIC address 0xfee00000
    [Mon Jul 7 22:52:56 2014] No NUMA configuration found
    [Mon Jul 7 22:52:56 2014] Faking a node at [mem 0x0000000000000000-0x000000007fed2fff]
    [Mon Jul 7 22:52:56 2014] Initmem setup node 0 [mem 0x00000000-0x7fed2fff]
    [Mon Jul 7 22:52:56 2014] NODE_DATA [mem 0x7fece000-0x7fed2fff]
    [Mon Jul 7 22:52:56 2014] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d600000-ffff88007f5fffff] on node 0
    [Mon Jul 7 22:52:56 2014] Zone ranges:
    [Mon Jul 7 22:52:56 2014] DMA [mem 0x00001000-0x00ffffff]
    [Mon Jul 7 22:52:56 2014] DMA32 [mem 0x01000000-0xffffffff]
    [Mon Jul 7 22:52:56 2014] Normal empty
    [Mon Jul 7 22:52:56 2014] Movable zone start for each node
    [Mon Jul 7 22:52:56 2014] Early memory node ranges
    [Mon Jul 7 22:52:56 2014] node 0: [mem 0x00001000-0x0009efff]
    [Mon Jul 7 22:52:56 2014] node 0: [mem 0x00100000-0x7fed2fff]
    [Mon Jul 7 22:52:56 2014] On node 0 totalpages: 523889
    [Mon Jul 7 22:52:56 2014] DMA zone: 64 pages used for memmap
    [Mon Jul 7 22:52:56 2014] DMA zone: 21 pages reserved
    [Mon Jul 7 22:52:56 2014] DMA zone: 3998 pages, LIFO batch:0
    [Mon Jul 7 22:52:56 2014] DMA32 zone: 8124 pages used for memmap
    [Mon Jul 7 22:52:56 2014] DMA32 zone: 519891 pages, LIFO batch:31
    [Mon Jul 7 22:52:56 2014] ACPI: PM-Timer IO Port: 0x1008
    [Mon Jul 7 22:52:56 2014] ACPI: Local APIC address 0xfee00000
    [Mon Jul 7 22:52:56 2014] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [Mon Jul 7 22:52:56 2014] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [Mon Jul 7 22:52:56 2014] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [Mon Jul 7 22:52:56 2014] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [Mon Jul 7 22:52:56 2014] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [Mon Jul 7 22:52:56 2014] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [Mon Jul 7 22:52:56 2014] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [Mon Jul 7 22:52:56 2014] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [Mon Jul 7 22:52:56 2014] ACPI: IRQ0 used by override.
    [Mon Jul 7 22:52:56 2014] ACPI: IRQ2 used by override.
    [Mon Jul 7 22:52:56 2014] ACPI: IRQ9 used by override.
    [Mon Jul 7 22:52:56 2014] Using ACPI (MADT) for SMP configuration information
    [Mon Jul 7 22:52:56 2014] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [Mon Jul 7 22:52:56 2014] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [Mon Jul 7 22:52:56 2014] nr_irqs_gsi: 40
    [Mon Jul 7 22:52:56 2014] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [Mon Jul 7 22:52:56 2014] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    [Mon Jul 7 22:52:56 2014] e820: [mem 0x80000000-0xefffffff] available for PCI devices
    [Mon Jul 7 22:52:56 2014] Booting paravirtualized kernel on bare hardware
    [Mon Jul 7 22:52:56 2014] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
    [Mon Jul 7 22:52:56 2014] PERCPU: Embedded 29 pages/cpu @ffff88007fc00000 s87168 r8192 d23424 u1048576
    [Mon Jul 7 22:52:56 2014] pcpu-alloc: s87168 r8192 d23424 u1048576 alloc=1*2097152
    [Mon Jul 7 22:52:56 2014] pcpu-alloc: [0] 0 1
    [Mon Jul 7 22:52:56 2014] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515680
    [Mon Jul 7 22:52:56 2014] Policy zone: DMA32
    [Mon Jul 7 22:52:56 2014] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2918bbe1-e489-42fb-ad36-d70217125c5a rw quiet
    [Mon Jul 7 22:52:56 2014] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [Mon Jul 7 22:52:56 2014] Checking aperture...
    [Mon Jul 7 22:52:56 2014] No AGP bridge found
    [Mon Jul 7 22:52:56 2014] Calgary: detecting Calgary via BIOS EBDA area
    [Mon Jul 7 22:52:56 2014] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [Mon Jul 7 22:52:56 2014] Memory: 2043836K/2095556K available (5224K kernel code, 886K rwdata, 1644K rodata, 1116K init, 1284K bss, 51720K reserved)
    [Mon Jul 7 22:52:56 2014] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [Mon Jul 7 22:52:56 2014] Preemptible hierarchical RCU implementation.
    [Mon Jul 7 22:52:56 2014] RCU dyntick-idle grace-period acceleration is enabled.
    [Mon Jul 7 22:52:56 2014] Dump stacks of tasks blocking RCU-preempt GP.
    [Mon Jul 7 22:52:56 2014] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
    [Mon Jul 7 22:52:56 2014] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [Mon Jul 7 22:52:56 2014] NR_IRQS:8448 nr_irqs:512 16
    [Mon Jul 7 22:52:56 2014] Console: colour dummy device 80x25
    [Mon Jul 7 22:52:56 2014] console [tty0] enabled
    [Mon Jul 7 22:52:56 2014] allocated 8388608 bytes of page_cgroup
    [Mon Jul 7 22:52:56 2014] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [Mon Jul 7 22:52:56 2014] hpet clockevent registered
    [Mon Jul 7 22:52:56 2014] tsc: Fast TSC calibration using PIT
    [Mon Jul 7 22:52:56 2014] tsc: Detected 1997.384 MHz processor
    [Mon Jul 7 22:52:56 2014] Calibrating delay loop (skipped), value calculated using timer frequency.. 3996.21 BogoMIPS (lpj=6657946)
    [Mon Jul 7 22:52:56 2014] pid_max: default: 32768 minimum: 301
    [Mon Jul 7 22:52:56 2014] ACPI: Core revision 20140214
    [Mon Jul 7 22:52:56 2014] ACPI: All ACPI Tables successfully acquired
    [Mon Jul 7 22:52:56 2014] Security Framework initialized
    [Mon Jul 7 22:52:56 2014] Yama: becoming mindful.
    [Mon Jul 7 22:52:56 2014] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [Mon Jul 7 22:52:56 2014] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [Mon Jul 7 22:52:56 2014] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
    [Mon Jul 7 22:52:56 2014] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys memory
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys devices
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys freezer
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys net_cls
    [Mon Jul 7 22:52:56 2014] Initializing cgroup subsys blkio
    [Mon Jul 7 22:52:56 2014] CPU: Physical Processor ID: 0
    [Mon Jul 7 22:52:56 2014] CPU: Processor Core ID: 0
    [Mon Jul 7 22:52:56 2014] mce: CPU supports 6 MCE banks
    [Mon Jul 7 22:52:56 2014] CPU0: Thermal monitoring enabled (TM2)
    [Mon Jul 7 22:52:56 2014] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
    tlb_flushall_shift: -1
    [Mon Jul 7 22:52:56 2014] Freeing SMP alternatives memory: 20K (ffffffff819f6000 - ffffffff819fb000)
    [Mon Jul 7 22:52:56 2014] ftrace: allocating 20226 entries in 80 pages
    [Mon Jul 7 22:52:56 2014] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [Mon Jul 7 22:52:56 2014] smpboot: CPU0: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz (fam: 06, model: 0f, stepping: 06)
    [Mon Jul 7 22:52:56 2014] Performance Events: PEBS fmt0-, 4-deep LBR, Core2 events, Intel PMU driver.
    [Mon Jul 7 22:52:56 2014] perf_event_intel: PEBS disabled due to CPU errata
    [Mon Jul 7 22:52:56 2014] ... version: 2
    [Mon Jul 7 22:52:56 2014] ... bit width: 40
    [Mon Jul 7 22:52:56 2014] ... generic registers: 2
    [Mon Jul 7 22:52:56 2014] ... value mask: 000000ffffffffff
    [Mon Jul 7 22:52:56 2014] ... max period: 000000007fffffff
    [Mon Jul 7 22:52:56 2014] ... fixed-purpose events: 3
    [Mon Jul 7 22:52:56 2014] ... event mask: 0000000700000003
    [Mon Jul 7 22:52:56 2014] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [Mon Jul 7 22:52:56 2014] x86: Booting SMP configuration:
    [Mon Jul 7 22:52:56 2014] .... node #0, CPUs: #1
    [Mon Jul 7 22:52:56 2014] TSC synchronization [CPU#0 -> CPU#1]:
    [Mon Jul 7 22:52:56 2014] Measured 3679205328 cycles TSC warp between CPUs, turning off TSC clock.
    [Mon Jul 7 22:52:56 2014] tsc: Marking TSC unstable due to check_tsc_sync_source failed
    [Mon Jul 7 22:52:56 2014] x86: Booted up 1 node, 2 CPUs
    [Mon Jul 7 22:52:56 2014] smpboot: Total of 2 processors activated (7992.43 BogoMIPS)
    [Mon Jul 7 22:52:56 2014] devtmpfs: initialized
    [Mon Jul 7 22:52:56 2014] pinctrl core: initialized pinctrl subsystem
    [Mon Jul 7 22:52:56 2014] RTC time: 1:53:00, date: 07/08/14
    [Mon Jul 7 22:52:56 2014] NET: Registered protocol family 16
    [Mon Jul 7 22:52:56 2014] cpuidle: using governor ladder
    [Mon Jul 7 22:52:56 2014] cpuidle: using governor menu
    [Mon Jul 7 22:52:56 2014] ACPI: bus type PCI registered
    [Mon Jul 7 22:52:56 2014] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [Mon Jul 7 22:52:56 2014] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [Mon Jul 7 22:52:56 2014] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [Mon Jul 7 22:52:56 2014] PCI: Using configuration type 1 for base access
    [Mon Jul 7 22:52:56 2014] dmi type 0xB1 record - unknown flag
    [Mon Jul 7 22:52:56 2014] mtrr: your CPUs had inconsistent variable MTRR settings
    [Mon Jul 7 22:52:56 2014] mtrr: probably your BIOS does not setup all CPUs.
    [Mon Jul 7 22:52:56 2014] mtrr: corrected configuration.
    [Mon Jul 7 22:52:56 2014] ACPI: Added _OSI(Module Device)
    [Mon Jul 7 22:52:56 2014] ACPI: Added _OSI(Processor Device)
    [Mon Jul 7 22:52:56 2014] ACPI: Added _OSI(3.0 _SCP Extensions)
    [Mon Jul 7 22:52:56 2014] ACPI: Added _OSI(Processor Aggregator Device)
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x000000007FED4134 000244 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: Dynamic OEM Table Load:
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x0000000000000000 000244 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x000000007FED3EE9 0001C6 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: Dynamic OEM Table Load:
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x0000000000000000 0001C6 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x000000007FED4378 0000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: Dynamic OEM Table Load:
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x0000000000000000 0000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x000000007FED40AF 000085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: Dynamic OEM Table Load:
    [Mon Jul 7 22:52:56 2014] ACPI: SSDT 0x0000000000000000 000085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    [Mon Jul 7 22:52:56 2014] ACPI: Interpreter enabled
    [Mon Jul 7 22:52:56 2014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
    [Mon Jul 7 22:52:56 2014] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
    [Mon Jul 7 22:52:56 2014] ACPI: (supports S0 S3 S4 S5)
    [Mon Jul 7 22:52:56 2014] ACPI: Using IOAPIC for interrupt routing
    [Mon Jul 7 22:52:56 2014] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [Mon Jul 7 22:52:56 2014] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [Mon Jul 7 22:52:56 2014] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [Mon Jul 7 22:52:56 2014] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [Mon Jul 7 22:52:56 2014] PCI host bridge to bus 0000:00
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [bus 00-ff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0xf4007000-0xf4007fff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0xf400c000-0xfebfffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfecfffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0xfed00400-0xfed1ffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: root bus resource [mem 0xfee10000-0xffafffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:00.0: [8086:27a0] type 00 class 0x060000
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: [8086:27a1] type 01 class 0x060400
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1b.0: reg 0x10: [mem 0xefffc000-0xefffffff 64bit]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.0: reg 0x20: [io 0xbf80-0xbf9f]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.1: reg 0x20: [io 0xbf60-0xbf7f]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.2: reg 0x20: [io 0xbf40-0xbf5f]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.3: reg 0x20: [io 0xbf20-0xbf3f]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.3: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.7: reg 0x10: [mem 0xffa80000-0xffa803ff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.0: can't claim BAR 13 [io 0x1000-0x107f]: address conflict with ACPI CPU throttle [io 0x1010-0x1015]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.0: quirk: [io 0x1080-0x10bf] claimed by ICH6 GPIO
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0900 (mask 007f)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0c80 (mask 003f)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: [8086:27c4] type 00 class 0x010180
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: reg 0x10: [io 0x01f0-0x01f7]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: reg 0x14: [io 0x03f4-0x03f7]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: reg 0x18: [io 0x0170-0x0177]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: reg 0x1c: [io 0x0374-0x0377]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: reg 0x20: [io 0xbfa0-0xbfaf]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: legacy IDE quirk: reg 0x14: [io 0x03f6]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: legacy IDE quirk: reg 0x1c: [io 0x0376]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.2: PME# supported from D3hot
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.3: reg 0x20: [io 0x10c0-0x10df]
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: [1002:7145] type 00 class 0x030000
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: reg 0x14: [io 0xee00-0xeeff]
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: reg 0x18: [mem 0xefdf0000-0xefdfffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: reg 0x30: [mem 0xefe00000-0xefe1ffff pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: supports D1 D2
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: PCI bridge to [bus 01]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: bridge window [mem 0xefd00000-0xefefffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: PCI bridge to [bus 0b]
    [Mon Jul 7 22:52:56 2014] acpiphp: Slot [1] registered
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: PCI bridge to [bus 0c-0d]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: bridge window [mem 0xefa00000-0xefcfffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: bridge window [mem 0xe0000000-0xe01fffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:03:00.0: [14e4:170c] type 00 class 0x020000
    [Mon Jul 7 22:52:56 2014] pci 0000:03:00.0: reg 0x10: [mem 0xef9fe000-0xef9fffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:03:00.0: supports D1 D2
    [Mon Jul 7 22:52:56 2014] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0xef900000-0xef9fffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xefffffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0xf4007000-0xf4007fff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0xf400c000-0xfebfffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0xfec10000-0xfecfffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0xfed00400-0xfed1ffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0xfee10000-0xffafffff] (subtractive decode)
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 11) *4
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKB] (IRQs *5 7)
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 11) *0, disabled.
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 11) *0, disabled.
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
    [Mon Jul 7 22:52:56 2014] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
    [Mon Jul 7 22:52:56 2014] ACPI: Enabled 3 GPEs in block 00 to 1F
    [Mon Jul 7 22:52:56 2014] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [Mon Jul 7 22:52:56 2014] vgaarb: loaded
    [Mon Jul 7 22:52:56 2014] vgaarb: bridge control possible 0000:01:00.0
    [Mon Jul 7 22:52:56 2014] PCI: Using ACPI for IRQ routing
    [Mon Jul 7 22:52:56 2014] PCI: pci_cache_line_size set to 64 bytes
    [Mon Jul 7 22:52:56 2014] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
    [Mon Jul 7 22:52:56 2014] e820: reserve RAM buffer [mem 0x7fed3400-0x7fffffff]
    [Mon Jul 7 22:52:56 2014] NetLabel: Initializing
    [Mon Jul 7 22:52:56 2014] NetLabel: domain hash size = 128
    [Mon Jul 7 22:52:56 2014] NetLabel: protocols = UNLABELED CIPSOv4
    [Mon Jul 7 22:52:56 2014] NetLabel: unlabeled traffic allowed by default
    [Mon Jul 7 22:52:56 2014] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [Mon Jul 7 22:52:56 2014] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [Mon Jul 7 22:52:56 2014] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [Mon Jul 7 22:52:56 2014] Switched to clocksource hpet
    [Mon Jul 7 22:52:56 2014] pnp: PnP ACPI init
    [Mon Jul 7 22:52:56 2014] ACPI: bus type PNP registered
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0x00000000-0x0009fbff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0x0009fc00-0x0009ffff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0x000c0000-0x000cffff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0x00100000-0x7fed33ff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0x7fed3400-0x7fefffff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0x7ff00000-0x7fffffff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xffb00000-0xffffffff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xfec00000-0xfec0ffff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xfed20000-0xfed9ffff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xffa80000-0xffa83fff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xf4000000-0xf4003fff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xf4004000-0xf4004fff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xf4005000-0xf4005fff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xf4006000-0xf4006fff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xf4008000-0xf400bfff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: [mem 0xf0000000-0xf3ffffff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:01: disabling [io 0x1000-0x1005] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [Mon Jul 7 22:52:56 2014] pnp 00:01: disabling [io 0x1008-0x100f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [Mon Jul 7 22:52:56 2014] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:02: disabling [io 0x1006-0x1007] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [Mon Jul 7 22:52:56 2014] pnp 00:02: disabling [io 0x100a-0x1059] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [Mon Jul 7 22:52:56 2014] pnp 00:02: disabling [io 0x1060-0x107f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [Mon Jul 7 22:52:56 2014] pnp 00:02: disabling [io 0x1010-0x102f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [Mon Jul 7 22:52:56 2014] system 00:02: [io 0xf400-0xf4fe] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:02: [io 0x1080-0x10bf] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:02: [io 0x10c0-0x10df] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:02: [io 0x0809] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
    [Mon Jul 7 22:52:56 2014] system 00:07: [io 0x0c80-0x0cff] could not be reserved
    [Mon Jul 7 22:52:56 2014] system 00:07: [io 0x0910-0x091f] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:07: [io 0x0920-0x092f] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:07: [io 0x0cb0-0x0cbf] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:07: [io 0x0930-0x097f] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:08: [dma 4]
    [Mon Jul 7 22:52:56 2014] pnp 00:08: Plug and Play ACPI device, IDs PNP0200 (active)
    [Mon Jul 7 22:52:56 2014] pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
    [Mon Jul 7 22:52:56 2014] system 00:0a: [mem 0xfed00000-0xfed003ff] has been reserved
    [Mon Jul 7 22:52:56 2014] system 00:0a: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    [Mon Jul 7 22:52:56 2014] pnp: PnP ACPI: found 11 devices
    [Mon Jul 7 22:52:56 2014] ACPI: bus type PNP unregistered
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 0b] add_size 1000
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 0b] add_size 200000
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1f.0: BAR 13: [io 0x1000-0x107f] has bogus alignment
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: PCI bridge to [bus 01]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: bridge window [mem 0xefd00000-0xefefffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: PCI bridge to [bus 0b]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: PCI bridge to [bus 0c-0d]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: bridge window [mem 0xefa00000-0xefcfffff]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1c.3: bridge window [mem 0xe0000000-0xe01fffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: PCI bridge to [bus 03]
    [Mon Jul 7 22:52:56 2014] pci 0000:00:1e.0: bridge window [mem 0xef900000-0xef9fffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 8 [mem 0x80000000-0xefffffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 9 [mem 0xf4007000-0xf4007fff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 10 [mem 0xf400c000-0xfebfffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 11 [mem 0xfec10000-0xfecfffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 12 [mem 0xfed00400-0xfed1ffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:00: resource 13 [mem 0xfee10000-0xffafffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:01: resource 1 [mem 0xefd00000-0xefefffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:0b: resource 0 [io 0x2000-0x2fff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:0b: resource 1 [mem 0x80000000-0x801fffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:0b: resource 2 [mem 0x80200000-0x803fffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:0c: resource 0 [io 0xd000-0xdfff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:0c: resource 1 [mem 0xefa00000-0xefcfffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:0c: resource 2 [mem 0xe0000000-0xe01fffff 64bit pref]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 1 [mem 0xef900000-0xef9fffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 8 [mem 0x80000000-0xefffffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 9 [mem 0xf4007000-0xf4007fff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 10 [mem 0xf400c000-0xfebfffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 11 [mem 0xfec10000-0xfecfffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 12 [mem 0xfed00400-0xfed1ffff]
    [Mon Jul 7 22:52:56 2014] pci_bus 0000:03: resource 13 [mem 0xfee10000-0xffafffff]
    [Mon Jul 7 22:52:56 2014] NET: Registered protocol family 2
    [Mon Jul 7 22:52:56 2014] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    [Mon Jul 7 22:52:56 2014] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
    [Mon Jul 7 22:52:56 2014] TCP: Hash tables configured (established 16384 bind 16384)
    [Mon Jul 7 22:52:56 2014] TCP: reno registered
    [Mon Jul 7 22:52:56 2014] UDP hash table entries: 1024 (order: 3, 32768 bytes)
    [Mon Jul 7 22:52:56 2014] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    [Mon Jul 7 22:52:56 2014] NET: Registered protocol family 1
    [Mon Jul 7 22:52:56 2014] pci 0000:01:00.0: Boot video device
    [Mon Jul 7 22:52:56 2014] PCI: CLS 64 bytes, default 64
    [Mon Jul 7 22:52:56 2014] Unpacking initramfs...
    [Mon Jul 7 22:52:56 2014] Freeing initrd memory: 6828K (ffff88003729a000 - ffff880037945000)
    [Mon Jul 7 22:52:56 2014] Simple Boot Flag at 0x79 set to 0x1
    [Mon Jul 7 22:52:56 2014] Scanning for low memory corruption every 60 seconds
    [Mon Jul 7 22:52:56 2014] futex hash table entries: 512 (order: 3, 32768 bytes)
    [Mon Jul 7 22:52:56 2014] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [Mon Jul 7 22:52:56 2014] zbud: loaded
    [Mon Jul 7 22:52:56 2014] VFS: Disk quotas dquot_6.5.2
    [Mon Jul 7 22:52:56 2014] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [Mon Jul 7 22:52:56 2014] msgmni has been set to 4005
    [Mon Jul 7 22:52:56 2014] Key type big_key registered
    [Mon Jul 7 22:52:56 2014] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [Mon Jul 7 22:52:56 2014] io scheduler noop registered
    [Mon Jul 7 22:52:56 2014] io scheduler deadline registered
    [Mon Jul 7 22:52:56 2014] io scheduler cfq registered (default)
    [Mon Jul 7 22:52:56 2014] pcieport 0000:00:01.0: device [8086:27a1] has invalid IRQ; check vendor BIOS
    [Mon Jul 7 22:52:56 2014] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [Mon Jul 7 22:52:56 2014] pcieport 0000:00:1c.0: device [8086:27d0] has invalid IRQ; check vendor BIOS
    [Mon Jul 7 22:52:56 2014] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [Mon Jul 7 22:52:56 2014] pcieport 0000:00:1c.3: device [8086:27d6] has invalid IRQ; check vendor BIOS
    [Mon Jul 7 22:52:56 2014] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    [Mon Jul 7 22:52:56 2014] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [Mon Jul 7 22:52:56 2014] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [Mon Jul 7 22:52:56 2014] vesafb: mode is 1600x1200x32, linelength=6400, pages=0
    [Mon Jul 7 22:52:56 2014] vesafb: scrolling: redraw
    [Mon Jul 7 22:52:56 2014] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [Mon Jul 7 22:52:56 2014] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90004400000, using 7552k, total 7552k
    [Mon Jul 7 22:52:56 2014] Console: switching to colour frame buffer device 200x75
    [Mon Jul 7 22:52:56 2014] fb0: VESA VGA frame buffer device
    [Mon Jul 7 22:52:56 2014] intel_idle: does not run on family 6 model 15
    [Mon Jul 7 22:52:56 2014] GHES: HEST is not enabled!
    [Mon Jul 7 22:52:56 2014] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [Mon Jul 7 22:52:56 2014] Linux agpgart interface v0.103
    [Mon Jul 7 22:52:56 2014] rtc_cmos 00:05: RTC can wake from S4
    [Mon Jul 7 22:52:56 2014] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [Mon Jul 7 22:52:56 2014] rtc_cmos 00:05: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [Mon Jul 7 22:52:56 2014] ledtrig-cpu: registered to indicate activity on CPUs
    [Mon Jul 7 22:52:56 2014] TCP: cubic registered
    [Mon Jul 7 22:52:56 2014] NET: Registered protocol family 10
    [Mon Jul 7 22:52:56 2014] NET: Registered protocol family 17
    [Mon Jul 7 22:52:56 2014] registered taskstats version 1
    [Mon Jul 7 22:52:56 2014] Magic number: 6:49:862
    [Mon Jul 7 22:52:56 2014] rtc_cmos 00:05: setting system clock to 2014-07-08 01:53:00 UTC (1404784380)
    [Mon Jul 7 22:52:56 2014] PM: Hibernation image not present or could not be loaded.
    [Mon Jul 7 22:52:56 2014] Freeing unused kernel memory: 1116K (ffffffff818df000 - ffffffff819f6000)
    [Mon Jul 7 22:52:56 2014] Write protecting the kernel read-only data: 8192k
    [Mon Jul 7 22:52:56 2014] Freeing unused kernel memory: 908K (ffff88000151d000 - ffff880001600000)
    [Mon Jul 7 22:52:56 2014] Freeing unused kernel memory: 404K (ffff88000179b000 - ffff880001800000)
    [Mon Jul 7 22:52:56 2014] random: systemd urandom read with 1 bits of entropy available
    [Mon Jul 7 22:52:56 2014] systemd[1]: Cannot add dependency job for unit local-fs.target, ignoring: Unit local-fs.target failed to load: No such file or directory.
    [Mon Jul 7 22:52:56 2014] systemd[1]: Cannot add dependency job for unit swap.target, ignoring: Unit swap.target failed to load: No such file or directory.
    [Mon Jul 7 22:52:56 2014] systemd[1]: Cannot add dependency job for unit systemd-journald-dev-log.socket, ignoring: Unit systemd-journald-dev-log.socket failed to load: No such file or directory.
    [Mon Jul 7 22:52:56 2014] systemd[1]: Cannot add dependency job for unit timers.target, ignoring: Unit timers.target failed to load: No such file or directory.
    [Mon Jul 7 22:52:56 2014] systemd[1]: Cannot add dependency job for unit paths.target, ignoring: Unit paths.target failed to load: No such file or directory.
    [Mon Jul 7 22:52:56 2014] systemd[1]: Cannot add dependency job for unit slices.target, ignoring: Unit slices.target failed to load: No such file or directory.
    [Mon Jul 7 22:52:56 2014] systemd-udevd[50]: starting version 214
    [Mon Jul 7 22:52:56 2014] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [Mon Jul 7 22:52:56 2014] serio: i8042 KBD port at 0x60,0x64 irq 1
    [Mon Jul 7 22:52:56 2014] serio: i8042 AUX port at 0x60,0x64 irq 12
    [Mon Jul 7 22:52:56 2014] [drm] Initialized drm 1.1.0 20060810
    [Mon Jul 7 22:52:56 2014] ACPI: bus type USB registered
    [Mon Jul 7 22:52:56 2014] usbcore: registered new interface driver usbfs
    [Mon Jul 7 22:52:56 2014] usbcore: registered new interface driver hub
    [Mon Jul 7 22:52:56 2014] usbcore: registered new device driver usb
    [Mon Jul 7 22:52:56 2014] SCSI subsystem initialized
    [Mon Jul 7 22:52:56 2014] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [Mon Jul 7 22:52:56 2014] uhci_hcd: USB Universal Host Controller Interface driver
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.0: detected 2 ports
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.0: irq 20, io base 0x0000bf80
    [Mon Jul 7 22:52:56 2014] hub 1-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 1-0:1.0: 2 ports detected
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.1: detected 2 ports
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.1: irq 21, io base 0x0000bf60
    [Mon Jul 7 22:52:56 2014] ehci-pci: EHCI PCI platform driver
    [Mon Jul 7 22:52:56 2014] hub 2-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 2-0:1.0: 2 ports detected
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.2: detected 2 ports
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.2: irq 22, io base 0x0000bf40
    [Mon Jul 7 22:52:56 2014] hub 3-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 3-0:1.0: 2 ports detected
    [Mon Jul 7 22:52:56 2014] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [Mon Jul 7 22:52:56 2014] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 4
    [Mon Jul 7 22:52:56 2014] ehci-pci 0000:00:1d.7: debug port 1
    [Mon Jul 7 22:52:56 2014] [drm] radeon kernel modesetting enabled.
    [Mon Jul 7 22:52:56 2014] checking generic (d0000000 760000) vs hw (d0000000 10000000)
    [Mon Jul 7 22:52:56 2014] fb: switching to radeondrmfb from VESA VGA
    [Mon Jul 7 22:52:56 2014] Console: switching to colour dummy device 80x25
    [Mon Jul 7 22:52:56 2014] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    [Mon Jul 7 22:52:56 2014] ehci-pci 0000:00:1d.7: irq 20, io mem 0xffa80000
    [Mon Jul 7 22:52:56 2014] [drm] initializing kernel modesetting (RV515 0x1002:0x7145 0x1028:0x2002).
    [Mon Jul 7 22:52:56 2014] [drm] register mmio base: 0xEFDF0000
    [Mon Jul 7 22:52:56 2014] [drm] register mmio size: 65536
    [Mon Jul 7 22:52:56 2014] ATOM BIOS: ATI
    [Mon Jul 7 22:52:56 2014] [drm] Generation 2 PCI interface, using max accessible memory
    [Mon Jul 7 22:52:56 2014] radeon 0000:01:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (128M used)
    [Mon Jul 7 22:52:56 2014] radeon 0000:01:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
    [Mon Jul 7 22:52:56 2014] [drm] Detected VRAM RAM=256M, BAR=256M
    [Mon Jul 7 22:52:56 2014] [drm] RAM width 64bits DDR
    [Mon Jul 7 22:52:56 2014] libata version 3.00 loaded.
    [Mon Jul 7 22:52:56 2014] [TTM] Zone kernel: Available graphics memory: 1026556 kiB
    [Mon Jul 7 22:52:56 2014] [TTM] Initializing pool allocator
    [Mon Jul 7 22:52:56 2014] [TTM] Initializing DMA pool allocator
    [Mon Jul 7 22:52:56 2014] [drm] radeon: 128M of VRAM memory ready
    [Mon Jul 7 22:52:56 2014] [drm] radeon: 512M of GTT memory ready.
    [Mon Jul 7 22:52:56 2014] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [Mon Jul 7 22:52:56 2014] [drm] radeon: power management initialized
    [Mon Jul 7 22:52:56 2014] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [Mon Jul 7 22:52:56 2014] hub 4-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 4-0:1.0: 8 ports detected
    [Mon Jul 7 22:52:56 2014] [drm] radeon: 1 quad pipes, 1 z pipes initialized.
    [Mon Jul 7 22:52:56 2014] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [Mon Jul 7 22:52:56 2014] radeon 0000:01:00.0: WB enabled
    [Mon Jul 7 22:52:56 2014] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000010000000 and cpu addr 0xffff8800370f4000
    [Mon Jul 7 22:52:56 2014] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [Mon Jul 7 22:52:56 2014] [drm] Driver supports precise vblank timestamp query.
    [Mon Jul 7 22:52:56 2014] [drm] radeon: irq initialized.
    [Mon Jul 7 22:52:56 2014] [drm] Loading R500 Microcode
    [Mon Jul 7 22:52:56 2014] [drm] radeon: ring at 0x0000000010001000
    [Mon Jul 7 22:52:56 2014] [drm] ring test succeeded in 10 usecs
    [Mon Jul 7 22:52:56 2014] [drm] ib test succeeded in 0 usecs
    [Mon Jul 7 22:52:56 2014] [drm] radeon atom DIG backlight initialized
    [Mon Jul 7 22:52:56 2014] [drm] Radeon Display Connectors
    [Mon Jul 7 22:52:56 2014] [drm] Connector 0:
    [Mon Jul 7 22:52:56 2014] [drm] VGA-1
    [Mon Jul 7 22:52:56 2014] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
    [Mon Jul 7 22:52:56 2014] [drm] Encoders:
    [Mon Jul 7 22:52:56 2014] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [Mon Jul 7 22:52:56 2014] [drm] Connector 1:
    [Mon Jul 7 22:52:56 2014] [drm] LVDS-1
    [Mon Jul 7 22:52:56 2014] [drm] DDC: 0x7e30 0x7e30 0x7e34 0x7e34 0x7e38 0x7e38 0x7e3c 0x7e3c
    [Mon Jul 7 22:52:56 2014] [drm] Encoders:
    [Mon Jul 7 22:52:56 2014] [drm] LCD1: INTERNAL_LVTM1
    [Mon Jul 7 22:52:56 2014] [drm] Connector 2:
    [Mon Jul 7 22:52:56 2014] [drm] SVIDEO-1
    [Mon Jul 7 22:52:56 2014] [drm] Encoders:
    [Mon Jul 7 22:52:56 2014] [drm] TV1: INTERNAL_KLDSCP_DAC2
    [Mon Jul 7 22:52:56 2014] [drm] Connector 3:
    [Mon Jul 7 22:52:56 2014] [drm] DVI-I-1
    [Mon Jul 7 22:52:56 2014] [drm] HPD1
    [Mon Jul 7 22:52:56 2014] [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
    [Mon Jul 7 22:52:56 2014] [drm] Encoders:
    [Mon Jul 7 22:52:56 2014] [drm] CRT2: INTERNAL_KLDSCP_DAC2
    [Mon Jul 7 22:52:56 2014] [drm] DFP1: INTERNAL_KLDSCP_TMDS1
    [Mon Jul 7 22:52:56 2014] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [Mon Jul 7 22:52:56 2014] hub 1-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 1-0:1.0: 2 ports detected
    [Mon Jul 7 22:52:56 2014] hub 2-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 2-0:1.0: 2 ports detected
    [Mon Jul 7 22:52:56 2014] hub 3-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 3-0:1.0: 2 ports detected
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.3: detected 2 ports
    [Mon Jul 7 22:52:56 2014] uhci_hcd 0000:00:1d.3: irq 23, io base 0x0000bf20
    [Mon Jul 7 22:52:56 2014] hub 5-0:1.0: USB hub found
    [Mon Jul 7 22:52:56 2014] hub 5-0:1.0: 2 ports detected
    [Mon Jul 7 22:52:56 2014] ata_piix 0000:00:1f.2: version 2.13
    [Mon Jul 7 22:52:56 2014] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
    [Mon Jul 7 22:52:56 2014] scsi0 : ata_piix
    [Mon Jul 7 22:52:56 2014] scsi1 : ata_piix
    [Mon Jul 7 22:52:56 2014] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14
    [Mon Jul 7 22:52:56 2014] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15
    [Mon Jul 7 22:52:56 2014] ata2.00: ATAPI: CONY`DFDk/mRG DWmQe8A ` ` ` ` ` ` ` ` `, EDC2` `, max UDMA/33
    [Mon Jul 7 22:52:56 2014] ata1.00: ATA-7: SSDSA2SH032G1GN INTEL, 045C8860, max UDMA/133
    [Mon Jul 7 22:52:56 2014] ata1.00: 62500000 sectors, multi 8: LBA48 NCQ (depth 0/31)
    [Mon Jul 7 22:52:56 2014] ata1.00: configured for UDMA/133
    [Mon Jul 7 22:52:56 2014] scsi 0:0:0:0: Direct-Access ATA SSDSA2SH032G1GN 045C PQ: 0 ANSI: 5
    [Mon Jul 7 22:52:56 2014] ata2.00: configured for UDMA/33
    [Mon Jul 7 22:52:57 2014] usb 4-1: new high-speed USB device number 2 using ehci-pci
    [Mon Jul 7 22:52:57 2014] hub 4-1:1.0: USB hub found
    [Mon Jul 7 22:52:57 2014] hub 4-1:1.0: 4 ports detected
    [Mon Jul 7 22:52:57 2014] [drm] fb mappable at 0xD00C0000
    [Mon Jul 7 22:52:57 2014] [drm] vram apper at 0xD0000000
    [Mon Jul 7 22:52:57 2014] [drm] size 9216000
    [Mon Jul 7 22:52:57 2014] [drm] fb depth is 24
    [Mon Jul 7 22:52:57 2014] [drm] pitch is 7680
    [Mon Jul 7 22:52:57 2014] fbcon: radeondrmfb (fb0) is primary device
    [Mon Jul 7 22:52:57 2014] Console: switching to colour frame buffer device 240x75
    [Mon Jul 7 22:52:57 2014] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
    [Mon Jul 7 22:52:57 2014] radeon 0000:01:00.0: registered panic notifier
    [Mon Jul 7 22:52:57 2014] [drm] Initialized radeon 2.38.0 20080528 for 0000:01:00.0 on minor 0
    [Mon Jul 7 22:53:18 2014] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
    [Mon Jul 7 22:53:18 2014] scsi 1:0:0:0: CDB:
    [Mon Jul 7 22:53:18 2014] cdb[0]=0x12: 12 00 00 00 60 00
    [Mon Jul 7 22:53:18 2014] ata2.00: cmd a0/01:00:00:60:00/00:00:00:00:00/a0 tag 2 dma 96 in
    res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [Mon Jul 7 22:53:18 2014] ata2.00: status: { DRDY }
    [Mon Jul 7 22:53:23 2014] ata2: link is slow to respond, please be patient (ready=0)
    [Mon Jul 7 22:53:27 2014] sd 0:0:0:0: [sda] 62500000 512-byte logical blocks: (32.0 GB/29.8 GiB)
    [Mon Jul 7 22:53:27 2014] sd 0:0:0:0: [sda] Write Protect is off
    [Mon Jul 7 22:53:27 2014] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [Mon Jul 7 22:53:27 2014] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [Mon Jul 7 22:53:27 2014] sda: sda1 sda2 sda3 sda4
    [Mon Jul 7 22:53:27 2014] sd 0:0:0:0: [sda] Attached SCSI disk
    [Mon Jul 7 22:53:28 2014] ata2: device not ready (errno=-16), forcing hardreset
    [Mon Jul 7 22:53:28 2014] ata2: soft resetting link
    [Mon Jul 7 22:53:28 2014] ata2.00: model number mismatch 'CONY`DFDk/mRG DWmQe8A ` ` ` ` ` ` ` ` `' != 'SO^YpDVD{/}RW TW}Qu8Q p p p p p p p p p'
    [Mon Jul 7 22:53:28 2014] ata2.00: revalidation failed (errno=-19)
    [Mon Jul 7 22:53:28 2014] ata2.00: limiting speed to UDMA/33:PIO3
    [Mon Jul 7 22:53:33 2014] ata2: soft resetting link
    [Mon Jul 7 22:53:33 2014] ata2.00: model number mismatch 'CONY`DFDk/mRG DWmQe8A ` ` ` ` ` ` ` ` `' != 'SO^YpDVD{/}RW TW}Qu8Q p p p p p p p p p'
    [Mon Jul 7 22:53:33 2014] ata2.00: revalidation failed (errno=-19)
    [Mon Jul 7 22:53:33 2014] ata2.00: disabled
    [Mon Jul 7 22:53:38 2014] ata2: soft resetting link
    [Mon Jul 7 22:53:38 2014] ata2.00: ATAPI: CONY`DFDk/mRG DWmQe8A ` ` ` ` ` ` ` ` `, EDC2` `, max UDMA/33
    [Mon Jul 7 22:53:38 2014] ata2.00: model number mismatch 'CONY`DFDk/mRG DWmQe8A ` ` ` ` ` ` ` ` `' != 'SO^YpDVD{/}RW TW}Qu8Q p p p p p p p p p'
    [Mon Jul 7 22:53:38 2014] ata2.00: revalidation failed (errno=-19)
    [Mon Jul 7 22:53:38 2014] ata2.00: limiting speed to UDMA/33:PIO3
    [Mon Jul 7 22:53:43 2014] ata2: soft resetting link
    [Mon Jul 7 22:53:44 2014] ata2.00: model number mismatch 'CONY`DFDk/mRG DWmQe8A ` ` ` ` ` ` ` ` `' != 'SO^YpDVD{/}RW TW}Qu8Q p p p p p p p p p'
    [Mon Jul 7 22:53:44 2014] ata2.00: revalidation failed (errno=-19)
    [Mon Jul 7 22:53:44 2014] ata2.00: disabled
    [Mon Jul 7 22:53:44 2014] ata2: EH complete
    [Mon Jul 7 22:53:44 2014] scsi scan: 96 byte inquiry failed. Consider BLIST_INQUIRY_36 for this device
    [Mon Jul 7 22:53:44 2014] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [Mon Jul 7 22:53:44 2014] EXT4-fs (sda3): re-mounted. Opts: data=ordered
    [Mon Jul 7 22:53:44 2014] systemd-udevd[150]: starting version 214
    [Mon Jul 7 22:53:44 2014] ACPI: acpi_idle registered with cpuidle
    [Mon Jul 7 22:53:44 2014] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [Mon Jul 7 22:53:44 2014] ACPI: Battery Slot [BAT0] (battery present)
    [Mon Jul 7 22:53:44 2014] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    [Mon Jul 7 22:53:44 2014] ACPI: AC Adapter [AC] (on-line)
    [Mon Jul 7 22:53:44 2014] acpi device:2d: registered as cooling_device2
    [Mon Jul 7 22:53:44 2014] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:2a/LNXVIDEO:00/input/input2
    [Mon Jul 7 22:53:44 2014] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
    [Mon Jul 7 22:53:44 2014] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
    [Mon Jul 7 22:53:44 2014] ACPI: Lid Switch [LID]
    [Mon Jul 7 22:53:44 2014] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
    [Mon Jul 7 22:53:44 2014] ACPI: Power Button [PBTN]
    [Mon Jul 7 22:53:44 2014] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
    [Mon Jul 7 22:53:44 2014] ACPI: Sleep Button [SBTN]
    [Mon Jul 7 22:53:44 2014] wmi: Mapper loaded
    [Mon Jul 7 22:53:44 2014] thermal LNXTHERM:00: registered as thermal_zone0
    [Mon Jul 7 22:53:44 2014] ACPI: Thermal Zone [THM] (25 C)
    [Mon Jul 7 22:53:44 2014] intel_rng: FWH not detected
    [Mon Jul 7 22:53:44 2014] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [Mon Jul 7 22:53:44 2014] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
    [Mon Jul 7 22:53:44 2014] leds_ss4200: no LED devices found
    [Mon Jul 7 22:53:44 2014] sound hdaudioC0D0: autoconfig: line_outs=3 (0xf/0xe/0x11/0x0/0x0) type:speaker
    [Mon Jul 7 22:53:44 2014] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [Mon Jul 7 22:53:44 2014] sound hdaudioC0D0: hp_outs=1 (0xd/0x0/0x0/0x0/0x0)
    [Mon Jul 7 22:53:44 2014] sound hdaudioC0D0: mono: mono_out=0x0
    [Mon Jul 7 22:53:44 2014] sound hdaudioC0D0: dig-out=0x9/0x0
    [Mon Jul 7 22:53:44 2014] sound hdaudioC0D0: inputs:
    [Mon Jul 7 22:53:44 2014] sound hdaudioC0D0: Mic=0x10
    [Mon Jul 7 22:53:44 2014] microcode: CPU0 sig=0x6f6, pf=0x20, revision=0xc7
    [Mon Jul 7 22:53:44 2014] microcode: CPU1 sig=0x6f6, pf=0x20, revision=0xc7
    [Mon Jul 7 22:53:44 2014] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [Mon Jul 7 22:53:44 2014] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [Mon Jul 7 22:53:44 2014] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [Mon Jul 7 22:53:44 2014] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [Mon Jul 7 22:53:44 2014] ssb: Found chip with id 0x4401, rev 0x02 and package 0x00
    [Mon Jul 7 22:53:44 2014] ssb: Core 0 found: Fast Ethernet (cc 0x806, rev 0x07, vendor 0x4243)
    [Mon Jul 7 22:53:44 2014] ssb: Core 1 found: V90 (cc 0x807, rev 0x03, vendor 0x4243)
    [Mon Jul 7 22:53:44 2014] ssb: Core 2 found: PCI (cc 0x804, rev 0x0A, vendor 0x4243)
    [Mon Jul 7 22:53:44 2014] kvm: disabled by bios
    [Mon Jul 7 22:53:44 2014] input: Dell WMI hotkeys as /devices/virtual/input/input9
    [Mon Jul 7 22:53:44 2014] iTCO_vendor_support: vendor-support=0
    [Mon Jul 7 22:53:44 2014] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [Mon Jul 7 22:53:44 2014] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x1060)
    [Mon Jul 7 22:53:44 2014] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [Mon Jul 7 22:53:44 2014] gpio_ich: GPIO from 206 to 255 on gpio_ich
    [Mon Jul 7 22:53:44 2014] ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
    [Mon Jul 7 22:53:44 2014] b44: Broadcom 44xx/47xx 10/100 PCI ethernet driver version 2.0
    [Mon Jul 7 22:53:44 2014] b44 ssb0:0 eth0: Broadcom 44xx/47xx 10/100 PCI ethernet driver 00:15:c5:4b:f3:24
    [Mon Jul 7 22:53:45 2014] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: data=ordered
    [Mon Jul 7 22:53:45 2014] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
    [Mon Jul 7 22:53:45 2014] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [Mon Jul 7 22:53:45 2014] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.2, id: 0xfa0b1, caps: 0xa04713/0x200000/0x0, board id: 3655, fw id: 128333
    [Mon Jul 7 22:53:45 2014] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
    [Mon Jul 7 22:53:45 2014] mousedev: PS/2 mouse device common for all mice
    [Mon Jul 7 22:53:46 2014] random: nonblocking pool is initialized
    [Mon Jul 7 22:53:48 2014] b44 ssb0:0 eth0: Link is up at 100 Mbps, full duplex
    [Mon Jul 7 22:53:48 2014] b44 ssb0:0 eth0: Flow control is off for TX and off for RX
    [Mon Jul 7 22:53:48 2014] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [Mon Jul 7 23:11:28 2014] b44 ssb0:0 eth0: Link is down
    [Mon Jul 7 23:12:19 2014] b44 ssb0:0 eth0: Link is up at 100 Mbps, full duplex
    [Mon Jul 7 23:12:19 2014] b44 ssb0:0 eth0: Flow control is off for TX and off for RX
    [Mon Jul 7 23:12:54 2014] PM: Syncing filesystems ... done.
    [Mon Jul 7 23:12:54 2014] PM: Preparing system for mem sleep
    [Mon Jul 7 23:12:55 2014] Freezing user space processes ... (elapsed 0.047 seconds) done.
    [Mon Jul 7 23:12:55 2014] Freezing remaining freezable tasks ... (elapsed 0.000 seconds) done.
    [Mon Jul 7 23:12:55 2014] PM: Entering mem sleep
    [Mon Jul 7 23:12:55 2014] Suspending console(s) (use no_console_suspend to debug)
    [Mon Jul 7 23:12:55 2014] b44 ssb0:0 eth0: powering down PHY
    [Mon Jul 7 23:12:55 2014] sd 0:0:0:0: [sda] Synchronizing SCSI cache
    [Mon Jul 7 23:12:55 2014] sd 0:0:0:0: [sda] Stopping disk
    [Mon Jul 7 23:12:55 2014] PM: suspend of devices complete after 393.015 msecs
    [Mon Jul 7 23:12:55 2014] PM: late suspend of devices complete after 0.713 msecs
    [Mon Jul 7 23:12:55 2014] ehci-pci 0000:00:1d.7: System wakeup enabled by ACPI
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.3: System wakeup enabled by ACPI
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.2: System wakeup enabled by ACPI
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.1: System wakeup enabled by ACPI
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.0: System wakeup enabled by ACPI
    [Mon Jul 7 23:12:55 2014] PM: noirq suspend of devices complete after 15.766 msecs
    [Mon Jul 7 23:12:55 2014] ACPI: Preparing to enter system sleep state S3
    [Mon Jul 7 23:12:55 2014] PM: Saving platform NVS memory
    [Mon Jul 7 23:12:55 2014] Disabling non-boot CPUs ...
    [Mon Jul 7 23:12:55 2014] smpboot: CPU 1 is now offline
    [Mon Jul 7 23:12:55 2014] ACPI: Low-level resume complete
    [Mon Jul 7 23:12:55 2014] PM: Restoring platform NVS memory
    [Mon Jul 7 23:12:55 2014] Enabling non-boot CPUs ...
    [Mon Jul 7 23:12:55 2014] x86: Booting SMP configuration:
    [Mon Jul 7 23:12:55 2014] smpboot: Booting Node 0 Processor 1 APIC 0x1
    [Mon Jul 7 23:12:55 2014] CPU1 is up
    [Mon Jul 7 23:12:55 2014] ACPI: Waking up from system sleep state S3
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.0: System wakeup disabled by ACPI
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.1: System wakeup disabled by ACPI
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.3: System wakeup disabled by ACPI
    [Mon Jul 7 23:12:55 2014] uhci_hcd 0000:00:1d.2: System wakeup disabled by ACPI
    [Mon Jul 7 23:12:55 2014] ehci-pci 0000:00:1d.7: System wakeup disabled by ACPI
    [Mon Jul 7 23:12

    I think that it is something wrong with kernel and graphic drivers but i'm not able to solve it from the beginning of using of Arch by me.
    I'm not so sure this issue is software-related only because in my case it seems the laptop screen enters power-saving mode (10-min timeout) on its own without any events logged (as shown by dmesg) so my next thought was OK, I'm going to get rid of this issue disabling the screen power-saving timeout in the BIOS and set it to never power down or something like that and from then on managing power mode manually; ie: when I want to power down I will just use systemctl suspend/hibernate which work fine ... problem is: there are no related options in my BIOS for such timeout.
    The only timeouts I have are in /etc/systemd/logind.conf set to 30min (#IdleActionSec) (commented) by default so these are not in effect because the screens goes blank after 10m which is less than the (default) 30m in logind. Maybe setting loggind to 9m (un-commented) to catch the event before the machine-default one ?
    IdleActionSec=9min
    IdleAction=suspend
    Will check it and report back.

  • Connection constantly dropping with edimax ew-7612uan USB adapter

    Hi there,
    I have just installed a newly purchased edimax ew-7612uan USB wireless adapter, the problem that I'm getting is that the connection works fine on boot however it keeps dropping very frequently.
    This can be reset by running netctl restart my-network. which is a temporary fix but I can't keep on doing this every 5 minutes or so when the connection drops.
    I don't think there is a problem with the USB adapter as it appears to work fine in windows (I don't work fine with windows though!).
    The same problem has happened on both of my Arch computers... I don't use any other distributions so I don't know if this is an arch specific problem or a general Linux problem. It also happens when using the live disk.
    The old adapter is still installed in the box but once I can get this one working properly it will be removed.
    The output of dmesg is as follows
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.13.8-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Apr 1 12:19:51 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=104c8e28-5731-4470-8911-313aca8c0d0f rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fedf7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000007fedf800-0x000000007fedffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000007fee0000-0x000000007fee2fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000007fee3000-0x000000007feeffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000007fef0000-0x000000007fefffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.4 present.
    [ 0.000000] DMI: HP-Pavilion GB394AA-ABU a6030.uk/LEONITE, BIOS 5.17 04/20/2007
    [ 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 = 0x7fedf 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-CEFFF write-protect
    [ 0.000000] CF000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 07FF00000 mask FFFF00000 uncachable
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000f5f40-0x000f5f4f] mapped at [ffff8800000f5f40]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3e000, 0x01b3efff] PGTABLE
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]
    [ 0.000000] [mem 0x7fc00000-0x7fdfffff] page 2M
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]
    [ 0.000000] [mem 0x7c000000-0x7fbfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x7bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7fedefff]
    [ 0.000000] [mem 0x7fe00000-0x7fedefff] page 4k
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x379ea000-0x37cecfff]
    [ 0.000000] ACPI: RSDP 00000000000f8310 000024 (v02 HPQOEM)
    [ 0.000000] ACPI: XSDT 000000007fee30c0 000054 (v01 HPQOEM SLIC-CPC 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: FACP 000000007fee7a80 0000F4 (v03 HPQOEM SLIC-CPC 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DSDT 000000007fee3280 004798 (v01 HPQOEM SLIC-CPC 00001000 MSFT 03000000)
    [ 0.000000] ACPI: FACS 000000007fee0000 000040
    [ 0.000000] ACPI: SLIC 000000007fee7cc0 000176 (v01 HPQOEM SLIC-CPC 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: HPET 000000007fee7e80 000038 (v01 HPQOEM SLIC-CPC 42302E31 AWRD 00000098)
    [ 0.000000] ACPI: MCFG 000000007fee7f00 00003C (v01 HPQOEM SLIC-CPC 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: APIC 000000007fee7bc0 000084 (v01 HPQOEM SLIC-CPC 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: SSDT 000000007fee8460 000304 (v01 HPQOEM SLIC-CPC 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007fedefff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7fedefff]
    [ 0.000000] NODE_DATA [mem 0x7feda000-0x7fedefff]
    [ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d600000-ffff88007f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x7fedefff]
    [ 0.000000] On node 0 totalpages: 523901
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 8124 pages used for memmap
    [ 0.000000] DMA32 zone: 519903 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] 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: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
    [ 0.000000] e820: [mem 0x7ff00000-0xefffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88007fc00000 s86336 r8192 d24256 u524288
    [ 0.000000] pcpu-alloc: s86336 r8192 d24256 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515692
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=104c8e28-5731-4470-8911-313aca8c0d0f rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 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: 2047396K/2095604K available (5271K kernel code, 836K rwdata, 1676K rodata, 1124K init, 1324K bss, 48208K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] NR_IRQS:8448 nr_irqs:712 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 8388608 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 using PIT
    [ 0.000000] tsc: Detected 2133.881 MHz processor
    [ 0.003339] Calibrating delay loop (skipped), value calculated using timer frequency.. 4269.58 BogoMIPS (lpj=7112936)
    [ 0.003343] pid_max: default: 32768 minimum: 301
    [ 0.003383] Security Framework initialized
    [ 0.003400] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003402] Yama: becoming mindful.
    [ 0.003637] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.004945] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.005645] Mount-cache hash table entries: 256
    [ 0.005953] Initializing cgroup subsys memory
    [ 0.005966] Initializing cgroup subsys devices
    [ 0.005969] Initializing cgroup subsys freezer
    [ 0.005972] Initializing cgroup subsys net_cls
    [ 0.005975] Initializing cgroup subsys blkio
    [ 0.006006] CPU: Physical Processor ID: 0
    [ 0.006008] CPU: Processor Core ID: 0
    [ 0.006011] mce: CPU supports 6 MCE banks
    [ 0.006021] CPU0: Thermal monitoring enabled (TM2)
    [ 0.006030] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift: -1
    [ 0.006122] Freeing SMP alternatives memory: 20K (ffffffff819ec000 - ffffffff819f1000)
    [ 0.007776] ACPI: Core revision 20131115
    [ 0.010162] ACPI: All ACPI Tables successfully acquired
    [ 0.013362] ftrace: allocating 21068 entries in 83 pages
    [ 0.023793] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.057912] smpboot: CPU0: Intel(R) Core(TM)2 CPU 6420 @ 2.13GHz (fam: 06, model: 0f, stepping: 06)
    [ 0.059999] APIC calibration not consistent with PM-Timer: 4652ms instead of 100ms
    [ 0.059999] APIC delta adjusted to PM-Timer: 3346453 (155709996)
    [ 0.059999] Performance Events: PEBS fmt0-, 4-deep LBR, Core2 events, Intel PMU driver.
    [ 0.059999] perf_event_intel: PEBS disabled due to CPU errata
    [ 0.059999] ... version: 2
    [ 0.059999] ... bit width: 40
    [ 0.059999] ... generic registers: 2
    [ 0.059999] ... value mask: 000000ffffffffff
    [ 0.059999] ... max period: 000000007fffffff
    [ 0.059999] ... fixed-purpose events: 3
    [ 0.059999] ... event mask: 0000000700000003
    [ 0.083418] x86: Booting SMP configuration:
    [ 0.089999] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.083422] .... node #0, CPUs: #1
    [ 0.089999] x86: Booted up 1 node, 2 CPUs
    [ 0.089999] smpboot: Total of 2 processors activated (8538.17 BogoMIPS)
    [ 0.090131] devtmpfs: initialized
    [ 0.093350] PM: Registering ACPI NVS region [mem 0x7fee0000-0x7fee2fff] (12288 bytes)
    [ 0.094547] RTC time: 8:54:04, date: 04/02/14
    [ 0.094607] NET: Registered protocol family 16
    [ 0.094741] cpuidle: using governor ladder
    [ 0.094743] cpuidle: using governor menu
    [ 0.094771] ACPI: bus type PCI registered
    [ 0.094774] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.094845] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.094848] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.094848] PCI: Using configuration type 1 for base access
    [ 0.094952] mtrr: your CPUs had inconsistent fixed MTRR settings
    [ 0.094954] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.094955] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.094956] mtrr: corrected configuration.
    [ 0.096731] bio: create slab <bio-0> at 0
    [ 0.096745] ACPI: Added _OSI(Module Device)
    [ 0.096745] ACPI: Added _OSI(Processor Device)
    [ 0.096745] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.096745] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.100165] ACPI: SSDT 000000007fee7f80 000175 (v01 HPQOEM SLIC-CPC 42302E31 AWRD 00000000)
    [ 0.100379] ACPI: Dynamic OEM Table Load:
    [ 0.100382] ACPI: SSDT (null) 000175 (v01 HPQOEM SLIC-CPC 42302E31 AWRD 00000000)
    [ 0.100470] ACPI: SSDT 000000007fee8390 0000CE (v01 HPQOEM SLIC-CPC 42302E31 AWRD 00000000)
    [ 0.100675] ACPI: Dynamic OEM Table Load:
    [ 0.100678] ACPI: SSDT (null) 0000CE (v01 HPQOEM SLIC-CPC 42302E31 AWRD 00000000)
    [ 0.100813] ACPI: Interpreter enabled
    [ 0.100824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
    [ 0.100840] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.100842] ACPI: Using IOAPIC for interrupt routing
    [ 0.100873] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.100967] ACPI: No dock devices found.
    [ 0.103333] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.103333] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.103333] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 0.103333] acpi PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.103333] acpi PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.103333] acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.103333] acpi PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
    [ 0.103333] acpi PNP0A08:00: host bridge window [mem 0x7ff00000-0xfebfffff] (ignored)
    [ 0.103333] PCI: root bus 00: using default resources
    [ 0.103333] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.103333] PCI host bridge to bus 0000:00
    [ 0.103333] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.103333] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.103333] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
    [ 0.103333] pci 0000:00:00.0: [8086:2770] type 00 class 0x060000
    [ 0.103333] pci 0000:00:01.0: [8086:2771] type 01 class 0x060400
    [ 0.103333] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.103333] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
    [ 0.103333] pci 0000:00:1d.0: reg 0x20: [io 0xff00-0xff1f]
    [ 0.103333] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.103333] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
    [ 0.103333] pci 0000:00:1d.1: reg 0x20: [io 0xfe00-0xfe1f]
    [ 0.103333] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.103333] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
    [ 0.103333] pci 0000:00:1d.2: reg 0x20: [io 0xfd00-0xfd1f]
    [ 0.103333] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.103333] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
    [ 0.103333] pci 0000:00:1d.3: reg 0x20: [io 0xfc00-0xfc1f]
    [ 0.103333] pci 0000:00:1d.3: System wakeup disabled by ACPI
    [ 0.103333] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
    [ 0.103333] pci 0000:00:1d.7: reg 0x10: [mem 0xfdfff000-0xfdfff3ff]
    [ 0.103333] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.103379] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.103420] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.103511] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.103555] pci 0000:00:1f.0: [8086:27b0] type 00 class 0x060100
    [ 0.103727] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
    [ 0.103741] pci 0000:00:1f.1: reg 0x10: [io 0x0000-0x0007]
    [ 0.103750] pci 0000:00:1f.1: reg 0x14: [io 0x0000-0x0003]
    [ 0.103760] pci 0000:00:1f.1: reg 0x18: [io 0x0000-0x0007]
    [ 0.103769] pci 0000:00:1f.1: reg 0x1c: [io 0x0000-0x0003]
    [ 0.103778] pci 0000:00:1f.1: reg 0x20: [io 0xf900-0xf90f]
    [ 0.103876] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018f
    [ 0.103890] pci 0000:00:1f.2: reg 0x10: [io 0xf800-0xf807]
    [ 0.103899] pci 0000:00:1f.2: reg 0x14: [io 0xf700-0xf703]
    [ 0.103907] pci 0000:00:1f.2: reg 0x18: [io 0xf600-0xf607]
    [ 0.103915] pci 0000:00:1f.2: reg 0x1c: [io 0xf500-0xf503]
    [ 0.103923] pci 0000:00:1f.2: reg 0x20: [io 0xf400-0xf40f]
    [ 0.103932] pci 0000:00:1f.2: reg 0x24: [mem 0xfdffc000-0xfdffc3ff]
    [ 0.103961] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.104042] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
    [ 0.104093] pci 0000:00:1f.3: reg 0x20: [io 0x0500-0x051f]
    [ 0.104236] pci 0000:01:00.0: [1002:7181] type 00 class 0x030000
    [ 0.104251] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.104262] pci 0000:01:00.0: reg 0x18: [mem 0xfddf0000-0xfddfffff 64bit]
    [ 0.104270] pci 0000:01:00.0: reg 0x20: [io 0xce00-0xceff]
    [ 0.104283] pci 0000:01:00.0: reg 0x30: [mem 0xfddc0000-0xfdddffff pref]
    [ 0.104314] pci 0000:01:00.0: supports D1 D2
    [ 0.104362] pci 0000:01:00.1: [1002:71a1] type 00 class 0x038000
    [ 0.104373] pci 0000:01:00.1: reg 0x10: [mem 0xfdde0000-0xfddeffff 64bit]
    [ 0.104417] pci 0000:01:00.1: supports D1 D2
    [ 0.104457] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.104466] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.104470] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
    [ 0.104473] pci 0000:00:01.0: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.104477] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.104526] pci 0000:02:01.0: [11c1:5811] type 00 class 0x0c0010
    [ 0.104543] pci 0000:02:01.0: reg 0x10: [mem 0xfdeff000-0xfdefffff]
    [ 0.104616] pci 0000:02:01.0: supports D1 D2
    [ 0.104619] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot
    [ 0.104672] pci 0000:02:04.0: [1102:0002] type 00 class 0x040100
    [ 0.104690] pci 0000:02:04.0: reg 0x10: [io 0xdf00-0xdf1f]
    [ 0.104763] pci 0000:02:04.0: supports D1 D2
    [ 0.104806] pci 0000:02:04.1: [1102:7002] type 00 class 0x098000
    [ 0.104822] pci 0000:02:04.1: reg 0x10: [io 0xde00-0xde07]
    [ 0.104895] pci 0000:02:04.1: supports D1 D2
    [ 0.104946] pci 0000:02:05.0: [168c:0013] type 00 class 0x020000
    [ 0.104964] pci 0000:02:05.0: reg 0x10: [mem 0xfdee0000-0xfdeeffff]
    [ 0.105084] pci 0000:02:08.0: [8086:27dc] type 00 class 0x020000
    [ 0.105101] pci 0000:02:08.0: reg 0x10: [mem 0xfdefe000-0xfdefefff]
    [ 0.105112] pci 0000:02:08.0: reg 0x14: [io 0xdd00-0xdd3f]
    [ 0.105176] pci 0000:02:08.0: supports D1 D2
    [ 0.105178] pci 0000:02:08.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.105247] pci 0000:00:1e.0: PCI bridge to [bus 02] (subtractive decode)
    [ 0.105252] pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff]
    [ 0.105256] pci 0000:00:1e.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.105262] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.105264] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
    [ 0.105612] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 *7 9 10 11 12 14 15)
    [ 0.105678] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12 14 15)
    [ 0.105743] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 7 9 10 11 12 14 15)
    [ 0.105807] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12 14 15)
    [ 0.105870] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 7 9 10 11 12 14 15)
    [ 0.105934] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    [ 0.105998] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    [ 0.106063] ACPI: PCI Interrupt Link [LNK1] (IRQs *3 4 5 7 9 10 11 12 14 15)
    [ 0.106250] ACPI: Enabled 2 GPEs in block 00 to 1F
    [ 0.106258] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.106290] Found 1 acpi root devices
    [ 0.106365] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.106365] vgaarb: loaded
    [ 0.106365] vgaarb: bridge control possible 0000:01:00.0
    [ 0.106365] PCI: Using ACPI for IRQ routing
    [ 0.106365] PCI: pci_cache_line_size set to 64 bytes
    [ 0.106365] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
    [ 0.106365] e820: reserve RAM buffer [mem 0x7fedf800-0x7fffffff]
    [ 0.106365] NetLabel: Initializing
    [ 0.106365] NetLabel: domain hash size = 128
    [ 0.106365] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.106365] NetLabel: unlabeled traffic allowed by default
    [ 0.106365] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.106365] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.106365] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.106689] Switched to clocksource hpet
    [ 0.109999] pnp: PnP ACPI init
    [ 0.109999] ACPI: bus type PNP registered
    [ 0.113399] system 00:00: [io 0x04d0-0x04d1] has been reserved
    [ 0.113403] system 00:00: [io 0x0800-0x087f] has been reserved
    [ 0.113406] system 00:00: [io 0x0294-0x0297] has been reserved
    [ 0.113408] system 00:00: [io 0x0880-0x088f] has been reserved
    [ 0.113413] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.113426] pnp 00:01: [dma 4]
    [ 0.113459] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.113547] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.113597] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.113626] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.113664] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.113790] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.113848] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.113911] system 00:08: [io 0x0400-0x04bf] has been reserved
    [ 0.113915] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.113958] pnp 00:09: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.114177] system 00:0a: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.114182] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.114356] system 00:0b: [mem 0x000cf400-0x000cffff] has been reserved
    [ 0.114359] system 00:0b: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.114362] system 00:0b: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.114365] system 00:0b: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.114368] system 00:0b: [mem 0xfed00000-0xfed000ff] has been reserved
    [ 0.114371] system 00:0b: [mem 0x7fee0000-0x7fefffff] could not be reserved
    [ 0.114374] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.114377] system 00:0b: [mem 0x00100000-0x7fedffff] could not be reserved
    [ 0.114380] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.114382] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.114385] system 00:0b: [mem 0xffb00000-0xffb7ffff] has been reserved
    [ 0.114388] system 00:0b: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.114390] system 00:0b: [mem 0x000e0000-0x000effff] has been reserved
    [ 0.114394] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.114404] pnp: PnP ACPI: found 12 devices
    [ 0.114405] ACPI: bus type PNP unregistered
    [ 0.120198] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.120198] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
    [ 0.120198] pci 0000:00:01.0: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.120198] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.120198] pci 0000:00:1e.0: PCI bridge to [bus 02]
    [ 0.120198] pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff]
    [ 0.120198] pci 0000:00:1e.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.120198] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.120198] pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff]
    [ 0.120198] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
    [ 0.120198] pci_bus 0000:01: resource 1 [mem 0xfdd00000-0xfddfffff]
    [ 0.120198] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.120198] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    [ 0.120198] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff]
    [ 0.120198] pci_bus 0000:02: resource 4 [io 0x0000-0xffff]
    [ 0.120198] pci_bus 0000:02: resource 5 [mem 0x00000000-0xfffffffff]
    [ 0.120198] NET: Registered protocol family 2
    [ 0.120198] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.120198] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
    [ 0.120198] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.120198] TCP: reno registered
    [ 0.120198] UDP hash table entries: 1024 (order: 3, 32768 bytes)
    [ 0.120198] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    [ 0.120198] NET: Registered protocol family 1
    [ 0.120198] pci 0000:01:00.0: Boot video device
    [ 0.120198] pci 0000:02:08.0: Firmware left e100 interrupts enabled; disabling
    [ 0.120198] PCI: CLS 32 bytes, default 64
    [ 0.120198] Unpacking initramfs...
    [ 0.191296] Freeing initrd memory: 3084K (ffff8800379ea000 - ffff880037ced000)
    [ 0.191480] Scanning for low memory corruption every 60 seconds
    [ 0.191882] audit: initializing netlink socket (disabled)
    [ 0.191902] type=2000 audit(1396428835.189:1): initialized
    [ 0.206560] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.208164] zbud: loaded
    [ 0.208353] VFS: Disk quotas dquot_6.5.2
    [ 0.208404] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.208606] msgmni has been set to 4004
    [ 0.208673] Key type big_key registered
    [ 0.208929] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.208971] io scheduler noop registered
    [ 0.208973] io scheduler deadline registered
    [ 0.209007] io scheduler cfq registered (default)
    [ 0.209208] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.209282] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.209302] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.209360] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
    [ 0.209362] vesafb: scrolling: redraw
    [ 0.209364] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 0.209895] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004400000, using 5824k, total 5824k
    [ 0.265490] Console: switching to colour frame buffer device 175x65
    [ 0.320013] fb0: VESA VGA frame buffer device
    [ 0.320013] intel_idle: does not run on family 6 model 15
    [ 0.320013] GHES: HEST is not enabled!
    [ 0.320771] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.321201] Linux agpgart interface v0.103
    [ 0.321270] rtc_cmos 00:03: RTC can wake from S4
    [ 0.321402] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 0.321430] rtc_cmos 00:03: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.321540] drop_monitor: Initializing network drop monitor service
    [ 0.321607] TCP: cubic registered
    [ 0.321718] NET: Registered protocol family 10
    [ 0.321912] NET: Registered protocol family 17
    [ 0.321924] Key type dns_resolver registered
    [ 0.322165] registered taskstats version 1
    [ 0.322582] Magic number: 10:872:926
    [ 0.322659] rtc_cmos 00:03: setting system clock to 2014-04-02 08:54:05 UTC (1396428845)
    [ 0.322694] PM: Hibernation image not present or could not be loaded.
    [ 0.324137] Freeing unused kernel memory: 1124K (ffffffff818d3000 - ffffffff819ec000)
    [ 0.324139] Write protecting the kernel read-only data: 8192k
    [ 0.326967] Freeing unused kernel memory: 860K (ffff880001529000 - ffff880001600000)
    [ 0.327354] Freeing unused kernel memory: 372K (ffff8800017a3000 - ffff880001800000)
    [ 0.335950] random: systemd-tmpfile urandom read with 1 bits of entropy available
    [ 0.337560] systemd-udevd[46]: starting version 212
    [ 0.357062] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.360689] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.360743] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.364815] ACPI: bus type USB registered
    [ 0.364858] usbcore: registered new interface driver usbfs
    [ 0.364871] usbcore: registered new interface driver hub
    [ 0.367300] usbcore: registered new device driver usb
    [ 0.367497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.367497] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.367497] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.369227] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    [ 0.369272] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ff00
    [ 0.370097] hub 1-0:1.0: USB hub found
    [ 0.370108] hub 1-0:1.0: 2 ports detected
    [ 0.370356] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.370364] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    [ 0.370398] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fe00
    [ 0.370561] hub 2-0:1.0: USB hub found
    [ 0.370570] hub 2-0:1.0: 2 ports detected
    [ 0.370923] ehci-pci: EHCI PCI platform driver
    [ 0.371254] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.371263] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
    [ 0.371299] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fd00
    [ 0.371479] hub 3-0:1.0: USB hub found
    [ 0.371489] hub 3-0:1.0: 2 ports detected
    [ 0.371685] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 0.371695] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
    [ 0.371731] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000fc00
    [ 0.371759] SCSI subsystem initialized
    [ 0.372294] hub 4-0:1.0: USB hub found
    [ 0.372721] hub 4-0:1.0: 2 ports detected
    [ 0.373567] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 0.373575] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 5
    [ 0.380063] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
    [ 0.380074] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfdfff000
    [ 0.380372] libata version 3.00 loaded.
    [ 0.392071] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.392288] hub 5-0:1.0: USB hub found
    [ 0.392298] hub 5-0:1.0: 8 ports detected
    [ 0.413670] hub 1-0:1.0: USB hub found
    [ 0.413685] hub 1-0:1.0: 2 ports detected
    [ 0.418065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.428408] firewire_ohci 0000:02:01.0: added OHCI v1.0 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
    [ 0.444932] hub 2-0:1.0: USB hub found
    [ 0.444946] hub 2-0:1.0: 2 ports detected
    [ 0.475276] hub 3-0:1.0: USB hub found
    [ 0.475295] hub 3-0:1.0: 2 ports detected
    [ 0.498283] hub 4-0:1.0: USB hub found
    [ 0.498296] hub 4-0:1.0: 2 ports detected
    [ 0.498418] ata_piix 0000:00:1f.1: version 2.13
    [ 0.499273] scsi0 : ata_piix
    [ 0.499357] scsi1 : ata_piix
    [ 0.499402] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14
    [ 0.499404] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15
    [ 0.499515] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 0.499556] ata2: port disabled--ignoring
    [ 0.500252] scsi2 : ata_piix
    [ 0.500325] scsi3 : ata_piix
    [ 0.500368] ata3: SATA max UDMA/133 cmd 0xf800 ctl 0xf700 bmdma 0xf400 irq 19
    [ 0.500371] ata4: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf408 irq 19
    [ 0.699056] ata4.01: NODEV after polling detection
    [ 0.705789] ata4.00: ATAPI: HL-DT-STDVDRRW GSA-H30L, S755, max UDMA/33
    [ 0.705879] ata1.00: ATA-7: Hitachi HDT725032VLAT80, V54OA42A, max UDMA/133
    [ 0.705882] ata1.00: 625142448 sectors, multi 16: LBA48
    [ 0.705886] ata1.00: limited to UDMA/33 due to 40-wire cable
    [ 0.718854] ata4.00: configured for UDMA/33
    [ 0.721647] ata1.00: configured for UDMA/33
    [ 0.721797] scsi 0:0:0:0: Direct-Access ATA Hitachi HDT72503 V54O PQ: 0 ANSI: 5
    [ 0.725607] ata3.00: ATA-8: SAMSUNG HD320KJ, CP100-10, max UDMA7
    [ 0.725612] ata3.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 0.734331] ata3.00: configured for UDMA/133
    [ 0.734447] scsi 2:0:0:0: Direct-Access ATA SAMSUNG HD320KJ CP10 PQ: 0 ANSI: 5
    [ 0.736470] scsi 3:0:0:0: CD-ROM HL-DT-ST DVDRRW GSA-H30L S755 PQ: 0 ANSI: 5
    [ 0.739885] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 0.739947] sd 0:0:0:0: [sda] Write Protect is off
    [ 0.739950] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 0.739977] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 0.740339] sd 2:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 0.740397] sd 2:0:0:0: [sdb] Write Protect is off
    [ 0.740400] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 0.740426] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 0.743908] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 0.743912] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 0.744145] sr 3:0:0:0: Attached scsi CD-ROM sr0
    [ 0.748725] sdb: sdb1 sdb2
    [ 0.749036] sd 2:0:0:0: [sdb] Attached SCSI disk
    [ 0.752217] usb 5-6: new high-speed USB device number 2 using ehci-pci
    [ 0.778689] sda: sda1 sda2 sda3 sda4
    [ 0.779129] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 0.929217] firewire_core 0000:02:01.0: created device fw0: GUID 0011d800013adf24, S400
    [ 1.006684] usb 5-7: new high-speed USB device number 3 using ehci-pci
    [ 1.173252] usb-storage 5-7:1.0: USB Mass Storage device detected
    [ 1.173332] scsi4 : usb-storage 5-7:1.0
    [ 1.173427] usbcore: registered new interface driver usb-storage
    [ 1.197356] tsc: Refined TSC clocksource calibration: 2133.939 MHz
    [ 1.616813] EXT4-fs (sda2): mounting ext3 file system using the ext4 subsystem
    [ 1.624951] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.920203] random: nonblocking pool is initialized
    [ 2.247183] Switched to clocksource tsc
    [ 2.253827] scsi 4:0:0:0: Direct-Access Generic- Compact Flash 1.00 PQ: 0 ANSI: 0 CCS
    [ 2.260322] scsi 4:0:0:1: Direct-Access Generic- SM/xD-Picture 1.00 PQ: 0 ANSI: 0 CCS
    [ 2.266946] scsi 4:0:0:2: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS
    [ 2.273571] scsi 4:0:0:3: Direct-Access Generic- MS/MS-Pro 1.00 PQ: 0 ANSI: 0 CCS
    [ 2.280559] sd 4:0:0:0: [sdc] Attached SCSI removable disk
    [ 2.281310] sd 4:0:0:1: [sdd] Attached SCSI removable disk
    [ 2.282059] sd 4:0:0:2: [sde] Attached SCSI removable disk
    [ 2.282809] sd 4:0:0:3: [sdf] Attached SCSI removable disk
    [ 2.498874] systemd[1]: systemd 212 running in system mode. (+PAM -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR)
    [ 2.499029] systemd[1]: Detected architecture 'x86-64'.
    [ 2.499095] systemd[1]: No hostname configured.
    [ 2.499100] systemd[1]: Set hostname to <localhost>.
    [ 3.019084] systemd[1]: Configuration file /etc/systemd/system/netctl@ethernet\x2dstatic.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
    [ 3.052564] systemd[1]: Configuration file /etc/systemd/system/netctl@my\x2dnetwork.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
    [ 3.168175] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 3.168523] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.168587] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.168600] systemd[1]: Expecting device sys-subsystem-net-devices-enp2s8.device...
    [ 3.168617] systemd[1]: Starting Remote File Systems.
    [ 3.168629] systemd[1]: Reached target Remote File Systems.
    [ 3.168639] systemd[1]: Expecting device sys-subsystem-net-devices-wlp2s5.device...
    [ 3.168655] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.168691] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.168701] systemd[1]: Starting Paths.
    [ 3.168712] systemd[1]: Reached target Paths.
    [ 3.168722] systemd[1]: Starting Encrypted Volumes.
    [ 3.168732] systemd[1]: Reached target Encrypted Volumes.
    [ 3.168756] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.168851] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.168865] systemd[1]: Expecting device dev-sda4.device...
    [ 3.168877] systemd[1]: Expecting device dev-disk-by\x2duuid-8e743759\x2dc6f4\x2d4e8f\x2dae25\x2d2c24a8cba618.device...
    [ 3.168890] systemd[1]: Expecting device dev-disk-by\x2duuid-c96171f5\x2d9704\x2d4abf\x2d84ae\x2d2c4f78252a60.device...
    [ 3.168900] systemd[1]: Expecting device dev-disk-by\x2duuid-12EC23D6EC23B341.device...
    [ 3.168911] systemd[1]: Starting Root Slice.
    [ 3.175997] systemd[1]: Created slice Root Slice.
    [ 3.176010] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.176047] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.176058] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.176087] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.176098] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.176119] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.176133] systemd[1]: Starting udev Kernel Socket.
    [ 3.176155] systemd[1]: Listening on udev Kernel Socket.
    [ 3.176169] systemd[1]: Starting udev Control Socket.
    [ 3.176193] systemd[1]: Listening on udev Control Socket.
    [ 3.176203] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.176232] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.176243] systemd[1]: Starting User and Session Slice.
    [ 3.176438] systemd[1]: Created slice User and Session Slice.
    [ 3.176452] systemd[1]: Starting Journal Socket.
    [ 3.176501] systemd[1]: Listening on Journal Socket.
    [ 3.176518] systemd[1]: Starting System Slice.
    [ 3.176712] systemd[1]: Created slice System Slice.
    [ 3.176728] systemd[1]: Started File System Check on Root Device.
    [ 3.176738] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 3.176940] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 3.176954] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 3.212380] systemd[1]: Started Load Kernel Modules.
    [ 3.252481] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 3.253015] systemd[1]: Starting udev Coldplug all Devices...
    [ 3.253553] systemd[1]: Mounted FUSE Control File System.
    [ 3.253577] systemd[1]: Mounting Configuration File System...
    [ 3.254197] systemd[1]: Starting Setup Virtual Console...
    [ 3.254782] systemd[1]: Mounting Debug File System...
    [ 3.255307] systemd[1]: Mounting Huge Pages File System...
    [ 3.285128] systemd[1]: Starting Apply Kernel Variables...
    [ 3.285663] systemd[1]: Starting system-netctl.slice.
    [ 3.285916] systemd[1]: Created slice system-netctl.slice.
    [ 3.285940] systemd[1]: Starting system-getty.slice.
    [ 3.286240] systemd[1]: Created slice system-getty.slice.
    [ 3.286797] systemd[1]: Started Set Up Additional Binary Formats.
    [ 3.286822] systemd[1]: Mounting POSIX Message Queue File System...
    [ 3.287292] systemd[1]: Starting Journal Service...
    [ 3.287880] systemd[1]: Started Journal Service.
    [ 4.510133] EXT4-fs (sda2): re-mounted. Opts: data=ordered
    [ 4.568872] systemd-udevd[136]: starting version 212
    [ 5.479614] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 5.479621] ACPI: Power Button [PWRB]
    [ 5.479693] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 5.479697] ACPI: Power Button [PWRF]
    [ 5.490126] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.490129] ACPI: Thermal Zone [THRM] (19 C)
    [ 5.629665] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PM2S 1 (20131115/utaddress-251)
    [ 5.629673] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PM1K 2 (20131115/utaddress-251)
    [ 5.629677] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \GPE1 3 (20131115/utaddress-251)
    [ 5.629682] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 5.629685] ACPI Warning: 0x00000000000004b0-0x00000000000004bf SystemIO conflicts with Region \GPO2 1 (20131115/utaddress-251)
    [ 5.629689] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 5.629691] ACPI Warning: 0x0000000000000480-0x00000000000004af SystemIO conflicts with Region \GPIV 1 (20131115/utaddress-251)
    [ 5.629695] ACPI Warning: 0x0000000000000480-0x00000000000004af SystemIO conflicts with Region \GPO_ 2 (20131115/utaddress-251)
    [ 5.629699] ACPI Warning: 0x0000000000000480-0x00000000000004af SystemIO conflicts with Region \PALD 3 (20131115/utaddress-251)
    [ 5.629703] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 5.629705] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 5.639853] leds_ss4200: no LED devices found
    [ 5.687416] ACPI: Fan [FAN] (on)
    [ 5.708079] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 5.931908] cfg80211: Calling CRDA to update world regulatory domain
    [ 6.109750] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    [ 6.109754] e100: Copyright(c) 1999-2006 Intel Corporation
    [ 6.133562] e100 0000:02:08.0 eth0: addr 0xfdefe000, irq 20, MAC addr 00:1a:92:de:71:43
    [ 6.410441] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 6.599698] gameport gameport0: EMU10K1 is pci0000:02:04.1/gameport0, io 0xde00, speed 980kHz
    [ 6.659464] [drm] Initialized drm 1.1.0 20060810
    [ 6.722900] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 6.926377] iTCO_vendor_support: vendor-support=0
    [ 6.963443] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 6.963473] iTCO_wdt: Found a ICH7DH TCO device (Version=2, TCOBASE=0x0460)
    [ 6.963581] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 7.184227] Adding 4286784k swap on /dev/sda4. Priority:-1 extents:1 across:4286784k FS
    [ 7.195727] microcode: CPU0 sig=0x6f6, pf=0x1, revision=0xc6
    [ 7.263090] rtl8192cu: Chip version 0x11
    [ 7.334816] ath5k 0000:02:05.0: registered as 'phy1'
    [ 7.352471] rtl8192cu: MAC address: 80:1f:02:af:89:eb
    [ 7.352477] rtl8192cu: Board Type 0
    [ 7.352718] rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1
    [ 7.352752] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
    [ 7.352808] usbcore: registered new interface driver rtl8192cu
    [ 7.445824] [drm] radeon kernel modesetting enabled.
    [ 7.445878] checking generic (e0000000 5b0000) vs hw (e0000000 10000000)
    [ 7.445880] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
    [ 7.316873] systemd-udevd[150]: renamed network interface eth0 to enp2s8
    [ 7.445900] Console: switching
    [ 7.445902] to colour dummy device 80x25
    [ 7.446670] [drm] initializing kernel modesetting (RV515 0x1002:0x7181 0x1462:0x0400).
    [ 7.446689] [drm] register mmio base: 0xFDDF0000
    [ 7.446691] [drm] register mmio size: 65536
    [ 7.446807] ATOM BIOS: 113
    [ 7.446821] [drm] Generation 2 PCI interface, using max accessible memory
    [ 7.446827] radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
    [ 7.446830] radeon 0000:01:00.0: GTT: 512M 0x0000000020000000 - 0x000000003FFFFFFF
    [ 7.446845] [drm] Detected VRAM RAM=512M, BAR=256M
    [ 7.446847] [drm] RAM width 128bits DDR
    [ 7.446916] [TTM] Zone kernel: Available graphics memory: 1026428 kiB
    [ 7.446918] [TTM] Initializing pool allocator
    [ 7.446923] [TTM] Initializing DMA pool allocator
    [ 7.446942] [drm] radeon: 512M of VRAM memory ready
    [ 7.446944] [drm] radeon: 512M of GTT memory ready.
    [ 7.446965] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 7.458262] [drm] radeon: 1 quad pipes, 1 z pipes initialized.
    [ 7.459147] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 7.459171] radeon 0000:01:00.0: WB enabled
    [ 7.459176] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000020000000 and cpu addr 0xffff88007bb31000
    [ 7.459179] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 7.459180] [drm] Driver supports precise vblank timestamp query.
    [ 7.459192] [drm] radeon: irq initialized.
    [ 7.459208] [drm] Loading R500 Microcode
    [ 7.476935] platform microcode: Direct firmware load failed with error -2
    [ 7.476939] platform microcode: Falling back to user helper
    [ 7.477387] microcode: CPU1 sig=0x6f6, pf=0x1, revision=0xc6
    [ 7.477402] platform microcode: Direct firmware load failed with error -2
    [ 7.477405] platform microcode: Falling back to user helper
    [ 7.477982] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 7.503453] [drm] radeon: ring at 0x0000000020001000
    [ 7.503490] [drm] ring test succeeded in 6 usecs
    [ 7.503671] [drm] ib test succeeded in 0 usecs
    [ 7.503948] [drm] Radeon Display Connectors
    [ 7.503950] [drm] Connector 0:
    [ 7.503951] [drm] DVI-I-1
    [ 7.503953] [drm] HPD2
    [ 7.503955] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
    [ 7.503957] [drm] Encoders:
    [ 7.503958] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 7.503960] [drm] DFP3: INTERNAL_LVTM1
    [ 7.503961] [drm] Connector 1:
    [ 7.503963] [drm] SVIDEO-1
    [ 7.503964] [drm] Encoders:
    [ 7.503965] [drm] TV1: INTERNAL_KLDSCP_DAC2
    [ 7.503967] [drm] Connector 2:
    [ 7.503968] [drm] DVI-I-2
    [ 7.503969] [drm] HPD1
    [ 7.503971] [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
    [ 7.503973] [drm] Encoders:
    [ 7.503974] [drm] CRT2: INTERNAL_KLDSCP_DAC2
    [ 7.503976] [drm] DFP1: INTERNAL_KLDSCP_TMDS1
    [ 7.583351] [drm] fb mappable at 0xE00C0000
    [ 7.583351] [drm] vram apper at 0xE0000000
    [ 7.583351] [drm] size 7258112
    [ 7.583351] [drm] fb depth is 24
    [ 7.583351] [drm] pitch is 6912
    [ 7.583719] fbcon: radeondrmfb (fb0) is primary device
    [ 7.600235] Console: switching to colour frame buffer device 210x65
    [ 7.605874] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
    [ 7.605877] radeon 0000:01:00.0: registered panic notifier
    [ 7.605883] [drm] Initialized radeon 2.36.0 20080528 for 0000:01:00.0 on minor 0
    [ 7.625781] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
    [ 7.626479] rtlwifi: wireless switch is on
    [ 7.642639] fuse init (API version 7.22)
    [ 7.647140] ath: EEPROM regdomain: 0x0
    [ 7.647144] ath: EEPROM indicates default country code should be used
    [ 7.647146] ath: doing EEPROM country->regdmn map search
    [ 7.647149] ath: country maps to regdmn code: 0x3a
    [ 7.647151] ath: Country alpha2 being used: US
    [ 7.647153] ath: Regpair used: 0x3a
    [ 7.647274] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
    [ 7.647537] ath5k: phy1: Atheros AR5212 chip found (MAC: 0x56, PHY: 0x41)
    [ 7.647540] ath5k: phy1: RF5111 5GHz radio found (0x17)
    [ 7.647543] ath5k: phy1: RF2111 2GHz radio found (0x23)
    [ 7.709874] systemd-udevd[143]: renamed network interface wlan1 to wlp2s5
    [ 8.136233] systemd-udevd[141]: renamed network interface wlan0 to wlp0s29f7u6
    [ 8.322562] coretemp coretemp.0: Using relative temperature scale!
    [ 8.322706] coretemp coretemp.0: Using relative temperature scale!
    [ 8.594743] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
    [ 8.638575] mousedev: PS/2 mouse device common for all mice
    [ 9.284691] EXT4-fs (sda3): mounting ext3 file system using the ext4 subsystem
    [ 9.328865] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 10.357627] IPv6: ADDRCONF(NETDEV_UP): enp2s8: link is not ready
    [ 10.363499] e100 0000:02:08.0 enp2s8: NIC Link is Up 100 Mbps Full Duplex
    [ 10.363772] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s8: link becomes ready
    [ 10.865860] systemd-journald[119]: Received request to flush runtime journal from PID 1
    [ 11.002834] rtl8192cu: MAC auto ON okay!
    [ 11.035475] rtl8192cu: Tx queue select: 0x05
    [ 11.407281] IPv6: ADDRCONF(NETDEV_UP): wlp0s29f7u6: link is not ready
    [ 12.592937] wlp0s29f7u6: authenticate with 2c:39:96:b3:ba:40
    [ 12.617024] wlp0s29f7u6: send auth to 2c:39:96:b3:ba:40 (try 1/3)
    [ 12.654273] wlp0s29f7u6: authenticated
    [ 12.659239] wlp0s29f7u6: associate with 2c:39:96:b3:ba:40 (try 1/3)
    [ 12.663526] wlp0s29f7u6: RX AssocResp from 2c:39:96:b3:ba:40 (capab=0x431 status=0 aid=44)
    [ 12.663558] wlp0s29f7u6: associated
    [ 12.663598] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s29f7u6: link becomes ready
    [ 216.768500] perf samples too long (2503 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
    [ 295.526133] wlp0s29f7u6: deauthenticating from 2c:39:96:b3:ba:40 by local choice (reason=3)
    [ 295.538508] cfg80211: Calling CRDA for country: US
    [ 295.779488] rtl8192cu: MAC auto ON okay!
    [ 295.813132] rtl8192cu: Tx queue select: 0x05
    [ 296.188680] IPv6: ADDRCONF(NETDEV_UP): wlp0s29f7u6: link is not ready
    [ 297.158587] wlp0s29f7u6: authenticate with 2c:39:96:b3:ba:40
    [ 297.171430] wlp0s29f7u6: send auth to 2c:39:96:b3:ba:40 (try 1/3)
    [ 297.181575] wlp0s29f7u6: authenticated
    [ 297.185043] wlp0s29f7u6: associate with 2c:39:96:b3:ba:40 (try 1/3)
    [ 297.198798] wlp0s29f7u6: RX AssocResp from 2c:39:96:b3:ba:40 (capab=0x431 status=0 aid=44)
    [ 297.198839] wlp0s29f7u6: associated
    [ 297.198885] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s29f7u6: link becomes ready
    [ 466.957760] perf samples too long (4993 > 4990), lowering kernel.perf_event_max_sample_rate to 25200
    [ 653.237523] wlp0s29f7u6: deauthenticating from 2c:39:96:b3:ba:40 by local choice (reason=3)
    [ 653.252189] cfg80211: Calling CRDA for country: GB
    [ 653.492515] rtl8192cu: MAC auto ON okay!
    [ 653.526155] rtl8192cu: Tx queue select: 0x05
    [ 653.902071] IPv6: ADDRCONF(NETDEV_UP): wlp0s29f7u6: link is not ready
    [ 654.830321] wlp0s29f7u6: authenticate with 2c:39:96:b3:ba:40
    [ 654.843456] wlp0s29f7u6: send auth to 2c:39:96:b3:ba:40 (try 1/3)
    [ 654.863972] wlp0s29f7u6: authenticated
    [ 654.867473] wlp0s29f7u6: associate with 2c:39:96:b3:ba:40 (try 1/3)
    [ 654.879214] wlp0s29f7u6: RX AssocResp from 2c:39:96:b3:ba:40 (capab=0x431 status=0 aid=44)
    [ 654.879258] wlp0s29f7u6: associated
    [ 654.879319] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s29f7u6: link becomes ready
    [ 845.720733] wlp0s29f7u6: deauthenticating from 2c:39:96:b3:ba:40 by local choice (reason=3)
    [ 845.733072] cfg80211: Calling CRDA to update world regulatory domain
    [ 845.972288] rtl8192cu: MAC auto ON okay!
    [ 846.005180] rtl8192cu: Tx queue select: 0x05
    [ 846.376969] IPv6: ADDRCONF(NETDEV_UP): wlp0s29f7u6: link is not ready
    [ 847.303644] wlp0s29f7u6: authenticate with 2c:39:96:b3:ba:40
    [ 847.316223] wlp0s29f7u6: send auth to 2c:39:96:b3:ba:40 (try 1/3)
    [ 847.341107] wlp0s29f7u6: authenticated
    [ 847.345443] wlp0s29f7u6: associate with 2c:39:96:b3:ba:40 (try 1/3)
    [ 847.369345] wlp0s29f7u6: RX AssocResp from 2c:39:96:b3:ba:40 (capab=0x431 status=0 aid=44)
    [ 847.369380] wlp0s29f7u6: associated
    [ 847.369422] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s29f7u6: link becomes ready
    [ 1165.243225] wlp0s29f7u6: deauthenticating from 2c:39:96:b3:ba:40 by local choice (reason=3)
    [ 1165.255458] cfg80211: Calling CRDA for country: GB
    [ 1165.501950] rtl8192cu: MAC auto ON okay!
    [ 1165.534590] rtl8192cu: Tx queue select: 0x05
    [ 1165.906506] IPv6: ADDRCONF(NETDEV_UP): wlp0s29f7u6: link is not ready
    [ 1166.922571] wlp0s29f7u6: authenticate with 2c:39:96:b3:ba:40
    [ 1166.935133] wlp0s29f7u6: send auth to 2c:39:96:b3:ba:40 (try 1/3)
    [ 1166.962884] wlp0s29f7u6: authenticated
    [ 1166.963550] wlp0s29f7u6: associate with 2c:39:96:b3:ba:40 (try 1/3)
    [ 1166.969384] wlp0s29f7u6: RX AssocResp from 2c:39:96:b3:ba:40 (capab=0x431 status=0 aid=44)
    [ 1166.969418] wlp0s29f7u6: associated
    [ 1166.969455] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s29f7u6: link becomes ready
    [ 1317.334883] wlp0s29f7u6: deauthenticating from 2c:39:96:b3:ba:40 by local choice (reason=3)
    [ 1317.347568] cfg80211: Calling CRDA to update world regulatory domain
    [ 1317.593153] rtl8192cu: MAC auto ON okay!
    [ 1317.625922] rtl8192cu: Tx queue select: 0x05
    [ 1318.002339] IPv6: ADDRCONF(NETDEV_UP): wlp0s29f7u6: link is not ready
    [ 1318.943694] wlp0s29f7u6: authenticate with 2c:39:96:b3:ba:40
    [ 1318.959587] wlp0s29f7u6: send auth to 2c:39:96:b3:ba:40 (try 1/3)
    [ 1318.961335] wlp0s29f7u6: authenticated
    [ 1318.965144] wlp0s29f7u6: associate with 2c:39:96:b3:ba:40 (try 1/3)
    [ 1318.988340] wlp0s29f7u6: RX AssocResp from 2c:39:96:b3:ba:40 (capab=0x431 status=0 aid=44)
    [ 1318.988376] wlp0s29f7u6: associated
    [ 1318.988421] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s29f7u6: link becomes ready
    [ 1469.086853] wlp0s29f7u6: deauthenticating from 2c:39:96:b3:ba:40 by local choice (reason=3)
    [ 1469.099248] cfg80211: Calling CRDA to update world regulatory domain
    [ 1469.337346] rtl8192cu: MAC auto ON okay!
    [ 1469.370119] rtl8192cu: Tx queue select: 0x05
    [ 1469.742158] IPv6: ADDRCONF(NETDEV_UP): wlp0s29f7u6: link is not ready
    [ 1470.673984] wlp0s29f7u6: authenticate with 2c:39:96:b3:ba:40
    [ 1470.686540] wlp0s29f7u6: send auth to 2c:39:96:b3:ba:40 (try 1/3)
    [ 1470.691410] wlp0s29f7u6: authenticated
    [ 1470.693241] wlp0s29f7u6: associate with 2c:39:96:b3:ba:40 (try 1/3)
    [ 1470.702651] wlp0s29f7u6: RX AssocResp from 2c:39:96:b3:ba:40 (capab=0x431 status=0 aid=44)
    [ 1470.702687] wlp0s29f7u6: associated
    [ 1470.702728] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s29f7u6: link becomes ready
    [ 1680.753182] wlp0s29f7u6: deauthenticating from 2c:39:96:b3:ba:40 by local choice (reason=3)
    [ 1680.765752] cfg80211: Calling CRDA for country: GB
    [ 1680.998495] rtl8192cu: MAC auto ON okay!
    [ 1681.031255] rtl8192cu: Tx queue select: 0x05
    [ 1681.406799] IPv6: ADDRCONF(NETDEV_UP): wlp0s29f7u6: link is not ready
    [ 1682.318347] wlp0s29f7u6: authenticate with 2c:39:96:b3:ba:40
    [ 1682.330930] wlp0s29f7u6: send auth to 2c:39:96:b3:ba:40 (try 1/3)
    [ 1682.342673] wlp0s29f7u6: authenticated
    [ 1682.343689] wlp0s29f7u6: associate with 2c:39:96:b3:ba:40 (try 1/3)
    [ 1682.350924] wlp0s29f7u6: RX AssocResp from 2c:39:96:b3:ba:40 (capab=0x431 status=0 aid=44)
    [ 1682.350956] wlp0s29f7u6: associated
    [ 1682.350994] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s29f7u6: link becomes ready
    [ 2206.980860] wlp0s29f7u6: deauthenticating from 2c:39:96:b3:ba:40 by local choice (reason=3)
    [ 2206.993170] cfg80211: Calling CRDA to update world regulatory domain
    [ 2207.227511] rtl8192cu: MAC auto ON okay!
    [ 2207.260157] rtl8192cu: Tx queue select: 0x05
    [ 2207.631823] IPv6: ADDRCONF(NETDEV_UP): wlp0s29f7u6: link is not ready
    [ 2208.565086] wlp0s29f7u6: authenticate with 2c:39:96:b3:ba:40
    [ 2208.577695] wlp0s29f7u6: send auth to 2c:39:96:b3:ba:40 (try 1/3)
    [ 2208.585581] wlp0s29f7u6: authenticated
    [ 2208.587355] wlp0s29f7u6: associate with 2c:39:96:b3:ba:40 (try 1/3)
    [ 2208.616071] wlp0s29f7u6: RX AssocResp from 2c:39:96:b3:ba:40 (capab=0x431 status=0 aid=44)
    [ 2208.616112] wlp0s29f7u6: associated
    [ 2208.616155] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s29f7u6: link becomes ready
    [ 2504.014135] wlp0s29f7u6: deauthenticating from 2c:39:96:b3:ba:40 by local choice (reason=3)
    [ 2504.026462] cfg80211: Calling CRDA to update world regulatory domain
    [ 2504.273688] rtl8192cu: MAC auto ON okay!
    [ 2504.309828] rtl8192cu: Tx queue select: 0x05
    [ 2504.702760] IPv6: ADDRCONF(NETDEV_UP): wlp0s29f7u6: link is not ready
    [ 2505.627571] wlp0s29f7u6: authenticate with 2c:39:96:b3:ba:40
    [ 2505.640510] wlp0s29f7u6: send auth to 2c:39:96:b3:ba:40 (try 1/3)
    [ 2505.649754] wlp0s29f7u6: authenticated
    [ 2505.650508] wlp0s29f7u6: associate with 2c:39:96:b3:ba:40 (try 1/3)
    [ 2505.680782] wlp0s29f7u6: RX AssocResp from 2c:39:96:b3:ba:40 (capab=0x431 status=0 aid=44)
    [ 2505.680831] wlp0s29f7u6: associated
    [ 2505.680887] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s29f7u6: link becomes ready
    [ 2948.553142] wlp0s29f7u6: deauthenticating from 2c:39:96:b3:ba:40 by local choice (reason=3)
    [ 2948.565823] cfg80211: Calling CRDA for country: GB
    [ 2948.814051] rtl8192cu: MAC auto ON okay!
    [ 2948.846690] rtl8192cu: Tx queue select: 0x05
    [ 2949.220485] IPv6: ADDRCONF(NETDEV_UP): wlp0s29f7u6: link is not ready
    [ 2950.173570] wlp0s29f7u6: authenticate with 2c:39:96:b3:ba:40
    [ 2950.186113] wlp0s29f7u6: send auth to 2c:39:96:b3:ba:40 (try 1/3)
    [ 2950.190241] wlp0s29f7u6: authenticated
    If there is anything else I can provide that may help please ask, this has been driving me mad for days now!

    Looks like a driver bug. You could try multiple things, as a start:
    - switch channel
    - toggle encryption
    - different usb port

  • Built in camera not showing up in devices

    I have installed Skype but it can not find my built in camera (when I go to select the video device it doesn't find anything).  My system is a Dell Studio 1458.
    uname -r -s
    Linux 3.16.3-1-ARCH
    I have searched and can not find anything useful.  I can't even seem to locate my camera.  The Arch Webcam Setup has some information but I can't even find my device listed.  This webcam has worked in the past (on other operating systems) but I have never tried to get it to work on Arch until now. 
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.16.3-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=652fafcb-9a22-4cd0-8554-460d758126cc rw
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c3ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000dffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c3a7bfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c3a7c000-0x00000000c3a81fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c3a82000-0x00000000c3be9fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c3bea000-0x00000000c3c0efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c3c0f000-0x00000000c3c6efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c3c6f000-0x00000000c3c6ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c3c70000-0x00000000c3cf0fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000c3cf1000-0x00000000c3f0efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c3f0f000-0x00000000c3f16fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c3f17000-0x00000000c3f1efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c3f1f000-0x00000000c3f80fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c3f81000-0x00000000c3f9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000c3f9f000-0x00000000c3fdcfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c3fdd000-0x00000000c3ffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000c3fff000-0x00000000c3ffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c4000000-0x00000000c5ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c7800000-0x00000000c7ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0704000-0x00000000f0704fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000feaff000-0x00000000feafffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000237ffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: Dell Inc. Studio 1458/0133D9, BIOS A07 05/12/2011
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x238000 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-D3FFF write-protect
    [ 0.000000] D4000-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0C4000000 mask FFE000000 uncachable
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0C0000000 mask FF8000000 write-back
    [ 0.000000] 4 base 100000000 mask F00000000 write-back
    [ 0.000000] 5 base 200000000 mask FE0000000 write-back
    [ 0.000000] 6 base 220000000 mask FF0000000 write-back
    [ 0.000000] 7 base 230000000 mask FF8000000 write-back
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xc4000000-0xc5ffffff] usable ==> reserved
    [ 0.000000] e820: update [mem 0xc8000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xc4000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000f7050-0x000f705f] mapped at [ffff8800000f7050]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b23000, 0x01b23fff] PGTABLE
    [ 0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
    [ 0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x237e00000-0x237ffffff]
    [ 0.000000] [mem 0x237e00000-0x237ffffff] page 2M
    [ 0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x234000000-0x237dfffff]
    [ 0.000000] [mem 0x234000000-0x237dfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x233ffffff]
    [ 0.000000] [mem 0x200000000-0x233ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xc3a7bfff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0xc39fffff] page 2M
    [ 0.000000] [mem 0xc3a00000-0xc3a7bfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xc3a82000-0xc3be9fff]
    [ 0.000000] [mem 0xc3a82000-0xc3be9fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xc3c0f000-0xc3c6efff]
    [ 0.000000] [mem 0xc3c0f000-0xc3c6efff] page 4k
    [ 0.000000] BRK [0x01b27000, 0x01b27fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xc3f0f000-0xc3f16fff]
    [ 0.000000] [mem 0xc3f0f000-0xc3f16fff] page 4k
    [ 0.000000] BRK [0x01b28000, 0x01b28fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xc3f1f000-0xc3f80fff]
    [ 0.000000] [mem 0xc3f1f000-0xc3f80fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xc3f9f000-0xc3fdcfff]
    [ 0.000000] [mem 0xc3f9f000-0xc3fdcfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xc3fff000-0xc3ffffff]
    [ 0.000000] [mem 0xc3fff000-0xc3ffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x379d8000-0x37ce3fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000F6F70 000024 (v02 DELL )
    [ 0.000000] ACPI: XSDT 0x00000000C3FF14CB 000074 (v01 DELL FX09 06040000 LTP 00000000)
    [ 0.000000] ACPI: FACP 0x00000000C3FE1000 0000F4 (v03 DELL M09 06040000 ALAN 00000001)
    [ 0.000000] ACPI: DSDT 0x00000000C3FE2000 00D5F3 (v02 DELL M09 06040000 INTL 20060912)
    [ 0.000000] ACPI: FACS 0x00000000C3F9BFC0 000040
    [ 0.000000] ACPI: HPET 0x00000000C3FFECC2 000038 (v01 DELL M09 06040000 LOHR 0000005A)
    [ 0.000000] ACPI: MCFG 0x00000000C3FFECFA 00003C (v01 DELL M09 06040000 LOHR 0000005A)
    [ 0.000000] ACPI: APIC 0x00000000C3FFED36 0000BC (v01 DELL M09 06040000 LTP 00000000)
    [ 0.000000] ACPI: BOOT 0x00000000C3FFEDF2 000028 (v01 DELL M09 06040000 LTP 00000001)
    [ 0.000000] ACPI: OSFR 0x00000000C3FFEE1A 000070 (v01 DELL DELL 06040000 ASL 00000061)
    [ 0.000000] ACPI: SLIC 0x00000000C3FFEE8A 000176 (v01 DELL FX09 06040000 LTP 00000000)
    [ 0.000000] ACPI: SSDT 0x00000000C3FE0000 0009F1 (v01 PmRef CpuPm 00003000 INTL 20090320)
    [ 0.000000] ACPI: SSDT 0x00000000C3FDF000 000259 (v01 PmRef Cpu0Tst 00003000 INTL 20090320)
    [ 0.000000] ACPI: SSDT 0x00000000C3FDE000 00049F (v01 PmRef ApTst 00003000 INTL 20090320)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000237ffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x237ffffff]
    [ 0.000000] NODE_DATA [mem 0x237ff3000-0x237ff7fff]
    [ 0.000000] [ffffea0000000000-ffffea0008dfffff] PMD -> [ffff88022f600000-ffff8802375fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x237ffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009bfff]
    [ 0.000000] node 0: [mem 0x00100000-0xc3a7bfff]
    [ 0.000000] node 0: [mem 0xc3a82000-0xc3be9fff]
    [ 0.000000] node 0: [mem 0xc3c0f000-0xc3c6efff]
    [ 0.000000] node 0: [mem 0xc3f0f000-0xc3f16fff]
    [ 0.000000] node 0: [mem 0xc3f1f000-0xc3f80fff]
    [ 0.000000] node 0: [mem 0xc3f9f000-0xc3fdcfff]
    [ 0.000000] node 0: [mem 0xc3fff000-0xc3ffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x237ffffff]
    [ 0.000000] On node 0 totalpages: 2079880
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3995 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12468 pages used for memmap
    [ 0.000000] DMA32 zone: 797933 pages, LIFO batch:31
    [ 0.000000] Normal zone: 19968 pages used for memmap
    [ 0.000000] Normal zone: 1277952 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] 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[0x08] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    [ 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 0x0009c000-0x0009cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000e3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc3a7c000-0xc3a81fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc3bea000-0xc3c0efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc3c6f000-0xc3c6ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc3c70000-0xc3cf0fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc3cf1000-0xc3f0efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc3f17000-0xc3f1efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc3f81000-0xc3f9efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc3fdd000-0xc3ffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc4000000-0xc5ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc6000000-0xc77fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc7800000-0xc7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc8000000-0xdfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf0703fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0704000-0xf0704fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0705000-0xfeafefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeaff000-0xfeafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed8ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xc8000000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff880237c00000 s86784 r8192 d23808 u262144
    [ 0.000000] pcpu-alloc: s86784 r8192 d23808 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: 2047359
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=652fafcb-9a22-4cd0-8554-460d758126cc rw
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: 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: 8106532K/8319520K available (5335K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 212988K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 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 using PIT
    [ 0.000000] tsc: Detected 1728.959 MHz processor
    [ 0.000048] Calibrating delay loop (skipped), value calculated using timer frequency.. 3459.99 BogoMIPS (lpj=5763196)
    [ 0.000051] pid_max: default: 32768 minimum: 301
    [ 0.000060] ACPI: Core revision 20140424
    [ 0.013580] ACPI: All ACPI Tables successfully acquired
    [ 0.023377] Security Framework initialized
    [ 0.023384] Yama: becoming mindful.
    [ 0.024083] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.026165] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.027064] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.027078] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.027376] Initializing cgroup subsys memory
    [ 0.027402] Initializing cgroup subsys devices
    [ 0.027410] Initializing cgroup subsys freezer
    [ 0.027414] Initializing cgroup subsys net_cls
    [ 0.027419] Initializing cgroup subsys blkio
    [ 0.027446] CPU: Physical Processor ID: 0
    [ 0.027448] CPU: Processor Core ID: 0
    [ 0.027453] mce: CPU supports 9 MCE banks
    [ 0.027465] CPU0: Thermal monitoring enabled (TM1)
    [ 0.027475] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 6
    [ 0.027572] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    [ 0.028601] ftrace: allocating 20438 entries in 80 pages
    [ 0.041910] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.074900] smpboot: CPU0: Intel(R) Core(TM) i7 CPU Q 740 @ 1.73GHz (fam: 06, model: 1e, stepping: 05)
    [ 0.179631] Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver.
    [ 0.179652] perf_event_intel: CPU erratum AAJ80 worked around
    [ 0.179654] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    [ 0.179656] ... version: 3
    [ 0.179658] ... bit width: 48
    [ 0.179659] ... generic registers: 4
    [ 0.179660] ... value mask: 0000ffffffffffff
    [ 0.179661] ... max period: 000000007fffffff
    [ 0.179663] ... fixed-purpose events: 3
    [ 0.179664] ... event mask: 000000070000000f
    [ 0.203037] x86: Booting SMP configuration:
    [ 0.203040] .... node #0, CPUs: #1
    [ 0.216378] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.223033] #2 #3 #4 #5 #6 #7
    [ 0.336263] x86: Booted up 1 node, 8 CPUs
    [ 0.336267] smpboot: Total of 8 processors activated (27674.98 BogoMIPS)
    [ 0.342350] devtmpfs: initialized
    [ 0.345861] PM: Registering ACPI NVS region [mem 0xc3c70000-0xc3cf0fff] (528384 bytes)
    [ 0.345874] PM: Registering ACPI NVS region [mem 0xc3f81000-0xc3f9efff] (122880 bytes)
    [ 0.347195] pinctrl core: initialized pinctrl subsystem
    [ 0.347244] RTC time: 0:13:26, date: 09/30/14
    [ 0.347304] NET: Registered protocol family 16
    [ 0.347442] cpuidle: using governor ladder
    [ 0.347445] cpuidle: using governor menu
    [ 0.347473] ACPI: bus type PCI registered
    [ 0.347475] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.347576] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.347579] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.348242] PCI: Using configuration type 1 for base access
    [ 0.360029] ACPI: Added _OSI(Module Device)
    [ 0.360032] ACPI: Added _OSI(Processor Device)
    [ 0.360034] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.360035] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.363464] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.379612] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.393321] ACPI: Dynamic OEM Table Load:
    [ 0.393330] ACPI: SSDT 0xFFFF88022BE82400 0003ED (v01 PmRef Cpu0Ist 00003000 INTL 20090320)
    [ 0.393928] ACPI: Dynamic OEM Table Load:
    [ 0.393936] ACPI: SSDT 0xFFFF88022BEB1000 0005CD (v01 PmRef Cpu0Cst 00003001 INTL 20090320)
    [ 0.419845] ACPI: Dynamic OEM Table Load:
    [ 0.419852] ACPI: SSDT 0xFFFF88022BE82C00 000303 (v01 PmRef ApIst 00003000 INTL 20090320)
    [ 0.432999] ACPI: Dynamic OEM Table Load:
    [ 0.433006] ACPI: SSDT 0xFFFF88022BE99A00 000119 (v01 PmRef ApCst 00003000 INTL 20090320)
    [ 1.326065] ACPI: Interpreter enabled
    [ 1.326074] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    [ 1.326080] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    [ 1.326099] ACPI: (supports S0 S3 S4 S5)
    [ 1.326101] ACPI: Using IOAPIC for interrupt routing
    [ 1.326142] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 1.333007] ACPI: Power Resource [FN00] (off)
    [ 1.333122] ACPI: Power Resource [FN01] (off)
    [ 1.333858] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 1.333865] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 1.333907] \_SB_.PCI0:_OSC invalid UUID
    [ 1.333909] _OSC request data:1 1f 0
    [ 1.333914] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 1.334941] PCI host bridge to bus 0000:00
    [ 1.334945] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 1.334948] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 1.334950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 1.334952] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 1.334955] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 1.334957] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 1.334959] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 1.334962] pci_bus 0000:00: root bus resource [mem 0xc8000000-0xfebfffff]
    [ 1.334972] pci 0000:00:00.0: [8086:d132] type 00 class 0x060000
    [ 1.335119] pci 0000:00:03.0: [8086:d138] type 01 class 0x060400
    [ 1.335181] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
    [ 1.335245] pci 0000:00:03.0: System wakeup disabled by ACPI
    [ 1.335305] pci 0000:00:08.0: [8086:d155] type 00 class 0x088000
    [ 1.335439] pci 0000:00:08.1: [8086:d156] type 00 class 0x088000
    [ 1.335573] pci 0000:00:08.2: [8086:d157] type 00 class 0x088000
    [ 1.335702] pci 0000:00:08.3: [8086:d158] type 00 class 0x088000
    [ 1.335832] pci 0000:00:10.0: [8086:d150] type 00 class 0x088000
    [ 1.335946] pci 0000:00:10.1: [8086:d151] type 00 class 0x088000
    [ 1.336099] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
    [ 1.336141] pci 0000:00:16.0: reg 0x10: [mem 0xf0705800-0xf070580f 64bit]
    [ 1.336240] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 1.336375] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
    [ 1.336410] pci 0000:00:1a.0: reg 0x10: [mem 0xf0705c00-0xf0705fff]
    [ 1.336513] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 1.336581] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 1.336643] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
    [ 1.336666] pci 0000:00:1b.0: reg 0x10: [mem 0xf0700000-0xf0703fff 64bit]
    [ 1.336753] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.336821] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 1.336882] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
    [ 1.336973] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.337041] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 1.337099] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
    [ 1.337189] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 1.337257] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 1.337314] pci 0000:00:1c.2: [8086:3b46] type 01 class 0x060400
    [ 1.337404] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 1.337471] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 1.337543] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
    [ 1.337578] pci 0000:00:1d.0: reg 0x10: [mem 0xf0706000-0xf07063ff]
    [ 1.337685] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 1.337752] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 1.337810] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 1.337927] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 1.337991] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
    [ 1.338216] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
    [ 1.338246] pci 0000:00:1f.2: reg 0x10: [io 0x1830-0x1837]
    [ 1.338259] pci 0000:00:1f.2: reg 0x14: [io 0x1824-0x1827]
    [ 1.338272] pci 0000:00:1f.2: reg 0x18: [io 0x1828-0x182f]
    [ 1.338285] pci 0000:00:1f.2: reg 0x1c: [io 0x1820-0x1823]
    [ 1.338298] pci 0000:00:1f.2: reg 0x20: [io 0x1800-0x181f]
    [ 1.338312] pci 0000:00:1f.2: reg 0x24: [mem 0xf0705000-0xf07057ff]
    [ 1.338374] pci 0000:00:1f.2: PME# supported from D3hot
    [ 1.338487] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
    [ 1.338512] pci 0000:00:1f.3: reg 0x10: [mem 0xf0706400-0xf07064ff 64bit]
    [ 1.338539] pci 0000:00:1f.3: reg 0x20: [io 0x1840-0x185f]
    [ 1.338730] pci 0000:02:00.0: [1002:68e0] type 00 class 0x030000
    [ 1.338747] pci 0000:02:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 1.338758] pci 0000:02:00.0: reg 0x18: [mem 0xcfee0000-0xcfefffff 64bit]
    [ 1.338766] pci 0000:02:00.0: reg 0x20: [io 0x2000-0x20ff]
    [ 1.338780] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
    [ 1.338817] pci 0000:02:00.0: supports D1 D2
    [ 1.338878] pci 0000:02:00.1: [1002:aa68] type 00 class 0x040300
    [ 1.338894] pci 0000:02:00.1: reg 0x10: [mem 0xcfedc000-0xcfedffff 64bit]
    [ 1.338959] pci 0000:02:00.1: supports D1 D2
    [ 1.342669] pci 0000:00:03.0: PCI bridge to [bus 02]
    [ 1.342677] pci 0000:00:03.0: bridge window [io 0x2000-0x2fff]
    [ 1.342684] pci 0000:00:03.0: bridge window [mem 0xcfe00000-0xcfefffff]
    [ 1.342693] pci 0000:00:03.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 1.342913] pci 0000:03:00.0: [14e4:1692] type 00 class 0x020000
    [ 1.343024] pci 0000:03:00.0: reg 0x10: [mem 0xf0300000-0xf030ffff 64bit]
    [ 1.343657] pci 0000:03:00.0: PME# supported from D3hot D3cold
    [ 1.343742] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 1.343882] pci 0000:00:1c.0: PCI bridge to [bus 03]
    [ 1.343893] pci 0000:00:1c.0: bridge window [mem 0xf0300000-0xf03fffff]
    [ 1.343992] acpiphp: Slot [1] registered
    [ 1.344007] pci 0000:00:1c.1: PCI bridge to [bus 04-05]
    [ 1.344016] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 1.344025] pci 0000:00:1c.1: bridge window [mem 0xf0200000-0xf02fffff]
    [ 1.344036] pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 1.344367] pci 0000:06:00.0: [8086:422c] type 00 class 0x028000
    [ 1.344650] pci 0000:06:00.0: reg 0x10: [mem 0xf0400000-0xf0401fff 64bit]
    [ 1.346064] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
    [ 1.346313] pci 0000:06:00.0: System wakeup disabled by ACPI
    [ 1.346546] pci 0000:00:1c.2: PCI bridge to [bus 06]
    [ 1.346556] pci 0000:00:1c.2: bridge window [mem 0xf0400000-0xf04fffff]
    [ 1.346660] pci 0000:00:1e.0: PCI bridge to [bus 07] (subtractive decode)
    [ 1.346675] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 1.346677] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 1.346680] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 1.346682] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 1.346684] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 1.346687] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    [ 1.346689] pci 0000:00:1e.0: bridge window [mem 0xc8000000-0xfebfffff] (subtractive decode)
    [ 1.347415] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
    [ 1.347495] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    [ 1.347574] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
    [ 1.347647] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *7 11 12 14 15)
    [ 1.347725] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 1.347804] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 *5 6 7 11 12 14 15)
    [ 1.347885] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
    [ 1.347963] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    [ 1.347994] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
    [ 1.347999] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 1.348004] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 1.348060] PCI host bridge to bus 0000:ff
    [ 1.348064] pci_bus 0000:ff: root bus resource [bus ff]
    [ 1.348070] pci 0000:ff:00.0: [8086:2c52] type 00 class 0x060000
    [ 1.348129] pci 0000:ff:00.1: [8086:2c81] type 00 class 0x060000
    [ 1.348192] pci 0000:ff:02.0: [8086:2c90] type 00 class 0x060000
    [ 1.348247] pci 0000:ff:02.1: [8086:2c91] type 00 class 0x060000
    [ 1.348303] pci 0000:ff:03.0: [8086:2c98] type 00 class 0x060000
    [ 1.348356] pci 0000:ff:03.1: [8086:2c99] type 00 class 0x060000
    [ 1.348410] pci 0000:ff:03.4: [8086:2c9c] type 00 class 0x060000
    [ 1.348465] pci 0000:ff:04.0: [8086:2ca0] type 00 class 0x060000
    [ 1.348520] pci 0000:ff:04.1: [8086:2ca1] type 00 class 0x060000
    [ 1.348575] pci 0000:ff:04.2: [8086:2ca2] type 00 class 0x060000
    [ 1.348628] pci 0000:ff:04.3: [8086:2ca3] type 00 class 0x060000
    [ 1.348684] pci 0000:ff:05.0: [8086:2ca8] type 00 class 0x060000
    [ 1.348738] pci 0000:ff:05.1: [8086:2ca9] type 00 class 0x060000
    [ 1.348792] pci 0000:ff:05.2: [8086:2caa] type 00 class 0x060000
    [ 1.348845] pci 0000:ff:05.3: [8086:2cab] type 00 class 0x060000
    [ 1.349048] ACPI: Enabled 4 GPEs in block 00 to 3F
    [ 1.349316] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 1.349454] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.349459] vgaarb: loaded
    [ 1.349460] vgaarb: bridge control possible 0000:02:00.0
    [ 1.349504] PCI: Using ACPI for IRQ routing
    [ 1.356071] PCI: pci_cache_line_size set to 64 bytes
    [ 1.356281] e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff]
    [ 1.356283] e820: reserve RAM buffer [mem 0xc3a7c000-0xc3ffffff]
    [ 1.356286] e820: reserve RAM buffer [mem 0xc3bea000-0xc3ffffff]
    [ 1.356289] e820: reserve RAM buffer [mem 0xc3c6f000-0xc3ffffff]
    [ 1.356291] e820: reserve RAM buffer [mem 0xc3f17000-0xc3ffffff]
    [ 1.356293] e820: reserve RAM buffer [mem 0xc3f81000-0xc3ffffff]
    [ 1.356295] e820: reserve RAM buffer [mem 0xc3fdd000-0xc3ffffff]
    [ 1.356426] NetLabel: Initializing
    [ 1.356427] NetLabel: domain hash size = 128
    [ 1.356428] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.356446] NetLabel: unlabeled traffic allowed by default
    [ 1.356505] HPET: 8 timers in total, 5 timers will be used for per-cpu timer
    [ 1.356514] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 40, 41, 42, 43, 44, 0
    [ 1.356521] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 1.358579] hpet: hpet2 irq 40 for MSI
    [ 1.358647] hpet: hpet3 irq 41 for MSI
    [ 1.358721] hpet: hpet4 irq 42 for MSI
    [ 1.358783] hpet: hpet5 irq 43 for MSI
    [ 1.358849] hpet: hpet6 irq 44 for MSI
    [ 1.358988] Switched to clocksource hpet
    [ 1.365036] pnp: PnP ACPI init
    [ 1.365056] ACPI: bus type PNP registered
    [ 1.365296] system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
    [ 1.365301] system 00:00: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    [ 1.365370] system 00:01: [io 0x0910-0x0917] has been reserved
    [ 1.365373] system 00:01: [io 0x0500-0x050f] has been reserved
    [ 1.365376] system 00:01: [io 0xffff] has been reserved
    [ 1.365379] system 00:01: [io 0x0400-0x047f] could not be reserved
    [ 1.365381] system 00:01: [io 0x1180-0x11ff] has been reserved
    [ 1.365384] system 00:01: [io 0x164e-0x164f] has been reserved
    [ 1.365386] system 00:01: [io 0xfe00-0xfe01] has been reserved
    [ 1.365390] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.365455] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.365496] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 1.365537] pnp 00:04: Plug and Play ACPI device, IDs DLL0404 PNP0f13 (active)
    [ 1.366011] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 1.366015] system 00:05: [mem 0xfed1b000-0xfed1bfff] has been reserved
    [ 1.366020] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
    [ 1.366023] system 00:05: [mem 0xf0704000-0xf0704fff] has been reserved
    [ 1.366025] system 00:05: [mem 0xc8000000-0xc8000fff] has been reserved
    [ 1.366028] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 1.366031] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 1.366033] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
    [ 1.366036] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 1.366040] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.366223] pnp: PnP ACPI: found 6 devices
    [ 1.366225] ACPI: bus type PNP unregistered
    [ 1.373688] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 1.373693] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 1.373712] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
    [ 1.373715] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000
    [ 1.373732] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.373734] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.373737] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 1.373740] pci 0000:00:1c.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 1.373750] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc8100000-0xc82fffff 64bit pref]
    [ 1.373756] pci 0000:00:1c.2: BAR 15: assigned [mem 0xc8300000-0xc84fffff 64bit pref]
    [ 1.373760] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
    [ 1.373763] pci 0000:00:1c.2: BAR 13: assigned [io 0x5000-0x5fff]
    [ 1.373768] pci 0000:02:00.0: BAR 6: assigned [mem 0xcfe00000-0xcfe1ffff pref]
    [ 1.373771] pci 0000:00:03.0: PCI bridge to [bus 02]
    [ 1.373774] pci 0000:00:03.0: bridge window [io 0x2000-0x2fff]
    [ 1.373779] pci 0000:00:03.0: bridge window [mem 0xcfe00000-0xcfefffff]
    [ 1.373783] pci 0000:00:03.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 1.373788] pci 0000:00:1c.0: PCI bridge to [bus 03]
    [ 1.373795] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
    [ 1.373805] pci 0000:00:1c.0: bridge window [mem 0xf0300000-0xf03fffff]
    [ 1.373814] pci 0000:00:1c.0: bridge window [mem 0xc8100000-0xc82fffff 64bit pref]
    [ 1.373825] pci 0000:00:1c.1: PCI bridge to [bus 04-05]
    [ 1.373833] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 1.373842] pci 0000:00:1c.1: bridge window [mem 0xf0200000-0xf02fffff]
    [ 1.373851] pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 1.373862] pci 0000:00:1c.2: PCI bridge to [bus 06]
    [ 1.373870] pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
    [ 1.373879] pci 0000:00:1c.2: bridge window [mem 0xf0400000-0xf04fffff]
    [ 1.373888] pci 0000:00:1c.2: bridge window [mem 0xc8300000-0xc84fffff 64bit pref]
    [ 1.373899] pci 0000:00:1e.0: PCI bridge to [bus 07]
    [ 1.373914] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 1.373917] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 1.373919] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.373921] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 1.373924] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 1.373926] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff]
    [ 1.373928] pci_bus 0000:00: resource 10 [mem 0xc8000000-0xfebfffff]
    [ 1.373931] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 1.373933] pci_bus 0000:02: resource 1 [mem 0xcfe00000-0xcfefffff]
    [ 1.373936] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 1.373938] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
    [ 1.373940] pci_bus 0000:03: resource 1 [mem 0xf0300000-0xf03fffff]
    [ 1.373943] pci_bus 0000:03: resource 2 [mem 0xc8100000-0xc82fffff 64bit pref]
    [ 1.373945] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
    [ 1.373947] pci_bus 0000:04: resource 1 [mem 0xf0200000-0xf02fffff]
    [ 1.373950] pci_bus 0000:04: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 1.373952] pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
    [ 1.373954] pci_bus 0000:06: resource 1 [mem 0xf0400000-0xf04fffff]
    [ 1.373957] pci_bus 0000:06: resource 2 [mem 0xc8300000-0xc84fffff 64bit pref]
    [ 1.373959] pci_bus 0000:07: resource 4 [io 0x0000-0x0cf7]
    [ 1.373962] pci_bus 0000:07: resource 5 [io 0x0d00-0xffff]
    [ 1.373964] pci_bus 0000:07: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.373966] pci_bus 0000:07: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 1.373968] pci_bus 0000:07: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 1.373971] pci_bus 0000:07: resource 9 [mem 0x000e0000-0x000e3fff]
    [ 1.373973] pci_bus 0000:07: resource 10 [mem 0xc8000000-0xfebfffff]
    [ 1.374005] NET: Registered protocol family 2
    [ 1.374262] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 1.374559] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 1.374958] TCP: Hash tables configured (established 65536 bind 65536)
    [ 1.374982] TCP: reno registered
    [ 1.374998] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 1.375081] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 1.375203] NET: Registered protocol family 1
    [ 1.375845] pci 0000:02:00.0: Boot video device
    [ 1.375936] PCI: CLS 64 bytes, default 64
    [ 1.375985] Unpacking initramfs...
    [ 1.450890] Freeing initrd memory: 3120K (ffff8800379d8000 - ffff880037ce4000)
    [ 1.450900] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 1.450903] software IO TLB [mem 0xbfa7c000-0xc3a7c000] (64MB) mapped at [ffff8800bfa7c000-ffff8800c3a7bfff]
    [ 1.450952] Simple Boot Flag at 0x36 set to 0x1
    [ 1.451393] Scanning for low memory corruption every 60 seconds
    [ 1.451809] futex hash table entries: 2048 (order: 5, 131072 bytes)
    [ 1.452261] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.454040] zbud: loaded
    [ 1.454273] VFS: Disk quotas dquot_6.5.2
    [ 1.454320] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.454464] msgmni has been set to 15839
    [ 1.454534] Key type big_key registered
    [ 1.454794] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.454875] io scheduler noop registered
    [ 1.454879] io scheduler deadline registered
    [ 1.454941] io scheduler cfq registered (default)
    [ 1.455775] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.455794] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.455830] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 1.455831] vesafb: scrolling: redraw
    [ 1.455833] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 1.455853] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010e80000, using 3072k, total 3072k
    [ 1.574668] Console: switching to colour frame buffer device 128x48
    [ 1.693436] fb0: VESA VGA frame buffer device
    [ 1.693457] intel_idle: MWAIT substates: 0x1120
    [ 1.693473] intel_idle: v0.4 model 0x1E
    [ 1.693475] intel_idle: lapic_timer_reliable_states 0x2
    [ 1.693949] GHES: HEST is not enabled!
    [ 1.694045] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.694683] Linux agpgart interface v0.103
    [ 1.694762] rtc_cmos 00:02: RTC can wake from S4
    [ 1.694923] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 1.694966] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 1.694982] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.695119] TCP: cubic registered
    [ 1.695238] NET: Registered protocol family 10
    [ 1.695532] NET: Registered protocol family 17
    [ 1.696026] registered taskstats version 1
    [ 1.696682] Magic number: 14:437:204
    [ 1.696709] acpi device:59: hash matches
    [ 1.696719] acpi device:2c: hash matches
    [ 1.696811] rtc_cmos 00:02: setting system clock to 2014-09-30 00:13:27 UTC (1412036007)
    [ 1.697022] PM: Hibernation image not present or could not be loaded.
    [ 1.698955] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
    [ 1.698959] Write protecting the kernel read-only data: 8192k
    [ 1.704529] Freeing unused kernel memory: 796K (ffff880001539000 - ffff880001600000)
    [ 1.706993] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
    [ 1.723222] random: systemd-tmpfile urandom read with 10 bits of entropy available
    [ 1.726313] systemd-udevd[84]: starting version 216
    [ 1.750954] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 1.761851] i8042: Detected active multiplexing controller, rev 1.1
    [ 1.765273] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.765338] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 1.765399] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 1.765463] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 1.765567] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 1.769703] ACPI: bus type USB registered
    [ 1.769802] SCSI subsystem initialized
    [ 1.769804] usbcore: registered new interface driver usbfs
    [ 1.769859] usbcore: registered new interface driver hub
    [ 1.770012] usbcore: registered new device driver usb
    [ 1.771662] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.773005] ehci-pci: EHCI PCI platform driver
    [ 1.773119] libata version 3.00 loaded.
    [ 1.773323] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 1.773338] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 1.773363] ehci-pci 0000:00:1a.0: debug port 2
    [ 1.777407] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 1.777437] ehci-pci 0000:00:1a.0: irq 21, io mem 0xf0705c00
    [ 1.785529] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 1.785893] hub 1-0:1.0: USB hub found
    [ 1.785922] hub 1-0:1.0: 3 ports detected
    [ 1.786574] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 1.786592] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.786634] ehci-pci 0000:00:1d.0: debug port 2
    [ 1.790657] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 1.790673] ehci-pci 0000:00:1d.0: irq 20, io mem 0xf0706000
    [ 1.798854] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 1.799240] hub 2-0:1.0: USB hub found
    [ 1.799257] hub 2-0:1.0: 3 ports detected
    [ 1.799619] ahci 0000:00:1f.2: version 3.0
    [ 1.799853] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
    [ 1.799884] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 1.804130] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.812224] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
    [ 1.812234] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
    [ 1.834196] scsi0 : ahci
    [ 1.835068] scsi1 : ahci
    [ 1.835917] scsi2 : ahci
    [ 1.836544] scsi3 : ahci
    [ 1.837241] scsi4 : ahci
    [ 1.837870] scsi5 : ahci
    [ 1.838021] ata1: SATA max UDMA/133 abar m2048@0xf0705000 port 0xf0705100 irq 45
    [ 1.838032] ata2: SATA max UDMA/133 abar m2048@0xf0705000 port 0xf0705180 irq 45
    [ 1.838035] ata3: DUMMY
    [ 1.838038] ata4: DUMMY
    [ 1.838043] ata5: SATA max UDMA/133 abar m2048@0xf0705000 port 0xf0705300 irq 45
    [ 1.838051] ata6: SATA max UDMA/133 abar m2048@0xf0705000 port 0xf0705380 irq 45
    [ 2.092195] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 2.155559] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.162122] ata1.00: ATA-8: ST1000LM024 HN-M101MBB, 2AR10002, max UDMA/133
    [ 2.162129] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.168703] ata1.00: configured for UDMA/133
    [ 2.169253] scsi 0:0:0:0: Direct-Access ATA ST1000LM024 HN-M 0002 PQ: 0 ANSI: 5
    [ 2.216879] hub 1-1:1.0: USB hub found
    [ 2.217133] hub 1-1:1.0: 6 ports detected
    [ 2.325410] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 2.450075] hub 2-1:1.0: USB hub found
    [ 2.450318] hub 2-1:1.0: 8 ports detected
    [ 2.451999] tsc: Refined TSC clocksource calibration: 1729.000 MHz
    [ 2.488691] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.491385] ata2.00: ATAPI: HL-DT-STDVD+/-RW GA31N, A102, max UDMA/100
    [ 2.500441] ata2.00: configured for UDMA/100
    [ 2.514976] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GA31N A102 PQ: 0 ANSI: 5
    [ 2.851854] ata5: SATA link down (SStatus 0 SControl 300)
    [ 3.171719] ata6: SATA link down (SStatus 0 SControl 300)
    [ 3.179350] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 3.179354] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 3.179393] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.179396] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.179413] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.200660] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 3.200666] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 3.200889] sda: sda1
    [ 3.201016] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 3.201298] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.452051] Switched to clocksource tsc
    [ 3.560153] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.377618] random: nonblocking pool is initialized
    [ 4.381174] systemd[1]: systemd 216 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN )
    [ 4.381645] systemd[1]: Detected architecture 'x86-64'.
    [ 4.409326] systemd[1]: Set hostname to <arch>.
    [ 5.721524] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 5.721647] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 5.721673] systemd[1]: Starting Remote File Systems.
    [ 5.723143] systemd[1]: Reached target Remote File Systems.
    [ 5.723189] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 5.723265] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 5.723286] systemd[1]: Starting Paths.
    [ 5.724448] systemd[1]: Reached target Paths.
    [ 5.724510] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 5.727072] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 5.727101] systemd[1]: Starting Encrypted Volumes.
    [ 5.728520] systemd[1]: Reached target Encrypted Volumes.
    [ 5.728544] systemd[1]: Starting Root Slice.
    [ 5.750786] systemd[1]: Created slice Root Slice.
    [ 5.750814] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 5.752555] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 5.752578] systemd[1]: Starting Delayed Shutdown Socket.
    [ 5.754207] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 5.754231] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 5.756078] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 5.756100] systemd[1]: Starting Journal Socket (/dev/log).
    [ 5.757697] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 5.757720] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 5.759334] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 5.759356] systemd[1]: Starting User and Session Slice.
    [ 5.761272] systemd[1]: Created slice User and Session Slice.
    [ 5.761307] systemd[1]: Starting udev Control Socket.
    [ 5.762740] systemd[1]: Listening on udev Control Socket.
    [ 5.762770] systemd[1]: Starting udev Kernel Socket.
    [ 5.764190] systemd[1]: Listening on udev Kernel Socket.
    [ 5.764216] systemd[1]: Starting Journal Socket.
    [ 5.765551] systemd[1]: Listening on Journal Socket.
    [ 5.765588] systemd[1]: Starting System Slice.
    [ 5.767256] systemd[1]: Created slice System Slice.
    [ 5.767297] systemd[1]: Started File System Check on Root Device.
    [ 5.767319] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 5.818758] systemd[1]: Started Set Up Additional Binary Formats.
    [ 5.818800] systemd[1]: Starting udev Coldplug all Devices...
    [ 5.821120] systemd[1]: Mounting Debug File System...
    [ 5.823057] systemd[1]: Starting Setup Virtual Console...
    [ 5.825188] systemd[1]: Mounting Huge Pages File System...
    [ 5.827248] systemd[1]: Mounting POSIX Message Queue File System...
    [ 5.981682] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 6.114414] systemd[1]: Starting Load Kernel Modules...
    [ 6.116420] systemd[1]: Starting system-getty.slice.
    [ 6.118219] systemd[1]: Created slice system-getty.slice.
    [ 6.118261] systemd[1]: Starting Journal Service...
    [ 6.121369] systemd[1]: Started Journal Service.
    [ 6.586429] EXT4-fs (sda1): re-mounted. Opts: (null)
    [ 7.659659] media: Linux media interface: v0.10
    [ 7.741403] Linux video capture interface: v2.00
    [ 7.918282] usbcore: registered new interface driver uvcvideo
    [ 7.918284] USB Video Class driver (1.1.1)
    [ 7.963811] Adding 10485756k swap on /swapfile. Priority:-1 extents:14 across:11231228k FS
    [ 7.965281] systemd-udevd[199]: starting version 216
    [ 8.363580] systemd-journald[179]: Received request to flush runtime journal from PID 1
    [ 12.094658] ACPI: AC Adapter [ADP1] (on-line)
    [ 12.140834] ACPI: Video Device [ATID] (multi-head: yes rom: no post: no)
    [ 12.149455] acpi device:54: registered as cooling_device8
    [ 12.149520] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:53/LNXVIDEO:02/input/input5
    [ 12.537723] [Firmware Bug]: battery: reported current charge level (2481) is higher than reported maximum charge level (2481).
    [ 12.537834] ACPI: Battery Slot [BAT1] (battery present)
    [ 12.655014] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
    [ 12.655045] ACPI: Lid Switch [LID0]
    [ 12.655098] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7
    [ 12.655102] ACPI: Power Button [PWRB]
    [ 12.655155] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
    [ 12.655158] ACPI: Power Button [PWRF]
    [ 12.657748] wmi: Mapper loaded
    [ 12.795460] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140424/utaddress-258)
    [ 12.795465] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 12.795473] ACPI Warning: SystemIO range 0x00000000000011c0-0x00000000000011cf conflicts with OpRegion 0x0000000000001180-0x00000000000011e3 (\GPIO) (20140424/utaddress-258)
    [ 12.795476] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 12.795477] ACPI Warning: SystemIO range 0x00000000000011b0-0x00000000000011bf conflicts with OpRegion 0x0000000000001180-0x00000000000011e3 (\GPIO) (20140424/utaddress-258)
    [ 12.795480] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 12.795481] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011af conflicts with OpRegion 0x0000000000001180-0x00000000000011e3 (\GPIO) (20140424/utaddress-258)
    [ 12.795484] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 12.795485] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 12.855033] ACPI: Fan [FAN0] (off)
    [ 12.855080] ACPI: Fan [FAN1] (off)
    [ 12.913673] ACPI Warning: SystemIO range 0x0000000000001840-0x000000000000185f conflicts with OpRegion 0x0000000000001840-0x000000000000184f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
    [ 12.913678] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 12.921802] thermal LNXTHERM:00: registered as thermal_zone0
    [ 12.921805] ACPI: Thermal Zone [TZ01] (27 C)
    [ 12.960592] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 12.970042] mei_me 0000:00:16.0: irq 46 for MSI/MSI-X
    [ 13.082789] iTCO_vendor_support: vendor-support=0
    [ 13.176153] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 13.208803] EDAC MC: Ver: 3.0.0
    [ 13.299214] microcode: CPU0 sig=0x106e5, pf=0x10, revision=0x3
    [ 13.299421] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 13.299460] iTCO_wdt: Found a HM55 TCO device (Version=2, TCOBASE=0x0460)
    [ 13.299627] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 13.786051] input: Dell WMI hotkeys as /devices/virtual/input/input11
    [ 13.786183] EDAC i7core: Device not found: dev 00.0 PCI ID 8086:2c50
    [ 13.818575] cfg80211: Calling CRDA to update world regulatory domain
    [ 13.849073] microcode: CPU1 sig=0x106e5, pf=0x10, revision=0x3
    [ 13.907477] microcode: CPU2 sig=0x106e5, pf=0x10, revision=0x3
    [ 13.907575] microcode: CPU3 sig=0x106e5, pf=0x10, revision=0x3
    [ 13.907608] microcode: CPU4 sig=0x106e5, pf=0x10, revision=0x3
    [ 13.907666] microcode: CPU5 sig=0x106e5, pf=0x10, revision=0x3
    [ 13.907754] microcode: CPU6 sig=0x106e5, pf=0x10, revision=0x3
    [ 13.907814] microcode: CPU7 sig=0x106e5, pf=0x10, revision=0x3
    [ 13.907882] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 14.152987] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 14.152991] Copyright(c) 2003- 2014 Intel Corporation
    [ 14.153235] iwlwifi 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 14.153491] iwlwifi 0000:06:00.0: irq 47 for MSI/MSI-X
    [ 14.153912] iwlwifi 0000:06:00.0: Direct firmware load failed with error -2
    [ 14.153915] iwlwifi 0000:06:00.0: Falling back to user helper
    [ 14.154922] iwlwifi 0000:06:00.0: Direct firmware load failed with error -2
    [ 14.154927] iwlwifi 0000:06:00.0: Falling back to user helper
    [ 14.344828] psmouse serio2: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 583640
    [ 14.390573] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input10
    [ 14.423406] mousedev: PS/2 mouse device common for all mice
    [ 15.069332] iwlwifi 0000:06:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm
    [ 15.141257] [drm] Initialized drm 1.1.0 20060810
    [ 15.333255] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
    [ 15.482940] pps_core: LinuxPPS API ver. 1 registered
    [ 15.482940] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
    [ 15.483829] PTP clock support registered
    [ 15.663057] tg3.c:v3.137 (May 11, 2014)
    [ 15.787086] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 15.787090] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 15.787093] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 15.787096] iwlwifi 0000:06:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
    [ 15.787346] iwlwifi 0000:06:00.0: L1 Enabled; Disabling L0S
    [ 15.808676] snd_hda_intel 0000:02:00.1: Handle VGA-switcheroo audio client
    [ 15.809174] snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
    [ 15.809358] snd_hda_intel 0000:02:00.1: irq 49 for MSI/MSI-X
    [ 15.851697] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 15.874430] [drm] radeon kernel modesetting enabled.
    [ 15.874491] checking generic (d0000000 300000) vs hw (d0000000 10000000)
    [ 15.874493] fb: switching to radeondrmfb from VESA VGA
    [ 15.874516] Console: switching to colour dummy device 80x25
    [ 15.875051] [drm] initializing kernel modesetting (CEDAR 0x1002:0x68E0 0x1028:0x0414).
    [ 15.875074] [drm] register mmio base: 0xCFEE0000
    [ 15.875077] [drm] register mmio size: 131072
    [ 15.875128] ATOM BIOS: Dell
    [ 15.875192] radeon 0000:02:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
    [ 15.875195] radeon 0000:02:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
    [ 15.875197] [drm] Detected VRAM RAM=1024M, BAR=256M
    [ 15.875198] [drm] RAM width 64bits DDR
    [ 15.875318] [TTM] Zone kernel: Available graphics memory: 4055978 kiB
    [ 15.875322] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    [ 15.875325] [TTM] Initializing pool allocator
    [ 15.875336] [TTM] Initializing DMA pool allocator
    [ 15.875369] [drm] radeon: 1024M of VRAM memory ready
    [ 15.875373] [drm] radeon: 1024M of GTT memory ready.
    [ 15.875397] [drm] Loading CEDAR Microcode
    [ 15.879270] libphy: tg3 mdio bus: probed
    [ 15.946342] tg3 0000:03:00.0 eth0: Tigon3 [partno(BCM57780) rev 57780001] (PCI Express) MAC address 00:24:e8:84:0d:42
    [ 15.946348] tg3 0000:03:00.0 eth0: attached PHY driver [Broadcom BCM57780] (mii_bus:phy_addr=300:01)
    [ 15.946352] tg3 0000:03:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
    [ 15.946356] tg3 0000:03:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
    [ 16.196562] systemd-udevd[219]: renamed network interface wlan0 to wlp6s0
    [ 16.316154] [drm] Internal thermal controller without fan control
    [ 16.352233] [drm] radeon: dpm initialized
    [ 16.400670] [drm] GART: num cpu pages 262144, num gpu pages 262144
    [ 16.401953] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
    [ 16.416903] [drm] PCIE GART of 1024M enabled (table at 0x000000000025D000).
    [ 16.417040] radeon 0000:02:00.0: WB enabled
    [ 16.417043] radeon 0000:02:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880226ebfc00
    [ 16.417045] radeon 0000:02:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880226ebfc0c
    [ 16.417887] radeon 0000:02:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418 and cpu addr 0xffffc90010f1c418
    [ 16.417889] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 16.417889] [drm] Driver supports precise vblank timestamp query.
    [ 16.417907] radeon 0000:02:00.0: irq 50 for MSI/MSI-X
    [ 16.417919] radeon 0000:02:00.0: radeon: using MSI.
    [ 16.417945] [drm] radeon: irq initialized.
    [ 16.434931] [drm] ring test on 0 succeeded in 1 usecs
    [ 16.434989] [drm] ring test on 3 succeeded in 1 usecs
    [ 16.622585] [drm] ring test on 5 succeeded in 1 usecs
    [ 16.622591] [drm] UVD initialized successfully.
    [ 16.622845] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 16.622875] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 16.774620] [drm] ib test on ring 5 succeeded
    [ 16.832629] [drm] radeon atom DIG backlight initialized
    [ 16.832636] [drm] Radeon Display Connectors
    [ 16.832639] [drm] Connector 0:
    [ 16.832642] [drm] LVDS-1
    [ 16.832647] [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
    [ 16.832649] [drm] Encoders:
    [ 16.832652] [drm] LCD1: INTERNAL_UNIPHY
    [ 16.832655] [drm] Connector 1:
    [ 16.832657] [drm] HDMI-A-1
    [ 16.832659] [drm] HPD1
    [ 16.832663] [drm] DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
    [ 16.832666] [drm] Encoders:
    [ 16.832668] [drm] DFP1: INTERNAL_UNIPHY1
    [ 16.832671] [drm] Connector 2:
    [ 16.832673] [drm] VGA-1
    [ 16.832677] [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
    [ 16.832679] [drm] Encoders:
    [ 16.832682] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 17.026255] systemd-udevd[222]: renamed network interface eth0 to enp3s0
    [ 17.065685] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input14
    [ 17.261282] [drm] fb mappable at 0xD045E000
    [ 17.261284] [drm] vram apper at 0xD0000000
    [ 17.261286] [drm] size 4325376
    [ 17.261287] [drm] fb depth is 24
    [ 17.261288] [drm] pitch is 5632
    [ 17.261534] fbcon: radeondrmfb (fb0) is primary device
    [ 17.367223] sound hdaudioC0D0: ALC665: SKU not ready 0x598301f0
    [ 17.367562] sound hdaudioC0D0: autoconfig: line_outs=1 (0x15/0x0/0x0/0x0/0x0) type:speaker
    [ 17.367564] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 17.367566] sound hdaudioC0D0: hp_outs=2 (0x19/0x1b/0x0/0x0/0x0)
    [ 17.367567] sound hdaudioC0D0: mono: mono_out=0x0
    [ 17.367568] sound hdaudioC0D0: inputs:
    [ 17.367570] sound hdaudioC0D0: Mic=0x1a
    [ 17.367572] sound hdaudioC0D0: Internal Mic=0x12
    [ 17.377094] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input15
    [ 17.377822] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
    [ 17.378406] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
    [ 17.378500] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
    [ 17.442455] Console: switching to colour frame buffer device 170x48
    [ 17.444812] radeon 0000:02:00.0: fb0: radeondrmfb frame buffer device
    [ 17.444813] radeon 0000:02:00.0: registered panic notifier
    [ 17.482703] [drm] Initialized radeon 2.39.0 20080528 for 0000:02:00.0 on minor 0
    [ 26.212135] systemd-logind[264]: Watching system buttons on /dev/input/event4 (Power Button)
    [ 31.178480] iwlwifi 0000:06:00.0: L1 Enabled; Disabling L0S
    [ 31.185236] iwlwifi 0000:06:00.0: Radio type=0x1-0x3-0x1
    [ 31.399951] iwlwifi 0000:06:00.0: L1 Enabled; Disabling L0S
    [ 31.406681] iwlwifi 0000:06:00.0: Radio type=0x1-0x3-0x1
    [ 31.545116] IPv6: ADDRCONF(NETDEV_UP): wlp6s0: link is not ready
    [ 31.547041] tg3 0000:03:00.0: irq 51 for MSI/MSI-X
    [ 31.571171] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [ 31.990689] tg3 0000:03:00.0 enp3s0: Link is down
    [ 33.657456] cfg80211: Calling CRDA to update world regulatory domain
    [ 36.391390] wlp6s0: authenticate with 00:0f:66:e4:92:87
    [ 36.425158] wlp6s0: send auth to 00:0f:66:e4:92:87 (try 1/3)
    [ 36.427197] wlp6s0: authenticated
    [ 36.427394] iwlwifi 0000:06:00.0 wlp6s0: disabling HT/VHT due to WEP/TKIP use
    [ 36.427400] iwlwifi 0000:06:00.0 wlp6s0: disabling HT as WMM/QoS is not supported by the AP
    [ 36.427403] iwlwifi 0000:06:00.0 wlp6s0: disabling VHT as WMM/QoS is not supported by the AP
    [ 36.427626] wlp6s0: associate with 00:0f:66:e4:92:87 (try 1/3)
    [ 36.432924] wlp6s0: RX AssocResp from 00:0f:66:e4:92:87 (capab=0x411 status=0 aid=1)
    [ 36.437622] wlp6s0: associated
    [ 36.437651] IPv6: ADDRCONF(NETDEV_CHANGE): wlp6s0: link becomes ready
    [ 444.136094] wlp6s0: deauthenticated from 00:0f:66:e4:92:87 (Reason: 7=CLASS3_FRAME_FROM_NONASSOC_STA)
    [ 444.192300] cfg80211: Calling CRDA to update world regulatory domain
    [ 445.342475] cfg80211: Calling CRDA to update world regulatory domain
    [ 448.002035] wlp6s0: authenticate with 00:0f:66:e4:92:87
    [ 448.003465] wlp6s0: send auth to 00:0f:66:e4:92:87 (try 1/3)
    [ 448.011060] wlp6s0: authenticated
    [ 448.011355] iwlwifi 0000:06:00.0 wlp6s0: disabling HT/VHT due to WEP/TKIP use
    [ 448.011363] iwlwifi 0000:06:00.0 wlp6s0: disabling HT as WMM/QoS is not supported by the AP
    [ 448.011368] iwlwifi 0000:06:00.0 wlp6s0: disabling VHT as WMM/QoS is not supported by the AP
    [ 448.013855] wlp6s0: associate with 00:0f:66:e4:92:87 (try 1/3)
    [ 448.031262] wlp6s0: RX AssocResp from 00:0f:66:e4:92:87 (capab=0x411 status=0 aid=1)
    [ 448.039635] wlp6s0: associated
    lspci
    00:00.0 Host bridge: Intel Corporation Core Processor DMI (rev 11)
    00:03.0 PCI bridge: Intel Corporation Core Processor PCI Express Root Port 1 (rev 11)
    00:08.0 System peripheral: Intel Corporation Core Processor System Management Registers (rev 11)
    00:08.1 System peripheral: Intel Corporation Core Processor Semaphore and Scratchpad Registers (rev 11)
    00:08.2 System peripheral: Intel Corporation Core Processor System Control and Status Registers (rev 11)
    00:08.3 System peripheral: Intel Corporation Core Processor Miscellaneous Registers (rev 11)
    00:10.0 System peripheral: Intel Corporation Core Processor QPI Link (rev 11)
    00:10.1 System peripheral: Intel Corporation Core Processor QPI Routing and Protocol Registers (rev 11)
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset P

    @davidm
    Just ran
    lsusb -v
    and there is some output I don't understand. I don't see any sign of the integrated webcam but I will post the results anyway.
    Bus 002 Device 006: ID 10d5:55a2 Uni Class Technology Co., Ltd 2Port KVMSwitcher
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 8
    idVendor 0x10d5 Uni Class Technology Co., Ltd
    idProduct 0x55a2 2Port KVMSwitcher
    bcdDevice 0.01
    iManufacturer 1
    iProduct 2
    iSerial 3
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 59
    bNumInterfaces 2
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0x80
    (Bus Powered)
    MaxPower 96mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 3 Human Interface Device
    bInterfaceSubClass 0 No Subclass
    bInterfaceProtocol 0 None
    iInterface 0
    HID Device Descriptor:
    bLength 9
    bDescriptorType 33
    bcdHID 1.00
    bCountryCode 0 Not supported
    bNumDescriptors 1
    bDescriptorType 34 Report
    wDescriptorLength 65
    Report Descriptors:
    ** UNAVAILABLE **
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0008 1x 8 bytes
    bInterval 16
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 1
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 3 Human Interface Device
    bInterfaceSubClass 0 No Subclass
    bInterfaceProtocol 0 None
    iInterface 0
    HID Device Descriptor:
    bLength 9
    bDescriptorType 33
    bcdHID 1.00
    bCountryCode 0 Not supported
    bNumDescriptors 1
    bDescriptorType 34 Report
    wDescriptorLength 24
    Report Descriptors:
    ** UNAVAILABLE **
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x02 EP 2 OUT
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0008 1x 8 bytes
    bInterval 16
    Bus 002 Device 005: ID 046d:c52f Logitech, Inc. Unifying Receiver
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 8
    idVendor 0x046d Logitech, Inc.
    idProduct 0xc52f Unifying Receiver
    bcdDevice 22.00
    iManufacturer 1
    iProduct 2
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 59
    bNumInterfaces 2
    bConfigurationValue 1
    iConfiguration 4
    bmAttributes 0xa0
    (Bus Powered)
    Remote Wakeup
    MaxPower 98mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 3 Human Interface Device
    bInterfaceSubClass 1 Boot Interface Subclass
    bInterfaceProtocol 2 Mouse
    iInterface 0
    HID Device Descriptor:
    bLength 9
    bDescriptorType 33
    bcdHID 1.11
    bCountryCode 0 Not supported
    bNumDescriptors 1
    bDescriptorType 34 Report
    wDescriptorLength 67
    Report Descriptors:
    ** UNAVAILABLE **
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0008 1x 8 bytes
    bInterval 2
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 1
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 3 Human Interface Device
    bInterfaceSubClass 0 No Subclass
    bInterfaceProtocol 0 None
    iInterface 0
    HID Device Descriptor:
    bLength 9
    bDescriptorType 33
    bcdHID 1.11
    bCountryCode 0 Not supported
    bNumDescriptors 1
    bDescriptorType 34 Report
    wDescriptorLength 79
    Report Descriptors:
    ** UNAVAILABLE **
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x82 EP 2 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0014 1x 20 bytes
    bInterval 2
    Bus 002 Device 004: ID 04d9:1603 Holtek Semiconductor, Inc. Keyboard
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 8
    idVendor 0x04d9 Holtek Semiconductor, Inc.
    idProduct 0x1603 Keyboard
    bcdDevice 3.10
    iManufacturer 1
    iProduct 2
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 59
    bNumInterfaces 2
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xa0
    (Bus Powered)
    Remote Wakeup
    MaxPower 100mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 3 Human Interface Device
    bInterfaceSubClass 1 Boot Interface Subclass
    bInterfaceProtocol 1 Keyboard
    iInterface 0
    HID Device Descriptor:
    bLength 9
    bDescriptorType 33
    bcdHID 1.10
    bCountryCode 0 Not supported
    bNumDescriptors 1
    bDescriptorType 34 Report
    wDescriptorLength 62
    Report Descriptors:
    ** UNAVAILABLE **
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0008 1x 8 bytes
    bInterval 10
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 1
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 3 Human Interface Device
    bInterfaceSubClass 0 No Subclass
    bInterfaceProtocol 0 None
    iInterface 0
    HID Device Descriptor:
    bLength 9
    bDescriptorType 33
    bcdHID 1.10
    bCountryCode 0 Not supported
    bNumDescriptors 1
    bDescriptorType 34 Report
    wDescriptorLength 101
    Report Descriptors:
    ** UNAVAILABLE **
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x82 EP 2 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0008 1x 8 bytes
    bInterval 10
    Bus 002 Device 003: ID 058f:9254 Alcor Micro Corp. Hub
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 0 Full speed (or root) hub
    bMaxPacketSize0 8
    idVendor 0x058f Alcor Micro Corp.
    idProduct 0x9254 Hub
    bcdDevice 3.12
    iManufacturer 1
    iProduct 2
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 100mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0001 1x 1 bytes
    bInterval 255
    Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 1 Single TT
    bMaxPacketSize0 64
    idVendor 0x8087 Intel Corp.
    idProduct 0x0020 Integrated Rate Matching Hub
    bcdDevice 0.00
    iManufacturer 0
    iProduct 0
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0002 1x 2 bytes
    bInterval 12
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 0 Full speed (or root) hub
    bMaxPacketSize0 64
    idVendor 0x1d6b Linux Foundation
    idProduct 0x0002 2.0 root hub
    bcdDevice 3.16
    iManufacturer 3
    iProduct 2
    iSerial 1
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0004 1x 4 bytes
    bInterval 12
    Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 1 Single TT
    bMaxPacketSize0 64
    idVendor 0x8087 Intel Corp.
    idProduct 0x0020 Integrated Rate Matching Hub
    bcdDevice 0.00
    iManufacturer 0
    iProduct 0
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0001 1x 1 bytes
    bInterval 12
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 0 Full speed (or root) hub
    bMaxPacketSize0 64
    idVendor 0x1d6b Linux Foundation
    idProduct 0x0002 2.0 root hub
    bcdDevice 3.16
    iManufacturer 3
    iProduct 2
    iSerial 1
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0004 1x 4 bytes
    bInterval 12

Maybe you are looking for

  • Abap Proxy = Web Service - Connection timeout

    Hi Experts, I request your help on some issue we encounter actually on our Web services interfaces. We have sceanario in which from SAP, we are sending a message to PI via Abap proxy. PI then, send the message to the external system via a Web Service

  • Firefox 33.1.1 crashes after closing program

    Everytime this new release closes, it hangs and crashes. Happens on all my computers, thus something in Firefox 33.1.1. There are dozens and dozens of crashes since this new release. My last crash was in 2013 and prior to that, 2012. Mozilla Crash Re

  • Link Report - Report with condition

    Hi, I want to create a link in a report row that opens some page if the column has a determined value and other page if the value has another value. In other words, depending on a column value the link should open page1 or page2 or page3. Is this pos

  • 24-inch Mid 2007 as external display for Macbook Pro Retina?

    I'm a video editor looking for a new laptop. Tough decisions, but these facts may help my decision... Can I use my 24-inch Mid 2007 as external display for Macbook Pro Retina? And if so, would the Macbook be able to access the external hard drives th

  • CLN - 1-wire TMEX drivers - calling TMNext - returning pointer memory location

    Summary ~~~~~~~~~~~~~~~~~~~~~~ How do I call this function from a Call Library Node? short far pascal TMNext( long session_handle,     // session handle for the desired 1-Wire network void far *state_buffer   // state buffer provided for the 1-Wire n