Comando Make não faz nada

1. Comando Make não faz nada

Douglas Jovenil Castilhos dos Santos
Schnapps

(usa Debian)

Enviado em 02/08/2017 - 00:35h

Boa noite pessoal
Estou com um problema em relação ao positivo stilo one xc3570, esse é o note que meu pai comprou a um tempo atrás porém ele é muito fraco e estava com o windows 10 (que por sinal demorava meia hora pra executar qualquer tarefa), então eu disse q ia formatar e botar uma versão do Linux (Mint XFCE) mais leve, porém esse note maravilhoso não possui placa de rede, ele tem o adaptador rtl8723bs, porém como não consigo acessar a internet eu tentei instalar o driver q se encontra nesse link

Ele driver possui um Arquivo Makefile, porém quando eu uso o make no computador não acontece simplesmente nada, vou mandar umas imagens para vocês verem



Esses comandos foram executados no meu computador porém no computador que está com problema acontece exatamente a mesma coisa, ou seja, nada. Tambem existe um vídeo de um cara ensinando a instalar esse driver, quando ele usa o make acontece alguma coisa, diferente do meu caso, video segue abaixo

E o conteúdo do arquivo Makefile é o seguinte
	@mkdir -p /lib/firmware/rtlwifi/
@cp -n rtl8723bs_nic.bin /lib/firmware/rtlwifi/rtl8723bs_nic.bin
@cp -n rtl8723bs_wowlan.bin /lib/firmware/rtlwifi/rtl8723bs_wowlan.bin

Então se alguém tiver alguma ideia de o porque do make não estar fazendo nd, fico agradecido


  


2. Re: Comando Make não faz nada

Slackjeff
slackjeff

(usa Slackware)

Enviado em 02/08/2017 - 01:46h

Rode:
Vamos começar pelo basico:

./configure

Se você deseja somente rodar o make
# Make -f /diretório/Makefile

Se der erro, post a saida...


Meu Site/LinuxCast:
https://slackjeff.github.io:








3. Re: Comando Make não faz nada

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 02/08/2017 - 01:48h

Schnapps escreveu:
Então se alguém tiver alguma ideia de o porque do make não estar fazendo nd, fico agradecido


velho .. a principio a unica coisa que eu percebi de diferente foi que vc deu o 'make' como root e os kras dão o comando como usuário comum ... não sei se isso muda alguma coisa

https://forums.linuxmint.com/viewtopic.php?t=223722

------------------------------------------| Linux User #621728 |-----------------------------------------

" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"

------------------------------------------| Linux User #621728 |-----------------------------------------



4. Re: Comando Make não faz nada

Douglas Jovenil Castilhos dos Santos
Schnapps

(usa Debian)

Enviado em 02/08/2017 - 02:10h

slackjeff escreveu:

Rode:
Vamos começar pelo basico:

./configure

Se você deseja somente rodar o make
# Make -f /diretório/Makefile

Se der erro, post a saida...


Meu Site/LinuxCast:
https://slackjeff.github.io:







Então, o arquivo configure não existe na pasta, no print eu mandei o ls e os arquivos são os que estão lá, eu usei o make ./Makefile e resultou em nothing to be done for 'Makefile', e usando make -f ./Makefile, não resultou em nada, ou seja, está como no print em que mandei, aonde eu uso o make e não acontece absolutamente nada


5. Re: Comando Make não faz nada

Douglas Jovenil Castilhos dos Santos
Schnapps

(usa Debian)

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

Mauriciodez escreveu:

Schnapps escreveu:
Então se alguém tiver alguma ideia de o porque do make não estar fazendo nd, fico agradecido


velho .. a principio a unica coisa que eu percebi de diferente foi que vc deu o 'make' como root e os kras dão o comando como usuário comum ... não sei se isso muda alguma coisa

https://forums.linuxmint.com/viewtopic.php?t=223722

------------------------------------------| Linux User #621728 |-----------------------------------------

" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"

------------------------------------------| Linux User #621728 |-----------------------------------------


Tentei usar como usuário comum e não mudou nada


6. Re: Comando Make não faz nada

Douglas Jovenil Castilhos dos Santos
Schnapps

(usa Debian)

Enviado em 02/08/2017 - 02:15h

Só pra complementar, o arquivo chamado bora é o arquivo convert_firmware.c compilado


7. Re: Comando Make não faz nada

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 02/08/2017 - 03:25h

v se rodando esse script vc consegue

https://github.com/burzumishi/linux-baytrail-flexx10/tree/master/wifi



------------------------------------------| Linux User #621728 |-----------------------------------------

" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"

------------------------------------------| Linux User #621728 |-----------------------------------------



8. Re: Comando Make não faz nada

Douglas Jovenil Castilhos dos Santos
Schnapps

(usa Debian)

Enviado em 03/08/2017 - 05:34h

Mauriciodez escreveu:

v se rodando esse script vc consegue

https://github.com/burzumishi/linux-baytrail-flexx10/tree/master/wifi



------------------------------------------| Linux User #621728 |-----------------------------------------

" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"

------------------------------------------| Linux User #621728 |-----------------------------------------


Basicamente eu já tinha feito manualmente o que esta nesse script, porém rodei igual, resultado foi o mesmo, que é:
alceu-pc 4 # ./install.sh 
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
build-essential is already the newest version (12.1ubuntu2).
git is already the newest version (1:2.7.4-0ubuntu1.1).
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.
Cloning into 'rtl8723bs'...
remote: Counting objects: 8154, done.
remote: Total 8154 (delta 0), reused 0 (delta 0), pack-reused 8154
Receiving objects: 100% (8154/8154), 6.88 MiB | 473.00 KiB/s, done.
Resolving deltas: 100% (6557/6557), done.
Checking connectivity... done.
modprobe: FATAL: Module r8723bs not found in directory /lib/modules/4.9.0-0.bpo.3-amd64



9. Re: Comando Make não faz nada

Douglas Jovenil Castilhos dos Santos
Schnapps

(usa Debian)

Enviado em 03/08/2017 - 05:38h

Algumas informações que poder ser úteis

alceu-pc 4 # inxi -Fxz
System: Host: alceu-pc Kernel: 4.9.0-0.bpo.3-amd64 x86_64 (64 bit gcc: 4.9.2)
Desktop: Cinnamon 3.0.7 (Gtk 3.18.9-1ubuntu3.3) Distro: Linux Mint 18 Sarah
Machine: Mobo: Positivo Informatica SA model: S14CT01
Bios: American Megatrends v: 1.0D.X x64 s date: 07/11/2017
CPU: Quad core Intel Atom x5-Z8300 (-MCP-) cache: 1024 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 11520
clock speeds: max: 1840 MHz 1: 1143 MHz 2: 1169 MHz 3: 479 MHz 4: 541 MHz
Graphics: Card: Intel Device 22b0 bus-ID: 00:02.0
Display Server: X.org 1.18.4 drivers: intel (unloaded: fbdev,vesa)
tty size: 168x45 Advanced Data: N/A for root
Audio: Card Failed to Detect Sound Card! Sound: ALSA v: k4.9.0-0.bpo.3-amd64
Network: Card: Failed to Detect Network Card!
Drives: HDD Total Size: NA (-) ID-1: /dev/mmcblk0 model: N/A size: 30.6GB
Partition: ID-1: / size: 26G used: 7.2G (30%) fs: ext4 dev: /dev/mmcblk0p2
ID-2: swap-1 size: 1.98GB used: 0.01GB (0%) fs: swap dev: /dev/mmcblk0p3
Sensors: System Temperatures: cpu: 46.0C mobo: N/A
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 188 Uptime: 13 min Memory: 1034.7/1850.1MB Init: systemd runlevel: 5 Gcc sys: 5.4.0
Client: Shell (bash 4.3.481) inxi: 2.2.35




10. Re: Comando Make não faz nada

Douglas Jovenil Castilhos dos Santos
Schnapps

(usa Debian)

Enviado em 03/08/2017 - 05:51h

Comando dmesg:
alceu-pc alceu # dmesg
[ 0.000000] Linux version 4.9.0-0.bpo.3-amd64 (debian-kernel@lists.debian.org) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Debian 4.9.30-2+deb9u2~bpo8+1 (2017-06-27)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-0.bpo.3-amd64 root=UUID=f6f88ed5-7fdf-448a-9f6c-83ec9de2c109 ro quiet splash vt.handoff=7
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000001f000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x00000000770e5fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000770e6000-0x0000000077115fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000077116000-0x0000000077148fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000077149000-0x0000000077744fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000077745000-0x0000000077a14fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000077a15000-0x0000000077a6efff] type 20
[ 0.000000] BIOS-e820: [mem 0x0000000077a6f000-0x0000000077ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.40 by American Megatrends
[ 0.000000] efi: ESRT=0x77114000 ACPI=0x77121000 ACPI 2.0=0x77121000 SMBIOS=0x77906000 SMBIOS 3.0=0x77905000
[ 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 = 0x78000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 07C000000 mask FFC000000 uncachable
[ 0.000000] 2 base 07B000000 mask FFF000000 uncachable
[ 0.000000] 3 base 07A800000 mask FFF800000 uncachable
[ 0.000000] 4 base 07A400000 mask FFFC00000 uncachable
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] efi: requested map not found.
[ 0.000000] esrt: ESRT header is not in the memory map.
[ 0.000000] Base memory trampoline at [ffff976080098000] 98000 size 24576
[ 0.000000] BRK [0x07743000, 0x07743fff] PGTABLE
[ 0.000000] BRK [0x07744000, 0x07744fff] PGTABLE
[ 0.000000] BRK [0x07745000, 0x07745fff] PGTABLE
[ 0.000000] BRK [0x07746000, 0x07746fff] PGTABLE
[ 0.000000] BRK [0x07747000, 0x07747fff] PGTABLE
[ 0.000000] BRK [0x07748000, 0x07748fff] PGTABLE
[ 0.000000] BRK [0x07749000, 0x07749fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x330ec000-0x3586dfff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x0000000077121000 000024 (v02 POSITI)
[ 0.000000] ACPI: XSDT 0x00000000771210A8 0000D4 (v01 POSITI ABACAXIS 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x0000000077143028 00010C (v05 POSITI ABACAXIS 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x0000000077121210 021E14 (v02 XCT000 XCT00000 01072009 INTL 20120913)
[ 0.000000] ACPI: FACS 0x0000000077744F80 000040
[ 0.000000] ACPI: APIC 0x0000000077143138 000084 (v03 POSITI ABACAXIS 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000771431C0 000044 (v01 POSITI ABACAXIS 01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x0000000077143208 00009C (v01 POSITI ABACAXIS 01072009 AMI 00010013)
[ 0.000000] ACPI: MSDM 0x00000000771432A8 000055 (v03 POSITI ABACAXIS 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x0000000077143300 00003C (v01 POSITI ABACAXIS 01072009 MSFT 00000097)
[ 0.000000] ACPI: SSDT 0x0000000077143340 0040F5 (v01 DptfTb DptfTab 00001000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x0000000077147438 000665 (v01 CpuDpf CpuDptf 00001000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x0000000077147AA0 000058 (v01 LowPM LowPwrM 00001000 INTL 20120913)
[ 0.000000] ACPI: UEFI 0x0000000077147AF8 000042 (v01 POSITI ABACAXIS 00000000 00000000)
[ 0.000000] ACPI: SSDT 0x0000000077147B40 000269 (v01 UsbCTb UsbCTab 00001000 INTL 20120913)
[ 0.000000] ACPI: HPET 0x0000000077147DB0 000038 (v01 POSITI ABACAXIS 01072009 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x0000000077147DE8 000763 (v01 PmRef CpuPm 00003000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x0000000077148550 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x00000000771487E0 00017A (v01 PmRef ApTst 00003000 INTL 20120913)
[ 0.000000] ACPI: LPIT 0x0000000077148960 000104 (v01 POSITI ABACAXIS 00000005 MSFT 0100000D)
[ 0.000000] ACPI: BCFG 0x0000000077148A68 000139 (v01 INTEL BATTCONF 00000001 INTL 00000000)
[ 0.000000] ACPI: PRAM 0x0000000077148BA8 000030 (v01 00000001 00000000)
[ 0.000000] ACPI: BGRT 0x0000000077148BD8 000038 (v01 POSITI ABACAXIS 01072009 AMI 00010013)
[ 0.000000] ACPI: TPM2 0x0000000077148C10 000034 (v03 Tpm2Tabl 00000001 AMI 00000000)
[ 0.000000] ACPI: CSRT 0x0000000077148C48 00014C (v00 INTEL LANFORDC 00000005 MSFT 0100000D)
[ 0.000000] ACPI: WDAT 0x0000000077148D98 000104 (v01 00000000 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000077ffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x76e62000-0x76e66fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000077ffffff]
[ 0.000000] Normal empty
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000008efff]
[ 0.000000] node 0: [mem 0x0000000000090000-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001effffff]
[ 0.000000] node 0: [mem 0x0000000020200000-0x00000000770e5fff]
[ 0.000000] node 0: [mem 0x0000000077a6f000-0x0000000077ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000077ffffff]
[ 0.000000] On node 0 totalpages: 484371
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 22 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 7616 pages used for memmap
[ 0.000000] DMA32 zone: 480375 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics memory at 0x000000007ad00000-0x000000007ecfffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 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] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[ 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 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x1f000000-0x201fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x770e6000-0x77115fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x77116000-0x77148fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x77149000-0x77744fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x77745000-0x77a14fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x77a15000-0x77a6efff]
[ 0.000000] e820: [mem 0x7ed00000-0xdfffffff] 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 35 pages/cpu @ffff9760f6c00000 s104920 r8192 d30248 u524288
[ 0.000000] pcpu-alloc: s104920 r8192 d30248 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: 476669
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-0.bpo.3-amd64 root=UUID=f6f88ed5-7fdf-448a-9f6c-83ec9de2c109 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: 1802452K/1937484K available (6193K kernel code, 1207K rwdata, 2868K rodata, 1400K init, 696K bss, 135032K reserved, 0K cma-reserved)
[ 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:1024 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: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 1440.000 MHz processor
[ 0.000043] Calibrating delay loop (skipped), value calculated using timer frequency.. 2880.00 BogoMIPS (lpj=5760000)
[ 0.000049] pid_max: default: 32768 minimum: 301
[ 0.000098] ACPI: Core revision 20160831
[ 0.061791] ACPI: 8 ACPI AML tables successfully acquired and loaded
[ 0.062714] Security Framework initialized
[ 0.062718] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.062731] AppArmor: AppArmor disabled by boot time parameter
[ 0.063047] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.064376] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.064981] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.064991] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.065655] CPU: Physical Processor ID: 0
[ 0.065658] CPU: Processor Core ID: 0
[ 0.065664] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.065665] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.065677] mce: CPU supports 6 MCE banks
[ 0.065689] CPU0: Thermal monitoring enabled (TM1)
[ 0.065697] process: using mwait in idle threads
[ 0.065705] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[ 0.065708] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[ 0.066185] Freeing SMP alternatives memory: 24K (ffffffffa348d000 - ffffffffa3493000)
[ 0.074132] ftrace: allocating 25241 entries in 99 pages
[ 0.095827] smpboot: Max logical packages: 1
[ 0.097553] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.137254] TSC deadline timer enabled
[ 0.137263] smpboot: CPU0: Intel(R) Atom(TM) x5-Z8300 CPU @ 1.44GHz (family: 0x6, model: 0x4c, stepping: 0x3)
[ 0.137272] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[ 0.137309] ... version: 3
[ 0.137312] ... bit width: 40
[ 0.137313] ... generic registers: 2
[ 0.137315] ... value mask: 000000ffffffffff
[ 0.137316] ... max period: 0000007fffffffff
[ 0.137317] ... fixed-purpose events: 3
[ 0.137319] ... event mask: 0000000700000003
[ 0.139045] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.139493] x86: Booting SMP configuration:
[ 0.139497] .... node #0, CPUs: #1 #2 #3
[ 0.379717] x86: Booted up 1 node, 4 CPUs
[ 0.379722] smpboot: Total of 4 processors activated (11527.94 BogoMIPS)
[ 0.381202] devtmpfs: initialized
[ 0.381401] x86/mm: Memory block size: 128MB
[ 0.390569] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[ 0.390573] PM: Registering ACPI NVS region [mem 0x77149000-0x77744fff] (6275072 bytes)
[ 0.391183] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.391206] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.391339] pinctrl core: initialized pinctrl subsystem
[ 0.391713] NET: Registered protocol family 16
[ 0.405542] cpuidle: using governor ladder
[ 0.417558] cpuidle: using governor menu
[ 0.417637] ACPI: bus type PCI registered
[ 0.417640] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.417840] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.417847] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.417851] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
[ 0.417874] PCI: Using configuration type 1 for base access
[ 0.433986] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.434750] ACPI: Added _OSI(Module Device)
[ 0.434753] ACPI: Added _OSI(Processor Device)
[ 0.434754] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.434756] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.480279] ACPI: Dynamic OEM Table Load:
[ 0.480298] ACPI: SSDT 0xFFFF9760F40A5800 00057B (v01 PmRef Cpu0Ist 00003000 INTL 20120913)
[ 0.481079] ACPI: Dynamic OEM Table Load:
[ 0.481091] ACPI: SSDT 0xFFFF9760F640CC00 0003A5 (v01 PmRef Cpu0Cst 00003001 INTL 20120913)
[ 0.482464] ACPI: Dynamic OEM Table Load:
[ 0.482476] ACPI: SSDT 0xFFFF9760F6400C00 00015F (v01 PmRef ApIst 00003000 INTL 20120913)
[ 0.483141] ACPI: Dynamic OEM Table Load:
[ 0.483151] ACPI: SSDT 0xFFFF9760F1BFFB40 00008D (v01 PmRef ApCst 00003000 INTL 20120913)
[ 0.489471] ACPI: Interpreter enabled
[ 0.489526] ACPI: (supports S0 S4 S5)
[ 0.489529] ACPI: Using IOAPIC for interrupt routing
[ 0.489623] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.491012] ACPI: Power Resource [P06X] (off)
[ 0.493737] ACPI: Power Resource [ID3C] (on)
[ 0.497200] ACPI: Power Resource [USBC] (on)
[ 0.498704] ACPI: Power Resource [WWPR] (off)
[ 0.499661] ACPI: Power Resource [WWPR] (off)
[ 0.501503] ACPI: Power Resource [WWPR] (off)
[ 0.502455] ACPI: Power Resource [WWPR] (off)
[ 0.503417] ACPI: Power Resource [WWPR] (off)
[ 0.504452] ACPI: Power Resource [WWPR] (off)
[ 0.524884] ACPI: Power Resource [CLK3] (on)
[ 0.525022] ACPI: Power Resource [CLK4] (on)
[ 0.526111] ACPI: Power Resource [P18P] (off)
[ 0.526244] ACPI: Power Resource [P28P] (off)
[ 0.543423] ACPI: Power Resource [CLK2] (on)
[ 0.544110] ACPI: Power Resource [CLK1] (on)
[ 0.549316] ACPI: Power Resource [CLK0] (on)
[ 0.549454] ACPI: Power Resource [CLK1] (on)
[ 0.552172] ACPI: Power Resource [P19X] (off)
[ 0.573969] ACPI: Power Resource [P28X] (off)
[ 0.574099] ACPI: Power Resource [P18X] (off)
[ 0.574236] ACPI: Power Resource [P12X] (off)
[ 0.574392] ACPI: Power Resource [P12A] (off)
[ 0.574532] ACPI: Power Resource [P28T] (off)
[ 0.574664] ACPI: Power Resource [P18D] (off)
[ 0.574806] ACPI: Power Resource [P18T] (off)
[ 0.574939] ACPI: Power Resource [P3P3] (off)
[ 0.575073] ACPI: Power Resource [P12T] (off)
[ 0.575207] ACPI: Power Resource [P28W] (off)
[ 0.575342] ACPI: Power Resource [P18W] (off)
[ 0.575476] ACPI: Power Resource [P12W] (off)
[ 0.575610] ACPI: Power Resource [P33W] (off)
[ 0.575742] ACPI: Power Resource [P33X] (off)
[ 0.575882] ACPI: Power Resource [P4BW] (off)
[ 0.585783] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.585798] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.586481] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.586519] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.588254] PCI host bridge to bus 0000:00
[ 0.588263] pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
[ 0.588267] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 0.588270] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 0.588274] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.588277] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.588281] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.588284] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[ 0.588288] pci_bus 0000:00: root bus resource [mem 0x20000000-0x201fffff window]
[ 0.588291] pci_bus 0000:00: root bus resource [mem 0x7ad00001-0x7ed00000 window]
[ 0.588294] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[ 0.588298] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.588316] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[ 0.588804] pci 0000:00:02.0: [8086:22b0] type 00 class 0x030000
[ 0.588834] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[ 0.588851] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[ 0.588861] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.589356] pci 0000:00:03.0: [8086:22b8] type 00 class 0x048000
[ 0.589374] pci 0000:00:03.0: reg 0x10: [mem 0x91000000-0x913fffff]
[ 0.589869] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[ 0.589902] pci 0000:00:14.0: reg 0x10: [mem 0x91800000-0x9180ffff 64bit]
[ 0.590014] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.590480] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[ 0.590505] pci 0000:00:1a.0: reg 0x10: [mem 0x91700000-0x917fffff]
[ 0.590519] pci 0000:00:1a.0: reg 0x14: [mem 0x91600000-0x916fffff]
[ 0.590624] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 0.591044] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[ 0.609507] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.609711] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.609920] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.610123] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.610328] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.610530] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.610731] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.610927] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.642206] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.642210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.642214] vgaarb: loaded
[ 0.642216] vgaarb: bridge control possible 0000:00:02.0
[ 0.642360] Registered efivars operations
[ 0.647010] PCI: Using ACPI for IRQ routing
[ 0.649768] PCI: pci_cache_line_size set to 64 bytes
[ 0.649813] Expanded resource reserved due to conflict with PCI Bus 0000:00
[ 0.649820] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[ 0.649825] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.649827] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[ 0.649829] e820: reserve RAM buffer [mem 0x770e6000-0x77ffffff]
[ 0.650294] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.650304] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.652354] clocksource: Switched to clocksource hpet
[ 0.672312] VFS: Disk quotas dquot_6.6.0
[ 0.672411] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.672650] pnp: PnP ACPI init
[ 0.673065] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.673071] system 00:00: [io 0x0400-0x047f] has been reserved
[ 0.673075] system 00:00: [io 0x0500-0x05fe] has been reserved
[ 0.673085] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.673308] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.681607] system 00:02: [mem 0x91839000-0x91839fff] has been reserved
[ 0.681617] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.681849] system 00:03: [mem 0x91837000-0x91837fff] has been reserved
[ 0.681857] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.682085] system 00:04: [mem 0x91835000-0x91835fff] has been reserved
[ 0.682092] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.682312] system 00:05: [mem 0x91824000-0x91824fff] has been reserved
[ 0.682319] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.682546] system 00:06: [mem 0x91822000-0x91822fff] has been reserved
[ 0.682553] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.682747] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.682970] system 00:08: [mem 0x91820000-0x91820fff] has been reserved
[ 0.682977] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.683201] system 00:09: [mem 0x9181e000-0x9181efff] has been reserved
[ 0.683208] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.683431] system 00:0a: [mem 0x9181c000-0x9181cfff] has been reserved
[ 0.683438] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.683668] system 00:0b: [mem 0x9181a000-0x9181afff] has been reserved
[ 0.683675] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.683900] system 00:0c: [mem 0x91818000-0x91818fff] has been reserved
[ 0.683907] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.684132] system 00:0d: [mem 0x91833000-0x91833fff] has been reserved
[ 0.684140] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.684389] system 00:0e: [mem 0x91831000-0x91831fff] has been reserved
[ 0.684396] system 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.684628] system 00:0f: [mem 0x9182f000-0x9182ffff] has been reserved
[ 0.684635] system 00:0f: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.684860] system 00:10: [mem 0x9182d000-0x9182dfff] has been reserved
[ 0.684867] system 00:10: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.685092] system 00:11: [mem 0x9182b000-0x9182bfff] has been reserved
[ 0.685099] system 00:11: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.685319] system 00:12: [mem 0x91829000-0x91829fff] has been reserved
[ 0.685326] system 00:12: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.685553] system 00:13: [mem 0x91827000-0x91827fff] has been reserved
[ 0.685560] system 00:13: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.685784] system 00:14: [mem 0x91825000-0x91825fff] has been reserved
[ 0.685791] system 00:14: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.686134] system 00:15: [mem 0xe0000000-0xefffffff] could not be reserved
[ 0.686139] system 00:15: [mem 0xfea00000-0xfeafffff] has been reserved
[ 0.686143] system 00:15: [mem 0xfed01000-0xfed01fff] has been reserved
[ 0.686147] system 00:15: [mem 0xfed03000-0xfed03fff] has been reserved
[ 0.686151] system 00:15: [mem 0xfed06000-0xfed06fff] has been reserved
[ 0.686155] system 00:15: [mem 0xfed08000-0xfed09fff] has been reserved
[ 0.686160] system 00:15: [mem 0xfed80000-0xfedbffff] could not be reserved
[ 0.686163] system 00:15: [mem 0xfed1c000-0xfed1cfff] has been reserved
[ 0.686170] system 00:15: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.686177] system 00:15: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.686655] pnp 00:16: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.688537] pnp: PnP ACPI: found 23 devices
[ 0.699975] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.699994] pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
[ 0.699998] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
[ 0.700001] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
[ 0.700005] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.700009] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.700013] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.700017] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[ 0.700020] pci_bus 0000:00: resource 11 [mem 0x20000000-0x201fffff window]
[ 0.700025] pci_bus 0000:00: resource 12 [mem 0x7ad00001-0x7ed00000 window]
[ 0.700029] pci_bus 0000:00: resource 13 [mem 0x80000000-0xdfffffff window]
[ 0.700714] NET: Registered protocol family 2
[ 0.701174] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.701272] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.701380] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.701450] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.701477] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.701620] NET: Registered protocol family 1
[ 0.701663] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.702216] PCI: CLS 64 bytes, default 64
[ 0.702355] Unpacking initramfs...
[ 2.201737] Freeing initrd memory: 40456K (ffff9760b30ec000 - ffff9760b586e000)
[ 2.203145] audit: initializing netlink subsys (disabled)
[ 2.203198] audit: type=2000 audit(1501750131.188:1): initialized
[ 2.204245] workingset: timestamp_bits=40 max_order=19 bucket_order=0
[ 2.204364] zbud: loaded
[ 2.206439] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 2.206531] io scheduler noop registered
[ 2.206533] io scheduler deadline registered
[ 2.206565] io scheduler cfq registered (default)
[ 2.206728] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 2.206745] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 2.206805] efifb: probing for efifb
[ 2.206844] efifb: framebuffer at 0x80000000, using 4160k, total 4160k
[ 2.206847] efifb: mode is 1366x768x32, linelength=5504, pages=1
[ 2.206848] efifb: scrolling: redraw
[ 2.206851] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.216004] Console: switching to colour frame buffer device 170x48
[ 2.224775] fb0: EFI VGA frame buffer device
[ 2.224800] intel_idle: MWAIT substates: 0x33000020
[ 2.224803] intel_idle: v0.4.1 model 0x4C
[ 2.225287] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 2.230119] GHES: HEST is not enabled!
[ 2.230316] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.250831] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 2.257856] 8086228A:00: ttyS1 at MMIO 0x91821000 (irq = 39, base_baud = 2764800) is a 16550A
[ 2.265740] 8086228A:01: ttyS2 at MMIO 0x9181f000 (irq = 40, base_baud = 2764800) is a 16550A
[ 2.266781] Linux agpgart interface v0.103
[ 2.267061] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 2.267064] AMD IOMMUv2 functionality not available on this system
[ 2.268585] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 2.799789] i8042: Can't read CTR while initializing i8042
[ 2.799883] i8042: probe of i8042 failed with error -5
[ 2.800224] mousedev: PS/2 mouse device common for all mice
[ 2.800863] rtc_cmos 00:16: rtc core: registered rtc_cmos as rtc0
[ 2.800927] rtc_cmos 00:16: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 2.800951] intel_pstate: Intel P-state driver initializing
[ 2.802858] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.806734] NET: Registered protocol family 10
[ 2.808652] mip6: Mobile IPv6
[ 2.808663] NET: Registered protocol family 17
[ 2.808683] mpls_gso: MPLS GSO support
[ 2.810566] microcode: sig=0x406c3, pf=0x1, revision=0x363
[ 2.811280] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 2.813152] registered taskstats version 1
[ 2.813278] zswap: loaded using pool lzo/zbud
[ 2.815356] ima: No TPM chip found, activating TPM-bypass!
[ 2.817204] rtc_cmos 00:16: setting system clock to 2017-08-03 08:48:52 UTC (1501750132)
[ 2.817390] PM: Hibernation image not present or could not be loaded.
[ 2.820228] Freeing unused kernel memory: 1400K (ffffffffa332f000 - ffffffffa348d000)
[ 2.820232] Write protecting the kernel read-only data: 12288k
[ 2.822370] Freeing unused kernel memory: 1984K (ffff976086e10000 - ffff976087000000)
[ 2.829360] Freeing unused kernel memory: 1228K (ffff9760872cd000 - ffff976087400000)
[ 2.848301] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.934251] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.934935] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.935081] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.935260] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.937422] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.937542] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.947038] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.947279] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.947529] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.947763] random: udevadm: uninitialized urandom read (16 bytes read)
[ 3.041369] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 3.041378] ACPI: Power Button [PWRB]
[ 3.041505] ACPI Error: No handler for Region [GMMR] (ffff9760f40cf948) [UserDefinedRegion] (20160831/evregion-166)
[ 3.041660] ACPI Error: Region UserDefinedRegion (ID=145) has no handler (20160831/exfldio-299)
[ 3.041780] ACPI Error: Method parse/execution failed [\_SB.LID0._LID] (Node ffff9760f40e3370), AE_NOT_EXIST (20160831/psparse-543)
[ 3.042367] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 3.042377] ACPI: Lid Switch [LID0]
[ 3.042831] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 3.042838] ACPI: Power Button [PWRF]
[ 3.057448] sdhci: Secure Digital Host Controller Interface driver
[ 3.057451] sdhci: Copyright(c) Pierre Ossman
[ 3.073344] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.084999] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[ 3.104089] wmi: Mapper loaded
[ 3.106333] thermal LNXTHERM:00: registered as thermal_zone0
[ 3.106336] ACPI: Thermal Zone [TZ00] (0 C)
[ 3.110076] mmc1: SDHCI controller on ACPI [80860F14:03] using ADMA
[ 3.111914] ACPI: bus type USB registered
[ 3.111978] usbcore: registered new interface driver usbfs
[ 3.112008] usbcore: registered new interface driver hub
[ 3.112078] usbcore: registered new device driver usb
[ 3.114172] [drm] Initialized
[ 3.122187] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.122203] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 3.123743] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01509810
[ 3.123759] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 3.123999] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.124002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.124005] usb usb1: Product: xHCI Host Controller
[ 3.124007] usb usb1: Manufacturer: Linux 4.9.0-0.bpo.3-amd64 xhci-hcd
[ 3.124010] usb usb1: SerialNumber: 0000:00:14.0
[ 3.124468] hub 1-0:1.0: USB hub found
[ 3.124498] hub 1-0:1.0: 7 ports detected
[ 3.127114] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.127125] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 3.127232] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 3.127236] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.127239] usb usb2: Product: xHCI Host Controller
[ 3.127241] usb usb2: Manufacturer: Linux 4.9.0-0.bpo.3-amd64 xhci-hcd
[ 3.127244] usb usb2: SerialNumber: 0000:00:14.0
[ 3.127617] hub 2-0:1.0: USB hub found
[ 3.127645] hub 2-0:1.0: 6 ports detected
[ 3.133026] SSE version of gcm_enc/dec engaged.
[ 3.133515] [drm] Memory usable by graphics device = 2048M
[ 3.133522] checking generic (80000000 410000) vs hw (80000000 10000000)
[ 3.133524] fb: switching to inteldrmfb from EFI VGA
[ 3.133569] Console: switching to colour dummy device 80x25
[ 3.133750] [drm] Replacing VGA console driver
[ 3.133916] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.133917] [drm] Driver supports precise vblank timestamp query.
[ 3.138078] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.180544] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 3.182542] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[ 3.182699] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 0
[ 3.203986] fbcon: inteldrmfb (fb0) is primary device
[ 3.212354] tsc: Refined TSC clocksource calibration: 1439.953 MHz
[ 3.212372] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x14c18e756e4, max_idle_ns: 440795259570 ns
[ 3.229367] mmc0: new HS200 MMC card at address 0001
[ 3.237322] mmcblk0: mmc0:0001 T52732 28.5 GiB
[ 3.237792] mmcblk0boot0: mmc0:0001 T52732 partition 1 4.00 MiB
[ 3.238461] mmcblk0boot1: mmc0:0001 T52732 partition 2 4.00 MiB
[ 3.239063] mmcblk0rpmb: mmc0:0001 T52732 partition 3 4.00 MiB
[ 3.243857] mmcblk0: p1 p2 p3
[ 3.283192] random: fast init done
[ 3.452855] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[ 3.623841] usb 1-3: New USB device found, idVendor=5986, idProduct=06ae
[ 3.623852] usb 1-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 3.623859] usb 1-3: Product: VGA WebCam
[ 3.623866] usb 1-3: Manufacturer: Generic
[ 3.623873] usb 1-3: SerialNumber: 200901010001
[ 3.744967] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[ 3.912715] usb 1-4: New USB device found, idVendor=048d, idProduct=8910
[ 3.912726] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.912735] usb 1-4: Product: ITE Device(8910)
[ 3.912742] usb 1-4: Manufacturer: ITE Tech. Inc.
[ 3.945696] usbcore: registered new interface driver usbhid
[ 3.945699] usbhid: USB HID core driver
[ 3.950627] input: ITE Tech. Inc. ITE Device(8910) as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:048D:8910.0001/input/input4
[ 4.010988] hid-generic 0003:048D:8910.0001: input,hiddev0,hidraw0: USB HID v1.10 Keyboard [ITE Tech. Inc. ITE Device(8910)] on usb-0000:00:14.0-4/input0
[ 4.011837] input: ITE Tech. Inc. ITE Device(8910) as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:048D:8910.0002/input/input5
[ 4.012806] hid-generic 0003:048D:8910.0002: input,hidraw1: USB HID v1.10 Mouse [ITE Tech. Inc. ITE Device(8910)] on usb-0000:00:14.0-4/input1
[ 4.237863] clocksource: Switched to clocksource tsc
[ 4.446585] Console: switching to colour frame buffer device 170x48
[ 4.480198] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 4.869787] device-mapper: uevent: version 1.0.3
[ 4.870175] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 5.184265] raid6: sse2x1 gen() 2696 MB/s
[ 5.252309] raid6: sse2x1 xor() 1956 MB/s
[ 5.320261] raid6: sse2x2 gen() 2626 MB/s
[ 5.388287] raid6: sse2x2 xor() 2265 MB/s
[ 5.456251] raid6: sse2x4 gen() 3842 MB/s
[ 5.524244] raid6: sse2x4 xor() 1688 MB/s
[ 5.524246] raid6: using algorithm sse2x4 gen() 3842 MB/s
[ 5.524247] raid6: .... xor() 1688 MB/s, rmw enabled
[ 5.524249] raid6: using ssse3x2 recovery algorithm
[ 5.525476] xor: measuring software checksum speed
[ 5.564394] prefetch64-sse: 5702.000 MB/sec
[ 5.604372] generic_sse: 5173.000 MB/sec
[ 5.604374] xor: using function: prefetch64-sse (5702.000 MB/sec)
[ 5.618931] Btrfs loaded, crc32c=crc32c-intel
[ 6.044811] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 6.531116] 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)
[ 6.531712] systemd[1]: Detected architecture x86-64.
[ 6.532323] systemd[1]: Set hostname to <alceu-pc>.
[ 6.805788] systemd[1]: Reached target Encrypted Volumes.
[ 6.806072] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.806183] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 6.806303] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[ 6.806341] systemd[1]: Reached target User and Group Name Lookups.
[ 6.806635] systemd[1]: Created slice System Slice.
[ 6.806885] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 6.893426] lp: driver loaded but no devices found
[ 6.901004] ppdev: user-space parallel port driver
[ 7.091697] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
[ 7.129464] systemd-journald[319]: Received request to flush runtime journal from PID 1
[ 7.386506] ACPI: AC Adapter [ADP1] (on-line)
[ 7.481339] Bluetooth: Core ver 2.22
[ 7.481383] NET: Registered protocol family 31
[ 7.481387] Bluetooth: HCI device and connection manager initialized
[ 7.481395] Bluetooth: HCI socket layer initialized
[ 7.481401] Bluetooth: L2CAP socket layer initialized
[ 7.481416] Bluetooth: SCO socket layer initialized
[ 7.493535] Bluetooth: HCI UART driver ver 2.3
[ 7.493540] Bluetooth: HCI UART protocol H4 registered
[ 7.493542] Bluetooth: HCI UART protocol BCSP registered
[ 7.493543] Bluetooth: HCI UART protocol LL registered
[ 7.493544] Bluetooth: HCI UART protocol ATH3K registered
[ 7.493546] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 7.493662] Bluetooth: HCI UART protocol Intel registered
[ 7.493706] Bluetooth: HCI UART protocol Broadcom registered
[ 7.493707] Bluetooth: HCI UART protocol QCA registered
[ 7.493709] Bluetooth: HCI UART protocol AG6XX registered
[ 7.493710] Bluetooth: HCI UART protocol Marvell registered
[ 7.557471] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[ 7.596716] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[ 7.635923] intel_sst_acpi 808622A8:00: LPE base: 0x91400000 size:0x200000
[ 7.635929] intel_sst_acpi 808622A8:00: IRAM base: 0x914c0000
[ 7.636002] intel_sst_acpi 808622A8:00: DRAM base: 0x91500000
[ 7.636012] intel_sst_acpi 808622A8:00: SHIM base: 0x91540000
[ 7.636021] intel_sst_acpi 808622A8:00: Mailbox base: 0x91544000
[ 7.636028] intel_sst_acpi 808622A8:00: DDR base: 0x20000000
[ 7.637626] intel_sst_acpi 808622A8:00: Got drv data max stream 25
[ 7.663407] intel_sst_acpi 808622A8:00: firmware: direct-loading firmware intel/fw_sst_22a8.bin
[ 7.760636] rt5640 i2c-10EC5640:01: Device with ID register 0x6308 is not rt5640/39
[ 7.801546] rt5670 i2c-10EC5640:01: Device with ID register 0x6308 is not rt5670/72
[ 7.804380] media: Linux media interface: v0.10
[ 7.819511] Linux video capture interface: v2.00
[ 7.828005] EFI Variables Facility v0.08 2004-May-17
[ 7.858881] pstore: using zlib compression
[ 7.858920] pstore: Registered efi as persistent store backend
[ 7.866492] Adding 1936380k swap on /dev/mmcblk0p3. Priority:-1 extents:1 across:1936380k SSFS
[ 7.888018] uvcvideo: Found UVC 1.00 device VGA WebCam (5986:06ae)
[ 7.889570] uvcvideo 1-3:1.0: Entity type for entity Extension 4 was not initialized!
[ 7.889578] uvcvideo 1-3:1.0: Entity type for entity Processing 2 was not initialized!
[ 7.889582] uvcvideo 1-3:1.0: Entity type for entity Camera 1 was not initialized!
[ 7.889834] input: VGA WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input6
[ 7.890066] usbcore: registered new interface driver uvcvideo
[ 7.890068] USB Video Class driver (1.1.1)
[ 7.934646] asus_wmi: Asus Management GUID not found
[ 8.023736] intel_rapl: Found RAPL domain package
[ 8.023741] intel_rapl: Found RAPL domain core
[ 8.051752] bytcr_rt5640 bytcr_rt5640: quirk DMIC1_MAP enabled
[ 8.051757] bytcr_rt5640 bytcr_rt5640: quirk DMIC enabled
[ 8.051760] bytcr_rt5640 bytcr_rt5640: quirk MCLK_EN enabled
[ 8.051792] bytcr_rt5640 bytcr_rt5640: ASoC: CODEC DAI rt5640-aif1 not registered
[ 8.051804] bytcr_rt5640 bytcr_rt5640: devm_snd_soc_register_card failed -517
[ 8.302806] cgroup: new mount options do not match the existing superblock, will be ignored
[ 20.303621] random: crng init done
[ 21.166893] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 21.166898] Bluetooth: BNEP filters: protocol multicast
[ 21.166909] Bluetooth: BNEP socket layer initialized
[ 21.304889] fuse init (API version 7.26)



11. Re: Comando Make não faz nada

Luiz Santos
luiztux

(usa Gentoo)

Enviado em 03/08/2017 - 09:01h

Hmmm...dá uma olhada aqui: https://wiki.debian.org/InstallingDebianOn/Lenovo/100S-11IBY/jessie

-----------------------------------''----------------------------------

Larry, The Cow, uses Gentoo GNU/Linux

^__^
(oo)
(__)

"If it moves, compile it."




12. Re: Comando Make não faz nada

Perfil removido
removido

(usa Nenhuma)

Enviado em 03/08/2017 - 11:42h

	@mkdir -p /lib/firmware/rtlwifi/
@cp -n rtl8723bs_nic.bin /lib/firmware/rtlwifi/rtl8723bs_nic.bin
@cp -n rtl8723bs_wowlan.bin /lib/firmware/rtlwifi/rtl8723bs_wowlan.bin

Então se alguém tiver alguma ideia de o porque do make não estar fazendo nd, fico agradecido


Já tentou fazer o que está escrito no Makefile? Na prática, o make lê o arquivo Makefile e executa o que foi descrito nele.
Se você fizer exatamente o que está escrito aí, vai ser instalado.
PS: como root e sem o @.




01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts