VirtualBox no Debian 9

1. VirtualBox no Debian 9

PAULO ROBERTO NOGUEIRA
PNAGI

(usa Fedora)

Enviado em 02/05/2018 - 14:06h

Boa tarde Senhores. Executei todos os passos para corrigir o famoso erro ""KERNEL DRIVER NOT INSTALLED (RC=-1908)"
Mas no ultimo passo, onde eu executo o vboxconfigo, conforme orientado na mensagem do erro, aparece outro erro:
root@debianpc:/sbin# vboxconfig
Created symlink /etc/systemd/system/multi-user.target.wants/vboxdrv.service → /lib/systemd/system/vboxdrv.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxballoonctrl-service.service → /lib/systemd/system/vboxballoonctrl-service.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxautostart-service.service → /lib/systemd/system/vboxautostart-service.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxweb-service.service → /lib/systemd/system/vboxweb-service.service.
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.

There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.


Ai eu executo esse dmesg:
Esse comando dispara a leitura de uma especie de log de instalacao, acredito eu, e neste log aparecem algumas mensagens em vermelho, vou colocar somente a linha em vermelho:
[ 10.079831] tpm_crb MSFT0101:00: can't request region for resource [mem 0xfed40080-0xfed40fff]

[ 11.227486] ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:02:00.0.bin (-2)
[ 11.227576] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:02:00.0.bin failed with error -2
[ 11.227601] ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/cal-pci-0000:02:00.0.bin (-2)
[ 11.227678] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2
[ 11.674864] ath10k_pci 0000:02:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/firmware-5.bin
[ 11.674879] ath10k_pci 0000:02:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 144d:4133
[ 11.674885] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[ 11.676101] ath10k_pci 0000:02:00.0: firmware ver WLAN.TF.1.0-00267-1 api 5 features ignore-otp crc32 79cea2c7
[ 11.740939] ath10k_pci 0000:02:00.0: board id is not exist in otp, ignore it
[ 12.020156] ath10k_pci 0000:02:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/board-2.bin
[ 12.021020] ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 93da0176

Dai tudo que tem ath10 da alguma mensagem de erro...a minha placa de rede wireless eh uma atheros (ath10k_pci 0000:02:00.0), alguem passou por isso?

Aguardo.

PAULO



  


2. Re: VirtualBox no Debian 9

3. Instalação

PAULO ROBERTO NOGUEIRA
PNAGI

(usa Fedora)

Enviado em 02/05/2018 - 15:33h

Daniel, boa tarde. Eu olhei o tutorial e na verdade ele so instala pela linha de comando, o processo acontece da mesma forma que a instalação por pacotes .deb, erro persisite pois é depois da instalação, quando eu vou criar uma maquina virtual, entende. Acretido que seja mesmo algo relacionado a placa de rede pois tenho um outro notebook com placa Rlink que nao deu esse problema.


4. Re: VirtualBox no Debian 9

Rodrigo Albuquerque Serafim
raserafim

(usa Slackware)

Enviado em 02/05/2018 - 16:54h

PNAGI escreveu:

Boa tarde Senhores. Executei todos os passos para corrigir o famoso erro ""KERNEL DRIVER NOT INSTALLED (RC=-1908)"

esse erro indica que os "módulos de kernel" do virtualbox não estão instalados no kernel que está em uso na máquina.

esses erros costumam ocorrer após atualização do Kernel.

a princípio, basta instalá-los.

como instalá-los pode variar de distribuição para distribuição.

veja se o seguinte tópico recente ajuda..:




5. Re: VirtualBox no Debian 9

Perfil removido
removido

(usa Nenhuma)

Enviado em 02/05/2018 - 17:31h

Olá, jovem!

Vamos então corrigir o erro de uma vez, primeiro vamos baixar algumas ferramentas:

1º comando:
sudo apt-get install build-essential module-assistant 

2º comando:
sudo m-a prepare 


Agora, vamos compilar o bendito drive da forma correta:

3º comando:
sudo /etc/init.d/vboxdrv setup 


Depois de executar o comando acima, você deve ver algo parecido como as linhas abaixo:

user@hostname$ sudo /etc/init.d/vboxdrv setup
Parando os módulos do kernel do VirtualBox … feito.
Recompilando os módulos do kernel do VirtualBox … feito.
Iniciando módulos do kernel VirtualBox … feito.


Espero ter ajudado, jovem!


6. Re: VirtualBox no Debian 9

Rodrigo Albuquerque Serafim
raserafim

(usa Slackware)

Enviado em 02/05/2018 - 18:03h

thecarlosfilipe escreveu:

Olá, jovem!

Vamos então corrigir o erro de uma vez, primeiro vamos baixar algumas ferramentas:

1º comando:
sudo apt-get install build-essential module-assistant 

2º comando:
sudo m-a prepare 


Agora, vamos compilar o bendito drive da forma correta:

3º comando:
sudo /etc/init.d/vboxdrv setup 


Depois de executar o comando acima, você deve ver algo parecido como as linhas abaixo:

user@hostname$ sudo /etc/init.d/vboxdrv setup
Parando os módulos do kernel do VirtualBox … feito.
Recompilando os módulos do kernel do VirtualBox … feito.
Iniciando módulos do kernel VirtualBox … feito.


Espero ter ajudado, jovem!

não pude testar a sugestão do colega "thecarlosfilipe".. (não utilizo debian-like)

mas, essa é uma sugestão cujos procedimentos estão no espírito do problema expressado no código -1908!!

instalação, tão somente, dos "módulos de kernel" do virtualbox!



7. Erro 1908

PAULO ROBERTO NOGUEIRA
PNAGI

(usa Fedora)

Enviado em 05/05/2018 - 21:44h

Agradeço imensamente as respostas, o fato que ja tinha utilizando esse procedimento, na verdade ate outros diferentes mas com o mesmo objetivo...o erro persiste:
Depois do ultimo passo, que na verdade no meu debian eh /sbin/vboxconfig, pois no etc/init.d/vboxsetup nao existe.

vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.

There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
Quando eu executo dmesg como sugerido aparecem essas mensagens, e no meio delas os erros em vermelho (cou tentar colocar em negrito)
udo dmesg
[ 0.000000] microcode: microcode updated early to revision 0x62, date = 2017-04-27
[ 0.000000] Linux version 4.9.0-6-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-6-amd64 root=UUID=01cb02c7-5a1c-4ce7-996a-790bf349b0df ro quiet
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[3]: 576, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 640, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c64f7fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c64f8000-0x00000000c64f8fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000c64f9000-0x00000000c64f9fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c64fa000-0x00000000cb685fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cb686000-0x00000000cc2e3fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cc2e4000-0x00000000cc303fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000cc304000-0x00000000ccadefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ccadf000-0x00000000cce8cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cce8d000-0x00000000ccefdfff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000ccefe000-0x00000000ccefefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cceff000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012effffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.50 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0xcc2ea000 ACPI=0xcc2ea000 SMBIOS=0xcce00000 SMBIOS 3.0=0xccdff000 MPS=0xfcab0 ESRT=0xca40d518
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x12f000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 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 00E0000000 mask 7FE0000000 uncachable
[ 0.000000] 1 base 00D0000000 mask 7FF0000000 uncachable
[ 0.000000] 2 base 00CE000000 mask 7FFE000000 uncachable
[ 0.000000] 3 base 00CD800000 mask 7FFF800000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 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] e820: last_pfn = 0xcceff max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fccc0-0x000fcccf] mapped at [ffff8d6c400fccc0]
[ 0.000000] esrt: Reserving ESRT space from 0x00000000ca40d518 to 0x00000000ca40d550.
[ 0.000000] Base memory trampoline at [ffff8d6c40095000] 95000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0xbcd39000, 0xbcd39fff] PGTABLE
[ 0.000000] BRK [0xbcd3a000, 0xbcd3afff] PGTABLE
[ 0.000000] BRK [0xbcd3b000, 0xbcd3bfff] PGTABLE
[ 0.000000] BRK [0xbcd3c000, 0xbcd3cfff] PGTABLE
[ 0.000000] BRK [0xbcd3d000, 0xbcd3dfff] PGTABLE
[ 0.000000] BRK [0xbcd3e000, 0xbcd3efff] PGTABLE
[ 0.000000] BRK [0xbcd3f000, 0xbcd3ffff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x35ad5000-0x36d61fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000CC2EA000 000024 (v02 SECCSD)
[ 0.000000] ACPI: XSDT 0x00000000CC2EA0A0 0000BC (v01 SECCSD LH43STAR 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000CC2FE8F0 000114 (v06 SECCSD LH43STAR 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000CC2EA1E8 014706 (v02 SECCSD LH43STAR 01072009 INTL 20160422)
[ 0.000000] ACPI: FACS 0x00000000CCAAED00 000040
[ 0.000000] ACPI: APIC 0x00000000CC2FEA08 000068 (v03 SECCSD LH43STAR 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000CC2FEA70 000044 (v01 SECCSD LH43STAR 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x00000000CC2FEAB8 00003C (v01 SECCSD LH43STAR 01072009 MSFT 00000097)
[ 0.000000] ACPI: FIDT 0x00000000CC2FEAF8 0000B0 (v01 SECCSD LH43STAR 01072009 AMI 00010013)
[ 0.000000] ACPI: MSDM 0x00000000CC2FEBA8 000055 (v03 SECCSD LH43STAR 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x00000000CC2FEC00 003154 (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
[ 0.000000] ACPI: HPET 0x00000000CC301D58 000038 (v01 INTEL KBL-ULT 00000001 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 0x00000000CC301D90 000024 (v02 INTEL xh_OEMBD 00000000 INTL 20160422)
[ 0.000000] ACPI: UEFI 0x00000000CC301DB8 000042 (v01 INTEL EDK2 00000002 01000013)
[ 0.000000] ACPI: SSDT 0x00000000CC301E00 000EE4 (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
[ 0.000000] ACPI: LPIT 0x00000000CC302CE8 000094 (v01 INTEL KBL-ULT 00000000 MSFT 0000005F)
[ 0.000000] ACPI: WSMT 0x00000000CC302D80 000028 (v01 INTEL KBL-ULT 00000000 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 0x00000000CC302DA8 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
[ 0.000000] ACPI: DBGP 0x00000000CC303048 000034 (v01 INTEL 00000002 MSFT 0000005F)
[ 0.000000] ACPI: DBG2 0x00000000CC303080 000054 (v00 INTEL 00000002 MSFT 0000005F)
[ 0.000000] ACPI: BGRT 0x00000000CC3030D8 000038 (v01 SECCSD LH43STAR 01072009 AMI 00010013)
[ 0.000000] ACPI: DMAR 0x00000000CC303110 0000CC (v01 INTEL KBL 00000001 INTL 00000001)
[ 0.000000] ACPI: TPM2 0x00000000CC3031E0 000034 (v03 Tpm2Tabl 00000001 AMI 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000012effffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x12eff9000-0x12effdfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000012effffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000c64f7fff]
[ 0.000000] node 0: [mem 0x00000000c64fa000-0x00000000cb685fff]
[ 0.000000] node 0: [mem 0x00000000ccefe000-0x00000000ccefefff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000012effffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000012effffff]
[ 0.000000] On node 0 totalpages: 1025570
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 27 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12955 pages used for memmap
[ 0.000000] DMA32 zone: 829061 pages, LIFO batch:31
[ 0.000000] Normal zone: 3008 pages used for memmap
[ 0.000000] Normal zone: 192512 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics memory at 0x00000000ce000000-0x00000000cfffffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 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] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 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: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xc64f8000-0xc64f8fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xc64f9000-0xc64f9fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcb686000-0xcc2e3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcc2e4000-0xcc303fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcc304000-0xccadefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xccadf000-0xcce8cfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcce8d000-0xccefdfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcceff000-0xcfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-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 0xd0000000-0xefffffff] 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:2 nr_node_ids:1
[ 0.000000] percpu: Embedded 35 pages/cpu @ffff8d6d6ec00000 s105240 r8192 d29928 u1048576
[ 0.000000] pcpu-alloc: s105240 r8192 d29928 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1009516
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-6-amd64 root=UUID=01cb02c7-5a1c-4ce7-996a-790bf349b0df ro quiet
[ 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: 3843532K/4102280K available (6236K kernel code, 1159K rwdata, 2868K rodata, 1416K init, 688K bss, 258748K reserved, 0K cma-reserved)
[ 0.000000] Kernel/User page tables isolation: enabled
[ 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=2.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[ 0.000000] NR_IRQS:33024 nr_irqs:512 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 1800.000 MHz processor
[ 0.000031] Calibrating delay loop (skipped), value calculated using timer frequency.. 3600.00 BogoMIPS (lpj=7200000)
[ 0.000034] pid_max: default: 32768 minimum: 301
[ 0.000050] ACPI: Core revision 20160831
[ 0.039852] ACPI: 5 ACPI AML tables successfully acquired and loaded
[ 0.040629] Security Framework initialized
[ 0.040630] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.040636] AppArmor: AppArmor disabled by boot time parameter
[ 0.040905] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.041986] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.042475] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.042480] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.042809] CPU: Physical Processor ID: 0
[ 0.042810] CPU: Processor Core ID: 0
[ 0.042815] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.042816] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.042822] mce: CPU supports 8 MCE banks
[ 0.042835] CPU0: Thermal monitoring enabled (TM1)
[ 0.042857] process: using mwait in idle threads
[ 0.042860] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[ 0.042861] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.042862] Spectre V2 : Mitigation: Full generic retpoline
[ 0.042863] Spectre V2 : Filling RSB on context switch
[ 0.044632] Freeing SMP alternatives memory: 24K
[ 0.051593] ftrace: allocating 25236 entries in 99 pages
[ 0.086278] smpboot: Max logical packages: 1
[ 0.086282] DMAR: Host address width 39
[ 0.086284] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.086295] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.086296] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.086303] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.086304] DMAR: RMRR base: 0x000000cbb18000 end: 0x000000cbb37fff
[ 0.086306] DMAR: RMRR base: 0x000000cd800000 end: 0x000000cfffffff
[ 0.086307] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.086310] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.086311] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.086312] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.087860] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.087861] x2apic enabled
[ 0.087874] Switched APIC routing to cluster x2apic.
[ 0.092009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.131705] TSC deadline timer enabled
[ 0.131710] smpboot: CPU0: Intel(R) Celeron(R) CPU 3865U @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[ 0.131715] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.131766] ... version: 4
[ 0.131767] ... bit width: 48
[ 0.131768] ... generic registers: 8
[ 0.131769] ... value mask: 0000ffffffffffff
[ 0.131769] ... max period: 00007fffffffffff
[ 0.131770] ... fixed-purpose events: 3
[ 0.131771] ... event mask: 00000007000000ff
[ 0.132474] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.132601] x86: Booting SMP configuration:
[ 0.132603] .... node #0, CPUs: #1
[ 0.136731] x86: Booted up 1 node, 2 CPUs
[ 0.136733] smpboot: Total of 2 processors activated (7200.00 BogoMIPS)
[ 0.138571] devtmpfs: initialized
[ 0.138655] x86/mm: Memory block size: 128MB
[ 0.141818] PM: Registering ACPI NVS region [mem 0xc64f8000-0xc64f8fff] (4096 bytes)
[ 0.141820] PM: Registering ACPI NVS region [mem 0xcc304000-0xccadefff] (8237056 bytes)
[ 0.142070] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.142077] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.142118] pinctrl core: initialized pinctrl subsystem
[ 0.142258] NET: Registered protocol family 16
[ 0.156754] cpuidle: using governor ladder
[ 0.172774] cpuidle: using governor menu
[ 0.172846] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.172847] ACPI: bus type PCI registered
[ 0.172849] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.172930] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.172932] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[ 0.172943] PCI: Using configuration type 1 for base access
[ 0.189009] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[ 0.189010] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.189263] ACPI: Added _OSI(Module Device)
[ 0.189264] ACPI: Added _OSI(Processor Device)
[ 0.189265] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.189266] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.190596] ACPI: Executed 17 blocks of module-level executable AML code
[ 0.200220] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.229602] ACPI: Dynamic OEM Table Load:
[ 0.229610] ACPI: SSDT 0xFFFF8D6D691DB800 00058B (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 0.229877] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.229994] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 0.231196] ACPI: Dynamic OEM Table Load:
[ 0.231202] ACPI: SSDT 0xFFFF8D6D69269400 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
[ 0.231442] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.232074] ACPI: Dynamic OEM Table Load:
[ 0.232081] ACPI: SSDT 0xFFFF8D6D6924A000 00065C (v02 PmRef ApIst 00003000 INTL 20160422)
[ 0.232667] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.232917] ACPI: Dynamic OEM Table Load:
[ 0.232922] ACPI: SSDT 0xFFFF8D6D691DA800 00018A (v02 PmRef ApCst 00003000 INTL 20160422)
[ 0.233161] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.234138] ACPI : EC: EC started
[ 0.234139] ACPI : EC: interrupt blocked
[ 0.236449] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as first EC
[ 0.236451] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0xf, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.236453] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions
[ 0.236454] ACPI: Interpreter enabled
[ 0.236517] ACPI: (supports S0 S3 S4 S5)
[ 0.236518] ACPI: Using IOAPIC for interrupt routing
[ 0.236574] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.244392] ACPI: Power Resource [WRST] (off)
[ 0.257755] ACPI: Power Resource [FN00] (off)
[ 0.257862] ACPI: Power Resource [FN01] (off)
[ 0.259734] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[ 0.259741] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.259789] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.260736] PCI host bridge to bus 0000:00
[ 0.260739] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.260741] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.260743] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.260745] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xefffffff window]
[ 0.260746] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.260749] pci_bus 0000:00: root bus resource [bus 00-7e]
[ 0.260760] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[ 0.260936] pci 0000:00:02.0: [8086:5906] type 00 class 0x030000
[ 0.260949] pci 0000:00:02.0: reg 0x10: [mem 0xee000000-0xeeffffff 64bit]
[ 0.260958] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.260964] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.261219] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[ 0.261241] pci 0000:00:14.0: reg 0x10: [mem 0xef310000-0xef31ffff 64bit]
[ 0.261325] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.261625] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[ 0.261647] pci 0000:00:14.2: reg 0x10: [mem 0xef32f000-0xef32ffff 64bit]
[ 0.261940] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[ 0.262149] pci 0000:00:15.0: reg 0x10: [mem 0xef32e000-0xef32efff 64bit]
[ 0.263105] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[ 0.263129] pci 0000:00:16.0: reg 0x10: [mem 0xef32d000-0xef32dfff 64bit]
[ 0.263215] pci 0000:00:16.0: PME# supported from D3hot
[ 0.263410] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[ 0.263428] pci 0000:00:17.0: reg 0x10: [mem 0xef328000-0xef329fff]
[ 0.263437] pci 0000:00:17.0: reg 0x14: [mem 0xef32c000-0xef32c0ff]
[ 0.263447] pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097]
[ 0.263456] pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083]
[ 0.263465] pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f]
[ 0.263475] pci 0000:00:17.0: reg 0x24: [mem 0xef32b000-0xef32b7ff]
[ 0.263525] pci 0000:00:17.0: PME# supported from D3hot
[ 0.263719] pci 0000:00:1c.0: [8086:9d14] type 01 class 0x060400
[ 0.263794] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.263969] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.264029] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[ 0.264103] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.264274] pci 0000:00:1c.5: System wakeup disabled by ACPI
[ 0.264340] pci 0000:00:1f.0: [8086:9d50] type 00 class 0x060100
[ 0.264624] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[ 0.264636] pci 0000:00:1f.2: reg 0x10: [mem 0xef324000-0xef327fff]
[ 0.264860] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[ 0.264885] pci 0000:00:1f.3: reg 0x10: [mem 0xef320000-0xef323fff 64bit]
[ 0.264918] pci 0000:00:1f.3: reg 0x20: [mem 0xef300000-0xef30ffff 64bit]
[ 0.264974] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.265211] pci 0000:00:1f.3: System wakeup disabled by ACPI
[ 0.265262] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[ 0.265311] pci 0000:00:1f.4: reg 0x10: [mem 0xef32a000-0xef32a0ff 64bit]
[ 0.265382] pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
[ 0.265729] pci 0000:01:00.0: [10ec:8136] type 00 class 0x020000
[ 0.265747] pci 0000:01:00.0: reg 0x10: [io 0xe000-0xe0ff]
[ 0.265771] pci 0000:01:00.0: reg 0x18: [mem 0xef200000-0xef200fff 64bit]
[ 0.265788] pci 0000:01:00.0: reg 0x20: [mem 0xe0000000-0xe0003fff 64bit pref]
[ 0.265887] pci 0000:01:00.0: supports D1 D2
[ 0.265889] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.265950] pci 0000:01:00.0: System wakeup disabled by ACPI
[ 0.276968] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.276972] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 0.276976] pci 0000:00:1c.0: bridge window [mem 0xef200000-0xef2fffff]
[ 0.276981] pci 0000:00:1c.0: bridge window [mem 0xe0000000-0xe00fffff 64bit pref]
[ 0.277338] pci 0000:02:00.0: [168c:0042] type 00 class 0x028000
[ 0.277566] pci 0000:02:00.0: reg 0x10: [mem 0xef000000-0xef1fffff 64bit]
[ 0.278812] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.279284] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.289286] pci 0000:00:1c.5: PCI bridge to [bus 02]
[ 0.289291] pci 0000:00:1c.5: bridge window [mem 0xef000000-0xef1fffff]
[ 0.292387] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.292458] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.292526] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.292593] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.292660] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.292727] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.292795] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.292863] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.293790] ACPI: Enabled 3 GPEs in block 00 to 7F
[ 0.293968] ACPI : EC: interrupt unblocked
[ 0.293981] ACPI : EC: event unblocked
[ 0.294592] ACPI : EC: 1 stale EC events cleared
[ 0.294634] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0xf, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.294636] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions and events
[ 0.294793] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.294795] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.294798] vgaarb: loaded
[ 0.294799] vgaarb: bridge control possible 0000:00:02.0
[ 0.294901] Registered efivars operations
[ 0.319922] PCI: Using ACPI for IRQ routing
[ 0.334145] PCI: pci_cache_line_size set to 64 bytes
[ 0.334519] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.334521] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.334523] e820: reserve RAM buffer [mem 0xc64f8000-0xc7ffffff]
[ 0.334524] e820: reserve RAM buffer [mem 0xcb686000-0xcbffffff]
[ 0.334525] e820: reserve RAM buffer [mem 0xcceff000-0xcfffffff]
[ 0.334526] e820: reserve RAM buffer [mem 0x12f000000-0x12fffffff]
[ 0.334781] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.334792] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.336839] clocksource: Switched to clocksource hpet
[ 0.344371] VFS: Disk quotas dquot_6.6.0
[ 0.344398] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.344495] pnp: PnP ACPI init
[ 0.344899] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.344902] system 00:00: [io 0xffff] has been reserved
[ 0.344904] system 00:00: [io 0xffff] has been reserved
[ 0.344906] system 00:00: [io 0xffff] has been reserved
[ 0.344910] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 0.344912] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.344916] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.345077] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.345131] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.345133] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.345172] pnp 00:03: Plug and Play ACPI device, IDs MSF0001 PNP0303 (active)
[ 0.345280] pnp 00:04: Plug and Play ACPI device, IDs ETD0b00 PNP0f13 PNP0f0e PNP0f03 (active)
[ 0.345599] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.345602] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.345604] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.345606] system 00:05: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.345608] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.345611] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.345613] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.345615] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.345617] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.345620] system 00:05: [mem 0xeffe0000-0xefffffff] has been reserved
[ 0.345623] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.345679] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.345682] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.345684] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.345686] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.345688] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.345690] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.345692] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.345695] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.346121] system 00:07: [io 0xff00-0xfffe] has been reserved
[ 0.346124] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.347660] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[ 0.347662] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[ 0.347665] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.348187] system 00:09: [io 0x0a00-0x0a07] has been reserved
[ 0.348190] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.348822] pnp: PnP ACPI: found 10 devices
[ 0.356786] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.356820] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.356823] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 0.356828] pci 0000:00:1c.0: bridge window [mem 0xef200000-0xef2fffff]
[ 0.356832] pci 0000:00:1c.0: bridge window [mem 0xe0000000-0xe00fffff 64bit pref]
[ 0.356856] pci 0000:00:1c.5: PCI bridge to [bus 02]
[ 0.356860] pci 0000:00:1c.5: bridge window [mem 0xef000000-0xef1fffff]
[ 0.356869] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.356871] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.356873] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.356875] pci_bus 0000:00: resource 7 [mem 0xd0000000-0xefffffff window]
[ 0.356876] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[ 0.356878] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.356880] pci_bus 0000:01: resource 1 [mem 0xef200000-0xef2fffff]
[ 0.356882] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe00fffff 64bit pref]
[ 0.356884] pci_bus 0000:02: resource 1 [mem 0xef000000-0xef1fffff]
[ 0.357067] NET: Registered protocol family 2
[ 0.357271] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.357341] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.357431] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.357454] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.357472] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.357531] NET: Registered protocol family 1
[ 0.357546] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.358080] PCI: CLS 64 bytes, default 64
[ 0.358145] Unpacking initramfs...
[ 0.809271] Freeing initrd memory: 18996K
[ 0.809333] DMAR: ACPI device "device:6b" under DMAR at fed91000 as 00:15.0
[ 0.809354] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.809357] software IO TLB [mem 0xc1b2e000-0xc5b2e000] (64MB) mapped at [ffff8d6d01b2e000-ffff8d6d05b2dfff]
[ 0.809745] audit: initializing netlink subsys (disabled)
[ 0.809763] audit: type=2000 audit(1525566558.796:1): initialized
[ 0.810330] workingset: timestamp_bits=40 max_order=20 bucket_order=0
[ 0.810360] zbud: loaded
[ 0.811577] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.811620] io scheduler noop registered
[ 0.811621] io scheduler deadline registered
[ 0.811635] io scheduler cfq registered (default)
[ 0.812136] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.812142] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.812160] efifb: probing for efifb
[ 0.812175] efifb: framebuffer at 0xd0000000, using 8128k, total 8128k
[ 0.812177] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 0.812177] efifb: scrolling: redraw
[ 0.812179] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.817903] Console: switching to colour frame buffer device 240x67
[ 0.823430] fb0: EFI VGA frame buffer device
[ 0.823439] intel_idle: MWAIT substates: 0x11142120
[ 0.823440] intel_idle: v0.4.1 model 0x8E
[ 0.823582] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.823702] GHES: HEST is not enabled!
[ 0.823765] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.824505] Linux agpgart interface v0.103
[ 0.824607] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 0.824607] AMD IOMMUv2 functionality not available on this system
[ 0.824896] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 0.831147] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.831152] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.831474] mousedev: PS/2 mouse device common for all mice
[ 0.832048] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 0.832135] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.832145] intel_pstate: Intel P-state driver initializing
[ 0.832286] intel_pstate: HWP enabled
[ 0.832402] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.833067] NET: Registered protocol family 10
[ 0.833364] mip6: Mobile IPv6
[ 0.833365] NET: Registered protocol family 17
[ 0.833368] mpls_gso: MPLS GSO support
[ 0.833627] microcode: sig=0x806e9, pf=0x80, revision=0x62
[ 0.833678] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.833879] registered taskstats version 1
[ 0.833893] zswap: loaded using pool lzo/zbud
[ 0.834041] ima: No TPM chip found, activating TPM-bypass!
[ 0.835378] rtc_cmos 00:01: setting system clock to 2018-05-06 00:29:19 UTC (1525566559)
[ 0.835451] PM: Hibernation image not present or could not be loaded.
[ 0.836762] Freeing unused kernel memory: 1416K
[ 0.836764] Write protecting the kernel read-only data: 12288k
[ 0.837429] Freeing unused kernel memory: 1940K
[ 0.840212] Freeing unused kernel memory: 1228K
[ 0.843293] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.845830] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.863873] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 0.863967] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 0.863978] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 0.864983] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.865017] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.866223] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.866288] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.866303] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.866374] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.866740] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.921900] ACPI: bus type USB registered
[ 0.921926] usbcore: registered new interface driver usbfs
[ 0.921936] usbcore: registered new interface driver hub
[ 0.921955] usbcore: registered new device driver usb
[ 0.922418] SCSI subsystem initialized
[ 0.923632] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.923639] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 0.924743] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[ 0.924749] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.924906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.924908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.924910] usb usb1: Product: xHCI Host Controller
[ 0.924911] usb usb1: Manufacturer: Linux 4.9.0-6-amd64 xhci-hcd
[ 0.924913] usb usb1: SerialNumber: 0000:00:14.0
[ 0.925064] hub 1-0:1.0: USB hub found
[ 0.925080] hub 1-0:1.0: 12 ports detected
[ 0.926418] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.926423] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 0.926465] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.926467] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.926468] usb usb2: Product: xHCI Host Controller
[ 0.926470] usb usb2: Manufacturer: Linux 4.9.0-6-amd64 xhci-hcd
[ 0.926471] usb usb2: SerialNumber: 0000:00:14.0
[ 0.926638] hub 2-0:1.0: USB hub found
[ 0.926649] hub 2-0:1.0: 4 ports detected
[ 0.929021] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 0.929070] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 0.931528] libata version 3.00 loaded.
[ 0.931640] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 0.931649] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 0.931658] r8169 0000:01:00.0: enabling device (0000 -> 0003)
[ 0.932155] r8169 0000:01:00.0 eth0: RTL8106e at 0xffffa20cc065a000, 98:83:89:76:3b:ec, XID 04900000 IRQ 275
[ 0.933689] ACPI: Invalid active2 threshold
[ 0.934592] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.934594] ACPI: Thermal Zone [TZ00] (34 C)
[ 0.935996] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.935998] ACPI: Thermal Zone [TZ01] (34 C)
[ 0.936267] ahci 0000:00:17.0: version 3.0
[ 0.936528] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 0.936532] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
[ 0.937059] scsi host0: ahci
[ 0.937180] scsi host1: ahci
[ 0.937239] ata1: SATA max UDMA/133 abar m2048@0xef32b000 port 0xef32b100 irq 276
[ 0.937242] ata2: SATA max UDMA/133 abar m2048@0xef32b000 port 0xef32b180 irq 276
[ 0.944590] SSE version of gcm_enc/dec engaged.
[ 0.970505] r8169 0000:01:00.0 enp1s0: renamed from eth0
[ 1.253118] usb 1-5: new full-speed USB device number 2 using xhci_hcd
[ 1.259733] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.259769] ata2: SATA link down (SStatus 4 SControl 300)
[ 1.321639] ata1.00: ATA-8: TOSHIBA MQ01ABF050, AM003F, max UDMA/100
[ 1.321644] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.323733] ata1.00: configured for UDMA/100
[ 1.324277] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MQ01ABF0 3F PQ: 0 ANSI: 5
[ 1.360914] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 1.360919] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.361009] sd 0:0:0:0: [sda] Write Protect is off
[ 1.361013] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.361048] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.394598] usb 1-5: New USB device found, idVendor=0cf3, idProduct=e500
[ 1.394602] usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.478557] sda: sda1 sda2 sda3
[ 1.479557] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.492550] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4d4f00)
[ 1.504964] psmouse serio1: elantech: Synaptics capabilities query result 0x10, 0x15, 0x0b.
[ 1.512937] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[ 1.517597] psmouse serio1: elantech: Elan sample query result 00, 12, 86
[ 1.555167] random: fast init done
[ 1.584093] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input2
[ 1.708354] usb 1-6: New USB device found, idVendor=2232, idProduct=1080
[ 1.708358] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1.708361] usb 1-6: Product: Web Camera
[ 1.708364] usb 1-6: Manufacturer: Generic
[ 1.708367] usb 1-6: SerialNumber: 200901010001
[ 1.836943] tsc: Refined TSC clocksource calibration: 1799.999 MHz
[ 1.836956] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19f228ab7a2, max_idle_ns: 440795289252 ns
[ 2.094515] PM: Starting manual resume from disk
[ 2.094520] PM: Hibernation image partition 8:3 present
[ 2.094522] PM: Looking for hibernation image.
[ 2.094844] PM: Image not found (code -22)
[ 2.094846] PM: Hibernation image not present or could not be loaded.
[ 2.480657] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.861411] clocksource: Switched to clocksource tsc
[ 3.871199] random: crng init done
[ 4.053377] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 4.359335] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 4.359675] systemd[1]: Detected architecture x86-64.
[ 4.380082] systemd[1]: Set hostname to <debianpc>.
[ 5.652499] systemd[1]: [/lib/systemd/system/postgresql-10.service:12] Unknown lvalue 'PIDFILE' in section 'Service'
[ 5.734355] systemd[1]: [/lib/systemd/system/postgresql-9.6.service:12] Unknown lvalue 'PIDFILE' in section 'Service'
[ 6.014256] systemd[1]: rsync.service: Cannot add dependency job, ignoring: Unit rsync.service is masked.
[ 6.016386] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 6.016489] systemd[1]: Reached target User and Group Name Lookups.
[ 6.016593] systemd[1]: Listening on Syslog Socket.
[ 6.016667] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.578985] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 6.805740] lp: driver loaded but no devices found
[ 6.835480] systemd-journald[199]: Received request to flush runtime journal from PID 1
[ 6.986041] ppdev: user-space parallel port driver
[ 9.969625] ACPI: AC Adapter [ADP1] (on-line)
[ 9.994406] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
[ 9.994494] ACPI: Lid Switch [LID0]
[ 9.994604] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[ 9.994611] ACPI: Power Button [PWRB]
[ 9.994716] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 9.994721] ACPI: Power Button [PWRF]
[ 9.995392] tpm_crb MSFT0101:00: can't request region for resource [mem 0xfed40080-0xfed40fff]
[ 9.995495] tpm_crb: probe of MSFT0101:00 failed with error -16
[ 10.029308] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 10.066597] wmi: Mapper loaded
[ 10.121674] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 10.168956] iTCO_vendor_support: vendor-support=0
[ 10.169454] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 10.169604] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 10.169729] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 10.192798] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 10.236310] ACPI: Battery Slot [BAT1] (battery present)
[ 10.242116] EFI Variables Facility v0.08 2004-May-17
[ 10.275385] pstore: using zlib compression
[ 10.275405] pstore: Registered efi as persistent store backend
[ 10.326798] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 10.382874] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 10.526135] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 10.758090] [drm] Initialized
[ 11.452185] [drm] Memory usable by graphics device = 4096M
[ 11.452191] checking generic (d0000000 7f0000) vs hw (d0000000 10000000)
[ 11.452194] fb: switching to inteldrmfb from EFI VGA
[ 11.452273] Console: switching to colour dummy device 80x25
[ 11.452463] [drm] Replacing VGA console driver
[ 11.458730] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 11.458732] [drm] Driver supports precise vblank timestamp query.
[ 11.461725] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 11.468426] [drm] GuC firmware load skipped
[ 11.484768] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 11.485613] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[ 11.485822] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 0
[ 11.487271] fbcon: inteldrmfb (fb0) is primary device
[ 11.494090] i915 0000:00:02.0: firmware: direct-loading firmware i915/kbl_dmc_ver1_01.bin
[ 11.495050] [drm] Finished loading i915/kbl_dmc_ver1_01.bin (v1.1)
[ 11.600861] intel_rapl: Found RAPL domain package
[ 11.600864] intel_rapl: Found RAPL domain core
[ 11.600866] intel_rapl: Found RAPL domain uncore
[ 11.600869] intel_rapl: Found RAPL domain dram
[ 11.712295] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 11.808137] ath10k_pci 0000:02:00.0: enabling device (0000 -> 0002)
[ 11.811086] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 12.106559] ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:02:00.0.bin (-2)
[ 12.106563] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:02:00.0.bin failed with error -2
[ 12.106596] ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/cal-pci-0000:02:00.0.bin (-2)
[ 12.106600] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2
[ 12.153929] ath10k_pci 0000:02:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/firmware-5.bin
[ 12.153944] ath10k_pci 0000:02:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 144d:4133
[ 12.153950] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[ 12.155303] ath10k_pci 0000:02:00.0: firmware ver WLAN.TF.1.0-00267-1 api 5 features ignore-otp crc32 79cea2c7
[ 12.216848] ath10k_pci 0000:02:00.0: board id is not exist in otp, ignore it
[ 12.232459] ath10k_pci 0000:02:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/board-2.bin
[ 12.233335] ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 93da0176
[ 12.419677] Bluetooth: Core ver 2.22
[ 12.419694] NET: Registered protocol family 31
[ 12.419695] Bluetooth: HCI device and connection manager initialized
[ 12.419879] Bluetooth: HCI socket layer initialized
[ 12.419882] Bluetooth: L2CAP socket layer initialized
[ 12.419891] Bluetooth: SCO socket layer initialized
[ 12.451586] usbcore: registered new interface driver btusb
[ 12.602003] media: Linux media interface: v0.10
[ 12.605222] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 12.621824] Console: switching to colour frame buffer device 240x67
[ 12.643765] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 12.677767] Linux video capture interface: v2.00
[ 12.845376] [drm] RC6 on
[ 12.895807] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 12.895810] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 12.895813] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 12.895814] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 12.895815] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 12.895817] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
[ 12.895819] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 13.331712] uvcvideo: Found UVC 1.00 device Web Camera (2232:1080)
[ 13.337616] uvcvideo 1-6:1.0: Entity type for entity Extension 7 was not initialized!
[ 13.337620] uvcvideo 1-6:1.0: Entity type for entity Processing 2 was not initialized!
[ 13.337622] uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
[ 13.337624] uvcvideo 1-6:1.0: Entity type for entity Extension 4 was not initialized!
[ 13.337824] input: Web Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input10
[ 13.338081] usbcore: registered new interface driver uvcvideo
[ 13.338082] USB Video Class driver (1.1.1)
[ 13.376056] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[ 13.376125] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[ 13.376859] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 13.379001] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 13.380449] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 13.755018] Adding 4101116k swap on /dev/sda3. Priority:-1 extents:1 across:4101116k FS
[ 14.013501] ath10k_pci 0000:02:00.0: htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 14.015303] ath: EEPROM regdomain: 0x6c
[ 14.015304] ath: EEPROM indicates we should expect a direct regpair map
[ 14.015306] ath: Country alpha2 being used: 00
[ 14.015306] ath: Regpair used: 0x6c
[ 14.098410] ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
[ 15.288963] usb 1-1: new high-speed USB device number 4 using xhci_hcd
[ 15.430329] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[ 15.430334] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 15.430337] usb 1-1: Product: USB2.0 Hub
[ 15.431862] hub 1-1:1.0: USB hub found
[ 15.432106] hub 1-1:1.0: 4 ports detected
[ 20.943436] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 20.943439] Bluetooth: BNEP filters: protocol multicast
[ 20.943445] Bluetooth: BNEP socket layer initialized
[ 23.583421] vboxdrv: loading out-of-tree module taints kernel.
[ 23.584307] vboxdrv: disagrees about version of symbol cpu_tlbstate
[ 23.584312] vboxdrv: Unknown symbol cpu_tlbstate (err -22)
[ 27.064672] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[ 27.126938] r8169 0000:01:00.0: firmware: direct-loading firmware rtl_nic/rtl8106e-1.fw
[ 27.314108] r8169 0000:01:00.0 enp1s0: link down
[ 27.314172] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[ 27.582006] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 29.511285] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 31.443690] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 35.246169] ath10k_pci 0000:02:00.0: no channel configured; ignoring frame(s)!
[ 35.308815] ath10k_pci 0000:02:00.0: no channel configured; ignoring frame(s)!
[ 35.381009] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 41.296952] usb 1-1.1: new low-speed USB device number 5 using xhci_hcd
[ 41.400579] usb 1-1.1: New USB device found, idVendor=275d, idProduct=0ba6
[ 41.400585] usb 1-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 41.400589] usb 1-1.1: Product: USB OPTICAL MOUSE
[ 41.562821] hidraw: raw HID events driver (C) Jiri Kosina
[ 41.575267] usbcore: registered new interface driver usbhid
[ 41.575269] usbhid: USB HID core driver
[ 41.615997] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:275D:0BA6.0001/input/input14
[ 41.617044] hid-generic 0003:275D:0BA6.0001: input,hidraw0: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:14.0-1.1/input0
[ 59.548833] usb 1-1.2: new low-speed USB device number 6 using xhci_hcd
[ 59.660670] usb 1-1.2: New USB device found, idVendor=2a7a, idProduct=9a18
[ 59.660673] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 59.660675] usb 1-1.2: Product: CASUE USB Keyboard
[ 59.660676] usb 1-1.2: Manufacturer: CASUE
[ 59.668775] input: CASUE CASUE USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:2A7A:9A18.0002/input/input15
[ 59.725975] hid-generic 0003:2A7A:9A18.0002: input,hidraw1: USB HID v1.10 Keyboard [CASUE CASUE USB Keyboard] on usb-0000:00:14.0-1.2/input0
[ 59.733234] input: CASUE CASUE USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:2A7A:9A18.0003/input/input16
[ 59.793100] hid-generic 0003:2A7A:9A18.0003: input,hidraw2: USB HID v1.10 Device [CASUE CASUE USB Keyboard] on usb-0000:00:14.0-1.2/input1
[ 71.838102] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 71.851267] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 71.857538] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 72.387829] ath10k_pci 0000:02:00.0: no channel configured; ignoring frame(s)!
[ 89.595549] fuse init (API version 7.26)
[ 93.658913] Bluetooth: RFCOMM TTY layer initialized
[ 93.658920] Bluetooth: RFCOMM socket layer initialized
[ 93.658925] Bluetooth: RFCOMM ver 1.11
[ 103.080190] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 110.259618] wlp2s0: authenticate with 00:1a:3f:1a:c8:2c
[ 110.292233] wlp2s0: send auth to 00:1a:3f:1a:c8:2c (try 1/3)
[ 110.294304] wlp2s0: authenticated
[ 110.296806] wlp2s0: associate with 00:1a:3f:1a:c8:2c (try 1/3)
[ 110.300183] wlp2s0: RX AssocResp from 00:1a:3f:1a:c8:2c (capab=0x411 status=0 aid=6)
[ 110.302408] wlp2s0: associated
[ 110.578549] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[ 191.795929] vboxdrv: disagrees about version of symbol cpu_tlbstate
[ 191.795932] vboxdrv: Unknown symbol cpu_tlbstate (err -22)
[ 256.608638] systemd: 26 output lines suppressed due to ratelimiting
[ 321.661456] vboxdrv: disagrees about version of symbol cpu_tlbstate
[ 321.661459] vboxdrv: Unknown symbol cpu_tlbstate (err -22)
[ 390.844736] vboxdrv: disagrees about version of symbol cpu_tlbstate
[ 390.844739] vboxdrv: Unknown symbol cpu_tlbstate (err -22)


Negrito e italico as mensagens de erro que aparecem em vermelho, as duas ultimas sao relacionadas a placa de rede wifi

AT
PAULO




8. <<RESOLVIDO>>

PAULO ROBERTO NOGUEIRA
PNAGI

(usa Fedora)

Enviado em 10/05/2018 - 08:19h

Resolvido reinstalando as placas de redes...reinstalando o virtual box em seguida.

Obrigado a todos
att

PAULO ROBERTO NOGUEIRA






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts