Contingencia: numeraçao parada no monitor!

Boa tarde gente!
Estou testando o scenario da contingencia depois de implantar SP34 no SAP 4.7 e preparando tudo para a NFE V2.0.
Activé a contingencia para um local de negocio e crié uma nota. Mas a nota no monitor fica sem numero e sem ser identificada como contingencia.
Olhé o programa J_BNFECALLRFC e no FORM CHECK_CONTINGENCY tem esa parte:
                                                 "1362413
set contingency only when it remains  NF-e       "1362413
for those which are switched to model 1/1A       "1362413
the switch must be done manually                 "1362413
                                                 "1362413
        IF ls_j_1baa-NFTYPECONTI is initial.       "1362413
          ls_active-conting = 'X'.                 "1362413
          wk_header-conting = 'X'.                 "1362413
          call function 'J_1B_NFE_CONTIN_REASON_READ' "1451966
            exporting                                 "1451966
              is_header               = wk_header     "1451966
            changing                                  "1451966
              cs_active               = ls_active     "1451966
            exceptions                                "1451966
              reason_not_determined   = 1             "1451966
              others                  = 2.            "1451966
          if sy-subrc <> 0.                           "1451966
         No handling for version 1,10               "1451966
         endif.                                       "1451966
          clear ls_active-callrfc.                 "1362413
        ELSE.                                   "1394582
          lv_conting_1A = 'X'.                  "1394582
        endif.                                     "1362413
      ENDIF.                                       "1362413
No nosso caso nos usamos o NFTYPECONTI para saber que nota classica escolher em caso de devoluçoes. E achamos que nao teria problemas por esa informaçao:
O sistema só considera este campo se o código Numeração contingência não estiver definido na atividade Atribuir parâmetros de numeração e impressão. => Nos marcamos o flag "Numeração na contingência admitida" nos parametros de impressao. Mas ese campo nao é verificado no FORM CHECK_CONTINGENCY.
Espero que foi capaz explicar o nosso problema e que voces tem alguma idea o sugerencia!
Como sempre: muito obrigado ja pela ajuda!
Abraços
Nino

Bom dia Antonino,
Existe uma certa confusão sobre a palavra "contingência" no ERP.
1) Esta aí era a contingência para quando a NF-e não podia ser emitida de alguma forma e voltava para o modelo 1/1A (NF). Atualmente esta opção é proibida para a maioria dos clientes pois entraram na obrigatoriedade de emitir NF-e.
2) A contingência de emissão offline, que é imprimir no fórmulário especial (FS/FS-DA) (tpEmis=2/5).
3) A contingência de emissão online, que é numerar e transmitir para o SCAN (tpEmis=3)
4) A opção "Switch to Contingency", que é permitir que seja cancelada uma NF-e "presa" no GRC/Sefaz para emissão de uma nota NF-e essa sim em contingência.
Atenciosamente, Fernando Da Rö

Similar Messages

  • Servidores SEFAZ e SCAN ativos simultaneamente

    Henrique/Fernando,
    Na thread Contingencia SCAN automatizado? o Henrique mencionou que:
    1) Pra cada nota que ele vai numerar, o ERP "pergunta" ao GRC qual sistema está ativo no momento, e baseado nesta informação ele escolhe qual form utilizar para numerar.
    2) Se ambos estao fora, a nota nao é numerada, fica parada no monitor, e daí vc pode optar por ativar a contingencia em formulario de seguranca ("central contingency", aquelas views que tem no menu da J1BNFE), e fazer o switch dessa pra contingencia.
    Abs,
    Henrique.
    Eu entendí que no casos dos dois servidores estarem inativos, podemos optar pela contingência no formulário, mas reparei que o ECC também valida os casos em que os servidores SCAN e SEFAZ estão ativos simultaneamente, não numerando a Notas nestes casos também.
    Caso isso ocorra, que ação o usuário deveria tomar? Ou trata-se de algum erro de configuração?
    Obrigada,
    Daniela

    Daniela,
    no codigo atual da RFC /XNFE/RFC_SRVSTA_READ, é impossível vc ter uma resposta ativa pros 2, devido ao seguinte trecho:
    * If SCAN and SEFAZ is active SEFAZ has priotity so only
    * sefazactive = X is sent to ERP. Scanactive is set to blank.
      LOOP AT et_status INTO es_status.
        IF es_status-sefazactive = 'X'.
          CLEAR es_status-scanactive.
          MODIFY et_status FROM es_status.
        ENDIF.
      ENDLOOP.
    Se vc nao tem esse codigo na sua versao, sugiro atualizar asap seu sistema.
    Abs,
    Henrique.

  • Erro Retorno ERP Nota status 10

    Bom dia Srs,
    Estou com um problema para voltar o status de uma nota para o ERP,  a nota tem status 10 erro de validação.
    Já tentei algumas coisas:
    Verifiquei os jobs esta rodando normalmente, smq2, e monitor enfim  tudo em ordem.
    Rodei o programa /XNFE/UPDATE_ERP_STATUS_DIAL sem sucesso, pois também não esta na tabela  /xnfe/backstatus.
    Alterei o status da nota  na tabela  /XNFE/NFeHist para 24, para rodar novamente na aba de erro de assinatura, mas mesmo assim sem sucesso o status não volta para o ERP, porem essa nota antes estava com status 25 erro de assinatura também.
    Meu GRC esta no SP16 SP do PI 23 e SAP_BASIS 24, e vamos subir para o 17, mas creio que isso não vai resolver o problema.
    Será que alguém tem mais alguma idéia?
    Obrigado
    Abs

    Fernando, eu já tinha 3 notas neste situação nos testes, agora eu fiz uma simulação desse erro que esta ocorrendo, vou explicar o procedimento:
    Eu alterei a senha do J2ee_admin  no CC SIG_SOAP_RCV, enviamos uma nota essa nota vai dar erro assinatura , então a mesma fica parada  no monitor do GRC com erro de assinatura status u201C25u201D, corrigi o problema da senha do j2ee_admin no CC,  após isso reenvie a nota pela aba erro de assinatura , o que acontece a nota cai na mesma situação relatada aqui:
    Monitor GRC status u201C10u201D
    Monitor SAP ERP
    Status da Açao: engrenagem
    Log NF-e : Bandeira Vermelha ( com o mesmo log de erro do monitor do GRC)
    Status Sist.msgs: status u201CAu201D
    Seu tiver 1 mil notas que cair nessa situação de dar erro na assinatura e  fazer o reenvio, todas elas vão ficar com esse status nos monitores.
    Alguma coisa não esta funcionando como deveria não?
    GRC SP17
    Será que esta faltando aplicar alguma nota no ECC, acho que não, mas se vê tiver alguma idéia.
    Agradeço
    Abs

  • Monitoring of non local NUMA oprations

    Hi everyone! Could anybody to advice any tool for monitoring non local NUMA operaions.
    seem that numatop is quite good candidate... but i can't running it on Oracle Linux
    [root@tvpbdaacn07 numatop]# ./numatop
    NumaTOP is starting ...
    Fail to setup perf (probably permission denied)!
    could anybody advice other tool?

    I don't know of an alternative tool to the numatop(1) application.
    I don't see it available in Oracle Linux 5/6/7 so you post looks as if you have compiled it yourself.  That's OK but did you notice that a particular kernel patch is required for it to run on some CPU types?  Check the https://github.com/01org/numatop repository for the details.  I don't think you want to go down the compile-your-own-kernel route.
    The patch may be already installed as part of the Oracle Unbreakable Linux Kernel (UEK), so you may want to try that kernel.  If you have Oracle Linux support, open a trouble ticket and ask about the patch and getting numatop(1) supported.

  • Created by in Monitor shopping cart requires employee numer since SRM 5.0

    Hello experts,
    We have upgraded from SRM 4.0 to SRM 5.0 SRM SRM server 550. In monitor shopping cart using 'created by' to search shopping carts, users could usually enter their username. After the upgrade however users need to enter their empoyee number. So they first use the search functionality (binoculars) to search for their name afterwihich the field will be filled with their employee number. Does anybody know how to change that ? So users will be able to enter their username again to search for their own shopping carts ?
    Thanks as ever!
    Kind regards,
    Antoinette
    Edited by: Antoinette Stork on Nov 14, 2008 5:45 PM

    Problem solved

  • Job J_BNFECALLRFC não numera NF em contingência por local de negócio.

    Olá bom dia!
    Por gentileza, alguém poderia me ajudar?
    Estamos com o seguinte problema.
    O job do decouple J_BNFECALLRFC não numera NF em contingência.
    (CALLRFC= 3)
    Segue procedimento realizado:
    1) Habilitado a emissão de contingencia por local de negócio ou região.
    2) Criado uma nota (writer) com o mesmo BP ou região.
    (nesse caso o flag posted. cont. da aba nf-e data não está flegado e o tpemiss = 1)
    3) No monitor nenhuma das duas colunas referente a conting estão com X
    4) Status no monitor:
    Action Status = engrenagem
    Process step = A (Numbering is done in batch - no manual action required)
    NF-e Log = bandeirinha vermelha (verificando o log aparece a seguinte msg: Region Or Branch are in Contingency - Send NF-e not possible)
    5) NF-e nr: fica em branco, não numera.
    Mesmo desabilitando a contingência se executo o Job J_BNFECALLRFC, continua sem numerar a NF.
    Alguém já passou por esse problema?
    PS.: para a contingência realizada através do monitor, também não está funcionando, mas para esse erro vou abrir uma nova Thread
    Obrigada,
    Moní

    Estou com o mesmo problema. Ao entrar em contingência, com o decouple 3, as NFe's não são numeradas e o flag de contingência não está preenchido. Após retirar as NFe's da contingência, não consigo enviá-las, pois não possuem numeração.
    O job J_BNFECALLRFC está escalonado para ser executado de 1 em 1 minuto.
    Estamos no SP23 com todas as Notas do 24 e 25 aplicadas.
    Moni, vc descobriu qual era o problema para este seu caso?
    Audria.

  • NFE 2.0 - Contingencia

    Bom dia,
    Estou testanto do processo de contingencia para a versão 2.0 do XML da NFE.
    Através do monitor da NFE (J1BNFE) eu coloco em contingência o local de negócio.
    Flego o primeiro campo MS Down e coloco o motivo da contingencia no campo Mt Cont MS Down que no meu caso é 01.
    Ao salvar, o estranho é que o sistema não grava o motivo da contingencia.... volta para branco.
    Estou informando somente estes 2 campos, alem do pais, local de negocio e empresa.
    Aplicamos todas as notas no SAP ECC referente a NFE 2.0.
    Alguém sabe o que pode estar ocorrendo?
    Abraços e Obrigada,
    Kátia Alves.
    Edited by: KatiaA on Aug 13, 2010 5:28 PM

    Oi Julio,
    Para a NFE 2.0 e o SCAN no ECC, te aconselho a aplicar todas as notas disponibilizadas pela SAP. Veja qual o ultimo SP que a sua empresa está e aplique as notas ou o SP posterior disponibilizado pela SAP. No meu caso, apliquei as notas referentes a NFe, pois a empresa não aplicou o SP inteiro.
    Apliquei o SP 15 no GRC/PI. Mas verifiquei que já existem o SP 16 e o SP 17 com algumas notas já disponibilizadas e então, também vou aplicar.
    A partir disso é configuração.
    - Para o SCAN estou me baseando na nota disponiblizada pela SAP de número 1394582 que contem o documento atachado chamado SCAN_SAP_Library.pdf.
    Ainda não implantei o SCAN (estou na fase de aplicação de notas ainda pois foi dado prioridade a implantação da Nfe 1,10 já que a empresa tinha obrigatoriedade para 01.10.10. Somente esse mes é que estamos aplicando as notas referentes a NFe 2.0 e SCAN) também possuo algumas dúvidas. Mas esse documento ajuda bastante. Procure no forum também com o assunto SCAN que ajuda bastante.
    Espero ter contribuído. Gostaria de anexar documentos mas não sei como fazer isso aqui no fórum. E no mais, vou postar minhas dúvidas pois acredito que a ajuda aqui do fórum é muito, muito útil!
    Att,
    Kátia.

  • Impressão do DANFE quando em processo de contingencia

    Boa tarde!
    Estamos implementando a NFe em conjunto com o GRC NFe na versão do ERP 6.0 e SP 15.
    Pesquisei todas as notas de correção do componente XX-CSC-BR-NFE que estão acima do SP e apliquei no ambiente de desenvolvimento. O objetivo é ter a instalação o mais atualizada possivel.
    Ao gerar uma nota fiscal tanto por J1B1N quanto por uma transação de MM (no cenario desse cliente, os processos que geram as notas modelo 1/1A não estão no SD), o documento já é visualizado na J1BNFE aguardando a determinação do nro e envio a SEFAZ (configurei o flag callrfc com o valor 1).
    O sistema esta enviando o documento para o GRC e fica aguardando o retorno. Ainda não estamos com o certificado digital definitivo e com isso não recebo o status de autorizado.
    Até esse ponto conclui que o fluxo esta correto.
    Agora começa o meu problema, uma vez que não tenho retorno, então decidi testar o fluxo da contingencia: se não recebo autorização então quero imprimir em fomulario de segurança.
    Ja tentei todas as alternativas... mudei o status para contingencia, cancelei o documento e criei outro, tentei utilizar o docto que esta aguardando autorização.
    Mas ate agora não encontrei uma forma de imprimir a nota ou o DANFE.
    Alguem ja passou por essa situação? Como faço para imprimir o DANFE enquanto não autorização da SEFAZ? Tentei a J1B1N e recebo uma mensagem: "Problema com intervalo de numeração 01 e com objeto J_1BNFNUMB".
    Ja procurei na documentação alguma informação que desse um fluxo de como executar a impressao ou como imprimir em contingencia ou como devo cancelar os documentos...
    toda ajuda será benvinda
    se alguem possuir algum procedimento pratico de como utilizar a NFe com o GRC NFe e puder passar seria de grande valia.
    obrigada a todos
    Márcia Verro

    Bom dia!
    Henrique,
    posso resumir o fluxo a ser adotada para a geração da NFe assim:
    1. A partir de uma transação no ERP é gerada uma nota fiscal e nesse caso só e criado o registro nas tabelas somente com o DOCNUM.
    2. Atraves da J1BNFE visualizamos o documento criado e a partir dai geramos o nro da nota fiscal e enviamos ao SEFAZ correspondente. Nesse ponto se toda a configuração entre o ERP e o GRC NFe esta correta, o documento fica aguardando autorização.
    3. Uma vez autorizada, o ERP ira receber automaticamente o retorno do GRC NFe e ai o DANFE pode ser impresso.
    Podemos dizer que essa é uma perna do fluxo onde tudo esta normal e dentro dos tempos aceitaveis pelo negocio?
    Se sim, ai vem uma das questões que ainda não consegui resolver: A impressão do DANFE é automatica? Se não for, qual é o procedimento? Utilizo a J1B3N e executo a impressão da mesma forma que executamos quando a nota é gerada pelo metodo convencional?
    4. Agora se o sistema tem algum problema de retorno, e o negocio da empresa não permite esperar, devemos usar a alternativa de contingencia e imprimir em formulario de segurança, certo?
    Nesse ponto, tenho mais essa questão que não consigo resolver:
    Para imprimir em contingencia, é necessario mudar o status do documento?
    Apos mudar o status, devo cancelar esse documento?
    Para cancelar esse documento, tenho que usar sempre a opção que esta na J1BNFE - solicitar estorno? Esse processo funcionaria para documentos gerados com J1B1N (writer), por MM como MB1B ou por SD (fluxo de venda)
    Ou existem procedimentos para cancelar NFe
    5.Uma vez cancelada a NFe eu tenho que criar um outro documento similar. Esse documento deve estar atrelado a nota cancelada? Ou ficam independentes? Pelo que entendi, para usar a contingencia o segundo documento deve estar associado ao que foi cancelado para que o sistema entenda que é uma contingencia?
    6. Ai faço a impressão via J1B3N
    7. E qdo o sistema estiver disponivel novamente tenho que solicitar o cancelamento no SEFAZ da mesma
    Esse é o fluxo da impressão normal caso a resposta seja dentro dos padroes e se for contigencia uso os passos do 4 a 7?
    Para fechar o meu entendimento dos procedimentos: existe a obrigatoriedade de implementar os metodos da BADI CL-NFE_PRINT ou é opcional em cada projeto de NFE.
    agradeço a atenção
    Grata
    Márcia Verro

  • Salto de Numerção NFe

    Boa Tarde Pessoal,
    Tivemos no ambiente de produção o problema de pulo de numeração da NFe, gostaria de saber se alguém já utilizou o relatório J_1BNFECHECKNUMBERRANGES com sucesso e se existe solução para gerar uma NFe no SAP R/3 com o numero faltante de forma a possibilitar a sua inutilização.
    Atualmente estamos no Release 603 - Support Package SAPKH60302.
    Agradeço antecipadamente

    Bom dia Arruda,
    Sim. Tem clientes utilizando-se deste relatório com sucesso, porém até chegar a execução com sucesso houve algumas melhorias / correções, até o fim de abril, foram lançadas as notas abaixo para o ERP
    1180672, 1241922, 1270813, 1274200, 1276185, 1294917, 1244326, 1331432, 1332167
    e para o GRC a inutilização de uma NF-e inexistente também foram necessárias adequações:
    1261617, 1269866, 1276908, 1273616, 1279751
    No caso do GRC é fácil, basta seguir a recomendação padrão. Estar sempre no SP + 1
    Sobre criação de NF, este relatório standard irá procurar e manter a numeração ausente em tabela própria e cuidará do envio ao GRC.
    Atenciosamente, Fernando Da Rós
    Obs.: Monitore os componentes XX-CSC-BR-NFE e SLL-NFE no market place, o produto evolue a todo instante.

  • NF-e parada no passo de Assinatura após queda do PI

    Olá Pessoal,
    Na semana passada tivemos um problema com a máquina do PI e GRC (as duas aplicações estão na mesma instância) que ficou fora durante um periodo de 4 horas.
    Ao retornar, a maioria das Notas puderam ser reinicializadas pelo proprio monitor do GRC.
    Mas uma delas, permanece estagnada, nem vai pra frente, nem pra trás.
    No ECC ela está em Processamento com status de "Aguardando Resposta";
    No GRC está com o triângulo amarelo, "Sent to Signature Service", Process Status = 02 e não possui error status na /XNFE/NFE_HIST;
    Na SXMB_MONI tanto no Aplication como no Integration a interface SIGNN_SignNFe_OB está com Ack.Status "Still awaiting acknowledgment" e a bandeira do PE está quadriculada.
    Não encontrei filas paradas na SMQ1 ou SMQ2.
    O que posso fazer nesse caso? Vou ter que criar uma entrada de erro na /XNFE/NFE_HIST?
    Desde já agradeço,
    Att,
    Daniela

    Olá Henrique, obrigada pelo retorno e desculpe por não responder tão prontamente.
    No workflow log o Status do BPM está como completed e quando verifiquei o gráfico, ví que ele foi executado até o passo "Send response message" e depois disso foi disparado o exception "Communication Exception", passos "Create alert 2" e "Cancel process 2".
    Sobre as suas perguntas:
    vc tentou restartar o BPM pelas tx SWF_XI_SWPC / SWF_XI_SWPR?
    Não usei essas transações e também não as conhecia. Mesmo no caso do BPM estar como completed eu precisaria utilizá-las? Se sim, como as executo?
    Se nao funcionou, vc tem essa nota aplicada: 1373738?
    Não temos essa nota aplicada, estamos com o SAP_BASIS 700 SP21 e as entradas mencionadas não existem na tabela.
    Tem uma nota que foi criada como uma solucao workaround pra reenviar esses acks parados, a 1376946, que cria o report RSWF_XI_RESEND_ACKS, porém ela foi criada em Pilot Release apenas pra quem abriu o chamado na época. O pessoal de PI falou que ia ter uma solucao final diferente, que eu infelizmente nao acompanhei pra saber qual foi. Se nao encontrar solucao viável, sugiro abrir um chamado no componente BC-XI-IS-BPE e solicitar qual a solucao final para esse problema.
    A nota 1376946 está com From/To Release 701, por isso fiquei em dúvida se deve ser aplicada ou não. Pelo que entendí ela é um complemento da 1373738. Adiantaria se aplicássemos apenas a 1373738 caso a 1376946 não seja relevante para o Release 700?
    Desde já agradeço.
    Att,
    Daniela

  • Erro tablespace no GRC, notas paradas após correção

    Olá pessoal,
    Hoje de madrugada houve um problema de tablespace no GRC e todas as notas emitidas durante o período, ficaram paradas com Status 01 (Received from feeder system).
    Após a correção, as novas notas emitidas foram processadas normalmente porém as anteriores ficaram paradas.
    Verifiquei que nesse momento em que ocorreu o problema, as notas que chegaram não foram enviadas para assinatura, occorreu um dump, porém também não temos registro desse erro no monitor do GRC.
    Algumas notas criadas inclusive não geraram histórico nas tabelas XNFE, ficando com Status 00 no monitor.
    Tentamos re-enviar as notas para verificar se o GRC reprocessava as mesmas, porém também sem sucesso.
    Tentamos também forçar um histórico de erro de assinatura na tabela XNFE/BAT_HIST para re-enviar a assinatura, porém no monitor ficou com status "NF-e Data Re-Requested" e não enviou a assinatura.
    Alguem já passou por este problema. Existe alguma forma de re-enviar estas mensagens? Ou de eliminar o histórico das mesmas?
    Obrigada!
    Vanessa

    Bom dia Vanessa,
    Avalie caso a caso o que aconteceu e faça a intervenção sempre inserindo algum histórico novo ao invés de modificar (rastreabilidade) e coloque no campo de usuário algo como CREEEEU rsss (brincadeira, coloque um usuário ou uma identificação tipo o numero do chamado).
    Vamos lá:
    - Primeiro verifique no PI se tem alguma fila (SMQ2) que possa ser restartada ou se a mensagem chegou e está scheduled (SXI_MONITOR) com opção de restart. Isso pode diminuir as intervenções manuais necessárias.
    - Para as que ficaram paradas como 01 ou 02 ou 00, insira um status novo na nfe_hist 02 / 24 (erro de assinatura) permitirá você fazer o restart no monitor. Ao restart o GRC irá chamar no ERP a função J_1B_NFE_MS_REQUESTS_DATA (veja se SAP Note 1234054)
    Atenciosamente, Fernando Da Rö

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

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

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

  • Libreoffice crashes after plug in external monitor

    Hi
    I have XFCE. When i plug in external monitor i get a crash from libreoffice. The message says that libreoffice has crashed and that documents will be saved. Has anybody got simillar issues?
    LibreOffice error message:
    Due to an unexpected errot, LibreOffice vrashed. All the files you were working on will be saved now. The next time LibreOffice is launched, your files will be recovered automatically.
    dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.0-ARCH (thomas@evey) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Sat Aug 6 16:49:00 CEST 2011
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 0000000000097c00 (usable)
    [ 0.000000] BIOS-e820: 0000000000097c00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e1000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007dd80000 (usable)
    [ 0.000000] BIOS-e820: 000000007dd80000 - 000000007dd8f000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007dd8f000 - 000000007dde0000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007dde0000 - 000000007de00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed40000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.5 present.
    [ 0.000000] DMI: ASUSTeK Computer Inc. K50IJ /K50IJ , BIOS 209 07/10/2009
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7dd80 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-EFFFF write-through
    [ 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 07DE00000 mask FFFE00000 uncachable
    [ 0.000000] 2 base 07E000000 mask FFE000000 uncachable
    [ 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 [c00ff780] ff780
    [ 0.000000] initial memory mapped : 0 - 00c00000
    [ 0.000000] Base memory trampoline at [c0093000] 93000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ bfb000-c00000
    [ 0.000000] RAMDISK: 7db5b000 - 7dd70000
    [ 0.000000] Allocated new RAMDISK: 375e9000 - 377fd327
    [ 0.000000] Move RAMDISK from 000000007db5b000 - 000000007dd6f326 to 375e9000 - 377fd326
    [ 0.000000] ACPI: RSDP 000f93d0 00024 (v02 ACPIAM)
    [ 0.000000] ACPI: XSDT 7dd80100 00084 (v01 071009 XSDT1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: FACP 7dd80290 000F4 (v03 071009 FACP1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 7dd80680 0CD1D (v01 K50IJ K50IJ209 00000209 INTL 20051117)
    [ 0.000000] ACPI: FACS 7dd8f000 00040
    [ 0.000000] ACPI: APIC 7dd80390 0005C (v01 071009 APIC1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 7dd80430 0003C (v01 071009 OEMMCFG 20090710 MSFT 00000097)
    [ 0.000000] ACPI: OEMX 7dd80470 00176 (v01 071009 OEMX1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: ECDT 7dd80620 00054 (v01 071009 OEMECDT 20090710 MSFT 00000097)
    [ 0.000000] ACPI: DBGP 7dd803f0 00034 (v01 071009 DBGP1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: BOOT 7dd805f0 00028 (v01 071009 BOOT1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 7dd8f040 00071 (v01 071009 OEMB1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: HPET 7dd8d3a0 00038 (v01 071009 OEMHPET 20090710 MSFT 00000097)
    [ 0.000000] ACPI: GSCI 7dd8f0c0 02024 (v01 071009 GMCHSCI 20090710 MSFT 00000097)
    [ 0.000000] ACPI: ATKG 7dd912f0 08024 (v01 022008 OEMATKG 20080220 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 7dd99b20 004F0 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: DMI detected: ASUS K50IJ
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1125MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007dd80
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x00000097
    [ 0.000000] 0: 0x00000100 -> 0x0007dd80
    [ 0.000000] On node 0 totalpages: 515335
    [ 0.000000] free_area_init_node: node 0, pgdat c05add00, node_mem_map f6628200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3943 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2252 pages used for memmap
    [ 0.000000] HighMem zone: 285878 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 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: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 0000000000097000 - 0000000000098000
    [ 0.000000] PM: Registered nosave memory: 0000000000098000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e1000
    [ 0.000000] PM: Registered nosave memory: 00000000000e1000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 7de00000 (gap: 7de00000:80f20000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 12 pages/cpu @f6000000 s25472 r0 d23680 u2097152
    [ 0.000000] pcpu-alloc: s25472 r0 d23680 u2097152 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 511307
    [ 0.000000] Kernel command line: root=/dev/sda1 ro quiet
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 8247040 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007dd80)
    [ 0.000000] Memory: 2027804k/2061824k available (3414k kernel code, 33536k reserved, 1408k data, 500k init, 1152520k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc05b6000 - 0xc0633000 ( 500 kB)
    [ 0.000000] .data : 0xc04559d5 - 0xc05b5a00 (1408 kB)
    [ 0.000000] .text : 0xc0100000 - 0xc04559d5 (3414 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:512
    [ 0.000000] CPU 0 irqstacks, hard=f540c000 soft=f540e000
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 1795.332 MHz processor.
    [ 0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 3592.27 BogoMIPS (lpj=5984440)
    [ 0.003343] pid_max: default: 32768 minimum: 301
    [ 0.003394] Security Framework initialized
    [ 0.003400] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003424] Mount-cache hash table entries: 512
    [ 0.003645] Initializing cgroup subsys cpuacct
    [ 0.003661] Initializing cgroup subsys memory
    [ 0.003672] Initializing cgroup subsys devices
    [ 0.003674] Initializing cgroup subsys freezer
    [ 0.003677] Initializing cgroup subsys net_cls
    [ 0.003679] Initializing cgroup subsys blkio
    [ 0.003723] CPU: Physical Processor ID: 0
    [ 0.003725] CPU: Processor Core ID: 0
    [ 0.003728] mce: CPU supports 6 MCE banks
    [ 0.003736] CPU0: Thermal monitoring handled by SMI
    [ 0.003740] using mwait in idle threads.
    [ 0.006852] ACPI: Core revision 20110413
    [ 0.016682] ftrace: allocating 15362 entries in 31 pages
    [ 0.020055] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.020414] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.054743] CPU0: Intel Celeron(R) Dual-Core CPU T3000 @ 1.80GHz stepping 0a
    [ 0.056663] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.056663] ... version: 2
    [ 0.056663] ... bit width: 40
    [ 0.056663] ... generic registers: 2
    [ 0.056663] ... value mask: 000000ffffffffff
    [ 0.056663] ... max period: 000000007fffffff
    [ 0.056663] ... fixed-purpose events: 3
    [ 0.056663] ... event mask: 0000000700000003
    [ 0.073448] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.100011] CPU 1 irqstacks, hard=f54e8000 soft=f54ea000
    [ 0.100014] Booting Node 0, Processors #1 Ok.
    [ 0.100017] smpboot cpu 1: start_ip = 93000
    [ 0.006666] Initializing CPU#1
    [ 0.006666] CPU1: Thermal monitoring handled by SMI
    [ 0.196686] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.203325] Brought up 2 CPUs
    [ 0.203328] Total of 2 processors activated (7184.88 BogoMIPS).
    [ 0.204206] devtmpfs: initialized
    [ 0.204206] PM: Registering ACPI NVS region at 7dd8f000 (331776 bytes)
    [ 0.204614] print_constraints: dummy:
    [ 0.204682] NET: Registered protocol family 16
    [ 0.204804] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.204807] ACPI: bus type pci registered
    [ 0.204906] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.204910] PCI: not using MMCONFIG
    [ 0.205140] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=4
    [ 0.205142] PCI: Using configuration type 1 for base access
    [ 0.206964] bio: create slab <bio-0> at 0
    [ 0.206964] ACPI: Deleted _OSI(Windows 2009)
    [ 0.209160] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.209166] ACPI: EC: Look up EC in DSDT
    [ 0.218122] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.221024] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.230152] ACPI Warning: Incorrect checksum in table [ATKG] - 0x84, should be 0xE5 (20110413/tbutils-314)
    [ 0.230496] ACPI: SSDT 7dd993b0 00765 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.231045] ACPI: Dynamic OEM Table Load:
    [ 0.231049] ACPI: SSDT (null) 00765 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.231346] ACPI: SSDT 7dd99320 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    [ 0.231894] ACPI: Dynamic OEM Table Load:
    [ 0.231897] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    [ 0.232248] ACPI: Interpreter enabled
    [ 0.232260] ACPI: (supports S0 S3 S4 S5)
    [ 0.232287] ACPI: Using IOAPIC for interrupt routing
    [ 0.232319] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.234032] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.234035] PCI: Using MMCONFIG for extended config space
    [ 0.243183] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
    [ 0.243546] ACPI: No dock devices found.
    [ 0.243548] HEST: Table not found.
    [ 0.243553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.243848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.244065] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.244068] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.244072] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.244075] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
    [ 0.244078] pci_root PNP0A08:00: host bridge window [mem 0x7de00000-0xffffffff]
    [ 0.244094] pci 0000:00:00.0: [8086:2a40] type 0 class 0x000600
    [ 0.244121] DMAR: Forcing write-buffer flush capability
    [ 0.244147] pci 0000:00:02.0: [8086:2a42] type 0 class 0x000300
    [ 0.244164] pci 0000:00:02.0: reg 10: [mem 0xfe400000-0xfe7fffff 64bit]
    [ 0.244174] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.244181] pci 0000:00:02.0: reg 20: [io 0xdc00-0xdc07]
    [ 0.244219] pci 0000:00:02.1: [8086:2a43] type 0 class 0x000380
    [ 0.244232] pci 0000:00:02.1: reg 10: [mem 0xfe800000-0xfe8fffff 64bit]
    [ 0.244330] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
    [ 0.244399] pci 0000:00:1a.0: reg 20: [io 0xd880-0xd89f]
    [ 0.244468] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
    [ 0.244535] pci 0000:00:1a.1: reg 20: [io 0xd800-0xd81f]
    [ 0.244604] pci 0000:00:1a.2: [8086:2939] type 0 class 0x000c03
    [ 0.244672] pci 0000:00:1a.2: reg 20: [io 0xd480-0xd49f]
    [ 0.244753] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
    [ 0.244784] pci 0000:00:1a.7: reg 10: [mem 0xfe9fbc00-0xfe9fbfff]
    [ 0.244890] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.244896] pci 0000:00:1a.7: PME# disabled
    [ 0.244932] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
    [ 0.244957] pci 0000:00:1b.0: reg 10: [mem 0xfe9f4000-0xfe9f7fff 64bit]
    [ 0.245049] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.245054] pci 0000:00:1b.0: PME# disabled
    [ 0.245086] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
    [ 0.245179] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.245185] pci 0000:00:1c.0: PME# disabled
    [ 0.245218] pci 0000:00:1c.1: [8086:2942] type 1 class 0x000604
    [ 0.245311] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.245317] pci 0000:00:1c.1: PME# disabled
    [ 0.245356] pci 0000:00:1c.5: [8086:294a] type 1 class 0x000604
    [ 0.245451] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.245457] pci 0000:00:1c.5: PME# disabled
    [ 0.245494] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
    [ 0.245563] pci 0000:00:1d.0: reg 20: [io 0xd400-0xd41f]
    [ 0.245634] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
    [ 0.245702] pci 0000:00:1d.1: reg 20: [io 0xd080-0xd09f]
    [ 0.245771] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
    [ 0.245839] pci 0000:00:1d.2: reg 20: [io 0xd000-0xd01f]
    [ 0.245920] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
    [ 0.245951] pci 0000:00:1d.7: reg 10: [mem 0xfe9fb800-0xfe9fbbff]
    [ 0.246056] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.246062] pci 0000:00:1d.7: PME# disabled
    [ 0.246091] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 0.246183] pci 0000:00:1f.0: [8086:2919] type 0 class 0x000601
    [ 0.246345] pci 0000:00:1f.2: [8086:2929] type 0 class 0x000106
    [ 0.246377] pci 0000:00:1f.2: reg 10: [io 0xcc00-0xcc07]
    [ 0.246390] pci 0000:00:1f.2: reg 14: [io 0xc880-0xc883]
    [ 0.246404] pci 0000:00:1f.2: reg 18: [io 0xc800-0xc807]
    [ 0.246417] pci 0000:00:1f.2: reg 1c: [io 0xc480-0xc483]
    [ 0.246430] pci 0000:00:1f.2: reg 20: [io 0xc400-0xc41f]
    [ 0.246443] pci 0000:00:1f.2: reg 24: [mem 0xfe9fb000-0xfe9fb7ff]
    [ 0.246501] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.246506] pci 0000:00:1f.2: PME# disabled
    [ 0.246598] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [ 0.246604] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.246610] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.246619] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.246718] pci 0000:02:00.0: [168c:002b] type 0 class 0x000280
    [ 0.246751] pci 0000:02:00.0: reg 10: [mem 0xfeaf0000-0xfeafffff 64bit]
    [ 0.246873] pci 0000:02:00.0: supports D1
    [ 0.246876] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold
    [ 0.246883] pci 0000:02:00.0: PME# disabled
    [ 0.246929] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
    [ 0.246935] pci 0000:00:1c.1: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.246941] pci 0000:00:1c.1: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.246950] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.247043] pci 0000:03:00.0: [1969:1026] type 0 class 0x000200
    [ 0.247076] pci 0000:03:00.0: reg 10: [mem 0xfebc0000-0xfebfffff 64bit]
    [ 0.247094] pci 0000:03:00.0: reg 18: [io 0xec00-0xec7f]
    [ 0.247203] pci 0000:03:00.0: PME# supported from D3hot D3cold
    [ 0.247210] pci 0000:03:00.0: PME# disabled
    [ 0.247248] pci 0000:00:1c.5: PCI bridge to [bus 03-03]
    [ 0.247254] pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    [ 0.247259] pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.247268] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.247370] pci 0000:00:1e.0: PCI bridge to [bus 04-04] (subtractive decode)
    [ 0.247376] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.247382] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.247391] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.247394] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.247397] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.247400] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.247403] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.247407] pci 0000:00:1e.0: bridge window [mem 0x7de00000-0xffffffff] (subtractive decode)
    [ 0.247437] pci_bus 0000:00: on NUMA node 0
    [ 0.247441] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.247651] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
    [ 0.247695] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
    [ 0.247885] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.248174] pci0000:00: ACPI _OSC control (0x1d) granted
    [ 0.259190] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12)
    [ 0.259248] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 10 12)
    [ 0.259304] ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
    [ 0.259356] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 10 12)
    [ 0.259410] ACPI: PCI Interrupt Link [LNKE] (IRQs 6) *0, disabled.
    [ 0.259462] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 10 12)
    [ 0.259517] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 7 10 12)
    [ 0.259572] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 12)
    [ 0.259683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.259697] vgaarb: loaded
    [ 0.259699] vgaarb: bridge control possible 0000:00:02.0
    [ 0.259809] PCI: Using ACPI for IRQ routing
    [ 0.259812] PCI: pci_cache_line_size set to 64 bytes
    [ 0.259912] reserve RAM buffer: 0000000000097c00 - 000000000009ffff
    [ 0.259915] reserve RAM buffer: 000000007dd80000 - 000000007fffffff
    [ 0.260058] NetLabel: Initializing
    [ 0.260060] NetLabel: domain hash size = 128
    [ 0.260062] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.260077] NetLabel: unlabeled traffic allowed by default
    [ 0.260094] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.260103] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.260108] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.270003] Switching to clocksource hpet
    [ 0.273239] Switched to NOHz mode on CPU #0
    [ 0.273288] Switched to NOHz mode on CPU #1
    [ 0.277882] pnp: PnP ACPI init
    [ 0.277905] ACPI: bus type pnp registered
    [ 0.278057] pnp 00:00: [bus 00-ff]
    [ 0.278061] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.278064] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.278069] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.278072] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.278075] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.278078] pnp 00:00: [mem 0x7de00000-0xffffffff window]
    [ 0.278081] pnp 00:00: [mem 0x00000000-0xffffffff window]
    [ 0.278186] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.278198] pnp 00:01: [mem 0xfed10000-0xfed19fff]
    [ 0.278259] system 00:01: [mem 0xfed10000-0xfed19fff] has been reserved
    [ 0.278264] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.278299] pnp 00:02: [dma 4]
    [ 0.278301] pnp 00:02: [io 0x0000-0x000f]
    [ 0.278304] pnp 00:02: [io 0x0081-0x0083]
    [ 0.278306] pnp 00:02: [io 0x0087]
    [ 0.278309] pnp 00:02: [io 0x0089-0x008b]
    [ 0.278311] pnp 00:02: [io 0x008f]
    [ 0.278313] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.278345] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.278357] pnp 00:03: [io 0x0070-0x0071]
    [ 0.278371] pnp 00:03: [irq 8]
    [ 0.278402] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.278441] pnp 00:04: [io 0x0060]
    [ 0.278443] pnp 00:04: [io 0x0064]
    [ 0.278449] pnp 00:04: [irq 1]
    [ 0.278483] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.278536] pnp 00:05: [irq 12]
    [ 0.278575] pnp 00:05: Plug and Play ACPI device, IDs ETD0001 PNP0f0e PNP0f0b PNP0f03 PNP0f13 PNP0f12 (active)
    [ 0.278586] pnp 00:06: [io 0x0061]
    [ 0.278618] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.278628] pnp 00:07: [io 0x00f0-0x00ff]
    [ 0.278634] pnp 00:07: [irq 13]
    [ 0.278667] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.278826] pnp 00:08: [io 0x0010-0x001f]
    [ 0.278829] pnp 00:08: [io 0x0022-0x003f]
    [ 0.278831] pnp 00:08: [io 0x0044-0x005f]
    [ 0.278833] pnp 00:08: [io 0x0063]
    [ 0.278836] pnp 00:08: [io 0x0065]
    [ 0.278838] pnp 00:08: [io 0x0067-0x006f]
    [ 0.278840] pnp 00:08: [io 0x0072-0x007f]
    [ 0.278842] pnp 00:08: [io 0x0080]
    [ 0.278845] pnp 00:08: [io 0x0084-0x0086]
    [ 0.278847] pnp 00:08: [io 0x0088]
    [ 0.278849] pnp 00:08: [io 0x008c-0x008e]
    [ 0.278852] pnp 00:08: [io 0x0090-0x009f]
    [ 0.278854] pnp 00:08: [io 0x00a2-0x00bf]
    [ 0.278856] pnp 00:08: [io 0x00e0-0x00ef]
    [ 0.278859] pnp 00:08: [io 0x04d0-0x04d1]
    [ 0.278861] pnp 00:08: [io 0x0800-0x087f]
    [ 0.278863] pnp 00:08: [io 0x0400-0x041f]
    [ 0.278866] pnp 00:08: [io 0x0500-0x057f]
    [ 0.278869] pnp 00:08: [mem 0xfe9fac00-0xfe9facff window]
    [ 0.278871] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
    [ 0.278874] pnp 00:08: [mem 0xfed20000-0xfed3ffff]
    [ 0.278876] pnp 00:08: [mem 0xfed45000-0xfed89fff]
    [ 0.278879] pnp 00:08: [mem 0xfed90000-0xfed90fff]
    [ 0.278881] pnp 00:08: [mem 0xfed91000-0xfed91fff]
    [ 0.278884] pnp 00:08: [mem 0xfed92000-0xfed92fff]
    [ 0.278886] pnp 00:08: [mem 0xfed93000-0xfed93fff]
    [ 0.278888] pnp 00:08: [mem 0xffb00000-0xffbfffff]
    [ 0.278891] pnp 00:08: [mem 0xfff00000-0xffffffff]
    [ 0.278969] system 00:08: [io 0x04d0-0x04d1] has been reserved
    [ 0.278973] system 00:08: [io 0x0800-0x087f] has been reserved
    [ 0.278976] system 00:08: [io 0x0400-0x041f] has been reserved
    [ 0.278979] system 00:08: [io 0x0500-0x057f] has been reserved
    [ 0.278982] system 00:08: [mem 0xfe9fac00-0xfe9facff window] has been reserved
    [ 0.278986] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.278989] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.278993] system 00:08: [mem 0xfed45000-0xfed89fff] has been reserved
    [ 0.278996] system 00:08: [mem 0xfed90000-0xfed90fff] has been reserved
    [ 0.278999] system 00:08: [mem 0xfed91000-0xfed91fff] has been reserved
    [ 0.279002] system 00:08: [mem 0xfed92000-0xfed92fff] has been reserved
    [ 0.279006] system 00:08: [mem 0xfed93000-0xfed93fff] has been reserved
    [ 0.279009] system 00:08: [mem 0xffb00000-0xffbfffff] has been reserved
    [ 0.279012] system 00:08: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.279016] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.279083] pnp 00:09: [mem 0xfed00000-0xfed003ff]
    [ 0.279119] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.279178] pnp 00:0a: [mem 0xffa00000-0xffbfffff]
    [ 0.279181] pnp 00:0a: [mem 0xffe00000-0xffffffff]
    [ 0.279236] system 00:0a: [mem 0xffa00000-0xffbfffff] could not be reserved
    [ 0.279239] system 00:0a: [mem 0xffe00000-0xffffffff] could not be reserved
    [ 0.279243] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.279292] pnp 00:0b: [mem 0xffc00000-0xffdfffff]
    [ 0.279347] system 00:0b: [mem 0xffc00000-0xffdfffff] has been reserved
    [ 0.279351] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.279412] pnp 00:0c: [mem 0xfec00000-0xfec00fff]
    [ 0.279415] pnp 00:0c: [mem 0xfee00000-0xfee00fff]
    [ 0.279417] pnp 00:0c: [mem 0xfec10000-0xfec17fff]
    [ 0.279419] pnp 00:0c: [mem 0xfec18000-0xfec1ffff]
    [ 0.279422] pnp 00:0c: [mem 0xfec38000-0xfec3ffff]
    [ 0.279424] pnp 00:0c: [io 0x0250-0x0253]
    [ 0.279427] pnp 00:0c: [io 0x0256-0x025f]
    [ 0.279484] system 00:0c: [io 0x0250-0x0253] has been reserved
    [ 0.279487] system 00:0c: [io 0x0256-0x025f] has been reserved
    [ 0.279491] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.279494] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.279497] system 00:0c: [mem 0xfec10000-0xfec17fff] has been reserved
    [ 0.279501] system 00:0c: [mem 0xfec18000-0xfec1ffff] has been reserved
    [ 0.279504] system 00:0c: [mem 0xfec38000-0xfec3ffff] has been reserved
    [ 0.279508] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.279585] pnp 00:0d: [mem 0xe0000000-0xefffffff]
    [ 0.279641] system 00:0d: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.279645] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.279954] pnp 00:0e: [mem 0x00000000-0x0009ffff]
    [ 0.279957] pnp 00:0e: [mem 0x000c0000-0x000cffff]
    [ 0.279965] pnp 00:0e: [mem 0x000e0000-0x000fffff]
    [ 0.279967] pnp 00:0e: [mem 0x00100000-0x7ddfffff]
    [ 0.279970] pnp 00:0e: [mem 0x00000000-0xffffffff disabled]
    [ 0.280081] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.280085] system 00:0e: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.280088] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.280092] system 00:0e: [mem 0x00100000-0x7ddfffff] could not be reserved
    [ 0.280095] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.280257] pnp: PnP ACPI: found 15 devices
    [ 0.280259] ACPI: ACPI bus type pnp unregistered
    [ 0.316954] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.317008] pci 0000:00:1c.5: BAR 15: assigned [mem 0x7de00000-0x7dffffff 64bit pref]
    [ 0.317012] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [ 0.317014] pci 0000:00:1c.0: bridge window [io disabled]
    [ 0.317021] pci 0000:00:1c.0: bridge window [mem disabled]
    [ 0.317026] pci 0000:00:1c.0: bridge window [mem pref disabled]
    [ 0.317035] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
    [ 0.317037] pci 0000:00:1c.1: bridge window [io disabled]
    [ 0.317045] pci 0000:00:1c.1: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.317050] pci 0000:00:1c.1: bridge window [mem pref disabled]
    [ 0.317059] pci 0000:00:1c.5: PCI bridge to [bus 03-03]
    [ 0.317063] pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    [ 0.317070] pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.317077] pci 0000:00:1c.5: bridge window [mem 0x7de00000-0x7dffffff 64bit pref]
    [ 0.317086] pci 0000:00:1e.0: PCI bridge to [bus 04-04]
    [ 0.317088] pci 0000:00:1e.0: bridge window [io disabled]
    [ 0.317094] pci 0000:00:1e.0: bridge window [mem disabled]
    [ 0.317100] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 0.317124] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.317130] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.317141] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.317147] pci 0000:00:1c.1: setting latency timer to 64
    [ 0.317156] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.317162] pci 0000:00:1c.5: setting latency timer to 64
    [ 0.317171] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.317176] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.317179] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.317181] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.317184] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.317187] pci_bus 0000:00: resource 8 [mem 0x7de00000-0xffffffff]
    [ 0.317191] pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
    [ 0.317194] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
    [ 0.317197] pci_bus 0000:03: resource 1 [mem 0xfeb00000-0xfebfffff]
    [ 0.317200] pci_bus 0000:03: resource 2 [mem 0x7de00000-0x7dffffff 64bit pref]
    [ 0.317203] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    [ 0.317206] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    [ 0.317209] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.317211] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.317214] pci_bus 0000:04: resource 8 [mem 0x7de00000-0xffffffff]
    [ 0.317261] NET: Registered protocol family 2
    [ 0.317339] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.317587] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.318048] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.318337] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.318341] TCP reno registered
    [ 0.318344] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.318357] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.318534] NET: Registered protocol family 1
    [ 0.318557] pci 0000:00:02.0: Boot video device
    [ 0.318744] PCI: CLS 32 bytes, default 64
    [ 0.318812] Unpacking initramfs...
    [ 0.362878] Freeing initrd memory: 2132k freed
    [ 0.363915] Simple Boot Flag at 0x51 set to 0x1
    [ 0.364233] apm: BIOS not found.
    [ 0.364425] audit: initializing netlink socket (disabled)
    [ 0.364441] type=2000 audit(1312909012.363:1): initialized
    [ 0.368688] highmem bounce pool size: 64 pages
    [ 0.368694] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.378607] VFS: Disk quotas dquot_6.5.2
    [ 0.378705] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.378834] msgmni has been set to 1713
    [ 0.379068] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.379105] io scheduler noop registered
    [ 0.379108] io scheduler deadline registered
    [ 0.379123] io scheduler cfq registered (default)
    [ 0.379271] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.379334] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.379455] pcieport 0000:00:1c.1: setting latency timer to 64
    [ 0.379513] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    [ 0.379630] pcieport 0000:00:1c.5: setting latency timer to 64
    [ 0.379688] pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
    [ 0.379845] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.379852] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.379878] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    [ 0.379881] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 0.379887] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    [ 0.379912] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
    [ 0.379915] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.379921] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
    [ 0.380079] intel_idle: MWAIT substates: 0x2220
    [ 0.380081] intel_idle: does not run on family 6 model 23
    [ 0.380087] ERST: Table is not found!
    [ 0.380103] isapnp: Scanning for PnP cards...
    [ 0.737174] isapnp: No Plug & Play device found
    [ 0.737249] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.927374] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 0.930998] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.934050] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.934091] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.934122] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.934155] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.934186] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.934296] mousedev: PS/2 mouse device common for all mice
    [ 0.934388] rtc_cmos 00:03: RTC can wake from S4
    [ 0.934524] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 0.934557] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.934588] cpuidle: using governor ladder
    [ 0.934590] cpuidle: using governor menu
    [ 0.934876] TCP cubic registered
    [ 0.934879] NET: Registered protocol family 17
    [ 0.934888] Registering the dns_resolver key type
    [ 0.934915] Using IPI No-Shortcut mode
    [ 0.935017] PM: Hibernation image not present or could not be loaded.
    [ 0.935024] registered taskstats version 1
    [ 0.939311] rtc_cmos 00:03: setting system clock to 2011-08-09 16:56:53 UTC (1312909013)
    [ 0.939352] Initializing network drop monitor service
    [ 0.939447] Freeing unused kernel memory: 500k freed
    [ 0.939681] Write protecting the kernel text: 3416k
    [ 0.939709] Write protecting the kernel read-only data: 1036k
    [ 0.953922] udevd[54]: starting version 173
    [ 0.977498] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.019140] usbcore: registered new interface driver usbfs
    [ 1.019176] usbcore: registered new interface driver hub
    [ 1.049312] usbcore: registered new device driver usb
    [ 1.050500] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.050540] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.050563] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 1.050567] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 1.050604] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 1.050644] ehci_hcd 0000:00:1a.7: debug port 1
    [ 1.068233] SCSI subsystem initialized
    [ 1.068335] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
    [ 1.068361] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfe9fbc00
    [ 1.079182] libata version 3.00 loaded.
    [ 1.080102] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 1.080303] hub 1-0:1.0: USB hub found
    [ 1.080309] hub 1-0:1.0: 6 ports detected
    [ 1.080423] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 1.080445] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 1.080450] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 1.080461] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 1.080495] ehci_hcd 0000:00:1d.7: debug port 1
    [ 1.084638] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    [ 1.084665] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfe9fb800
    [ 1.096705] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.097358] hub 2-0:1.0: USB hub found
    [ 1.097365] hub 2-0:1.0: 6 ports detected
    [ 1.097486] ahci 0000:00:1f.2: version 3.0
    [ 1.097508] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.097565] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 1.097619] ahci: SSS flag set, parallel bus scan disabled
    [ 1.097653] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
    [ 1.097657] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs
    [ 1.097664] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.103903] scsi0 : ahci
    [ 1.104030] scsi1 : ahci
    [ 1.104126] scsi2 : ahci
    [ 1.104218] scsi3 : ahci
    [ 1.104495] ata1: SATA max UDMA/133 abar m2048@0xfe9fb000 port 0xfe9fb100 irq 43
    [ 1.104500] ata2: SATA max UDMA/133 abar m2048@0xfe9fb000 port 0xfe9fb180 irq 43
    [ 1.104502] ata3: DUMMY
    [ 1.104504] ata4: DUMMY
    [ 1.163917] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.163984] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.163997] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1.164113] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 1.164129] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 1.164178] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000d880
    [ 1.164368] hub 3-0:1.0: USB hub found
    [ 1.164373] hub 3-0:1.0: 2 ports detected
    [ 1.164477] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [ 1.164486] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 1.164490] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 1.164500] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 1.164539] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000d800
    [ 1.164699] hub 4-0:1.0: USB hub found
    [ 1.164704] hub 4-0:1.0: 2 ports detected
    [ 1.164787] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 1.164795] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 1.164799] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 1.164808] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 1.164848] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000d480
    [ 1.165008] hub 5-0:1.0: USB hub found
    [ 1.165012] hub 5-0:1.0: 2 ports detected
    [ 1.165099] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 1.165107] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.165111] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.165122] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 1.165154] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d400
    [ 1.165311] hub 6-0:1.0: USB hub found
    [ 1.165316] hub 6-0:1.0: 2 ports detected
    [ 1.165398] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.165408] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.165412] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.165421] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 1.165450] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d080
    [ 1.165607] hub 7-0:1.0: USB hub found
    [ 1.165611] hub 7-0:1.0: 2 ports detected
    [ 1.165696] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.165704] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.165708] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.165717] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 1.165747] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d000
    [ 1.165914] hub 8-0:1.0: USB hub found
    [ 1.165919] hub 8-0:1.0: 2 ports detected
    [ 1.366705] Refined TSC clocksource calibration: 1795.499 MHz.
    [ 1.366711] Switching to clocksource tsc
    [ 1.386680] usb 1-3: new high speed USB device number 2 using ehci_hcd
    [ 1.423359] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.425060] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.425379] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.425384] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.427244] ata1.00: ATA-8: ST9320325AS, 0002SDM1, max UDMA/133
    [ 1.427247] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 1.429377] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.429687] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.429691] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.431520] ata1.00: configured for UDMA/133
    [ 1.431677] scsi 0:0:0:0: Direct-Access ATA ST9320325AS 0002 PQ: 0 ANSI: 5
    [ 1.750027] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.765044] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.765049] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.778146] ata2.00: ATAPI: Optiarc DVD RW AD-7580S, FX20, max UDMA/100
    [ 1.794186] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.794191] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.807014] ata2.00: configured for UDMA/100
    [ 1.810609] scsi 1:0:0:0: CD-ROM Optiarc DVD RW AD-7580S FX20 PQ: 0 ANSI: 5
    [ 1.817797] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.817854] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.817857] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.817881] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.822707] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.822711] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.823032] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.836683] usb 6-2: new low speed USB device number 2 using uhci_hcd
    [ 1.859083] sda: sda1 sda2 sda3 sda4 < sda5 >
    [ 1.859555] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.023721] input: MosArt Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/input/input1
    [ 2.023829] generic-usb 0003:13EE:0003.0001: input,hidraw0: USB HID v1.10 Mouse [MosArt Optical Mouse] on usb-0000:00:1d.0-2/input0
    [ 2.023850] usbcore: registered new interface driver usbhid
    [ 2.023852] usbhid: USB HID core driver
    [ 2.650851] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.258021] udevd[287]: starting version 173
    [ 4.739711] asus_acpi: Asus Laptop ACPI Extras version 0.30
    [ 4.739876] asus_acpi: unsupported model K50IJ, trying default values
    [ 4.739878] asus_acpi: send /proc/acpi/dsdt to the developers
    [ 4.816300] iTCO_vendor_support: vendor-support=0
    [ 4.824448] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 4.824569] iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0860)
    [ 4.824660] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 4.827238] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 4.827382] ACPI: AC Adapter [AC0] (on-line)
    [ 4.828155] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
    [ 4.828165] ACPI: Sleep Button [SLPB]
    [ 4.828230] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
    [ 4.831492] ACPI: Lid Switch [LID]
    [ 4.831614] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 4.831621] ACPI: Power Button [PWRF]
    [ 4.865124] Linux agpgart interface v0.103
    [ 4.921369] cfg80211: Calling CRDA to update world regulatory domain
    [ 4.936814] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 4.936824] ACPI: Battery Slot [BAT0] (battery present)
    [ 4.941752] ATL1E 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 4.941770] ATL1E 0000:03:00.0: setting latency timer to 64
    [ 4.945788] thermal LNXTHERM:00: registered as thermal_zone0
    [ 4.945792] ACPI: Thermal Zone [THRM] (44 C)
    [ 4.970466] ACPI: acpi_idle registered with cpuidle
    [ 4.974411] Monitor-Mwait will be used to enter C-1 state
    [ 4.974445] Monitor-Mwait will be used to enter C-2 state
    [ 4.974469] Monitor-Mwait will be used to enter C-3 state
    [ 4.974477] Marking TSC unstable due to TSC halts in idle
    [ 4.975874] Switching to clocksource hpet
    [ 5.032723] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
    [ 5.032822] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 5.033439] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
    [ 5.033728] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    [ 5.105663] [drm] Initialized drm 1.1.0 20060810
    [ 5.107962] ath9k 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 5.107977] ath9k 0000:02:00.0: setting latency timer to 64
    [ 5.142586] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.142593] i915 0000:00:02.0: setting latency timer to 64
    [ 5.159185] ath: EEPROM regdomain: 0x60
    [ 5.159188] ath: EEPROM indicates we should expect a direct regpair map
    [ 5.159191] ath: Country alpha2 being used: 00
    [ 5.159193] ath: Regpair used: 0x60
    [ 5.168070] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 5.168078] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 5.168080] [drm] Driver supports precise vblank timestamp query.
    [ 5.168129] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 5.191736] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
    [ 5.192424] Registered led device: ath9k-phy0
    [ 5.192433] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xf81a0000, irq=17
    [ 5.288322] asus_laptop: Asus Laptop Support version 0.42
    [ 5.288486] asus_laptop: K50IJ model detected
    [ 5.288978] asus_laptop: Backlight controlled by ACPI video driver
    [ 5.289084] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input5
    [ 5.393429] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 5.393627] sr 1:0:0:0: Attached scsi generic sg1 type 5
    [ 5.597755] psmouse serio4: ID: 10 00 64
    [ 5.702553] elantech: assuming hardware version 2, firmware version 4.1.1
    [ 5.738839] elantech: Synaptics capabilities query result 0x7e, 0x13, 0x0d.
    [ 5.780864] fbcon: inteldrmfb (fb0) is primary device
    [ 5.825826] Console: switching to colour frame buffer device 170x48
    [ 5.831063] fb0: inteldrmfb frame buffer device
    [ 5.831065] drm: registered panic notifier
    [ 5.833323] ACPI Warning: _BQC returned an invalid level (20110413/video-473)
    [ 5.834567] acpi device:38: registered as cooling_device2
    [ 5.834817] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input6
    [ 5.834975] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 5.835272] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 5.835329] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 5.835420] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 5.835458] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 5.840235] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input7
    [ 6.069285] Linux media interface: v0.10
    [ 6.088833] Linux video capture interface: v2.00
    [ 6.097205] uvcvideo: Found UVC 1.00 device CNF7129 (04f2:b071)
    [ 6.120085] input: CNF7129 as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3:1.0/input/input8
    [ 6.120179] usbcore: registered new interface driver uvcvideo
    [ 6.120181] USB Video Class driver (v1.1.0)
    [ 7.622339] EXT4-fs (sda1): re-mounted. Opts: (null)
    [ 7.907480] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.987363] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 8.044201] Adding 4213756k swap on /dev/sda5. Priority:-1 extents:1 across:4213756k
    Xorg.0.log:
    [ 25.092]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 25.092]
    X.Org X Server 1.10.3.901 (1.10.4 RC 1)
    Release Date: 2011-07-29
    [ 25.092] X Protocol Version 11, Revision 0
    [ 25.092] Build Operating System: Linux 3.0.0-ARCH i686
    [ 25.092] Current Operating System: Linux saso-laptop 3.0-ARCH #1 SMP PREEMPT Sat Aug 6 16:49:00 CEST 2011 i686
    [ 25.093] Kernel command line: root=/dev/sda1 ro quiet
    [ 25.093] Build Date: 08 August 2011 08:28:07AM
    [ 25.093]
    [ 25.093] Current version of pixman: 0.22.2
    [ 25.093] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 25.093] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 25.093] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 9 18:57:17 2011
    [ 25.215] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 25.248] (==) No Layout section. Using the first Screen section.
    [ 25.248] (==) No screen section available. Using defaults.
    [ 25.248] (**) |-->Screen "Default Screen Section" (0)
    [ 25.248] (**) | |-->Monitor "<default monitor>"
    [ 25.248] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 25.248] (==) Automatically adding devices
    [ 25.248] (==) Automatically enabling devices
    [ 25.303] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 25.303] Entry deleted from font path.
    [ 25.339] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 25.339] Entry deleted from font path.
    [ 25.339] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 25.340] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 25.340] Entry deleted from font path.
    [ 25.340] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 25.340] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 25.340] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 25.340] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 25.340] (II) Loader magic: 0x822e4e0
    [ 25.340] (II) Module ABI versions:
    [ 25.340] X.Org ANSI C Emulation: 0.4
    [ 25.340] X.Org Video Driver: 10.0
    [ 25.340] X.Org XInput driver : 12.2
    [ 25.340] X.Org Server Extension : 5.0
    [ 25.341] (--) PCI:*(0:0:2:0) 8086:2a42:1043:1862 rev 9, Mem @ 0xfe400000/4194304, 0xd0000000/268435456, I/O @ 0x0000dc00/8
    [ 25.341] (--) PCI: (0:0:2:1) 8086:2a43:1043:1862 rev 9, Mem @ 0xfe800000/1048576
    [ 25.341] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 25.341] (II) LoadModule: "extmod"
    [ 25.358] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 25.373] (II) Module extmod: vendor="X.Org Foundation"
    [ 25.373] compiled for 1.10.3.901, module version = 1.0.0
    [ 25.373] Module class: X.Org Server Extension
    [ 25.373] ABI class: X.Org Server Extension, version 5.0
    [ 25.373] (II) Loading extension MIT-SCREEN-SAVER
    [ 25.373] (II) Loading extension XFree86-VidModeExtension
    [ 25.373] (II) Loading extension XFree86-DGA
    [ 25.374] (II) Loading extension DPMS
    [ 25.374] (II) Loading extension XVideo
    [ 25.374] (II) Loading extension XVideo-MotionCompensation
    [ 25.374] (II) Loading extension X-Resource
    [ 25.374] (II) LoadModule: "dbe"
    [ 25.374] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 25.387] (II) Module dbe: vendor="X.Org Foundation"
    [ 25.387] compiled for 1.10.3.901, module version = 1.0.0
    [ 25.387] Module class: X.Org Server Extension
    [ 25.387] ABI class: X.Org Server Extension, version 5.0
    [ 25.387] (II) Loading extension DOUBLE-BUFFER
    [ 25.387] (II) LoadModule: "glx"
    [ 25.387] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 25.411] (II) Module glx: vendor="X.Org Foundation"
    [ 25.411] compiled for 1.10.3.901, module version = 1.0.0
    [ 25.411] ABI class: X.Org Server Extension, version 5.0
    [ 25.411] (==) AIGLX enabled
    [ 25.411] (II) Loading extension GLX
    [ 25.411] (II) LoadModule: "record"
    [ 25.411] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 25.412] (II) Module record: vendor="X.Org Foundation"
    [ 25.412] compiled for 1.10.3.901, module version = 1.13.0
    [ 25.412] Module class: X.Org Server Extension
    [ 25.412] ABI class: X.Org Server Extension, version 5.0
    [ 25.412] (II) Loading extension RECORD
    [ 25.412] (II) LoadModule: "dri"
    [ 25.412] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 25.420] (II) Module dri: vendor="X.Org Foundation"
    [ 25.420] compiled for 1.10.3.901, module version = 1.0.0
    [ 25.420] ABI class: X.Org Server Extension, version 5.0
    [ 25.420] (II) Loading extension XFree86-DRI
    [ 25.420] (II) LoadModule: "dri2"
    [ 25.420] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 25.428] (II) Module dri2: vendor="X.Org Foundation"
    [ 25.428] compiled for 1.10.3.901, module version = 1.2.0
    [ 25.428] ABI class: X.Org Server Extension, version 5.0
    [ 25.429] (II) Loading extension DRI2
    [ 25.429] (==) Matched intel as autoconfigured driver 0
    [ 25.429] (==) Matched vesa as autoconfigured driver 1
    [ 25.429] (==) Matched fbdev as autoconfigured driver 2
    [ 25.429] (==) Assigned the driver to the xf86ConfigLayout
    [ 25.429] (II) LoadModule: "intel"
    [ 25.429] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 25.448] (II) Module intel: vendor="X.Org Foundation"
    [ 25.448] compiled for 1.10.2, module version = 2.15.0
    [ 25.448] Module class: X.Org Video Driver
    [ 25.448] ABI class: X.Org Video Driver, version 10.0
    [ 25.448] (II) LoadModule: "vesa"
    [ 25.449] (WW) Warning, couldn't open module vesa
    [ 25.449] (II) UnloadModule: "vesa"
    [ 25.449] (II) Unloading vesa
    [ 25.449] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 25.451] (II) LoadModule: "fbdev"
    [ 25.451] (WW) Warning, couldn't open module fbdev
    [ 25.451] (II) UnloadModule: "fbdev"
    [ 25.451] (II) Unloading fbdev
    [ 25.451] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 25.453] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
    [ 25.454] (--) using VT number 7
    [ 25.461] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 25.461] drmOpenDevice: node name is /dev/dri/card0
    [ 25.461] drmOpenDevice: open result is 9, (OK)
    [ 25.462] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 25.462] drmOpenDevice: node name is /dev/dri/card0
    [ 25.462] drmOpenDevice: open result is 9, (OK)
    [ 25.462] drmOpenByBusid: drmOpenMinor returns 9
    [ 25.462] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 25.462] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 25.462] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 25.462] (==) intel(0): RGB weight 888
    [ 25.462] (==) intel(0): Default visual is TrueColor
    [ 25.462] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
    [ 25.462] (--) intel(0): Chipset: "GM45"
    [ 25.462] (**) intel(0): Relaxed fencing enabled
    [ 25.462] (**) intel(0): Framebuffer tiled
    [ 25.462] (**) intel(0): Pixmaps tiled
    [ 25.462] (**) intel(0): 3D buffers tiled
    [ 25.462] (**) intel(0): SwapBuffers wait enabled
    [ 25.462] (==) intel(0): video overlay key set to 0x101fe
    [ 25.462] (II) intel(0): Output LVDS1 has no monitor section
    [ 25.462] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 25.480] (II) intel(0): Output VGA1 has no monitor section
    [ 26.013] (II) intel(0): Output HDMI1 has no monitor section
    [ 26.014] (II) intel(0): Output DP1 has no monitor section
    [ 26.015] (II) intel(0): Output DP2 has no monitor section
    [ 26.015] (II) intel(0): EDID for output LVDS1
    [ 26.015] (II) intel(0): Manufacturer: LGD Model: 1e8 Serial#: 0
    [ 26.015] (II) intel(0): Year: 2008 Week: 0
    [ 26.015] (II) intel(0): EDID Version: 1.3
    [ 26.015] (II) intel(0): Digital Display Input
    [ 26.015] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 26.015] (II) intel(0): Gamma: 2.20
    [ 26.015] (II) intel(0): No DPMS capabilities specified
    [ 26.015] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 26.015] (II) intel(0): First detailed timing is preferred mode
    [ 26.015] (II) intel(0): redX: 0.618 redY: 0.355 greenX: 0.335 greenY: 0.584
    [ 26.015] (II) intel(0): blueX: 0.150 blueY: 0.102 whiteX: 0.313 whiteY: 0.329
    [ 26.015] (II) intel(0): Manufacturer's mask: 0
    [ 26.015] (II) intel(0): Supported detailed timing:
    [ 26.015] (II) intel(0): clock: 72.3 MHz Image Size: 344 x 194 mm
    [ 26.015] (II) intel(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1526 h_border: 0
    [ 26.015] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 776 v_blanking: 790 v_border: 0
    [ 26.015] (II) intel(0): LG Display
    [ 26.015] (II) intel(0): LP156WH2-TLA1
    [ 26.015] (II) intel(0): EDID (in hex):
    [ 26.015] (II) intel(0): 00ffffffffffff0030e4e80100000000
    [ 26.015] (II) intel(0): 00120103802213780a4e859e5b559526
    [ 26.015] (II) intel(0): 1a505400000001010101010101010101
    [ 26.015] (II) intel(0): 0101010101013e1c56a0500016303020
    [ 26.015] (II) intel(0): 350058c2100000190000000000000000
    [ 26.015] (II) intel(0): 00000000000000000000000000fe004c
    [ 26.015] (II) intel(0): 4720446973706c61790a2020000000fe
    [ 26.016] (II) intel(0): 004c503135365748322d544c4131004d
    [ 26.016] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 26.016] (II) intel(0): Printing DDC gathered Modelines:
    [ 26.016] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 26.016] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 26.016] (II) intel(0): Printing probed modes for output LVDS1
    [ 26.016] (II) intel(0): Modeline "1366x768"x60.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 26.016] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 26.016] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 26.016] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 26.016] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 26.033] (II) intel(0): EDID for output VGA1
    [ 26.566] (II) intel(0): EDID for output HDMI1
    [ 26.567] (II) intel(0): EDID for output DP1
    [ 26.568] (II) intel(0): EDID for output DP2
    [ 26.568] (II) intel(0): Output LVDS1 connected
    [ 26.568] (II) intel(0): Output VGA1 disconnected
    [ 26.568] (II) intel(0): Output HDMI1 disconnected
    [ 26.568] (II) intel(0): Output DP1 disconnected
    [ 26.568] (II) intel(0): Output DP2 disconnected
    [ 26.568] (II) intel(0): Using exact sizes for initial modes
    [ 26.568] (II) intel(0): Output LVDS1 using initial mode 1366x768
    [ 26.568] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 26.568] (II) intel(0): Kernel page flipping support detected, enabling
    [ 26.568] (**) intel(0): Display dimensions: (340, 190) mm
    [ 26.568] (**) intel(0): DPI set to (102, 102)
    [ 26.568] (II) Loading sub module "fb"
    [ 26.569] (II) LoadModule: "fb"
    [ 26.569] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 26.584] (II) Module fb: vendor="X.Org Foundation"
    [ 26.584] compiled for 1.10.3.901, module version = 1.0.0
    [ 26.584] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 26.584] (II) Loading sub module "dri2"
    [ 26.585] (II) LoadModule: "dri2"
    [ 26.585] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 26.585] (II) Module dri2: vendor="X.Org Foundation"
    [ 26.585] compiled for 1.10.3.901, module version = 1.2.0
    [ 26.585] ABI class: X.Org Server Extension, version 5.0
    [ 26.585] (==) Depth 24 pixmap format is 32 bpp
    [ 26.585] (II) intel(0): [DRI2] Setup complete
    [ 26.585] (II) intel(0): [DRI2] DRI driver: i965
    [ 26.585] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
    [ 26.600] (II) UXA(0): Driver registered support for the following operations:
    [ 26.600] (II) solid
    [ 26.600] (II) copy
    [ 26.600] (II) composite (RENDER acceleration)
    [ 26.600] (II) put_image
    [ 26.600] (II) get_image
    [ 26.600] (==) intel(0): Backing store disabled
    [ 26.600] (==) intel(0): Silken mouse enabled
    [ 26.601] (II) intel(0): Initializing HW Cursor
    [ 26.613] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 26.614] (==) intel(0): DPMS enabled
    [ 26.614] (==) intel(0): Intel XvMC decoder enabled
    [ 26.614] (II) intel(0): Set up textured video
    [ 26.614] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 26.614] (II) intel(0): direct rendering: DRI2 Enabled
    [ 26.614] (==) intel(0): hotplug detection: "enabled"
    [ 26.614] (--) RandR disabled
    [ 26.614] (II) Initializing built-in extension Generic Event Extension
    [ 26.614] (II) Initializing built-in extension SHAPE
    [ 26.614] (II) Initializing built-in extension MIT-SHM
    [ 26.614] (II) Initializing built-in extension XInputExtension
    [ 26.614] (II) Initializing built-in extension XTEST
    [ 26.614] (II) Initializing built-in extension BIG-REQUESTS
    [ 26.614] (II) Initializing built-in extension SY

    Sorry for that. I had some issues with reproducing the problem. It seems that i can reproduce it only on fresh restart.
    Last edited by Shark (2011-08-09 18:27:10)

  • Black screen after logging in KDE (dual monitor)

    Hi everybody,
    I'm having a severe problem with kde 4.12.2; I'll explain my settings:
    1) A screen 2560x1440 on DVI
    2) A screen 1920x1080 on VGA
    My /etc/X11/xorg.conf is this
    Section "Monitor"
    Identifier "DVI-I-1"
    Option "Primary" "true"
    Option "PreferredMode" "2560x1440"
    EndSection
    Section "Monitor"
    Identifier "VGA-1"
    Option "LeftOf" "DVI-I-1"
    Option "PreferredMode" "1920x1080"
    EndSection
    when kdm starts I can see login manager on both screen (each one with the correct resolution). As far as I log in all disappear on both screen: it remains only a completely black screen (in which I manage to recognize mouse pointer). The strange fact is that I can still use yakuake (without seeing it), as a matter of facts if I digit "reboot" on command line in yakualke, my PC effectively reboots... but i cannot see anything.
    If I use only one monitor (disconnecting the other) all is ok.
    I've also i3 working perfectly with the same configuration.
    Please help me!

    dmesg return this
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.13.5-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=76b38aee-1933-48a0-b00b-2166f50b45fc ro verbose
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e4c00-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf77ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf780000-0x00000000bf797fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bf798000-0x00000000bf7dbfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bf7dc000-0x00000000bfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000033fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.5 present.
    [ 0.000000] DMI: System manufacturer System Product Name/P6TD DELUXE, BIOS 0106 07/15/2009
    [ 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 = 0x340000 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-E3FFF write-protect
    [ 0.000000] E4000-EBFFF write-through
    [ 0.000000] EC000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask E00000000 write-back
    [ 0.000000] 1 base 200000000 mask F00000000 write-back
    [ 0.000000] 2 base 300000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0C0000000 mask FC0000000 uncachable
    [ 0.000000] 4 base 0BF800000 mask FFF800000 uncachable
    [ 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] e820: update [mem 0xbf800000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xbf780 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    [ 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 [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x33fe00000-0x33fffffff]
    [ 0.000000] [mem 0x33fe00000-0x33fffffff] page 2M
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x33c000000-0x33fdfffff]
    [ 0.000000] [mem 0x33c000000-0x33fdfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x300000000-0x33bffffff]
    [ 0.000000] [mem 0x300000000-0x33bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xbf77ffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0xbf5fffff] page 2M
    [ 0.000000] [mem 0xbf600000-0xbf77ffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x2ffffffff]
    [ 0.000000] [mem 0x100000000-0x2ffffffff] page 2M
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] BRK [0x01b44000, 0x01b44fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x379f0000-0x37ceffff]
    [ 0.000000] ACPI: RSDP 00000000000fb250 000014 (v00 ACPIAM)
    [ 0.000000] ACPI: RSDT 00000000bf780000 000040 (v01 071509 RSDT1009 20090715 MSFT 00000097)
    [ 0.000000] ACPI: FACP 00000000bf780200 000084 (v01 071509 FACP1009 20090715 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 00000000bf7804b0 00B62E (v01 A1438 A1438001 00000001 INTL 20060113)
    [ 0.000000] ACPI: FACS 00000000bf798000 000040
    [ 0.000000] ACPI: APIC 00000000bf780390 0000D8 (v01 071509 APIC1009 20090715 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 00000000bf780470 00003C (v01 071509 OEMMCFG 20090715 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 00000000bf798040 000072 (v01 071509 OEMB1009 20090715 MSFT 00000097)
    [ 0.000000] ACPI: HPET 00000000bf78f4b0 000038 (v01 071509 OEMHPET 20090715 MSFT 00000097)
    [ 0.000000] ACPI: OSFR 00000000bf78f4f0 0000B0 (v01 071509 OEMOSFR 20090715 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000bf79a140 00249F (v01 DpgPmm CpuPm 00000012 INTL 20060113)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000033fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x33fffffff]
    [ 0.000000] NODE_DATA [mem 0x33fff2000-0x33fff6fff]
    [ 0.000000] [ffffea0000000000-ffffea000cffffff] PMD -> [ffff880333600000-ffff88033f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x33fffffff]
    [ 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-0xbf77ffff]
    [ 0.000000] node 0: [mem 0x100000000-0x33fffffff]
    [ 0.000000] On node 0 totalpages: 3143454
    [ 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: 12190 pages used for memmap
    [ 0.000000] DMA32 zone: 780160 pages, LIFO batch:31
    [ 0.000000] Normal zone: 36864 pages used for memmap
    [ 0.000000] Normal zone: 2359296 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[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x88] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x89] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x8a] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x8b] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
    [ 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: IOAPIC (id[0x09] address[0xfec8a000] gsi_base[24])
    [ 0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec8a000, GSI 24-47
    [ 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: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 64
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e5000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf780000-0xbf797fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf798000-0xbf7dbfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf7dc000-0xbfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
    [ 0.000000] e820: [mem 0xc0000000-0xfedfffff] 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:16 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88033fc00000 s86336 r8192 d24256 u131072
    [ 0.000000] pcpu-alloc: s86336 r8192 d24256 u131072 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 3094315
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=76b38aee-1933-48a0-b00b-2166f50b45fc ro verbose
    [ 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: 12294300K/12573816K available (5270K kernel code, 836K rwdata, 1672K rodata, 1128K init, 1324K bss, 279516K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, 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=16.
    [ 0.000000] NR_IRQS:8448 nr_irqs:1216 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 50331648 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.003333] tsc: Detected 2672.847 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 5347.43 BogoMIPS (lpj=8909490)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000035] Security Framework initialized
    [ 0.000043] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000044] Yama: becoming mindful.
    [ 0.001039] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.004061] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.005331] Mount-cache hash table entries: 256
    [ 0.005505] Initializing cgroup subsys memory
    [ 0.005511] Initializing cgroup subsys devices
    [ 0.005512] Initializing cgroup subsys freezer
    [ 0.005514] Initializing cgroup subsys net_cls
    [ 0.005515] Initializing cgroup subsys blkio
    [ 0.005533] CPU: Physical Processor ID: 0
    [ 0.005534] CPU: Processor Core ID: 0
    [ 0.005538] mce: CPU supports 9 MCE banks
    [ 0.005547] CPU0: Thermal monitoring enabled (TM1)
    [ 0.005555] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 6
    [ 0.005627] Freeing SMP alternatives memory: 20K (ffffffff819ed000 - ffffffff819f2000)
    [ 0.006541] ACPI: Core revision 20131115
    [ 0.010413] ACPI: All ACPI Tables successfully acquired
    [ 0.036170] ftrace: allocating 21057 entries in 83 pages
    [ 0.045404] Switched APIC routing to physical flat.
    [ 0.045954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.078948] smpboot: CPU0: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (fam: 06, model: 1a, stepping: 05)
    [ 0.241764] APIC calibration not consistent with PM-Timer: 156ms instead of 100ms
    [ 0.241767] APIC delta adjusted to PM-Timer: 835226 (1308515)
    [ 0.241784] Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver.
    [ 0.241790] perf_event_intel: CPU erratum AAJ80 worked around
    [ 0.241791] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    [ 0.241793] ... version: 3
    [ 0.241794] ... bit width: 48
    [ 0.241795] ... generic registers: 4
    [ 0.241796] ... value mask: 0000ffffffffffff
    [ 0.241797] ... max period: 000000007fffffff
    [ 0.241798] ... fixed-purpose events: 3
    [ 0.241799] ... event mask: 000000070000000f
    [ 0.268512] x86: Booting SMP configuration:
    [ 0.281907] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.268515] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
    [ 0.401726] x86: Booted up 1 node, 8 CPUs
    [ 0.401730] smpboot: Total of 8 processors activated (42782.45 BogoMIPS)
    [ 0.407746] devtmpfs: initialized
    [ 0.410503] PM: Registering ACPI NVS region [mem 0xbf798000-0xbf7dbfff] (278528 bytes)
    [ 0.411349] RTC time: 10:25:56, date: 02/27/14
    [ 0.411386] NET: Registered protocol family 16
    [ 0.411473] cpuidle: using governor ladder
    [ 0.411475] cpuidle: using governor menu
    [ 0.411497] ACPI: bus type PCI registered
    [ 0.411499] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.411555] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.411557] PCI: not using MMCONFIG
    [ 0.411559] PCI: Using configuration type 1 for base access
    [ 0.412212] bio: create slab <bio-0> at 0
    [ 0.412334] ACPI: Added _OSI(Module Device)
    [ 0.412336] ACPI: Added _OSI(Processor Device)
    [ 0.412337] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.412338] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.414291] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.443864] ACPI: SSDT 00000000bf7980c0 000403 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
    [ 0.444092] ACPI: Dynamic OEM Table Load:
    [ 0.444094] ACPI: SSDT (null) 000403 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
    [ 0.444281] ACPI: SSDT 00000000bf7984d0 000403 (v01 DpgPmm P002Ist 00000012 INTL 20060113)
    [ 0.444506] ACPI: Dynamic OEM Table Load:
    [ 0.444508] ACPI: SSDT (null) 000403 (v01 DpgPmm P002Ist 00000012 INTL 20060113)
    [ 0.444696] ACPI: SSDT 00000000bf7988e0 000403 (v01 DpgPmm P003Ist 00000012 INTL 20060113)
    [ 0.444922] ACPI: Dynamic OEM Table Load:
    [ 0.444924] ACPI: SSDT (null) 000403 (v01 DpgPmm P003Ist 00000012 INTL 20060113)
    [ 0.445121] ACPI: SSDT 00000000bf798cf0 000403 (v01 DpgPmm P004Ist 00000012 INTL 20060113)
    [ 0.445351] ACPI: Dynamic OEM Table Load:
    [ 0.445353] ACPI: SSDT (null) 000403 (v01 DpgPmm P004Ist 00000012 INTL 20060113)
    [ 0.455263] ACPI: SSDT 00000000bf799100 000403 (v01 DpgPmm P005Ist 00000012 INTL 20060113)
    [ 0.455491] ACPI: Dynamic OEM Table Load:
    [ 0.455493] ACPI: SSDT (null) 000403 (v01 DpgPmm P005Ist 00000012 INTL 20060113)
    [ 0.468586] ACPI: SSDT 00000000bf799510 000403 (v01 DpgPmm P006Ist 00000012 INTL 20060113)
    [ 0.468816] ACPI: Dynamic OEM Table Load:
    [ 0.468818] ACPI: SSDT (null) 000403 (v01 DpgPmm P006Ist 00000012 INTL 20060113)
    [ 0.481919] ACPI: SSDT 00000000bf799920 000403 (v01 DpgPmm P007Ist 00000012 INTL 20060113)
    [ 0.482150] ACPI: Dynamic OEM Table Load:
    [ 0.482152] ACPI: SSDT (null) 000403 (v01 DpgPmm P007Ist 00000012 INTL 20060113)
    [ 0.508416] ACPI: SSDT 00000000bf799d30 000403 (v01 DpgPmm P008Ist 00000012 INTL 20060113)
    [ 0.508658] ACPI: Dynamic OEM Table Load:
    [ 0.508660] ACPI: SSDT (null) 000403 (v01 DpgPmm P008Ist 00000012 INTL 20060113)
    [ 0.508816] ACPI: Interpreter enabled
    [ 0.508824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
    [ 0.508836] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.508837] ACPI: Using IOAPIC for interrupt routing
    [ 0.508859] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.509714] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.523249] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.523342] ACPI: No dock devices found.
    [ 0.528784] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.528789] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.528793] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 0.529079] PCI host bridge to bus 0000:00
    [ 0.529082] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.529084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.529085] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.529087] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.529088] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [ 0.529090] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
    [ 0.529092] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed8ffff]
    [ 0.529103] pci 0000:00:00.0: [8086:3405] type 00 class 0x060000
    [ 0.529153] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
    [ 0.529228] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400
    [ 0.529276] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.529323] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.529354] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400
    [ 0.529406] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
    [ 0.529452] pci 0000:00:03.0: System wakeup disabled by ACPI
    [ 0.529484] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400
    [ 0.529532] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [ 0.529578] pci 0000:00:07.0: System wakeup disabled by ACPI
    [ 0.529614] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000
    [ 0.529714] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000
    [ 0.529812] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000
    [ 0.529909] pci 0000:00:14.3: [8086:3438] type 00 class 0x080000
    [ 0.530003] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
    [ 0.530042] pci 0000:00:1a.0: reg 0x20: [io 0x9800-0x981f]
    [ 0.530127] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.530157] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
    [ 0.530197] pci 0000:00:1a.1: reg 0x20: [io 0x9880-0x989f]
    [ 0.530281] pci 0000:00:1a.1: System wakeup disabled by ACPI
    [ 0.530313] pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
    [ 0.530352] pci 0000:00:1a.2: reg 0x20: [io 0x9c00-0x9c1f]
    [ 0.530435] pci 0000:00:1a.2: System wakeup disabled by ACPI
    [ 0.530472] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
    [ 0.530493] pci 0000:00:1a.7: reg 0x10: [mem 0xf7fff000-0xf7fff3ff]
    [ 0.530576] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.530623] pci 0000:00:1a.7: System wakeup disabled by ACPI
    [ 0.530655] pci 0000:00:1b.0: [8086:3a3e] type 00 class 0x040300
    [ 0.530669] pci 0000:00:1b.0: reg 0x10: [mem 0xf7ff8000-0xf7ffbfff 64bit]
    [ 0.530731] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.530801] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
    [ 0.530865] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.530914] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.530943] pci 0000:00:1c.2: [8086:3a44] type 01 class 0x060400
    [ 0.531006] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.531054] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.531084] pci 0000:00:1c.4: [8086:3a48] type 01 class 0x060400
    [ 0.531147] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.531195] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.531223] pci 0000:00:1c.5: [8086:3a4a] type 01 class 0x060400
    [ 0.531286] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.531334] pci 0000:00:1c.5: System wakeup disabled by ACPI
    [ 0.531364] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
    [ 0.531403] pci 0000:00:1d.0: reg 0x20: [io 0x9080-0x909f]
    [ 0.531488] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.531517] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
    [ 0.531557] pci 0000:00:1d.1: reg 0x20: [io 0x9400-0x941f]
    [ 0.531640] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.531670] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
    [ 0.531709] pci 0000:00:1d.2: reg 0x20: [io 0x9480-0x949f]
    [ 0.531797] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.531837] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
    [ 0.531857] pci 0000:00:1d.7: reg 0x10: [mem 0xf7ffe000-0xf7ffe3ff]
    [ 0.531940] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.531988] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.532016] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.532099] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.532129] pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
    [ 0.532202] pci 0000:00:1f.0: address space collision: [io 0x0800-0x087f] conflicts with ACPI CPU throttle [??? 0x00000810-0x00000815 flags 0x80000000]
    [ 0.532207] pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
    [ 0.532210] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
    [ 0.532214] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 001f)
    [ 0.532306] pci 0000:00:1f.2: [8086:3a20] type 00 class 0x01018f
    [ 0.532320] pci 0000:00:1f.2: reg 0x10: [io 0x8000-0x8007]
    [ 0.532327] pci 0000:00:1f.2: reg 0x14: [io 0x7c00-0x7c03]
    [ 0.532335] pci 0000:00:1f.2: reg 0x18: [io 0x7880-0x7887]
    [ 0.532342] pci 0000:00:1f.2: reg 0x1c: [io 0x7800-0x7803]
    [ 0.532349] pci 0000:00:1f.2: reg 0x20: [io 0x7480-0x748f]
    [ 0.532356] pci 0000:00:1f.2: reg 0x24: [io 0x7400-0x740f]
    [ 0.532447] pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500
    [ 0.532461] pci 0000:00:1f.3: reg 0x10: [mem 0xf7ffd000-0xf7ffd0ff 64bit]
    [ 0.532480] pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
    [ 0.532557] pci 0000:00:1f.5: [8086:3a26] type 00 class 0x010185
    [ 0.532571] pci 0000:00:1f.5: reg 0x10: [io 0x9000-0x9007]
    [ 0.532578] pci 0000:00:1f.5: reg 0x14: [io 0x8c00-0x8c03]
    [ 0.532585] pci 0000:00:1f.5: reg 0x18: [io 0x8880-0x8887]
    [ 0.532592] pci 0000:00:1f.5: reg 0x1c: [io 0x8800-0x8803]
    [ 0.532599] pci 0000:00:1f.5: reg 0x20: [io 0x8480-0x848f]
    [ 0.532607] pci 0000:00:1f.5: reg 0x24: [io 0x8400-0x840f]
    [ 0.532731] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.532787] pci 0000:02:00.0: [10de:0622] type 00 class 0x030000
    [ 0.532797] pci 0000:02:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
    [ 0.532807] pci 0000:02:00.0: reg 0x14: [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.532817] pci 0000:02:00.0: reg 0x1c: [mem 0xf8000000-0xf9ffffff 64bit]
    [ 0.532823] pci 0000:02:00.0: reg 0x24: [io 0xac00-0xac7f]
    [ 0.532830] pci 0000:02:00.0: reg 0x30: [mem 0xfba80000-0xfbafffff pref]
    [ 0.538402] pci 0000:00:03.0: PCI bridge to [bus 02]
    [ 0.538407] pci 0000:00:03.0: bridge window [io 0xa000-0xafff]
    [ 0.538411] pci 0000:00:03.0: bridge window [mem 0xf8000000-0xfbafffff]
    [ 0.538420] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.538459] pci 0000:00:07.0: PCI bridge to [bus 03]
    [ 0.538511] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 0.538519] pci 0000:00:1c.0: bridge window [mem 0xf6f00000-0xf6ffffff 64bit pref]
    [ 0.538584] pci 0000:06:00.0: [11ab:4364] type 00 class 0x020000
    [ 0.538606] pci 0000:06:00.0: reg 0x10: [mem 0xfbdfc000-0xfbdfffff 64bit]
    [ 0.538617] pci 0000:06:00.0: reg 0x18: [io 0xd800-0xd8ff]
    [ 0.538658] pci 0000:06:00.0: reg 0x30: [mem 0xfbdc0000-0xfbddffff pref]
    [ 0.538722] pci 0000:06:00.0: supports D1 D2
    [ 0.538724] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.545073] pci 0000:00:1c.2: PCI bridge to [bus 06]
    [ 0.545078] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    [ 0.545086] pci 0000:00:1c.2: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.545152] pci 0000:05:00.0: [11ab:6121] type 00 class 0x01018f
    [ 0.545168] pci 0000:05:00.0: reg 0x10: [io 0xcc00-0xcc07]
    [ 0.545179] pci 0000:05:00.0: reg 0x14: [io 0xc880-0xc883]
    [ 0.545190] pci 0000:05:00.0: reg 0x18: [io 0xc800-0xc807]
    [ 0.545201] pci 0000:05:00.0: reg 0x1c: [io 0xc480-0xc483]
    [ 0.545212] pci 0000:05:00.0: reg 0x20: [io 0xc400-0xc40f]
    [ 0.545223] pci 0000:05:00.0: reg 0x24: [mem 0xfbcffc00-0xfbcfffff]
    [ 0.545286] pci 0000:05:00.0: supports D1
    [ 0.545287] pci 0000:05:00.0: PME# supported from D0 D1 D3hot
    [ 0.545326] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.545336] pci 0000:00:1c.4: PCI bridge to [bus 05]
    [ 0.545339] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.545342] pci 0000:00:1c.4: bridge window [mem 0xfbc00000-0xfbcfffff]
    [ 0.545410] pci 0000:04:00.0: [11ab:4364] type 00 class 0x020000
    [ 0.545432] pci 0000:04:00.0: reg 0x10: [mem 0xfbbfc000-0xfbbfffff 64bit]
    [ 0.545443] pci 0000:04:00.0: reg 0x18: [io 0xb800-0xb8ff]
    [ 0.545484] pci 0000:04:00.0: reg 0x30: [mem 0xfbbc0000-0xfbbdffff pref]
    [ 0.545548] pci 0000:04:00.0: supports D1 D2
    [ 0.545549] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.551741] pci 0000:00:1c.5: PCI bridge to [bus 04]
    [ 0.551746] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.551753] pci 0000:00:1c.5: bridge window [mem 0xfbb00000-0xfbbfffff]
    [ 0.551796] pci 0000:08:02.0: [1106:3044] type 00 class 0x0c0010
    [ 0.551812] pci 0000:08:02.0: reg 0x10: [mem 0xfbeff000-0xfbeff7ff]
    [ 0.551822] pci 0000:08:02.0: reg 0x14: [io 0xec00-0xec7f]
    [ 0.551887] pci 0000:08:02.0: supports D2
    [ 0.551888] pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
    [ 0.551951] pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode)
    [ 0.551954] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.551957] pci 0000:00:1e.0: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.551962] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.551965] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.551967] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.551969] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.551970] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
    [ 0.551972] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
    [ 0.552413] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
    [ 0.552458] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
    [ 0.552499] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
    [ 0.552543] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
    [ 0.552587] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
    [ 0.552630] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
    [ 0.552674] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
    [ 0.552717] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
    [ 0.552820] ACPI: Enabled 3 GPEs in block 00 to 3F
    [ 0.552826] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.552859] Found 1 acpi root devices
    [ 0.552934] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.552936] vgaarb: loaded
    [ 0.552937] vgaarb: bridge control possible 0000:02:00.0
    [ 0.552965] PCI: Using ACPI for IRQ routing
    [ 0.558640] PCI: Discovered peer bus ff
    [ 0.558641] PCI: root bus ff: using default resources
    [ 0.558642] PCI: Probing PCI hardware (bus ff)
    [ 0.558661] PCI host bridge to bus 0000:ff
    [ 0.558663] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff]
    [ 0.558665] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
    [ 0.558666] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
    [ 0.558671] pci 0000:ff:00.0: [8086:2c41] type 00 class 0x060000
    [ 0.558705] pci 0000:ff:00.1: [8086:2c01] type 00 class 0x060000
    [ 0.558738] pci 0000:ff:02.0: [8086:2c10] type 00 class 0x060000
    [ 0.558769] pci 0000:ff:02.1: [8086:2c11] type 00 class 0x060000
    [ 0.558802] pci 0000:ff:03.0: [8086:2c18] type 00 class 0x060000
    [ 0.558835] pci 0000:ff:03.1: [8086:2c19] type 00 class 0x060000
    [ 0.558868] pci 0000:ff:03.4: [8086:2c1c] type 00 class 0x060000
    [ 0.558899] pci 0000:ff:04.0: [8086:2c20] type 00 class 0x060000
    [ 0.558931] pci 0000:ff:04.1: [8086:2c21] type 00 class 0x060000
    [ 0.558961] pci 0000:ff:04.2: [8086:2c22] type 00 class 0x060000
    [ 0.558991] pci 0000:ff:04.3: [8086:2c23] type 00 class 0x060000
    [ 0.559023] pci 0000:ff:05.0: [8086:2c28] type 00 class 0x060000
    [ 0.559054] pci 0000:ff:05.1: [8086:2c29] type 00 class 0x060000
    [ 0.559084] pci 0000:ff:05.2: [8086:2c2a] type 00 class 0x060000
    [ 0.559114] pci 0000:ff:05.3: [8086:2c2b] type 00 class 0x060000
    [ 0.559146] pci 0000:ff:06.0: [8086:2c30] type 00 class 0x060000
    [ 0.559178] pci 0000:ff:06.1: [8086:2c31] type 00 class 0x060000
    [ 0.559209] pci 0000:ff:06.2: [8086:2c32] type 00 class 0x060000
    [ 0.559239] pci 0000:ff:06.3: [8086:2c33] type 00 class 0x060000
    [ 0.559280] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
    [ 0.559285] PCI: pci_cache_line_size set to 64 bytes
    [ 0.559364] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    [ 0.559365] e820: reserve RAM buffer [mem 0xbf780000-0xbfffffff]
    [ 0.559443] NetLabel: Initializing
    [ 0.559444] NetLabel: domain hash size = 128
    [ 0.559445] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.559456] NetLabel: unlabeled traffic allowed by default
    [ 0.559470] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.559474] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.559477] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.561733] Switched to clocksource hpet
    [ 0.565496] pnp: PnP ACPI init
    [ 0.565505] ACPI: bus type PNP registered
    [ 0.565558] system 00:00: [mem 0xfbf00000-0xfbffffff] has been reserved
    [ 0.565560] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
    [ 0.565562] system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
    [ 0.565564] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved
    [ 0.565566] system 00:00: [mem 0xfec8a000-0xfec8afff] could not be reserved
    [ 0.565568] system 00:00: [mem 0xfed10000-0xfed10fff] has been reserved
    [ 0.565570] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.565604] pnp 00:01: [dma 4]
    [ 0.565619] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.565650] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.565670] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.565691] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.565837] system 00:05: [io 0x0290-0x029f] has been reserved
    [ 0.565841] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.565997] system 00:06: [io 0x04d0-0x04d1] has been reserved
    [ 0.565999] system 00:06: [io 0x0800-0x087f] could not be reserved
    [ 0.566001] system 00:06: [io 0x0500-0x057f] could not be reserved
    [ 0.566004] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.566006] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.566008] system 00:06: [mem 0xfed40000-0xfed8ffff] has been reserved
    [ 0.566010] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566075] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.566123] pnp 00:08: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.566179] system 00:09: [mem 0xffc00000-0xffdfffff] has been reserved
    [ 0.566182] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566268] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.566270] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.566273] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566356] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.566359] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566502] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.566504] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.566506] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.566508] system 00:0c: [mem 0x00100000-0xbfffffff] could not be reserved
    [ 0.566510] system 00:0c: [mem 0xfed90000-0xffffffff] could not be reserved
    [ 0.566513] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.566610] pnp: PnP ACPI: found 13 devices
    [ 0.566612] ACPI: bus type PNP unregistered
    [ 0.572661] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
    [ 0.572664] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 07] add_size 400000
    [ 0.572671] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000
    [ 0.572678] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000
    [ 0.572685] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    [ 0.572698] pci 0000:00:1f.0: BAR 13: [io 0x0800-0x087f] has bogus alignment
    [ 0.572702] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 400000
    [ 0.572704] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.572706] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.572708] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.572710] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.572713] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf03fffff]
    [ 0.572716] pci 0000:00:1c.2: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.572718] pci 0000:00:1c.4: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.572720] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0800000-0xf09fffff 64bit pref]
    [ 0.572722] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.572725] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.572733] pci 0000:00:03.0: PCI bridge to [bus 02]
    [ 0.572735] pci 0000:00:03.0: bridge window [io 0xa000-0xafff]
    [ 0.572738] pci 0000:00:03.0: bridge window [mem 0xf8000000-0xfbafffff]
    [ 0.572741] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.572746] pci 0000:00:07.0: PCI bridge to [bus 03]
    [ 0.572753] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 0.572755] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.572759] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf03fffff]
    [ 0.572763] pci 0000:00:1c.0: bridge window [mem 0xf6f00000-0xf6ffffff 64bit pref]
    [ 0.572767] pci 0000:00:1c.2: PCI bridge to [bus 06]
    [ 0.572770] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    [ 0.572774] pci 0000:00:1c.2: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.572777] pci 0000:00:1c.2: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.572782] pci 0000:00:1c.4: PCI bridge to [bus 05]
    [ 0.572784] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.572788] pci 0000:00:1c.4: bridge window [mem 0xfbc00000-0xfbcfffff]
    [ 0.572791] pci 0000:00:1c.4: bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.572796] pci 0000:00:1c.5: PCI bridge to [bus 04]
    [ 0.572798] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.572802] pci 0000:00:1c.5: bridge window [mem 0xfbb00000-0xfbbfffff]
    [ 0.572805] pci 0000:00:1c.5: bridge window [mem 0xf0800000-0xf09fffff 64bit pref]
    [ 0.572810] pci 0000:00:1e.0: PCI bridge to [bus 08]
    [ 0.572812] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.572816] pci 0000:00:1e.0: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.572823] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.572825] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.572826] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.572828] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.572830] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
    [ 0.572831] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
    [ 0.572833] pci_bus 0000:02: resource 0 [io 0xa000-0xafff]
    [ 0.572834] pci_bus 0000:02: resource 1 [mem 0xf8000000-0xfbafffff]
    [ 0.572836] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.572838] pci_bus 0000:07: resource 0 [io 0x1000-0x1fff]
    [ 0.572839] pci_bus 0000:07: resource 1 [mem 0xf0000000-0xf03fffff]
    [ 0.572841] pci_bus 0000:07: resource 2 [mem 0xf6f00000-0xf6ffffff 64bit pref]
    [ 0.572842] pci_bus 0000:06: resource 0 [io 0xd000-0xdfff]
    [ 0.572844] pci_bus 0000:06: resource 1 [mem 0xfbd00000-0xfbdfffff]
    [ 0.572846] pci_bus 0000:06: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.572847] pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
    [ 0.572849] pci_bus 0000:05: resource 1 [mem 0xfbc00000-0xfbcfffff]
    [ 0.572850] pci_bus 0000:05: resource 2 [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.572852] pci_bus 0000:04: resource 0 [io 0xb000-0xbfff]
    [ 0.572853] pci_bus 0000:04: resource 1 [mem 0xfbb00000-0xfbbfffff]
    [ 0.572855] pci_bus 0000:04: resource 2 [mem 0xf0800000-0xf09fffff 64bit pref]
    [ 0.572856] pci_bus 0000:08: resource 0 [io 0xe000-0xefff]
    [ 0.572858] pci_bus 0000:08: resource 1 [mem 0xfbe00000-0xfbefffff]
    [ 0.572860] pci_bus 0000:08: resource 4 [io 0x0000-0x0cf7]
    [ 0.572861] pci_bus 0000:08: resource 5 [io 0x0d00-0xffff]
    [ 0.572863] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.572864] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.572866] pci_bus 0000:08: resource 8 [mem 0xc0000000-0xdfffffff]
    [ 0.572867] pci_bus 0000:08: resource 9 [mem 0xf0000000-0xfed8ffff]
    [ 0.572870] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff]
    [ 0.572872] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xfffffffff]
    [ 0.572898] NET: Registered protocol family 2
    [ 0.573067] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.573330] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.573470] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.573491] TCP: reno registered
    [ 0.573508] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.573565] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.573666] NET: Registered protocol family 1
    [ 0.575213] pci 0000:02:00.0: Boot video device
    [ 0.575244] PCI: CLS 64 bytes, default 64
    [ 0.575285] Unpacking initramfs...
    [ 0.626677] Freeing initrd memory: 3072K (ffff8800379f0000 - ffff880037cf0000)
    [ 0.626682] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.626684] software IO TLB [mem 0xbb780000-0xbf780000] (64MB) mapped at [ffff8800bb780000-ffff8800bf77ffff]
    [ 0.626921] Scanning for low memory corruption every 60 seconds
    [ 0.627229] audit: initializing netlink socket (disabled)
    [ 0.627239] type=2000 audit(1393496755.436:1): initialized
    [ 0.638266] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.639483] zbud: loaded
    [ 0.639624] VFS: Disk quotas dquot_6.5.2
    [ 0.639663] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.639799] msgmni has been set to 24018
    [ 0.639849] Key type big_key registered
    [ 0.640034] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.640078] io scheduler noop registered
    [ 0.640079] io scheduler deadline registered
    [ 0.640102] io scheduler cfq registered (default)
    [ 0.640265] pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
    [ 0.640404] pcieport 0000:00:1c.0: irq 64 for MSI/MSI-X
    [ 0.640555] pcieport 0000:00:1c.2: irq 65 for MSI/MSI-X
    [ 0.640707] pcieport 0000:00:1c.4: irq 66 for MSI/MSI-X
    [ 0.640853] pcieport 0000:00:1c.5: irq 67 for MSI/MSI-X
    [ 0.640919] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.640931] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.640968] vesafb: mode is 1600x1200x32, linelength=6400, pages=0
    [ 0.640969] vesafb: scrolling: redraw
    [ 0.640971] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.641397] vesafb: framebuffer at 0xf9000000, mapped to 0xffffc90011b00000, using 7552k, total 7552k
    [ 0.936568] Console: switching to colour frame buffer device 200x75
    [ 1.231708] fb0: VESA VGA frame buffer device
    [ 1.231718] intel_idle: MWAIT substates: 0x1120
    [ 1.231727] intel_idle: v0.4 model 0x1A
    [ 1.231729] intel_idle: lapic_timer_reliable_states 0x2
    [ 1.231914] GHES: HEST is not enabled!
    [ 1.231956] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.232283] Linux agpgart interface v0.103
    [ 1.232350] rtc_cmos 00:02: RTC can wake from S4
    [ 1.232453] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 1.232478] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.232561] drop_monitor: Initializing network drop monitor service
    [ 1.232612] TCP: cubic registered
    [ 1.232690] NET: Registered protocol family 10
    [ 1.232826] NET: Registered protocol family 17
    [ 1.232833] Key type dns_resolver registered
    [ 1.233086] registered taskstats version 1
    [ 1.233838] Magic number: 2:438:427
    [ 1.233928] rtc_cmos 00:02: setting system clock to 2014-02-27 10:25:57 UTC (1393496757)
    [ 1.233950] PM: Hibernation image not present or could not be loaded.
    [ 1.234985] Freeing unused kernel memory: 1128K (ffffffff818d3000 - ffffffff819ed000)
    [ 1.234987] Write protecting the kernel read-only data: 8192k
    [ 1.237288] Freeing unused kernel memory: 864K (ffff880001528000 - ffff880001600000)
    [ 1.238780] Freeing unused kernel memory: 376K (ffff8800017a2000 - ffff880001800000)
    [ 1.247402] systemd-udevd[82]: starting version 208
    [ 1.265479] ACPI: bus type USB registered
    [ 1.265514] usbcore: registered new interface driver usbfs
    [ 1.265530] usbcore: registered new interface driver hub
    [ 1.265603] usbcore: registered new device driver usb
    [ 1.266283] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.266427] ehci-pci: EHCI PCI platform driver
    [ 1.266750] SCSI subsystem initialized
    [ 1.266841] ehci-pci 0000:00:1a.7: EHCI Host Controller
    [ 1.266866] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 1.266879] ehci-pci 0000:00:1a.7: debug port 1
    [ 1.266924] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.268635] libata version 3.00 loaded.
    [ 1.269629] ahci 0000:05:00.0: version 3.0
    [ 1.270292] scsi0 : pata_marvell
    [ 1.270425] scsi1 : pata_marvell
    [ 1.270529] ata1: PATA max UDMA/100 cmd 0xcc00 ctl 0xc880 bmdma 0xc400 irq 16
    [ 1.270531] ata2: PATA max UDMA/133 cmd 0xc800 ctl 0xc480 bmdma 0xc408 irq 16
    [ 1.270772] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    [ 1.270778] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf7fff000
    [ 1.278195] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 1.278452] hub 1-0:1.0: USB hub found
    [ 1.278459] hub 1-0:1.0: 6 ports detected
    [ 1.278786] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 1.278797] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 1.278810] ehci-pci 0000:00:1d.7: debug port 1
    [ 1.282699] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    [ 1.282716] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf7ffe000
    [ 1.291553] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.291678] hub 2-0:1.0: USB hub found
    [ 1.291684] hub 2-0:1.0: 6 ports detected
    [ 1.292004] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 1.292012] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 1.292037] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
    [ 1.292284] hub 3-0:1.0: USB hub found
    [ 1.292294] hub 3-0:1.0: 2 ports detected
    [ 1.292516] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 1.292523] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 1.292552] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
    [ 1.292716] hub 4-0:1.0: USB hub found
    [ 1.292722] hub 4-0:1.0: 2 ports detected
    [ 1.292888] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 1.292892] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 1.292920] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009c00
    [ 1.293080] hub 5-0:1.0: USB hub found
    [ 1.293085] hub 5-0:1.0: 2 ports detected
    [ 1.293249] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.293254] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 1.293275] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080
    [ 1.293440] hub 6-0:1.0: USB hub found
    [ 1.293446] hub 6-0:1.0: 2 ports detected
    [ 1.293611] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.293616] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 1.293636] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400
    [ 1.293798] hub 7-0:1.0: USB hub found
    [ 1.293804] hub 7-0:1.0: 2 ports detected
    [ 1.293967] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.293973] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 1.293994] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480
    [ 1.294148] hub 8-0:1.0: USB hub found
    [ 1.294153] hub 8-0:1.0: 2 ports detected
    [ 1.294316] ata_piix 0000:00:1f.2: version 2.13
    [ 1.294434] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 1.295801] scsi2 : ata_piix
    [ 1.295862] scsi3 : ata_piix
    [ 1.295899] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 20
    [ 1.295903] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 20
    [ 1.296018] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 1.296635] scsi4 : ata_piix
    [ 1.296696] scsi5 : ata_piix
    [ 1.296731] ata5: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 20
    [ 1.296733] ata6: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 20
    [ 1.335060] firewire_ohci 0000:08:02.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
    [ 1.585039] usb 1-5: new high-speed USB device number 2 using ehci-pci
    [ 1.625718] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.628118] tsc: Refined TSC clocksource calibration: 2672.727 MHz
    [ 1.636608] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.708882] hub 1-5:1.0: USB hub found
    [ 1.709166] hub 1-5:1.0: 4 ports detected
    [ 1.814892] usb 2-3: new high-speed USB device number 2 using ehci-pci
    [ 1.834846] firewire_core 0000:08:02.0: created device fw0: GUID 001e8c0000b8b1d3, S400
    [ 1.939364] hub 2-3:1.0: USB hub found
    [ 1.939420] hub 2-3:1.0: 4 ports detected
    [ 2.044785] usb 2-4: new high-speed USB device number 3 using ehci-pci
    [ 2.088035] ata3.00: SATA link down (SStatus 0 SControl 300)
    [ 2.088048] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.099040] ata4.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.099055] ata4.01: SATA link down (SStatus 0 SControl 300)
    [ 2.099066] ata4.01: link offline, clearing class 3 to NONE
    [ 2.104925] ata4.00: ATAPI: TSSTcorp CDDVDW SH-S223C, SB01, max UDMA/100
    [ 2.105101] ata3.01: ATA-9: Samsung SSD 840 PRO Series, DXM04B0Q, max UDMA/133
    [ 2.105104] ata3.01: 250069680 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 2.112052] ata3.01: configured for UDMA/133
    [ 2.112439] scsi 2:0:1:0: Direct-Access ATA Samsung SSD 840 DXM0 PQ: 0 ANSI: 5
    [ 2.113576] sd 2:0:1:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    [ 2.114132] sd 2:0:1:0: [sda] Write Protect is off
    [ 2.114137] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.114343] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.115929] sda: sda1
    [ 2.117144] sd 2:0:1:0: [sda] Attached SCSI disk
    [ 2.118217] ata4.00: configured for UDMA/100
    [ 2.121698] scsi 3:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S223C SB01 PQ: 0 ANSI: 5
    [ 2.126940] sr0: scsi3-mmc drive: 52x/52x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.126943] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.127212] sr 3:0:0:0: Attached scsi CD-ROM sr0
    [ 2.264029] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.322530] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 2.323971] systemd[1]: Set hostname to <desktop09>.
    [ 2.324898] random: systemd urandom read with 41 bits of entropy available
    [ 2.387757] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 2.387994] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 2.388043] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 2.388057] systemd[1]: Expecting device sys-subsystem-net-devices-enp4s0.device...
    [ 2.389666] systemd[1]: Starting Network is Online.
    [ 2.390869] systemd[1]: Reached target Network is Online.
    [ 2.390879] systemd[1]: Starting Delayed Shutdown Socket.
    [ 2.392240] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 2.392250] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 2.393721] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 2.393730] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 2.395298] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 2.395307] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 2.396678] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 2.396687] systemd[1]: Starting Encrypted Volumes.
    [ 2.397966] systemd[1]: Reached target Encrypted Volumes.
    [ 2.397979] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 2.398007] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 2.398017] systemd[1]: Starting Journal Socket.
    [ 2.399149] systemd[1]: Listening on Journal Socket.
    [ 2.401583] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 2.403905] systemd[1]: Mounting POSIX Message Queue File System...
    [ 2.405527] systemd[1]: Mounting Huge Pages File System...
    [ 2.408780] systemd[1]: Starting Apply Kernel Variables...
    [ 2.411521] systemd[1]: Starting Load Kernel Modules...
    [ 2.412983] systemd[1]: Mounting Debug File System...
    [ 2.414590] systemd[1]: Starting Journal Service...
    [ 2.417662] systemd[1]: Started Journal Service.
    [ 2.433299] systemd-journald[162]: Vacuuming done, freed 0 bytes
    [ 2.435074] FS-Cache: Loaded
    [ 2.440406] RPC: Registered named UNIX socket transport module.
    [ 2.440408] RPC: Registered udp transport module.
    [ 2.440409] RPC: Registered tcp transport module.
    [ 2.440410] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 2.447341] FS-Cache: Netfs 'nfs' registered for caching
    [ 2.499590] EXT4-fs (sda1): re-mounted. Opts: discard
    [ 2.506850] systemd-udevd[194]: starting version 208
    [ 2.555760] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 2.557761] EDAC MC: Ver: 3.0.0
    [ 2.558785] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (POLLED)
    [ 2.558826] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED)
    [ 2.558833] EDAC i7core: Driver loaded, 1 memory controller(s) found.
    [ 2.561181] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
    [ 2.561185] ACPI: Power Button [PWRB]
    [ 2.561282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [ 2.561284] ACPI: Power Button [PWRF]
    [ 2.562026] ACPI Warning: 0x0000000000000828-0x000000000000082f SystemIO conflicts with Region \PMRG 1 (20131115/utaddress-251)
    [ 2.562028] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.562033] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPS0 1 (20131115/utaddress-251)
    [ 2.562034] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.562037] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPS0 1 (20131115/utaddress-251)
    [ 2.562037] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.562038] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 2.574791] sky2: driver version 1.30
    [ 2.574869] sky2 0000:06:00.0: Yukon-2 EC Ultra chip revision 3
    [ 2.574921] sky2 0000:06:00.0: irq 68 for MSI/MSI-X
    [ 2.575108] sky2 0000:06:00.0 eth0: addr 90:e6:ba:91:6a:49
    [ 2.575167] sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
    [ 2.575214] sky2 0000:04:00.0: irq 69 for MSI/MSI-X
    [ 2.575371] sky2 0000:04:00.0 eth1: addr 90:e6:ba:91:6a:48
    [ 2.579129] wmi: Mapper loaded
    [ 2.584708] snd_hda_intel 0000:00:1b.0: irq 70 for MSI/MSI-X
    [ 2.589184] [drm] Initialized drm 1.1.0 20060810
    [ 2.607958] MXM: GUID detected in BIOS
    [ 2.607980] checking generic (f9000000 760000) vs hw (c0000000 20000000)
    [ 2.607980] checking generic (f9000000 760000) vs hw (f8000000 2000000)
    [ 2.607981] fb: conflicting fb hw usage nouveaufb vs VESA VGA - removing generic driver
    [ 2.618625] input: PC Speaker as /devices/platform/pcspkr/input/input2
    [ 2.623682] microcode: CPU0 sig=0x106a5, pf=0x2, revision=0x11
    [ 2.625125] platform microcode: Direct firmware load failed with error -2
    [ 2.625126] platform microcode: Falling back to user helper
    [ 2.627786] Switched to clocksource tsc
    [ 2.643327] iTCO_vendor_support: vendor-support=0
    [ 2.644034] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 2.644062] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0860)
    [ 2.644512] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 2.644929] microcode: CPU1 sig=0x106a5, pf=0x2, revision=0x11
    [ 2.644943] platform microcode: Direct firmware load failed with error -2
    [ 2.644944] platform microcode: Falling back to user helper
    [ 2.647197] microcode: CPU2 sig=0x106a5, pf=0x2, revision=0x11
    [ 2.647209] platform microcode: Direct firmware load failed with error -2
    [ 2.647210] platform microcode: Falling back to user helper
    [ 2.647

  • Best Practice for ASA Route Monitoring Options?

    We have one pair Cisco ASA 5505 located in different location and there are two point to point links between those two locations, one for primary link (static route w/ low metric) and the other for backup (static route w/ high metric). The tracked options is enabled for monitoring the state of the primary route. the detail parameters regarding options as below,
    Frequency: 30 seconds               Data Size: 28 bytes
    Threshold: 3000 milliseconds     Tos: 0
    Time out: 3000 milliseconds          Number of Packets: 8
    ------ show run------
    sla monitor 1
    type echo protocol ipIcmpEcho 10.200.200.2 interface Intersite_Traffic
    num-packets 8
    timeout 3000
    threshold 3000
    frequency 30
    sla monitor schedule 1 life forever start-time now
    ------ show run------
    I'm not sure if the setting is so sensitive that the secondary static route begins to work right away, even when some small link flappings occur.
    What is the best practice to set those parameters up in the production environment. How can we specify the reasonanble monitoring options to fit our needs.
    Thank you for any idea.

    Hello,
    Of course too sensitive might cause failover to happen when some packets get lost, but remember the whole purpose of this is to provide as less downtime to your network as possible,
    Now if you tune these parameters what happen is that failover will be triggered on a different time basis.
    This is taken from a cisco document ( If you tune the sla process as this states, 3 packets will be sent each 10 seconds, so 3 of them need to fail to SLA to happen) This CISCO configuration example looks good but there are network engineers that would rather to use a lower time-line than that.
    sla monitor 123
    type echo protocol ipIcmpEcho 10.0.0.1 interface outside
    num-packets 3
    frequency 10
    Regards,
    Remember to rate all of the helpful posts ( If you need assistance knowing how to rate a post just let me know )

Maybe you are looking for

  • Photoshop CS5 crashing after 10.6.4 update

    I haven't had any regular crashes until I upgraded to 10.6.4, I'm going to assume that's the culprit because the crash logs indicate com.apple.GeForceGLDriver is the problem. I've been trying to Photomerge 10-12 images, and sometimes it gets done, so

  • Problems using new nano during workouts

    I bought my new nano for more capacity than my 1st gen, which still works fine. But the touch screen does not work as well for me as the clickwheel did. The best location for the nano is clipped to my waistband, and I can operate the clickwheel by fe

  • How do you check the status of your order if you ordered from ATT store?

    I ordered on July the 2nd, but have no idea how to check my order's status. Any help would be greatly appreciated. Thanks.

  • TRIAL VERSION DOWNLOAD

    Synching 1/2 hour of audio to 100 powerpoint slides was a disaster in the trial version I downloaded. Audio went on its own to the rear of the Audacity file and the ppt would lose a slide from time to time. We bought 2 licenses and those were being u

  • Manual JVM Install in XE

    If I were to run the initjvm scripts against a XE database to manually install JVM to the XE database, would I then be able to execute stored java code or will I run into other limitations of XE and Java?