Drive rede

1. Drive rede

Gustavo Cribari Barreira
Cribari10

(usa Debian)

Enviado em 13/02/2017 - 10:30h

Quando formatei o notebook positivo modelo master n350i o drive de rede não foi instalador apenas o wlan . Procurei no site da fabricante e não tem drive . O que fazer ?


  


2. Re: Drive rede

Guilherme
Ghost_Shell

(usa Arch Linux)

Enviado em 13/02/2017 - 10:40h

Cribari10 escreveu:

Quando formatei o notebook positivo modelo master n350i o drive de rede não foi instalador apenas o wlan . Procurei no site da fabricante e não tem drive . O que fazer ?


Bom dia, abre o terminal digita os comandos abaixo e cola a saída aqui:

lspci:

ip addr show:


Ps: Informa a versão do debian que está usando.

Keep it simple stupid!


3. Drive rede

Gustavo Cribari Barreira
Cribari10

(usa Debian)

Enviado em 13/02/2017 - 10:59h

Bom dia estou utilizando o a distribuição do debian o ubuntu 16.04.
https://snag.gy/JHF6qY.jpg
https://snag.gy/W6KLzT.jpg


4. Re: Drive rede

Guilherme
Ghost_Shell

(usa Arch Linux)

Enviado em 13/02/2017 - 11:13h

Cribari10 escreveu:

Bom dia estou utilizando o a distribuição do debian o ubuntu 16.04


Ok, você esqueceu de colar aqui a saída dos comandos que eu pedi:

Abra o terminal teclando: CTRL+ALT+T

No terminal digita: lspci e pressione a tecla enter. Copia a saída do comando e cola aqui no fórum.

Depois digita o comando ip addr show e faça o mesmo com a saída.

Att,


Keep it simple stupid!


5. Drive rede

Gustavo Cribari Barreira
Cribari10

(usa Debian)

Enviado em 13/02/2017 - 11:25h

https://snag.gy/JHF6qY.jpg
https://snag.gy/W6KLzT.jpg

os prints estão ae .


6. Re: Drive rede

Guilherme
Ghost_Shell

(usa Arch Linux)

Enviado em 13/02/2017 - 11:48h

Cribari10 escreveu:

https://snag.gy/JHF6qY.jpg
https://snag.gy/W6KLzT.jpg

os prints estão ae .


Ok, primeiro entra no link abaixo e faça o download da versão 1.10 para linux, segue o link:

http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&PNid=25&PFid=25&Level=4&...

o arquivo baixado vai estar compactado em tar.bz2. Para extrair você deve digitar: tar -jxvf nomeArquivo

Quando extrair vai aparecer um diretório chamado rts_pstor, você deve entrar nesse diretório:

digita: cd rts_pstor

Dentro desse diretório você vai compilar o drive digitando como root:

make
make install
depmod


depois reinicia o pc


Keep it simple stupid!


7. Drive rede

Gustavo Cribari Barreira
Cribari10

(usa Debian)

Enviado em 13/02/2017 - 14:24h

Fiz o que você orientou mesmo assim a rede cabeada não está funcionando só a rede sem fio , fiz teste em outro ponto de rede e mesmo assim não parece a rede


8. Re: Drive rede

Guilherme
Ghost_Shell

(usa Arch Linux)

Enviado em 13/02/2017 - 14:33h

Cribari10 escreveu:

Fiz o que você orientou mesmo assim a rede cabeada não está funcionando só a rede sem fio , fiz teste em outro ponto de rede e mesmo assim não parece a rede


Estranho tendo em vista que você instalou o driver.

cola a saída do comando dmesg:

Keep it simple stupid!


9. Drive rede

Gustavo Cribari Barreira
Cribari10

(usa Debian)

Enviado em 13/02/2017 - 14:44h

administrador@administrador-W942SV-SV1:~$ dmesg
[ 0.000000] microcode: CPU0 microcode updated early to revision 0x1e, date = 2015-08-13
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.0-62-generic (buildd@lcy01-30) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 (Ubuntu 4.4.0-62.83-generic 4.4.40)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic root=UUID=89980cae-ce91-43b3-bcf9-e7c3d8ffff30 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] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c820afff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c820b000-0x00000000c8211fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000c8212000-0x00000000c897afff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c897b000-0x00000000c8bedfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c8bee000-0x00000000d8c0afff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d8c0b000-0x00000000d910afff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d910b000-0x00000000d911ffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000d9120000-0x00000000d97aafff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000d97ab000-0x00000000d9ffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d9fff000-0x00000000d9ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000df1fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041edfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: Positivo Informatica SA W942SV_SV1 /W942SV_SV1 , BIOS 1.03.05POSU 09/03/2014
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x41ee00 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-CFFFF write-protect
[ 0.000000] D0000-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask 7C00000000 write-back
[ 0.000000] 1 base 0400000000 mask 7FE0000000 write-back
[ 0.000000] 2 base 00E0000000 mask 7FE0000000 uncachable
[ 0.000000] 3 base 00DC000000 mask 7FFC000000 uncachable
[ 0.000000] 4 base 00DB000000 mask 7FFF000000 uncachable
[ 0.000000] 5 base 041F000000 mask 7FFF000000 uncachable
[ 0.000000] 6 base 041EE00000 mask 7FFFE00000 uncachable
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 16GB, type WB
[ 0.000000] reg 1, base: 16GB, range: 512MB, type WB
[ 0.000000] reg 2, base: 3584MB, range: 512MB, type UC
[ 0.000000] reg 3, base: 3520MB, range: 64MB, type UC
[ 0.000000] reg 4, base: 3504MB, range: 16MB, type UC
[ 0.000000] reg 5, base: 16880MB, range: 16MB, type UC
[ 0.000000] reg 6, base: 16878MB, range: 2MB, type UC
[ 0.000000] total RAM covered: 16286M
[ 0.000000] gran_size: 64K chunk_size: 64K num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 64K chunk_size: 128K num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 64K chunk_size: 256K num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 64K chunk_size: 512K num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 64K chunk_size: 1M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 64K chunk_size: 2M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 64K chunk_size: 4M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 64K chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000000] *BAD*gran_size: 64K chunk_size: 32M num_reg: 10 lose cover RAM: -16M
[ 0.000000] *BAD*gran_size: 64K chunk_size: 64M num_reg: 10 lose cover RAM: -16M
[ 0.000000] gran_size: 64K chunk_size: 128M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 64K chunk_size: 256M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 64K chunk_size: 512M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 64K chunk_size: 1G num_reg: 10 lose cover RAM: 0G
[ 0.000000] *BAD*gran_size: 64K chunk_size: 2G num_reg: 10 lose cover RAM: -1G
[ 0.000000] gran_size: 128K chunk_size: 128K num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 128K chunk_size: 256K num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 128K chunk_size: 512K num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 128K chunk_size: 1M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 128K chunk_size: 2M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 128K chunk_size: 4M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 128K chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 128K chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000000] *BAD*gran_size: 128K chunk_size: 32M num_reg: 10 lose cover RAM: -16M
[ 0.000000] *BAD*gran_size: 128K chunk_size: 64M num_reg: 10 lose cover RAM: -16M
[ 0.000000] gran_size: 128K chunk_size: 128M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 128K chunk_size: 256M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 128K chunk_size: 512M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 128K chunk_size: 1G num_reg: 10 lose cover RAM: 0G
[ 0.000000] *BAD*gran_size: 128K chunk_size: 2G num_reg: 10 lose cover RAM: -1G
[ 0.000000] gran_size: 256K chunk_size: 256K num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 256K chunk_size: 512K num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 256K chunk_size: 1M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 256K chunk_size: 2M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 256K chunk_size: 4M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 256K chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 256K chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000000] *BAD*gran_size: 256K chunk_size: 32M num_reg: 10 lose cover RAM: -16M
[ 0.000000] *BAD*gran_size: 256K chunk_size: 64M num_reg: 10 lose cover RAM: -16M
[ 0.000000] gran_size: 256K chunk_size: 128M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 256K chunk_size: 256M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 256K chunk_size: 512M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 256K chunk_size: 1G num_reg: 10 lose cover RAM: 0G
[ 0.000000] *BAD*gran_size: 256K chunk_size: 2G num_reg: 10 lose cover RAM: -1G
[ 0.000000] gran_size: 512K chunk_size: 512K num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 512K chunk_size: 1M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 512K chunk_size: 2M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 512K chunk_size: 4M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 512K chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 512K chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000000] *BAD*gran_size: 512K chunk_size: 32M num_reg: 10 lose cover RAM: -16M
[ 0.000000] *BAD*gran_size: 512K chunk_size: 64M num_reg: 10 lose cover RAM: -16M
[ 0.000000] gran_size: 512K chunk_size: 128M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 512K chunk_size: 256M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 512K chunk_size: 512M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 512K chunk_size: 1G num_reg: 10 lose cover RAM: 0G
[ 0.000000] *BAD*gran_size: 512K chunk_size: 2G num_reg: 10 lose cover RAM: -1G
[ 0.000000] gran_size: 1M chunk_size: 1M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 1M chunk_size: 2M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 1M chunk_size: 4M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 1M chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 1M chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000000] *BAD*gran_size: 1M chunk_size: 32M num_reg: 10 lose cover RAM: -16M
[ 0.000000] *BAD*gran_size: 1M chunk_size: 64M num_reg: 10 lose cover RAM: -16M
[ 0.000000] gran_size: 1M chunk_size: 128M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 1M chunk_size: 256M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 1M chunk_size: 512M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 1M chunk_size: 1G num_reg: 10 lose cover RAM: 0G
[ 0.000000] *BAD*gran_size: 1M chunk_size: 2G num_reg: 10 lose cover RAM: -1G
[ 0.000000] gran_size: 2M chunk_size: 2M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 2M chunk_size: 4M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 2M chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 2M chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000000] *BAD*gran_size: 2M chunk_size: 32M num_reg: 10 lose cover RAM: -16M
[ 0.000000] *BAD*gran_size: 2M chunk_size: 64M num_reg: 10 lose cover RAM: -16M
[ 0.000000] gran_size: 2M chunk_size: 128M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 2M chunk_size: 256M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 2M chunk_size: 512M num_reg: 10 lose cover RAM: 0G
[ 0.000000] gran_size: 2M chunk_size: 1G num_reg: 10 lose cover RAM: 0G
[ 0.000000] *BAD*gran_size: 2M chunk_size: 2G num_reg: 10 lose cover RAM: -1G
[ 0.000000] gran_size: 4M chunk_size: 4M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 4M chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 4M chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000000] *BAD*gran_size: 4M chunk_size: 32M num_reg: 10 lose cover RAM: -14M
[ 0.000000] *BAD*gran_size: 4M chunk_size: 64M num_reg: 10 lose cover RAM: -14M
[ 0.000000] gran_size: 4M chunk_size: 128M num_reg: 10 lose cover RAM: 2M
[ 0.000000] gran_size: 4M chunk_size: 256M num_reg: 10 lose cover RAM: 2M
[ 0.000000] gran_size: 4M chunk_size: 512M num_reg: 10 lose cover RAM: 2M
[ 0.000000] gran_size: 4M chunk_size: 1G num_reg: 10 lose cover RAM: 2M
[ 0.000000] *BAD*gran_size: 4M chunk_size: 2G num_reg: 10 lose cover RAM: -1022M
[ 0.000000] gran_size: 8M chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 8M chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000000] *BAD*gran_size: 8M chunk_size: 32M num_reg: 10 lose cover RAM: -10M
[ 0.000000] *BAD*gran_size: 8M chunk_size: 64M num_reg: 10 lose cover RAM: -10M
[ 0.000000] gran_size: 8M chunk_size: 128M num_reg: 10 lose cover RAM: 6M
[ 0.000000] gran_size: 8M chunk_size: 256M num_reg: 10 lose cover RAM: 6M
[ 0.000000] gran_size: 8M chunk_size: 512M num_reg: 10 lose cover RAM: 6M
[ 0.000000] gran_size: 8M chunk_size: 1G num_reg: 10 lose cover RAM: 6M
[ 0.000000] *BAD*gran_size: 8M chunk_size: 2G num_reg: 10 lose cover RAM: -1018M
[ 0.000000] gran_size: 16M chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 16M chunk_size: 32M num_reg: 10 lose cover RAM: 110M
[ 0.000000] gran_size: 16M chunk_size: 64M num_reg: 10 lose cover RAM: 14M
[ 0.000000] gran_size: 16M chunk_size: 128M num_reg: 9 lose cover RAM: 14M
[ 0.000000] gran_size: 16M chunk_size: 256M num_reg: 9 lose cover RAM: 14M
[ 0.000000] gran_size: 16M chunk_size: 512M num_reg: 9 lose cover RAM: 14M
[ 0.000000] gran_size: 16M chunk_size: 1G num_reg: 9 lose cover RAM: 14M
[ 0.000000] gran_size: 16M chunk_size: 2G num_reg: 10 lose cover RAM: 14M
[ 0.000000] gran_size: 32M chunk_size: 32M num_reg: 10 lose cover RAM: 62M
[ 0.000000] gran_size: 32M chunk_size: 64M num_reg: 10 lose cover RAM: 30M
[ 0.000000] gran_size: 32M chunk_size: 128M num_reg: 9 lose cover RAM: 30M
[ 0.000000] gran_size: 32M chunk_size: 256M num_reg: 9 lose cover RAM: 30M
[ 0.000000] gran_size: 32M chunk_size: 512M num_reg: 9 lose cover RAM: 30M
[ 0.000000] gran_size: 32M chunk_size: 1G num_reg: 9 lose cover RAM: 30M
[ 0.000000] gran_size: 32M chunk_size: 2G num_reg: 10 lose cover RAM: 30M
[ 0.000000] gran_size: 64M chunk_size: 64M num_reg: 9 lose cover RAM: 94M
[ 0.000000] gran_size: 64M chunk_size: 128M num_reg: 8 lose cover RAM: 94M
[ 0.000000] gran_size: 64M chunk_size: 256M num_reg: 8 lose cover RAM: 94M
[ 0.000000] gran_size: 64M chunk_size: 512M num_reg: 8 lose cover RAM: 94M
[ 0.000000] gran_size: 64M chunk_size: 1G num_reg: 8 lose cover RAM: 94M
[ 0.000000] gran_size: 64M chunk_size: 2G num_reg: 9 lose cover RAM: 94M
[ 0.000000] gran_size: 128M chunk_size: 128M num_reg: 8 lose cover RAM: 158M
[ 0.000000] gran_size: 128M chunk_size: 256M num_reg: 8 lose cover RAM: 158M
[ 0.000000] gran_size: 128M chunk_size: 512M num_reg: 8 lose cover RAM: 158M
[ 0.000000] gran_size: 128M chunk_size: 1G num_reg: 8 lose cover RAM: 158M
[ 0.000000] gran_size: 128M chunk_size: 2G num_reg: 9 lose cover RAM: 158M
[ 0.000000] gran_size: 256M chunk_size: 256M num_reg: 6 lose cover RAM: 414M
[ 0.000000] gran_size: 256M chunk_size: 512M num_reg: 8 lose cover RAM: 414M
[ 0.000000] gran_size: 256M chunk_size: 1G num_reg: 8 lose cover RAM: 414M
[ 0.000000] gran_size: 256M chunk_size: 2G num_reg: 9 lose cover RAM: 414M
[ 0.000000] gran_size: 512M chunk_size: 512M num_reg: 4 lose cover RAM: 926M
[ 0.000000] gran_size: 512M chunk_size: 1G num_reg: 4 lose cover RAM: 926M
[ 0.000000] gran_size: 512M chunk_size: 2G num_reg: 4 lose cover RAM: 926M
[ 0.000000] gran_size: 1G chunk_size: 1G num_reg: 4 lose cover RAM: 926M
[ 0.000000] gran_size: 1G chunk_size: 2G num_reg: 4 lose cover RAM: 926M
[ 0.000000] gran_size: 2G chunk_size: 2G num_reg: 3 lose cover RAM: 1950M
[ 0.000000] mtrr_cleanup: can not find optimal value
[ 0.000000] please specify mtrr_gran_size/mtrr_chunk_size
[ 0.000000] e820: update [mem 0xdb000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xda000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fd7e0-0x000fd7ef] mapped at [ffff8800000fd7e0]
[ 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] BRK [0x0220b000, 0x0220bfff] PGTABLE
[ 0.000000] BRK [0x0220c000, 0x0220cfff] PGTABLE
[ 0.000000] BRK [0x0220d000, 0x0220dfff] PGTABLE
[ 0.000000] BRK [0x0220e000, 0x0220efff] PGTABLE
[ 0.000000] BRK [0x0220f000, 0x0220ffff] PGTABLE
[ 0.000000] BRK [0x02210000, 0x02210fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x337fa000-0x35bf4fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000D910D088 000094 (v01 POSITI ABACAXIS 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000D911BC70 00010C (v05 POSITI ABACAXIS 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000D910D1B0 00EABA (v02 POSITI ABACAXIS 00000030 INTL 20120711)
[ 0.000000] ACPI: FACS 0x00000000D97A9080 000040
[ 0.000000] ACPI: APIC 0x00000000D911BD80 000072 (v03 POSITI ABACAXIS 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000D911BDF8 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SLIC 0x00000000D911BE40 000176 (v01 POSITI ABACAXIS 01072009 AMI 00010013)
[ 0.000000] ACPI: MSDM 0x00000000D911BFB8 000055 (v03 POSITI ABACAXIS 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x00000000D911C010 000F92 (v01 POSITI ABACAXIS 00001000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000D911CFA8 000539 (v01 POSITI ABACAXIS 00003000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000D911D4E8 000AD8 (v01 POSITI ABACAXIS 00003000 INTL 20120711)
[ 0.000000] ACPI: MCFG 0x00000000D911DFC0 00003C (v01 POSITI ABACAXIS 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x00000000D911E000 000038 (v01 POSITI ABACAXIS 01072009 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x00000000D911E038 000315 (v01 POSITI ABACAXIS 00001000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000D911E350 00182C (v01 POSITI ABACAXIS 00003000 INTL 20091112)
[ 0.000000] ACPI: ASF! 0x00000000D911FB80 0000A5 (v32 POSITI ABACAXIS 00000001 TFSM 000F4240)
[ 0.000000] ACPI: DMAR 0x00000000D911FC28 0000B8 (v01 POSITI ABACAXIS 00000001 INTL 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000041edfffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x41edf7000-0x41edfbfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000041edfffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000c820afff]
[ 0.000000] node 0: [mem 0x00000000c8212000-0x00000000c897afff]
[ 0.000000] node 0: [mem 0x00000000c8bee000-0x00000000d8c0afff]
[ 0.000000] node 0: [mem 0x00000000d9fff000-0x00000000d9ffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000041edfffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041edfffff]
[ 0.000000] On node 0 totalpages: 4159278
[ 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: 13799 pages used for memmap
[ 0.000000] DMA32 zone: 883090 pages, LIFO batch:31
[ 0.000000] Normal zone: 51128 pages used for memmap
[ 0.000000] Normal zone: 3272192 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics stolen memory at 0xdb200000-0xdf1fffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 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: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 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 0xc820b000-0xc8211fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xc897b000-0xc8bedfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd8c0b000-0xd910afff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd910b000-0xd911ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd9120000-0xd97aafff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd97ab000-0xd9ffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xda000000-0xdaffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdb000000-0xdf1fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-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-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0xdf200000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88041ea00000 s98264 r8192 d28712 u524288
[ 0.000000] pcpu-alloc: s98264 r8192 d28712 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 4094266
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic root=UUID=89980cae-ce91-43b3-bcf9-e7c3d8ffff30 ro quiet splash vt.handoff=7
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 16252672K/16637112K available (8436K kernel code, 1291K rwdata, 3960K rodata, 1488K init, 1316K bss, 384440K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:33024 nr_irqs:456 16
[ 0.000000] vt handoff: transparent VT on vt#7
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2993.297 MHz processor
[ 0.000019] Calibrating delay loop (skipped), value calculated using timer frequency.. 5986.59 BogoMIPS (lpj=11973188)
[ 0.000021] pid_max: default: 32768 minimum: 301
[ 0.000024] ACPI: Core revision 20150930
[ 0.006622] ACPI: 6 ACPI AML tables successfully acquired and loaded
[ 0.006634] Security Framework initialized
[ 0.006635] Yama: becoming mindful.
[ 0.006646] AppArmor: AppArmor initialized
[ 0.007269] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.009268] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.010130] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.010142] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.010309] Initializing cgroup subsys io
[ 0.010311] Initializing cgroup subsys memory
[ 0.010315] Initializing cgroup subsys devices
[ 0.010317] Initializing cgroup subsys freezer
[ 0.010318] Initializing cgroup subsys net_cls
[ 0.010320] Initializing cgroup subsys perf_event
[ 0.010321] Initializing cgroup subsys net_prio
[ 0.010323] Initializing cgroup subsys hugetlb
[ 0.010324] Initializing cgroup subsys pids
[ 0.010339] CPU: Physical Processor ID: 0
[ 0.010340] CPU: Processor Core ID: 0
[ 0.010343] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.010343] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.011068] mce: CPU supports 7 MCE banks
[ 0.011076] CPU0: Thermal monitoring enabled (TM1)
[ 0.011081] process: using mwait in idle threads
[ 0.011083] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.011084] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.011319] Freeing SMP alternatives memory: 32K (ffffffff820b8000 - ffffffff820c0000)
[ 0.021982] ftrace: allocating 32065 entries in 126 pages
[ 0.030867] smpboot: APIC(0) Converting physical 0 to logical package 0
[ 0.030868] smpboot: Max logical packages: 2
[ 0.030871] DMAR: Host address width 39
[ 0.030872] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.030879] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[ 0.030880] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.030883] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[ 0.030883] DMAR: RMRR base: 0x000000d9e7b000 end: 0x000000d9e89fff
[ 0.030884] DMAR: RMRR base: 0x000000db000000 end: 0x000000df1fffff
[ 0.030886] DMAR-IR: IOAPIC id 8 under DRHD base 0xfed91000 IOMMU 1
[ 0.030887] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.030887] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.031099] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.031100] x2apic enabled
[ 0.031105] Switched APIC routing to cluster x2apic.
[ 0.031509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.071196] TSC deadline timer enabled
[ 0.071199] smpboot: CPU0: Intel(R) Core(TM) i7-4610M CPU @ 3.00GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[ 0.071210] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[ 0.071223] ... version: 3
[ 0.071224] ... bit width: 48
[ 0.071224] ... generic registers: 4
[ 0.071225] ... value mask: 0000ffffffffffff
[ 0.071225] ... max period: 00007fffffffffff
[ 0.071226] ... fixed-purpose events: 3
[ 0.071226] ... event mask: 000000070000000f
[ 0.071759] x86: Booting SMP configuration:
[ 0.071760] .... node #0, CPUs: #1
[ 0.072769] microcode: CPU1 microcode updated early to revision 0x1e, date = 2015-08-13
[ 0.075599] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.075647] #2 #3
[ 0.081754] x86: Booted up 1 node, 4 CPUs
[ 0.081756] smpboot: Total of 4 processors activated (23946.37 BogoMIPS)
[ 0.084771] devtmpfs: initialized
[ 0.086651] evm: security.selinux
[ 0.086651] evm: security.SMACK64
[ 0.086652] evm: security.SMACK64EXEC
[ 0.086652] evm: security.SMACK64TRANSMUTE
[ 0.086653] evm: security.SMACK64MMAP
[ 0.086653] evm: security.ima
[ 0.086654] evm: security.capability
[ 0.086696] PM: Registering ACPI NVS region [mem 0xc820b000-0xc8211fff] (28672 bytes)
[ 0.086698] PM: Registering ACPI NVS region [mem 0xd9120000-0xd97aafff] (6860800 bytes)
[ 0.086804] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.086864] pinctrl core: initialized pinctrl subsystem
[ 0.086944] RTC time: 14:12:37, date: 02/13/17
[ 0.087022] NET: Registered protocol family 16
[ 0.100692] cpuidle: using governor ladder
[ 0.116702] cpuidle: using governor menu
[ 0.116705] PCCT header not found.
[ 0.116752] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.116753] ACPI: bus type PCI registered
[ 0.116754] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.116805] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.116807] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.116812] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[ 0.116870] PCI: Using configuration type 1 for base access
[ 0.116892] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.132952] ACPI: Added _OSI(Module Device)
[ 0.132954] ACPI: Added _OSI(Processor Device)
[ 0.132955] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.132955] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.135296] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.136822] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.137267] ACPI: Dynamic OEM Table Load:
[ 0.137271] ACPI: SSDT 0xFFFF88040BC17400 0003DD (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
[ 0.137649] ACPI: Dynamic OEM Table Load:
[ 0.137652] ACPI: SSDT 0xFFFF88040E016800 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
[ 0.138052] ACPI: Dynamic OEM Table Load:
[ 0.138054] ACPI: SSDT 0xFFFF88040C3ABC00 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
[ 0.138629] ACPI : EC: EC started
[ 0.138802] ACPI: Interpreter enabled
[ 0.138817] ACPI: (supports S0 S3 S4 S5)
[ 0.138818] ACPI: Using IOAPIC for interrupt routing
[ 0.138832] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.143601] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.143605] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.143697] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[ 0.143769] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.143770] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.144001] PCI host bridge to bus 0000:00
[ 0.144003] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.144004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.144005] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.144006] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.144006] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.144007] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.144008] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.144009] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 0.144010] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 0.144011] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff window]
[ 0.144012] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.144017] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
[ 0.144072] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
[ 0.144081] pci 0000:00:02.0: reg 0x10: [mem 0xf6c00000-0xf6ffffff 64bit]
[ 0.144085] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.144088] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.144135] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[ 0.144143] pci 0000:00:03.0: reg 0x10: [mem 0xf7c34000-0xf7c37fff 64bit]
[ 0.144211] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[ 0.144233] pci 0000:00:14.0: reg 0x10: [mem 0xf7c20000-0xf7c2ffff 64bit]
[ 0.144276] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.144299] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.144324] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[ 0.144346] pci 0000:00:16.0: reg 0x10: [mem 0xf7c40000-0xf7c4000f 64bit]
[ 0.144392] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.144435] pci 0000:00:16.3: [8086:8c3d] type 00 class 0x070002
[ 0.144455] pci 0000:00:16.3: reg 0x10: [io 0xf0e0-0xf0e7]
[ 0.144462] pci 0000:00:16.3: reg 0x14: [mem 0xf7c3e000-0xf7c3efff]
[ 0.144548] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000
[ 0.144569] pci 0000:00:19.0: reg 0x10: [mem 0xf7c00000-0xf7c1ffff]
[ 0.144576] pci 0000:00:19.0: reg 0x14: [mem 0xf7c3d000-0xf7c3dfff]
[ 0.144583] pci 0000:00:19.0: reg 0x18: [io 0xf080-0xf09f]
[ 0.144623] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.144646] pci 0000:00:19.0: System wakeup disabled by ACPI
[ 0.144671] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[ 0.144695] pci 0000:00:1a.0: reg 0x10: [mem 0xf7c3c000-0xf7c3c3ff]
[ 0.144761] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.144795] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.144820] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[ 0.144842] pci 0000:00:1b.0: reg 0x10: [mem 0xf7c30000-0xf7c33fff 64bit]
[ 0.144890] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.144915] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.144938] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[ 0.144992] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.145037] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.145062] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[ 0.145116] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.145158] pci 0000:00:1c.2: System wakeup disabled by ACPI
[ 0.145181] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[ 0.145234] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.145276] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.145301] pci 0000:00:1c.5: [8086:8c1a] type 01 class 0x060400
[ 0.145354] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.145395] pci 0000:00:1c.5: System wakeup disabled by ACPI
[ 0.145422] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[ 0.145446] pci 0000:00:1d.0: reg 0x10: [mem 0xf7c3b000-0xf7c3b3ff]
[ 0.145510] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.145543] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.145568] pci 0000:00:1f.0: [8086:8c4f] type 00 class 0x060100
[ 0.145695] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
[ 0.145712] pci 0000:00:1f.2: reg 0x10: [io 0xf0d0-0xf0d7]
[ 0.145719] pci 0000:00:1f.2: reg 0x14: [io 0xf0c0-0xf0c3]
[ 0.145725] pci 0000:00:1f.2: reg 0x18: [io 0xf0b0-0xf0b7]
[ 0.145731] pci 0000:00:1f.2: reg 0x1c: [io 0xf0a0-0xf0a3]
[ 0.145737] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
[ 0.145743] pci 0000:00:1f.2: reg 0x24: [mem 0xf7c3a000-0xf7c3a7ff]
[ 0.145765] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.145806] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[ 0.145820] pci 0000:00:1f.3: reg 0x10: [mem 0xf7c39000-0xf7c390ff 64bit]
[ 0.145836] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
[ 0.145930] acpiphp: Slot [1] registered
[ 0.145935] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.146016] pci 0000:02:00.0: [8086:08b1] type 00 class 0x028000
[ 0.146095] pci 0000:02:00.0: reg 0x10: [mem 0xf7b00000-0xf7b01fff 64bit]
[ 0.146292] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.146354] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.152754] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.152759] pci 0000:00:1c.2: bridge window [mem 0xf7b00000-0xf7bfffff]
[ 0.152873] pci 0000:03:00.0: [10ec:5229] type 00 class 0xff0000
[ 0.152955] pci 0000:03:00.0: reg 0x10: [mem 0xf7a00000-0xf7a00fff]
[ 0.153228] pci 0000:03:00.0: supports D1 D2
[ 0.153229] pci 0000:03:00.0: PME# supported from D1 D2 D3hot
[ 0.153296] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.160765] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 0.160769] pci 0000:00:1c.3: bridge window [mem 0xf7a00000-0xf7afffff]
[ 0.160823] acpiphp: Slot [1-1] registered
[ 0.160828] pci 0000:00:1c.5: PCI bridge to [bus 04-06]
[ 0.160831] pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
[ 0.160834] pci 0000:00:1c.5: bridge window [mem 0xf7000000-0xf79fffff]
[ 0.160839] pci 0000:00:1c.5: bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
[ 0.161358] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.161394] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.161428] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15)
[ 0.161462] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.161495] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.161527] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.161561] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[ 0.161593] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.161845] ACPI: Enabled 4 GPEs in block 00 to 3F
[ 0.161876] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.161961] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.161962] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.161964] vgaarb: loaded
[ 0.161965] vgaarb: bridge control possible 0000:00:02.0
[ 0.162111] SCSI subsystem initialized
[ 0.162135] libata version 3.00 loaded.
[ 0.162149] ACPI: bus type USB registered
[ 0.162159] usbcore: registered new interface driver usbfs
[ 0.162164] usbcore: registered new interface driver hub
[ 0.162173] usbcore: registered new device driver usb
[ 0.162257] PCI: Using ACPI for IRQ routing
[ 0.163437] PCI: pci_cache_line_size set to 64 bytes
[ 0.163511] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.163512] e820: reserve RAM buffer [mem 0xc820b000-0xcbffffff]
[ 0.163513] e820: reserve RAM buffer [mem 0xc897b000-0xcbffffff]
[ 0.163514] e820: reserve RAM buffer [mem 0xd8c0b000-0xdbffffff]
[ 0.163515] e820: reserve RAM buffer [mem 0xda000000-0xdbffffff]
[ 0.163516] e820: reserve RAM buffer [mem 0x41ee00000-0x41fffffff]
[ 0.163587] NetLabel: Initializing
[ 0.163588] NetLabel: domain hash size = 128
[ 0.163588] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.163595] NetLabel: unlabeled traffic allowed by default
[ 0.163637] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.163640] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.165652] amd_nb: Cannot enumerate AMD northbridges
[ 0.165662] clocksource: Switched to clocksource hpet
[ 0.169494] AppArmor: AppArmor Filesystem Enabled
[ 0.169542] pnp: PnP ACPI init
[ 0.169610] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.169613] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.169736] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.169738] system 00:01: [io 0xffff] has been reserved
[ 0.169739] system 00:01: [io 0xffff] has been reserved
[ 0.169740] system 00:01: [io 0xffff] has been reserved
[ 0.169741] system 00:01: [io 0x1c00-0x1cfe] has been reserved
[ 0.169742] system 00:01: [io 0x1d00-0x1dfe] has been reserved
[ 0.169743] system 00:01: [io 0x1e00-0x1efe] has been reserved
[ 0.169744] system 00:01: [io 0x1f00-0x1ffe] has been reserved
[ 0.169745] system 00:01: [io 0x1800-0x18fe] could not be reserved
[ 0.169746] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.169748] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.169763] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.169790] system 00:03: [io 0x1854-0x1857] has been reserved
[ 0.169792] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.169805] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.169851] pnp 00:05: Plug and Play ACPI device, IDs SYN1212 PNP0f13 (active)
[ 0.169878] system 00:06: [io 0x04d0-0x04d1] has been reserved
[ 0.169879] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.170146] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.170147] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.170148] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.170149] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.170150] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.170151] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.170152] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.170153] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.170154] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[ 0.170155] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.170156] system 00:07: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[ 0.170157] system 00:07: [mem 0xf7fe0000-0xf7feffff] has been reserved
[ 0.170159] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.170310] pnp: PnP ACPI: found 8 devices
[ 0.175947] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.175960] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 0.175962] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 0.175963] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[ 0.175981] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.175982] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.175983] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.175984] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.175985] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.175986] pci 0000:00:1c.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.175990] pci 0000:00:1c.0: BAR 14: assigned [mem 0xdf200000-0xdf3fffff]
[ 0.175994] pci 0000:00:1c.0: BAR 15: assigned [mem 0xdf400000-0xdf5fffff 64bit pref]
[ 0.175995] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.175997] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.176000] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.176004] pci 0000:00:1c.0: bridge window [mem 0xdf200000-0xdf3fffff]
[ 0.176007] pci 0000:00:1c.0: bridge window [mem 0xdf400000-0xdf5fffff 64bit pref]
[ 0.176012] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.176016] pci 0000:00:1c.2: bridge window [mem 0xf7b00000-0xf7bfffff]
[ 0.176022] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 0.176026] pci 0000:00:1c.3: bridge window [mem 0xf7a00000-0xf7afffff]
[ 0.176032] pci 0000:00:1c.5: PCI bridge to [bus 04-06]
[ 0.176034] pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
[ 0.176038] pci 0000:00:1c.5: bridge window [mem 0xf7000000-0xf79fffff]
[ 0.176041] pci 0000:00:1c.5: bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
[ 0.176046] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.176047] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.176048] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.176049] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[ 0.176050] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[ 0.176051] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[ 0.176051] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[ 0.176052] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
[ 0.176053] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
[ 0.176054] pci_bus 0000:00: resource 13 [mem 0xdf200000-0xfeafffff window]
[ 0.176055] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.176056] pci_bus 0000:01: resource 1 [mem 0xdf200000-0xdf3fffff]
[ 0.176057] pci_bus 0000:01: resource 2 [mem 0xdf400000-0xdf5fffff 64bit pref]
[ 0.176058] pci_bus 0000:02: resource 1 [mem 0xf7b00000-0xf7bfffff]
[ 0.176059] pci_bus 0000:03: resource 1 [mem 0xf7a00000-0xf7afffff]
[ 0.176060] pci_bus 0000:04: resource 0 [io 0xe000-0xefff]
[ 0.176061] pci_bus 0000:04: resource 1 [mem 0xf7000000-0xf79fffff]
[ 0.176062] pci_bus 0000:04: resource 2 [mem 0xf0000000-0xf09fffff 64bit pref]
[ 0.176082] NET: Registered protocol family 2
[ 0.176197] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.176322] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.176417] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.176434] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.176464] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.176512] NET: Registered protocol family 1
[ 0.176520] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.176833] PCI: CLS 64 bytes, default 64
[ 0.176861] Trying to unpack rootfs image as initramfs...
[ 0.530708] Freeing initrd memory: 36844K (ffff8800337fa000 - ffff880035bf5000)
[ 0.530742] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.530744] software IO TLB [mem 0xd4c0b000-0xd8c0b000] (64MB) mapped at [ffff8800d4c0b000-ffff8800d8c0afff]
[ 0.530783] RAPL PMU detected, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[ 0.530784] hw unit of domain pp0-core 2^-14 Joules
[ 0.530784] hw unit of domain package 2^-14 Joules
[ 0.530785] hw unit of domain dram 2^-14 Joules
[ 0.530785] hw unit of domain pp1-gpu 2^-14 Joules
[ 0.530849] Scanning for low memory corruption every 60 seconds
[ 0.531069] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.531089] audit: initializing netlink subsys (disabled)
[ 0.531098] audit: type=2000 audit(1486995157.524:1): initialized
[ 0.531335] Initialise system trusted keyring
[ 0.531416] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[ 0.531417] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.532432] zbud: loaded
[ 0.532594] VFS: Disk quotas dquot_6.6.0
[ 0.532616] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.532779] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.532933] fuse init (API version 7.23)
[ 0.533020] Key type big_key registered
[ 0.533034] Allocating IMA MOK and blacklist keyrings.
[ 0.533324] Key type asymmetric registered
[ 0.533326] Asymmetric key parser 'x509' registered
[ 0.533350] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.533371] io scheduler noop registered
[ 0.533373] io scheduler deadline registered (default)
[ 0.533392] io scheduler cfq registered
[ 0.533811] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.533816] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.533837] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[ 0.533838] vesafb: scrolling: redraw
[ 0.533839] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.533851] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90002000000, using 4160k, total 4160k
[ 0.533911] Console: switching to colour frame buffer device 170x48
[ 0.533923] fb0: VESA VGA frame buffer device
[ 0.533933] intel_idle: MWAIT substates: 0x42120
[ 0.533934] intel_idle: v0.4.1 model 0x3C
[ 0.533935] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.534096] ACPI: AC Adapter [AC] (on-line)
[ 0.534141] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.534144] ACPI: Power Button [PWRB]
[ 0.534167] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 0.534169] ACPI: Sleep Button [SLPB]
[ 0.534193] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 0.534215] ACPI: Lid Switch [LID0]
[ 0.534241] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.534242] ACPI: Power Button [PWRF]
[ 0.534475] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.534476] ACPI: Thermal Zone [TZ0] (11 C)
[ 0.534508] GHES: HEST is not enabled!
[ 0.534618] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.534917] ACPI: Battery Slot [BAT0] (battery present)
[ 0.555699] 0000:00:16.3: ttyS4 at I/O 0xf0e0 (irq = 19, base_baud = 115200) is a 16550A
[ 0.555982] Linux agpgart interface v0.103
[ 0.557587] brd: module loaded
[ 0.558277] loop: module loaded
[ 0.558404] libphy: Fixed MDIO Bus: probed
[ 0.558407] tun: Universal TUN/TAP device driver, 1.6
[ 0.558408] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.558433] PPP generic driver version 2.4.2
[ 0.558470] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.558474] ehci-pci: EHCI PCI platform driver
[ 0.558535] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.558539] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.558548] ehci-pci 0000:00:1a.0: debug port 2
[ 0.562453] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 0.562463] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7c3c000
[ 0.577699] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.577739] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.577740] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.577742] usb usb1: Product: EHCI Host Controller
[ 0.577743] usb usb1: Manufacturer: Linux 4.4.0-62-generic ehci_hcd
[ 0.577744] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.577924] hub 1-0:1.0: USB hub found
[ 0.577928] hub 1-0:1.0: 3 ports detected
[ 0.578131] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.578137] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.578146] ehci-pci 0000:00:1d.0: debug port 2
[ 0.582044] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.582056] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c3b000
[ 0.593687] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.593736] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.593738] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.593739] usb usb2: Product: EHCI Host Controller
[ 0.593740] usb usb2: Manufacturer: Linux 4.4.0-62-generic ehci_hcd
[ 0.593741] usb usb2: SerialNumber: 0000:00:1d.0
[ 0.593919] hub 2-0:1.0: USB hub found
[ 0.593924] hub 2-0:1.0: 3 ports detected
[ 0.594044] ehci-platform: EHCI generic platform driver
[ 0.594061] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.594065] ohci-pci: OHCI PCI platform driver
[ 0.594077] ohci-platform: OHCI generic platform driver
[ 0.594084] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.594192] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.594196] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 0.595266] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[ 0.595270] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.595346] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.595347] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.595348] usb usb3: Product: xHCI Host Controller
[ 0.595349] usb usb3: Manufacturer: Linux 4.4.0-62-generic xhci-hcd
[ 0.595350] usb usb3: SerialNumber: 0000:00:14.0
[ 0.595506] hub 3-0:1.0: USB hub found
[ 0.595522] hub 3-0:1.0: 15 ports detected
[ 0.597958] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.597960] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 0.597983] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.597984] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.597985] usb usb4: Product: xHCI Host Controller
[ 0.597986] usb usb4: Manufacturer: Linux 4.4.0-62-generic xhci-hcd
[ 0.597987] usb usb4: SerialNumber: 0000:00:14.0
[ 0.598123] hub 4-0:1.0: USB hub found
[ 0.598134] hub 4-0:1.0: 6 ports detected
[ 0.598897] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:SYNM] at 0x60,0x64 irq 1,12
[ 1.124644] i8042: Detected active multiplexing controller, rev 1.1
[ 1.126261] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.126263] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 1.126283] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 1.126297] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 1.126310] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 1.126524] mousedev: PS/2 mouse device common for all mice
[ 1.126819] rtc_cmos 00:02: RTC can wake from S4
[ 1.126921] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 1.126947] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.126951] i2c /dev entries driver
[ 1.126984] device-mapper: uevent: version 1.0.3
[ 1.127023] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 1.127033] Intel P-state driver initializing.
[ 1.127156] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.128015] NET: Registered protocol family 10
[ 1.128437] NET: Registered protocol family 17
[ 1.128464] Key type dns_resolver registered
[ 1.128944] microcode: CPU0 sig=0x306c3, pf=0x10, revision=0x1e
[ 1.128969] microcode: CPU1 sig=0x306c3, pf=0x10, revision=0x1e
[ 1.129006] microcode: CPU2 sig=0x306c3, pf=0x10, revision=0x1e
[ 1.129018] microcode: CPU3 sig=0x306c3, pf=0x10, revision=0x1e
[ 1.129099] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 1.129507] registered taskstats version 1
[ 1.129560] Loading compiled-in X.509 certificates
[ 1.131781] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 1.132121] Loaded X.509 cert 'Build time autogenerated kernel key: a630254739635d6fdc487c9f0afa5d9a0ff04f04'
[ 1.132168] zswap: loaded using pool lzo/zbud
[ 1.134692] Key type trusted registered
[ 1.137045] Key type encrypted registered
[ 1.137051] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.137054] ima: No TPM chip found, activating TPM-bypass!
[ 1.137067] evm: HMAC attrs: 0x1
[ 1.137416] Magic number: 5:603:232
[ 1.137453] acpi device:4c: hash matches
[ 1.137470] memory memory110: hash matches
[ 1.137514] rtc_cmos 00:02: setting system clock to 2017-02-13 14:12:38 UTC (1486995158)
[ 1.137562] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.137563] EDD information not available.
[ 1.137634] PM: Hibernation image not present or could not be loaded.
[ 1.138429] Freeing unused kernel memory: 1488K (ffffffff81f44000 - ffffffff820b8000)
[ 1.138431] Write protecting the kernel read-only data: 14336k
[ 1.138745] Freeing unused kernel memory: 1792K (ffff880001840000 - ffff880001a00000)
[ 1.138990] Freeing unused kernel memory: 136K (ffff880001dde000 - ffff880001e00000)
[ 1.146068] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[ 1.146117] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[ 1.146127] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[ 1.146478] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[ 1.146515] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[ 1.146654] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[ 1.146683] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[ 1.146711] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[ 1.146736] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[ 1.146766] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
[ 1.163044] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[ 1.169472] wmi: Mapper loaded
[ 1.170478] pps_core: LinuxPPS API ver. 1 registered
[ 1.170480] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.171222] PTP clock support registered
[ 1.173185] [drm] Initialized drm 1.1.0 20060810
[ 1.173535] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.173536] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.173632] e1000e 0000:00:19.0: PCI INT A: failed to register GSI
[ 1.173636] e1000e: probe of 0000:00:19.0 failed with error -16
[ 1.176596] rtsx_pci 0000:03:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 27
[ 1.177979] ahci 0000:00:1f.2: version 3.0
[ 1.178112] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x20 impl SATA mode
[ 1.178115] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[ 1.178722] scsi host0: ahci
[ 1.178817] scsi host1: ahci
[ 1.178890] scsi host2: ahci
[ 1.178961] scsi host3: ahci
[ 1.179035] scsi host4: ahci
[ 1.179104] scsi host5: ahci
[ 1.179144] ata1: DUMMY
[ 1.179146] ata2: DUMMY
[ 1.179147] ata3: DUMMY
[ 1.179148] ata4: DUMMY
[ 1.179148] ata5: DUMMY
[ 1.179151] ata6: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a380 irq 28
[ 1.193066] [drm] Memory usable by graphics device = 2048M
[ 1.193069] checking generic (e0000000 410000) vs hw (e0000000 10000000)
[ 1.193071] fb: switching to inteldrmfb from VESA VGA
[ 1.193093] Console: switching to colour dummy device 80x25
[ 1.193146] [drm] Replacing VGA console driver
[ 1.199511] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.199512] [drm] Driver supports precise vblank timestamp query.
[ 1.199816] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.296308] fbcon: inteldrmfb (fb0) is primary device
[ 1.296350] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.296371] Console: switching to colour frame buffer device 170x48
[ 1.296391] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 1.296645] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
[ 1.296810] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0
[ 1.333621] usb 3-5: new full-speed USB device number 2 using xhci_hcd
[ 1.333623] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.333635] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.463320] usb 3-5: New USB device found, idVendor=1c7a, idProduct=0603
[ 1.463322] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.463324] usb 3-5: Product: EgisTec_ES603
[ 1.463324] usb 3-5: Manufacturer: EgisTec
[ 1.497608] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.499125] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1.499128] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 1.499130] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 1.500952] ata6.00: ATA-9: SanDisk SD8SB8U256G1122, X4140000, max UDMA/133
[ 1.500954] ata6.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[ 1.502729] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1.502731] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 1.502732] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 1.504783] ata6.00: configured for UDMA/133
[ 1.504907] scsi 5:0:0:0: Direct-Access ATA SanDisk SD8SB8U2 0000 PQ: 0 ANSI: 5
[ 1.505034] sd 5:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 1.505064] sd 5:0:0:0: Attached scsi generic sg0 type 0
[ 1.505102] sd 5:0:0:0: [sda] Write Protect is off
[ 1.505105] sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.505126] sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.507060] sda: sda1 sda2 sda3
[ 1.507380] sd 5:0:0:0: [sda] Attached SCSI disk
[ 1.529582] tsc: Refined TSC clocksource calibration: 2993.069 MHz
[ 1.529584] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b24b1963f3, max_idle_ns: 440795227598 ns
[ 1.597934] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
[ 1.597938] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.597992] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
[ 1.597994] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.598216] hub 1-1:1.0: USB hub found
[ 1.598251] hub 2-1:1.0: USB hub found
[ 1.598303] hub 1-1:1.0: 6 ports detected
[ 1.598309] hub 2-1:1.0: 8 ports detected
[ 1.629581] usb 3-7: new full-speed USB device number 3 using xhci_hcd
[ 1.647292] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 1.808910] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 1.808987] systemd[1]: Detected architecture x86-64.
[ 1.809120] systemd[1]: Set hostname to <administrador-W942SV-SV1>.
[ 1.822431] usb 3-7: New USB device found, idVendor=8087, idProduct=07dc
[ 1.822434] usb 3-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.871200] systemd[1]: Listening on Journal Socket (/dev/log).
[ 1.871260] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 1.871289] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 1.871316] systemd[1]: Listening on udev Control Socket.
[ 1.871384] systemd[1]: Created slice User and Session Slice.
[ 1.871404] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 1.871416] systemd[1]: Reached target Remote File Systems (Pre).
[ 1.871500] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 1.871513] systemd[1]: Reached target User and Group Name Lookups.
[ 1.871536] systemd[1]: Listening on udev Kernel Socket.
[ 1.871560] systemd[1]: Listening on Syslog Socket.
[ 1.871613] systemd


10. Re: Drive rede

Guilherme
Ghost_Shell

(usa Arch Linux)

Enviado em 13/02/2017 - 15:21h

Saída do seu dmesg:

[ 1.173536] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.173632] e1000e 0000:00:19.0: PCI INT A: failed to register GSI
[ 1.173636] e1000e: probe of 0000:00:19.0 failed with error -16

Então vamos lá, pesquisando aqui parece que esse bug vem lá de 2009.

Esse é um post sobre isso no fórum do ubuntu um anos atras.

http://askubuntu.com/questions/729973/ubuntu-with-intel-ethernet-i217-v-does-not-work

Aqui é um cliente com o mesmo problema que o seu reclamando no site da intel.

O atendente fala que não tem driver para o ubuntu e fala para o cara falar com o fornecedor. Segue o link:

https://communities.intel.com/thread/106018

E abaixo um post do fórum do archlinux onde o pessoal parece que conseguiu workaround(gambiarra).

https://bbs.archlinux.org/viewtopic.php?id=99571


Keep it simple stupid!






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts