Partage
  • Partager sur Facebook
  • Partager sur Twitter

Un problème de driver cle wifi

Sujet résolu
    30 juin 2018 à 17:59:31

    Bonjours a tous,

    J'ai récemment décidé de passer un pc sous Debian version 9 (stretch), c'est la première fois que j'utilise une distribution linux

    J'utilisais une clé Wifi quand mon pc etait sous windows, mais j'ai un problème avec l'installation de ses drivers sous linux. En effet, après avoir recuperer les drivers fournit par le constructeur (TnB pour la cle ADWF150), je me retrouve avec un dossier :

    ADWF150
       driver
          linux
             install.sh

    (J'ai omis tous les autre dossier/fichier)

    Sauf que quand j'execute ce fichier avec sudo bash install.sh (dans le dossier), je me retrouve avec cette erreur :

    ##################################################
    Realtek Wi-Fi driver Auto installation script
    Novembor, 21 2011 v1.1.0
    ##################################################
    Decompress the driver source tar ball:
    	
    tar: L'ancienne option « f » a besoin d'un argument.
    Pour en savoir davantage, faites : « tar --help » ou « tar --usage ».
    rtl8188EUS_rtl8189ES_linux_v4.1.2.2_5805 (1).20121116
    install.sh: ligne 25 : cd: trop d'arguments
    Authentication requested [root] for make clean:
    make: *** Aucune règle pour fabriquer la cible « clean ». Arrêt.
    Authentication requested [root] for make driver:
    make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.
    ##################################################
    Compile make driver error: 2
    Please check error Mesg
    ##################################################
    

    Je me retrouve alors bloquer, n’étant pas encore familier avec le bash

    Le fichier :

    #!/bin/bash
    # Auto install for 8192cu
    # September, 1 2010 v1.0.0, willisTang
    # 
    # Add make_drv to select chip type
    # Novembor, 21 2011 v1.1.0, Jeff Hung
    ################################################################################
    
    echo "##################################################"
    echo "Realtek Wi-Fi driver Auto installation script"
    echo "Novembor, 21 2011 v1.1.0"
    echo "##################################################"
    
    ################################################################################
    #			Decompress the driver source tal ball
    ################################################################################
    cd driver
    Drvfoulder=`ls |grep .tar.gz`
    echo "Decompress the driver source tar ball:"
    echo "	"$Drvfoulder
    tar zxvf $Drvfoulder
    
    Drvfoulder=`ls |grep -iv '.tar.gz'`
    echo "$Drvfoulder"
    cd  $Drvfoulder
    
    ################################################################################
    #			If makd_drv exixt, execute it to select chip type
    ################################################################################
    if [ -e ./make_drv ]; then
    	./make_drv
    fi
    
    ################################################################################
    #                       make clean
    ################################################################################
    echo "Authentication requested [root] for make clean:"
    if [ "`uname -r |grep fc`" == " " ]; then
            sudo su -c "make clean"; Error=$?
    else
            su -c "make clean"; Error=$?
    fi
    
    ################################################################################
    #			Compile the driver
    ################################################################################
    echo "Authentication requested [root] for make driver:"
    if [ "`uname -r |grep fc`" == " " ]; then
    	sudo su -c make; Error=$?
    else	
    	su -c make; Error=$?
    fi
    ################################################################################
    #			Check whether or not the driver compilation is done
    ################################################################################
    module=`ls |grep -i 'ko'`
    echo "##################################################"
    if [ "$Error" != 0 ];then
    	echo "Compile make driver error: $Error"
    	echo "Please check error Mesg"
    	echo "##################################################"
    	exit
    else
    	echo "Compile make driver ok!!"	
    	echo "##################################################"
    fi
    
    if [ "`uname -r |grep fc`" == " " ]; then
    	echo "Authentication requested [root] for remove driver:"
    	sudo su -c "rmmod $module"
    	echo "Authentication requested [root] for insert driver:"
    	sudo su -c "insmod $module"
    	echo "Authentication requested [root] for install driver:"
    	sudo su -c "make install"
    else
    	echo "Authentication requested [root] for remove driver:"
    	su -c "rmmod $module"
    	echo "Authentication requested [root] for insert driver:"
    	su -c "insmod $module"
    	echo "Authentication requested [root] for install driver:"
    	su -c "make install"
    fi
    echo "##################################################"
    echo "The Setup Script is completed !"
    echo "##################################################"
    


    Voila, n’hésiter pas a me demander si il manque des infos

    Merci d'avance pour votre lecture/aide

    • Partager sur Facebook
    • Partager sur Twitter
      12 juillet 2018 à 15:44:59

      Salut,

      lance ton script en root, ça a l'air d’être un problème de droit,

      je vois ça au code erreur que tu as.

      • Partager sur Facebook
      • Partager sur Twitter
      Anonyme
        12 juillet 2018 à 19:38:25

        Bonsoir,

        Peux-tu nous donner le résultat de cette commande :

        $ lsusb



        -
        Edité par Anonyme 12 juillet 2018 à 19:40:37

        • Partager sur Facebook
        • Partager sur Twitter
          14 juillet 2018 à 14:15:49

          Merci a vous pour vos réponses

          Pour lancer le script en root, le"sudo" devant "bash install.sh" n'est pas suffisant ?

          Le resultat de la commande $ lsusb :

          Bus 002 Device 002: ID 8087:8000 Intel Corp. 
          Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
          Bus 001 Device 002: ID 8087:8008 Intel Corp. 
          Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
          Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
          Bus 003 Device 004: ID 0738:2026 Mad Catz, Inc. 
          Bus 003 Device 003: ID 04d9:a067 Holtek Semiconductor, Inc. 
          Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
          

          Merci de pour l'aide

          • Partager sur Facebook
          • Partager sur Twitter
          Anonyme
            14 juillet 2018 à 16:02:40

            Il faudrait faire la commande lsusb avec la clé WiFi branchée :-°
            • Partager sur Facebook
            • Partager sur Twitter
              14 juillet 2018 à 17:00:21

              Cela semble mieux en effet, vraiment desoler

              Voici les resultats

              Bus 002 Device 002: ID 8087:8000 Intel Corp. 
              Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
              Bus 001 Device 002: ID 8087:8008 Intel Corp. 
              Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
              Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
              Bus 003 Device 004: ID 0738:2026 Mad Catz, Inc. 
              Bus 003 Device 003: ID 04d9:a067 Holtek Semiconductor, Inc. 
              Bus 003 Device 005: ID 13fe:4200 Kingston Technology Company Inc. 
              Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
              



              • Partager sur Facebook
              • Partager sur Twitter
              Anonyme
                14 juillet 2018 à 18:02:31

                Pas de soucis.

                Par contre là la seule différence que je vois c'est que tu as branché une clé USB (Kingston ?).

                Est-ce que tu peux aussi nous donner le résultat de cette commande :

                $ sudo dmesg



                • Partager sur Facebook
                • Partager sur Twitter
                  14 juillet 2018 à 20:39:13

                  Apres test, il n'y a aucune différence pour les résultats de "lsusb", avec ou sans ma cle wifi (j'avais bien brancher une cle usb, Kingston)

                  Resultats de la commande dmesg :

                  [    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.88-1+deb9u1 (2018-05-07)
                  [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.9.0-6-amd64 root=/dev/mapper/Kakugen--vg-root 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 0x004: 'AVX registers'
                  [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
                  [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
                  [    0.000000] x86/fpu: Using 'eager' FPU context switches.
                  [    0.000000] e820: BIOS-provided physical RAM map:
                  [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved
                  [    0.000000] BIOS-e820: [mem 0x0000000000001000-0x0000000000057fff] usable
                  [    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
                  [    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000008ffff] usable
                  [    0.000000] BIOS-e820: [mem 0x0000000000090000-0x0000000000090fff] type 20
                  [    0.000000] BIOS-e820: [mem 0x0000000000091000-0x000000000009dfff] usable
                  [    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
                  [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b716ffff] usable
                  [    0.000000] BIOS-e820: [mem 0x00000000b7170000-0x00000000b7176fff] ACPI NVS
                  [    0.000000] BIOS-e820: [mem 0x00000000b7177000-0x00000000b75d0fff] usable
                  [    0.000000] BIOS-e820: [mem 0x00000000b75d1000-0x00000000b7a39fff] reserved
                  [    0.000000] BIOS-e820: [mem 0x00000000b7a3a000-0x00000000c8779fff] usable
                  [    0.000000] BIOS-e820: [mem 0x00000000c877a000-0x00000000c896ffff] reserved
                  [    0.000000] BIOS-e820: [mem 0x00000000c8970000-0x00000000c8988fff] ACPI data
                  [    0.000000] BIOS-e820: [mem 0x00000000c8989000-0x00000000c8ec4fff] ACPI NVS
                  [    0.000000] BIOS-e820: [mem 0x00000000c8ec5000-0x00000000c9f51fff] reserved
                  [    0.000000] BIOS-e820: [mem 0x00000000c9f52000-0x00000000c9ffefff] type 20
                  [    0.000000] BIOS-e820: [mem 0x00000000c9fff000-0x00000000c9ffffff] usable
                  [    0.000000] BIOS-e820: [mem 0x00000000cb000000-0x00000000cf1fffff] reserved
                  [    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
                  [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
                  [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
                  [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
                  [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
                  [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
                  [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022fdfffff] usable
                  [    0.000000] NX (Execute Disable) protection: active
                  [    0.000000] efi: EFI v2.31 by American Megatrends
                  [    0.000000] efi:  ESRT=0xc9f50818  ACPI=0xc8975000  ACPI 2.0=0xc8975000  SMBIOS=0xc9f50498 
                  [    0.000000] SMBIOS 2.7 present.
                  [    0.000000] DMI: ASUS All Series/Z87-A, BIOS 2103 08/15/2014
                  [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
                  [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
                  [    0.000000] e820: last_pfn = 0x22fe00 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-DFFFF uncachable
                  [    0.000000]   E0000-FFFFF write-protect
                  [    0.000000] MTRR variable ranges enabled:
                  [    0.000000]   0 base 0000000000 mask 7E00000000 write-back
                  [    0.000000]   1 base 0200000000 mask 7FE0000000 write-back
                  [    0.000000]   2 base 0220000000 mask 7FF0000000 write-back
                  [    0.000000]   3 base 00E0000000 mask 7FE0000000 uncachable
                  [    0.000000]   4 base 00D0000000 mask 7FF0000000 uncachable
                  [    0.000000]   5 base 00CC000000 mask 7FFC000000 uncachable
                  [    0.000000]   6 base 00CB000000 mask 7FFF000000 uncachable
                  [    0.000000]   7 base 022FE00000 mask 7FFFE00000 uncachable
                  [    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: update [mem 0xcb000000-0xffffffff] usable ==> reserved
                  [    0.000000] e820: last_pfn = 0xca000 max_arch_pfn = 0x400000000
                  [    0.000000] esrt: Reserving ESRT space from 0x00000000c9f50818 to 0x00000000c9f50850.
                  [    0.000000] Base memory trampoline at [ffff925380098000] 98000 size 24576
                  [    0.000000] Using GB pages for direct mapping
                  [    0.000000] BRK [0x12e539000, 0x12e539fff] PGTABLE
                  [    0.000000] BRK [0x12e53a000, 0x12e53afff] PGTABLE
                  [    0.000000] BRK [0x12e53b000, 0x12e53bfff] PGTABLE
                  [    0.000000] BRK [0x12e53c000, 0x12e53cfff] PGTABLE
                  [    0.000000] BRK [0x12e53d000, 0x12e53dfff] PGTABLE
                  [    0.000000] BRK [0x12e53e000, 0x12e53efff] PGTABLE
                  [    0.000000] BRK [0x12e53f000, 0x12e53ffff] PGTABLE
                  [    0.000000] BRK [0x12e540000, 0x12e540fff] PGTABLE
                  [    0.000000] BRK [0x12e541000, 0x12e541fff] PGTABLE
                  [    0.000000] BRK [0x12e542000, 0x12e542fff] PGTABLE
                  [    0.000000] BRK [0x12e543000, 0x12e543fff] PGTABLE
                  [    0.000000] BRK [0x12e544000, 0x12e544fff] PGTABLE
                  [    0.000000] RAMDISK: [mem 0x35823000-0x36c08fff]
                  [    0.000000] ACPI: Early table checksum verification disabled
                  [    0.000000] ACPI: RSDP 0x00000000C8975000 000024 (v02 ALASKA)
                  [    0.000000] ACPI: XSDT 0x00000000C8975080 000074 (v01 ALASKA A M I    01072009 AMI  00010013)
                  [    0.000000] ACPI: FACP 0x00000000C8983C80 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
                  [    0.000000] ACPI: DSDT 0x00000000C8975188 00EAF2 (v02 ALASKA A M I    00000031 INTL 20091112)
                  [    0.000000] ACPI: FACS 0x00000000C8EC3080 000040
                  [    0.000000] ACPI: APIC 0x00000000C8983D90 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
                  [    0.000000] ACPI: FPDT 0x00000000C8983E08 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
                  [    0.000000] ACPI: LPIT 0x00000000C8983E50 00005C (v01 ALASKA A M I    00000000 AMI. 00000005)
                  [    0.000000] ACPI: SSDT 0x00000000C8983EB0 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20091112)
                  [    0.000000] ACPI: SSDT 0x00000000C89843F0 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20091112)
                  [    0.000000] ACPI: MCFG 0x00000000C8984EC8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
                  [    0.000000] ACPI: HPET 0x00000000C8984F08 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
                  [    0.000000] ACPI: SSDT 0x00000000C8984F40 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
                  [    0.000000] ACPI: SSDT 0x00000000C89852B0 0034E1 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
                  [    0.000000] ACPI: Local APIC address 0xfee00000
                  [    0.000000] No NUMA configuration found
                  [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000022fdfffff]
                  [    0.000000] NODE_DATA(0) allocated [mem 0x22fdfb000-0x22fdfffff]
                  [    0.000000] Zone ranges:
                  [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
                  [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
                  [    0.000000]   Normal   [mem 0x0000000100000000-0x000000022fdfffff]
                  [    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-0x000000000008ffff]
                  [    0.000000]   node   0: [mem 0x0000000000091000-0x000000000009dfff]
                  [    0.000000]   node   0: [mem 0x0000000000100000-0x00000000b716ffff]
                  [    0.000000]   node   0: [mem 0x00000000b7177000-0x00000000b75d0fff]
                  [    0.000000]   node   0: [mem 0x00000000b7a3a000-0x00000000c8779fff]
                  [    0.000000]   node   0: [mem 0x00000000c9fff000-0x00000000c9ffffff]
                  [    0.000000]   node   0: [mem 0x0000000100000000-0x000000022fdfffff]
                  [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000022fdfffff]
                  [    0.000000] On node 0 totalpages: 2064550
                  [    0.000000]   DMA zone: 64 pages used for memmap
                  [    0.000000]   DMA zone: 23 pages reserved
                  [    0.000000]   DMA zone: 3995 pages, LIFO batch:0
                  [    0.000000]   DMA32 zone: 12749 pages used for memmap
                  [    0.000000]   DMA32 zone: 815883 pages, LIFO batch:31
                  [    0.000000]   Normal zone: 19448 pages used for memmap
                  [    0.000000]   Normal zone: 1244672 pages, LIFO batch:31
                  [    0.000000] Reserving Intel graphics memory at 0x00000000cb200000-0x00000000cf1fffff
                  [    0.000000] ACPI: PM-Timer IO Port: 0x1808
                  [    0.000000] ACPI: Local APIC address 0xfee00000
                  [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
                  [    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
                  [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
                  [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
                  [    0.000000] ACPI: IRQ0 used by override.
                  [    0.000000] ACPI: IRQ9 used by override.
                  [    0.000000] Using ACPI (MADT) for SMP configuration information
                  [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
                  [    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
                  [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
                  [    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
                  [    0.000000] PM: Registered nosave memory: [mem 0x00090000-0x00090fff]
                  [    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 0xb7170000-0xb7176fff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xb75d1000-0xb7a39fff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xc877a000-0xc896ffff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xc8970000-0xc8988fff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xc8989000-0xc8ec4fff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xc8ec5000-0xc9f51fff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xc9f52000-0xc9ffefff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xca000000-0xcaffffff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xcb000000-0xcf1fffff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xcf200000-0xefffffff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
                  [    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
                  [    0.000000] e820: [mem 0xcf200000-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:4 nr_node_ids:1
                  [    0.000000] percpu: Embedded 35 pages/cpu @ffff9255afa00000 s105304 r8192 d29864 u524288
                  [    0.000000] pcpu-alloc: s105304 r8192 d29864 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: 2032266
                  [    0.000000] Policy zone: Normal
                  [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-6-amd64 root=/dev/mapper/Kakugen--vg-root 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: 7956728K/8258200K available (6240K kernel code, 1159K rwdata, 2868K rodata, 1416K init, 688K bss, 301472K 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=4.
                  [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
                  [    0.000000] NR_IRQS:33024 nr_irqs:456 16
                  [    0.000000] Console: colour dummy device 80x25
                  [    0.000000] console [tty0] enabled
                  [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
                  [    0.000000] hpet clockevent registered
                  [    0.000000] tsc: Fast TSC calibration using PIT
                  [    0.000000] tsc: Detected 3198.312 MHz processor
                  [    0.000017] Calibrating delay loop (skipped), value calculated using timer frequency.. 6396.62 BogoMIPS (lpj=12793248)
                  [    0.000019] pid_max: default: 32768 minimum: 301
                  [    0.000029] ACPI: Core revision 20160831
                  [    0.007901] ACPI: 5 ACPI AML tables successfully acquired and loaded
                  [    0.008441] Security Framework initialized
                  [    0.008442] Yama: disabled by default; enable with sysctl kernel.yama.*
                  [    0.008446] AppArmor: AppArmor disabled by boot time parameter
                  [    0.008730] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
                  [    0.009811] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
                  [    0.010296] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
                  [    0.010315] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
                  [    0.010518] CPU: Physical Processor ID: 0
                  [    0.010519] CPU: Processor Core ID: 0
                  [    0.010522] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
                  [    0.010522] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
                  [    0.010525] mce: CPU supports 9 MCE banks
                  [    0.010532] CPU0: Thermal monitoring enabled (TM1)
                  [    0.010543] process: using mwait in idle threads
                  [    0.010545] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
                  [    0.010546] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
                  [    0.010547] Spectre V2 : Mitigation: Full generic retpoline
                  [    0.011254] Freeing SMP alternatives memory: 24K
                  [    0.014786] ftrace: allocating 25239 entries in 99 pages
                  [    0.030650] smpboot: Max logical packages: 1
                  [    0.030716] x2apic: IRQ remapping doesn't support X2APIC mode
                  [    0.031114] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
                  [    0.070800] TSC deadline timer enabled
                  [    0.070801] smpboot: CPU0: Intel(R) Core(TM) i5-4460  CPU @ 3.20GHz (family: 0x6, model: 0x3c, stepping: 0x3)
                  [    0.070804] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
                  [    0.070841] ... version:                3
                  [    0.070842] ... bit width:              48
                  [    0.070842] ... generic registers:      8
                  [    0.070842] ... value mask:             0000ffffffffffff
                  [    0.070843] ... max period:             00007fffffffffff
                  [    0.070843] ... fixed-purpose events:   3
                  [    0.070844] ... event mask:             00000007000000ff
                  [    0.071246] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
                  [    0.071320] x86: Booting SMP configuration:
                  [    0.071321] .... node  #0, CPUs:      #1 #2 #3
                  [    0.078379] x86: Booted up 1 node, 4 CPUs
                  [    0.078381] smpboot: Total of 4 processors activated (25586.49 BogoMIPS)
                  [    0.080989] devtmpfs: initialized
                  [    0.081037] x86/mm: Memory block size: 128MB
                  [    0.082677] PM: Registering ACPI NVS region [mem 0xb7170000-0xb7176fff] (28672 bytes)
                  [    0.082678] PM: Registering ACPI NVS region [mem 0xc8989000-0xc8ec4fff] (5488640 bytes)
                  [    0.082814] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
                  [    0.082820] futex hash table entries: 1024 (order: 4, 65536 bytes)
                  [    0.082850] pinctrl core: initialized pinctrl subsystem
                  [    0.082931] NET: Registered protocol family 16
                  [    0.096786] cpuidle: using governor ladder
                  [    0.116800] cpuidle: using governor menu
                  [    0.116815] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
                  [    0.116816] ACPI: bus type PCI registered
                  [    0.116817] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
                  [    0.116864] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
                  [    0.116866] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
                  [    0.116871] pmd_set_huge: Cannot satisfy [mem 0xf0000000-0xf0200000] with a huge-page mapping due to MTRR override.
                  [    0.116956] PCI: Using configuration type 1 for base access
                  [    0.117024] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
                  [    0.117058] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
                  [    0.137754] HugeTLB registered 1 GB page size, pre-allocated 0 pages
                  [    0.137754] HugeTLB registered 2 MB page size, pre-allocated 0 pages
                  [    0.137917] ACPI: Added _OSI(Module Device)
                  [    0.137918] ACPI: Added _OSI(Processor Device)
                  [    0.137918] ACPI: Added _OSI(3.0 _SCP Extensions)
                  [    0.137919] ACPI: Added _OSI(Processor Aggregator Device)
                  [    0.138067] ACPI: Executed 1 blocks of module-level executable AML code
                  [    0.141632] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
                  [    0.142323] ACPI: Dynamic OEM Table Load:
                  [    0.142327] ACPI: SSDT 0xFFFF9255A5C15000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20091112)
                  [    0.142659] ACPI: Dynamic OEM Table Load:
                  [    0.142663] ACPI: SSDT 0xFFFF9255A5CF0000 0005AA (v01 PmRef  ApIst    00003000 INTL 20091112)
                  [    0.142996] ACPI: Dynamic OEM Table Load:
                  [    0.142998] ACPI: SSDT 0xFFFF9255A5E83C00 000119 (v01 PmRef  ApCst    00003000 INTL 20091112)
                  [    0.143782] ACPI: Interpreter enabled
                  [    0.143805] ACPI: (supports S0 S3 S4 S5)
                  [    0.143806] ACPI: Using IOAPIC for interrupt routing
                  [    0.143827] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
                  [    0.151171] ACPI: Power Resource [FN00] (off)
                  [    0.151235] ACPI: Power Resource [FN01] (off)
                  [    0.151298] ACPI: Power Resource [FN02] (off)
                  [    0.151359] ACPI: Power Resource [FN03] (off)
                  [    0.151419] ACPI: Power Resource [FN04] (off)
                  [    0.152077] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
                  [    0.152080] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
                  [    0.152268] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
                  [    0.152383] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
                  [    0.152384] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
                  [    0.152678] PCI host bridge to bus 0000:00
                  [    0.152679] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
                  [    0.152680] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
                  [    0.152681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
                  [    0.152682] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
                  [    0.152683] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
                  [    0.152684] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
                  [    0.152685] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
                  [    0.152686] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
                  [    0.152687] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
                  [    0.152688] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
                  [    0.152689] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
                  [    0.152690] pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff window]
                  [    0.152692] pci_bus 0000:00: root bus resource [bus 00-7e]
                  [    0.152697] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
                  [    0.152769] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
                  [    0.152796] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
                  [    0.152869] pci 0000:00:01.0: System wakeup disabled by ACPI
                  [    0.152902] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000
                  [    0.152910] pci 0000:00:02.0: reg 0x10: [mem 0xef800000-0xefbfffff 64bit]
                  [    0.152915] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
                  [    0.152918] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
                  [    0.152986] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
                  [    0.152991] pci 0000:00:03.0: reg 0x10: [mem 0xefd14000-0xefd17fff 64bit]
                  [    0.153075] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
                  [    0.153089] pci 0000:00:14.0: reg 0x10: [mem 0xefd00000-0xefd0ffff 64bit]
                  [    0.153141] pci 0000:00:14.0: PME# supported from D3hot D3cold
                  [    0.153172] pci 0000:00:14.0: System wakeup disabled by ACPI
                  [    0.153203] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
                  [    0.153218] pci 0000:00:16.0: reg 0x10: [mem 0xefd1e000-0xefd1e00f 64bit]
                  [    0.153272] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
                  [    0.153338] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
                  [    0.153353] pci 0000:00:1a.0: reg 0x10: [mem 0xefd1c000-0xefd1c3ff]
                  [    0.153427] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
                  [    0.153469] pci 0000:00:1a.0: System wakeup disabled by ACPI
                  [    0.153501] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
                  [    0.153513] pci 0000:00:1b.0: reg 0x10: [mem 0xefd10000-0xefd13fff 64bit]
                  [    0.153564] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
                  [    0.153599] pci 0000:00:1b.0: System wakeup disabled by ACPI
                  [    0.153629] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
                  [    0.153683] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
                  [    0.153746] pci 0000:00:1c.0: System wakeup disabled by ACPI
                  [    0.153776] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
                  [    0.153832] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
                  [    0.153893] pci 0000:00:1c.2: System wakeup disabled by ACPI
                  [    0.153926] pci 0000:00:1c.6: [8086:244e] type 01 class 0x060401
                  [    0.153981] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
                  [    0.154042] pci 0000:00:1c.6: System wakeup disabled by ACPI
                  [    0.154075] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
                  [    0.154090] pci 0000:00:1d.0: reg 0x10: [mem 0xefd1b000-0xefd1b3ff]
                  [    0.154164] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
                  [    0.154207] pci 0000:00:1d.0: System wakeup disabled by ACPI
                  [    0.154238] pci 0000:00:1f.0: [8086:8c44] type 00 class 0x060100
                  [    0.154383] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
                  [    0.154394] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
                  [    0.154400] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
                  [    0.154406] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
                  [    0.154412] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
                  [    0.154418] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
                  [    0.154424] pci 0000:00:1f.2: reg 0x24: [mem 0xefd1a000-0xefd1a7ff]
                  [    0.154454] pci 0000:00:1f.2: PME# supported from D3hot
                  [    0.154511] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
                  [    0.154523] pci 0000:00:1f.3: reg 0x10: [mem 0xefd19000-0xefd190ff 64bit]
                  [    0.154540] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
                  [    0.154632] pci 0000:00:01.0: PCI bridge to [bus 01]
                  [    0.154683] acpiphp: Slot [1] registered
                  [    0.154686] pci 0000:00:1c.0: PCI bridge to [bus 02]
                  [    0.154751] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
                  [    0.154769] pci 0000:03:00.0: reg 0x10: [io  0xe000-0xe0ff]
                  [    0.154795] pci 0000:03:00.0: reg 0x18: [mem 0xefc00000-0xefc00fff 64bit]
                  [    0.154953] pci 0000:03:00.0: reg 0x20: [mem 0xe0000000-0xe0003fff 64bit pref]
                  [    0.155039] pci 0000:03:00.0: supports D1 D2
                  [    0.155040] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
                  [    0.155081] pci 0000:03:00.0: System wakeup disabled by ACPI
                  [    0.164982] pci 0000:00:1c.2: PCI bridge to [bus 03]
                  [    0.164985] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
                  [    0.164987] pci 0000:00:1c.2:   bridge window [mem 0xefc00000-0xefcfffff]
                  [    0.164991] pci 0000:00:1c.2:   bridge window [mem 0xe0000000-0xe00fffff 64bit pref]
                  [    0.165040] pci 0000:04:00.0: [1b21:1080] type 01 class 0x060401
                  [    0.165134] pci 0000:04:00.0: System wakeup disabled by ACPI
                  [    0.165158] pci 0000:00:1c.6: PCI bridge to [bus 04-05] (subtractive decode)
                  [    0.165165] pci 0000:00:1c.6:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
                  [    0.165166] pci 0000:00:1c.6:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
                  [    0.165167] pci 0000:00:1c.6:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
                  [    0.165168] pci 0000:00:1c.6:   bridge window [mem 0x000c0000-0x000c3fff window] (subtractive decode)
                  [    0.165169] pci 0000:00:1c.6:   bridge window [mem 0x000c4000-0x000c7fff window] (subtractive decode)
                  [    0.165170] pci 0000:00:1c.6:   bridge window [mem 0x000c8000-0x000cbfff window] (subtractive decode)
                  [    0.165171] pci 0000:00:1c.6:   bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
                  [    0.165172] pci 0000:00:1c.6:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
                  [    0.165173] pci 0000:00:1c.6:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
                  [    0.165173] pci 0000:00:1c.6:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
                  [    0.165174] pci 0000:00:1c.6:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
                  [    0.165175] pci 0000:00:1c.6:   bridge window [mem 0xcf200000-0xfeafffff window] (subtractive decode)
                  [    0.165266] pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode)
                  [    0.165283] pci 0000:04:00.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
                  [    0.165284] pci 0000:04:00.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
                  [    0.165284] pci 0000:04:00.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
                  [    0.165285] pci 0000:04:00.0:   bridge window [mem 0x000c0000-0x000c3fff window] (subtractive decode)
                  [    0.165286] pci 0000:04:00.0:   bridge window [mem 0x000c4000-0x000c7fff window] (subtractive decode)
                  [    0.165287] pci 0000:04:00.0:   bridge window [mem 0x000c8000-0x000cbfff window] (subtractive decode)
                  [    0.165288] pci 0000:04:00.0:   bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
                  [    0.165289] pci 0000:04:00.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
                  [    0.165290] pci 0000:04:00.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
                  [    0.165292] pci 0000:04:00.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
                  [    0.165293] pci 0000:04:00.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
                  [    0.165294] pci 0000:04:00.0:   bridge window [mem 0xcf200000-0xfeafffff window] (subtractive decode)
                  [    0.165918] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                  [    0.165955] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                  [    0.165990] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                  [    0.166025] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                  [    0.166060] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                  [    0.166096] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                  [    0.166130] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                  [    0.166166] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                  [    0.166413] ACPI: Enabled 5 GPEs in block 00 to 3F
                  [    0.166482] vgaarb: setting as boot device: PCI:0000:00:02.0
                  [    0.166483] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
                  [    0.166484] vgaarb: loaded
                  [    0.166485] vgaarb: bridge control possible 0000:00:02.0
                  [    0.166510] Registered efivars operations
                  [    0.172050] PCI: Using ACPI for IRQ routing
                  [    0.174579] PCI: pci_cache_line_size set to 64 bytes
                  [    0.174613] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
                  [    0.174614] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
                  [    0.174615] e820: reserve RAM buffer [mem 0xb7170000-0xb7ffffff]
                  [    0.174615] e820: reserve RAM buffer [mem 0xb75d1000-0xb7ffffff]
                  [    0.174616] e820: reserve RAM buffer [mem 0xc877a000-0xcbffffff]
                  [    0.174617] e820: reserve RAM buffer [mem 0xca000000-0xcbffffff]
                  [    0.174618] e820: reserve RAM buffer [mem 0x22fe00000-0x22fffffff]
                  [    0.174718] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
                  [    0.174722] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
                  [    0.176734] clocksource: Switched to clocksource hpet
                  [    0.181316] VFS: Disk quotas dquot_6.6.0
                  [    0.181334] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
                  [    0.181394] pnp: PnP ACPI init
                  [    0.181470] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
                  [    0.181473] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
                  [    0.181612] system 00:01: [io  0x0680-0x069f] has been reserved
                  [    0.181614] system 00:01: [io  0xffff] has been reserved
                  [    0.181615] system 00:01: [io  0xffff] has been reserved
                  [    0.181616] system 00:01: [io  0xffff] has been reserved
                  [    0.181617] system 00:01: [io  0x1c00-0x1cfe] has been reserved
                  [    0.181618] system 00:01: [io  0x1d00-0x1dfe] has been reserved
                  [    0.181619] system 00:01: [io  0x1e00-0x1efe] has been reserved
                  [    0.181620] system 00:01: [io  0x1f00-0x1ffe] has been reserved
                  [    0.181621] system 00:01: [io  0x1800-0x18fe] has been reserved
                  [    0.181622] system 00:01: [io  0x164e-0x164f] has been reserved
                  [    0.181624] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
                  [    0.181642] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
                  [    0.181677] system 00:03: [io  0x1854-0x1857] has been reserved
                  [    0.181678] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
                  [    0.181744] system 00:04: [io  0x0290-0x029f] has been reserved
                  [    0.181746] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
                  [    0.181784] system 00:05: [io  0x04d0-0x04d1] has been reserved
                  [    0.181785] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
                  [    0.181950] pnp 00:06: [dma 0 disabled]
                  [    0.181986] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
                  [    0.182315] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
                  [    0.182316] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
                  [    0.182317] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
                  [    0.182318] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
                  [    0.182320] system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
                  [    0.182321] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
                  [    0.182322] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
                  [    0.182323] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
                  [    0.182324] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
                  [    0.182326] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
                  [    0.182327] system 00:07: [mem 0xeffdf000-0xeffdffff] has been reserved
                  [    0.182328] system 00:07: [mem 0xeffe0000-0xeffeffff] has been reserved
                  [    0.182330] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
                  [    0.182498] pnp: PnP ACPI: found 8 devices
                  [    0.188177] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
                  [    0.188210] pci 0000:00:01.0: PCI bridge to [bus 01]
                  [    0.188215] pci 0000:00:1c.0: PCI bridge to [bus 02]
                  [    0.188223] pci 0000:00:1c.2: PCI bridge to [bus 03]
                  [    0.188225] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
                  [    0.188229] pci 0000:00:1c.2:   bridge window [mem 0xefc00000-0xefcfffff]
                  [    0.188231] pci 0000:00:1c.2:   bridge window [mem 0xe0000000-0xe00fffff 64bit pref]
                  [    0.188235] pci 0000:04:00.0: PCI bridge to [bus 05]
                  [    0.188251] pci 0000:00:1c.6: PCI bridge to [bus 04-05]
                  [    0.188260] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
                  [    0.188261] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
                  [    0.188262] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
                  [    0.188263] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
                  [    0.188264] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
                  [    0.188264] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
                  [    0.188265] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
                  [    0.188266] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
                  [    0.188267] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
                  [    0.188268] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
                  [    0.188269] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
                  [    0.188270] pci_bus 0000:00: resource 15 [mem 0xcf200000-0xfeafffff window]
                  [    0.188271] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
                  [    0.188272] pci_bus 0000:03: resource 1 [mem 0xefc00000-0xefcfffff]
                  [    0.188273] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xe00fffff 64bit pref]
                  [    0.188274] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
                  [    0.188275] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
                  [    0.188276] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
                  [    0.188277] pci_bus 0000:04: resource 7 [mem 0x000c0000-0x000c3fff window]
                  [    0.188278] pci_bus 0000:04: resource 8 [mem 0x000c4000-0x000c7fff window]
                  [    0.188279] pci_bus 0000:04: resource 9 [mem 0x000c8000-0x000cbfff window]
                  [    0.188280] pci_bus 0000:04: resource 10 [mem 0x000cc000-0x000cffff window]
                  [    0.188280] pci_bus 0000:04: resource 11 [mem 0x000d0000-0x000d3fff window]
                  [    0.188281] pci_bus 0000:04: resource 12 [mem 0x000d4000-0x000d7fff window]
                  [    0.188282] pci_bus 0000:04: resource 13 [mem 0x000d8000-0x000dbfff window]
                  [    0.188283] pci_bus 0000:04: resource 14 [mem 0x000dc000-0x000dffff window]
                  [    0.188284] pci_bus 0000:04: resource 15 [mem 0xcf200000-0xfeafffff window]
                  [    0.188285] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7 window]
                  [    0.188286] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff window]
                  [    0.188287] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
                  [    0.188288] pci_bus 0000:05: resource 7 [mem 0x000c0000-0x000c3fff window]
                  [    0.188289] pci_bus 0000:05: resource 8 [mem 0x000c4000-0x000c7fff window]
                  [    0.188290] pci_bus 0000:05: resource 9 [mem 0x000c8000-0x000cbfff window]
                  [    0.188291] pci_bus 0000:05: resource 10 [mem 0x000cc000-0x000cffff window]
                  [    0.188291] pci_bus 0000:05: resource 11 [mem 0x000d0000-0x000d3fff window]
                  [    0.188292] pci_bus 0000:05: resource 12 [mem 0x000d4000-0x000d7fff window]
                  [    0.188293] pci_bus 0000:05: resource 13 [mem 0x000d8000-0x000dbfff window]
                  [    0.188294] pci_bus 0000:05: resource 14 [mem 0x000dc000-0x000dffff window]
                  [    0.188295] pci_bus 0000:05: resource 15 [mem 0xcf200000-0xfeafffff window]
                  [    0.188377] NET: Registered protocol family 2
                  [    0.188497] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
                  [    0.188576] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
                  [    0.188686] TCP: Hash tables configured (established 65536 bind 65536)
                  [    0.188699] UDP hash table entries: 4096 (order: 5, 131072 bytes)
                  [    0.188718] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
                  [    0.188763] NET: Registered protocol family 1
                  [    0.188773] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
                  [    0.232807] PCI: CLS 64 bytes, default 64
                  [    0.232836] Unpacking initramfs...
                  [    0.486768] Freeing initrd memory: 20376K
                  [    0.486788] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
                  [    0.486790] software IO TLB [mem 0xc0189000-0xc4189000] (64MB) mapped at [ffff925440189000-ffff925444188fff]
                  [    0.487053] audit: initializing netlink subsys (disabled)
                  [    0.487065] audit: type=2000 audit(1531593025.484:1): initialized
                  [    0.487342] workingset: timestamp_bits=40 max_order=21 bucket_order=0
                  [    0.487368] zbud: loaded
                  [    0.487915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
                  [    0.487936] io scheduler noop registered
                  [    0.487936] io scheduler deadline registered
                  [    0.487943] io scheduler cfq registered (default)
                  [    0.488275] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
                  [    0.488278] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
                  [    0.488286] efifb: probing for efifb
                  [    0.488295] efifb: framebuffer at 0xd0000000, using 3072k, total 3072k
                  [    0.488296] efifb: mode is 1024x768x32, linelength=4096, pages=1
                  [    0.488297] efifb: scrolling: redraw
                  [    0.488298] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
                  [    0.489485] Console: switching to colour frame buffer device 128x48
                  [    0.490594] fb0: EFI VGA frame buffer device
                  [    0.490606] intel_idle: MWAIT substates: 0x42120
                  [    0.490607] intel_idle: v0.4.1 model 0x3C
                  [    0.490712] intel_idle: lapic_timer_reliable_states 0xffffffff
                  [    0.490808] GHES: HEST is not enabled!
                  [    0.490842] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
                  [    0.511319] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
                  [    0.511682] Linux agpgart interface v0.103
                  [    0.511731] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
                  [    0.511732] AMD IOMMUv2 functionality not available on this system
                  [    0.511991] i8042: PNP: No PS/2 controller found. Probing ports directly.
                  [    0.514522] serio: i8042 KBD port at 0x60,0x64 irq 1
                  [    0.514524] serio: i8042 AUX port at 0x60,0x64 irq 12
                  [    0.514642] mousedev: PS/2 mouse device common for all mice
                  [    0.514669] rtc_cmos 00:02: RTC can wake from S4
                  [    0.514773] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
                  [    0.514793] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
                  [    0.514799] intel_pstate: Intel P-state driver initializing
                  [    0.515064] ledtrig-cpu: registered to indicate activity on CPUs
                  [    0.516527] NET: Registered protocol family 10
                  [    0.517042] mip6: Mobile IPv6
                  [    0.517045] NET: Registered protocol family 17
                  [    0.517050] mpls_gso: MPLS GSO support
                  [    0.517494] microcode: sig=0x306c3, pf=0x2, revision=0x19
                  [    0.517677] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
                  [    0.518103] registered taskstats version 1
                  [    0.518139] zswap: loaded using pool lzo/zbud
                  [    0.518445] ima: No TPM chip found, activating TPM-bypass!
                  [    0.519433] rtc_cmos 00:02: setting system clock to 2018-07-14 18:30:26 UTC (1531593026)
                  [    0.519643] PM: Hibernation image not present or could not be loaded.
                  [    0.522563] Freeing unused kernel memory: 1416K
                  [    0.522565] Write protecting the kernel read-only data: 12288k
                  [    0.523683] Freeing unused kernel memory: 1936K
                  [    0.530698] Freeing unused kernel memory: 1228K
                  [    0.543438] x86/mm: Checked W+X mappings: passed, no W+X pages found.
                  [    0.611624] random: systemd-udevd: uninitialized urandom read (16 bytes read)
                  [    0.611676] random: systemd-udevd: uninitialized urandom read (16 bytes read)
                  [    0.611681] random: systemd-udevd: uninitialized urandom read (16 bytes read)
                  [    0.611688] random: systemd-udevd: uninitialized urandom read (16 bytes read)
                  [    0.612241] random: udevadm: uninitialized urandom read (16 bytes read)
                  [    0.612262] random: udevadm: uninitialized urandom read (16 bytes read)
                  [    0.612918] random: udevadm: uninitialized urandom read (16 bytes read)
                  [    0.612952] random: udevadm: uninitialized urandom read (16 bytes read)
                  [    0.613130] random: udevadm: uninitialized urandom read (16 bytes read)
                  [    0.613165] random: udevadm: uninitialized urandom read (16 bytes read)
                  [    0.630758] thermal LNXTHERM:00: registered as thermal_zone0
                  [    0.630759] ACPI: Thermal Zone [TZ00] (28 C)
                  [    0.630929] thermal LNXTHERM:01: registered as thermal_zone1
                  [    0.630929] ACPI: Thermal Zone [TZ01] (30 C)
                  [    0.632391] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
                  [    0.632395] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
                  [    0.633631] SCSI subsystem initialized
                  [    0.634358] i801_smbus 0000:00:1f.3: SPD Write Disable is set
                  [    0.634375] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
                  [    0.634850] libata version 3.00 loaded.
                  [    0.635019] ACPI: bus type USB registered
                  [    0.635033] usbcore: registered new interface driver usbfs
                  [    0.635039] usbcore: registered new interface driver hub
                  [    0.635051] usbcore: registered new device driver usb
                  [    0.635447] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
                  [    0.635559] ehci-pci: EHCI PCI platform driver
                  [    0.635648] ehci-pci 0000:00:1a.0: EHCI Host Controller
                  [    0.635652] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
                  [    0.635661] ehci-pci 0000:00:1a.0: debug port 2
                  [    0.639565] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
                  [    0.639573] ehci-pci 0000:00:1a.0: irq 20, io mem 0xefd1c000
                  [    0.641583] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffa46e80c79000, e0:3f:49:44:a6:60, XID 0c000800 IRQ 25
                  [    0.641585] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
                  [    0.645595] r8169 0000:03:00.0 enp3s0: renamed from eth0
                  [    0.645711] AVX2 version of gcm_enc/dec engaged.
                  [    0.645711] AES CTR mode by8 optimization enabled
                  [    0.652728] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
                  [    0.652803] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
                  [    0.652804] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                  [    0.652805] usb usb1: Product: EHCI Host Controller
                  [    0.652806] usb usb1: Manufacturer: Linux 4.9.0-6-amd64 ehci_hcd
                  [    0.652807] usb usb1: SerialNumber: 0000:00:1a.0
                  [    0.652911] hub 1-0:1.0: USB hub found
                  [    0.652918] hub 1-0:1.0: 2 ports detected
                  [    0.653143] ehci-pci 0000:00:1d.0: EHCI Host Controller
                  [    0.653147] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
                  [    0.653156] ehci-pci 0000:00:1d.0: debug port 2
                  [    0.657051] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
                  [    0.657060] ehci-pci 0000:00:1d.0: irq 23, io mem 0xefd1b000
                  [    0.672747] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
                  [    0.672776] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
                  [    0.672777] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                  [    0.672778] usb usb2: Product: EHCI Host Controller
                  [    0.672779] usb usb2: Manufacturer: Linux 4.9.0-6-amd64 ehci_hcd
                  [    0.672780] usb usb2: SerialNumber: 0000:00:1d.0
                  [    0.672932] hub 2-0:1.0: USB hub found
                  [    0.672935] hub 2-0:1.0: 2 ports detected
                  [    0.673038] ahci 0000:00:1f.2: version 3.0
                  [    0.673167] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x9 impl SATA mode
                  [    0.673169] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
                  [    0.685329] scsi host0: ahci
                  [    0.685542] scsi host1: ahci
                  [    0.685648] scsi host2: ahci
                  [    0.685722] scsi host3: ahci
                  [    0.685777] scsi host4: ahci
                  [    0.685830] scsi host5: ahci
                  [    0.685861] ata1: SATA max UDMA/133 abar m2048@0xefd1a000 port 0xefd1a100 irq 26
                  [    0.685861] ata2: DUMMY
                  [    0.685862] ata3: DUMMY
                  [    0.685863] ata4: SATA max UDMA/133 abar m2048@0xefd1a000 port 0xefd1a280 irq 26
                  [    0.685863] ata5: DUMMY
                  [    0.685864] ata6: DUMMY
                  [    0.686031] xhci_hcd 0000:00:14.0: xHCI Host Controller
                  [    0.686034] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
                  [    0.687099] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
                  [    0.687102] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
                  [    0.687157] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
                  [    0.687158] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                  [    0.687159] usb usb3: Product: xHCI Host Controller
                  [    0.687160] usb usb3: Manufacturer: Linux 4.9.0-6-amd64 xhci-hcd
                  [    0.687161] usb usb3: SerialNumber: 0000:00:14.0
                  [    0.687246] hub 3-0:1.0: USB hub found
                  [    0.687261] hub 3-0:1.0: 14 ports detected
                  [    0.688798] xhci_hcd 0000:00:14.0: xHCI Host Controller
                  [    0.688800] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
                  [    0.688826] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
                  [    0.688827] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                  [    0.688828] usb usb4: Product: xHCI Host Controller
                  [    0.688829] usb usb4: Manufacturer: Linux 4.9.0-6-amd64 xhci-hcd
                  [    0.688830] usb usb4: SerialNumber: 0000:00:14.0
                  [    0.688981] hub 4-0:1.0: USB hub found
                  [    0.688991] hub 4-0:1.0: 6 ports detected
                  [    0.980742] usb 1-1: new high-speed USB device number 2 using ehci-pci
                  [    0.999853] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
                  [    0.999872] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
                  [    1.000707] usb 2-1: new high-speed USB device number 2 using ehci-pci
                  [    1.000856] ata4.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
                  [    1.000861] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
                  [    1.002145] ata4.00: configured for UDMA/133
                  [    1.002342] ata1.00: ATAPI: TSSTcorp CDDVDW SH-224DB, SB01, max UDMA/100
                  [    1.003422] ata1.00: configured for UDMA/100
                  [    1.005162] scsi 0:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-224DB  SB01 PQ: 0 ANSI: 5
                  [    1.016773] usb 3-1: new high-speed USB device number 2 using xhci_hcd
                  [    1.018925] scsi 3:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
                  [    1.068356] sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
                  [    1.068357] cdrom: Uniform CD-ROM driver Revision: 3.20
                  [    1.068474] sr 0:0:0:0: Attached scsi CD-ROM sr0
                  [    1.068554] sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
                  [    1.068555] sd 3:0:0:0: [sda] 4096-byte physical blocks
                  [    1.068571] sd 3:0:0:0: [sda] Write Protect is off
                  [    1.068573] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
                  [    1.068580] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
                  [    1.101885]  sda: sda1 sda2 sda3
                  [    1.102224] sd 3:0:0:0: [sda] Attached SCSI disk
                  [    1.133106] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
                  [    1.133108] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                  [    1.133355] hub 1-1:1.0: USB hub found
                  [    1.133457] hub 1-1:1.0: 6 ports detected
                  [    1.153131] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
                  [    1.153133] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                  [    1.153391] hub 2-1:1.0: USB hub found
                  [    1.153459] hub 2-1:1.0: 8 ports detected
                  [    1.165089] usb 3-1: New USB device found, idVendor=0bda, idProduct=8179
                  [    1.165091] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                  [    1.165092] usb 3-1: Product: 802.11n NIC
                  [    1.165092] usb 3-1: Manufacturer: Realtek
                  [    1.165093] usb 3-1: SerialNumber: 243C200140C2
                  [    1.284718] usb 3-2: new high-speed USB device number 3 using xhci_hcd
                  [    1.371377] device-mapper: uevent: version 1.0.3
                  [    1.371425] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
                  [    1.427933] usb 3-2: New USB device found, idVendor=13fe, idProduct=4200
                  [    1.427936] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                  [    1.427937] usb 3-2: Product: USB DISK 2.0
                  [    1.427939] usb 3-2: Manufacturer:         
                  [    1.427940] usb 3-2: SerialNumber: 070855018B1C4C30
                  [    1.429925] usb-storage 3-2:1.0: USB Mass Storage device detected
                  [    1.430001] scsi host6: usb-storage 3-2:1.0
                  [    1.430072] usbcore: registered new interface driver usb-storage
                  [    1.430442] usbcore: registered new interface driver uas
                  [    1.439727] random: fast init done
                  [    1.504705] tsc: Refined TSC clocksource calibration: 3198.147 MHz
                  [    1.504709] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e1973af5de, max_idle_ns: 440795368835 ns
                  [    1.544702] usb 3-4: new full-speed USB device number 4 using xhci_hcd
                  [    1.609220] md: linear personality registered for level -1
                  [    1.610030] md: multipath personality registered for level -4
                  [    1.610801] md: raid0 personality registered for level 0
                  [    1.611666] md: raid1 personality registered for level 1
                  [    1.680681] raid6: sse2x1   gen() 10817 MB/s
                  [    1.748675] raid6: sse2x1   xor()  8443 MB/s
                  [    1.816672] raid6: sse2x2   gen() 13802 MB/s
                  [    1.884666] raid6: sse2x2   xor()  9208 MB/s
                  [    1.952663] raid6: sse2x4   gen() 15838 MB/s
                  [    2.020659] raid6: sse2x4   xor() 11122 MB/s
                  [    2.088656] raid6: avx2x1   gen() 21054 MB/s
                  [    2.156653] raid6: avx2x2   gen() 24337 MB/s
                  [    2.224649] raid6: avx2x4   gen() 28305 MB/s
                  [    2.224650] raid6: using algorithm avx2x4 gen() 28305 MB/s
                  [    2.224651] raid6: using avx2x2 recovery algorithm
                  [    2.224832] xor: automatically using best checksumming function   avx       
                  [    2.224966] async_tx: api initialized (async)
                  [    2.225903] md: raid6 personality registered for level 6
                  [    2.225904] md: raid5 personality registered for level 5
                  [    2.225905] md: raid4 personality registered for level 4
                  [    2.228287] md: raid10 personality registered for level 10
                  [    2.255984] usb 3-4: New USB device found, idVendor=04d9, idProduct=a067
                  [    2.255986] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
                  [    2.255987] usb 3-4: Product: USB Gaming Mouse
                  [    2.255987] usb 3-4: Manufacturer: Holtek
                  [    2.257190] Btrfs loaded, crc32c=crc32c-intel
                  [    2.257916] hidraw: raw HID events driver (C) Jiri Kosina
                  [    2.268337] usbcore: registered new interface driver usbhid
                  [    2.268337] usbhid: USB HID core driver
                  [    2.268751] input: Holtek USB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:04D9:A067.0001/input/input3
                  [    2.328899] holtek_mouse 0003:04D9:A067.0001: input,hidraw0: USB HID v1.10 Keyboard [Holtek USB Gaming Mouse] on usb-0000:00:14.0-4/input0
                  [    2.328917] holtek_mouse 0003:04D9:A067.0002: Fixing up report descriptor
                  [    2.333140] input: Holtek USB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:04D9:A067.0002/input/input4
                  [    2.376662] usb 3-9: new low-speed USB device number 5 using xhci_hcd
                  [    2.393038] holtek_mouse 0003:04D9:A067.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [Holtek USB Gaming Mouse] on usb-0000:00:14.0-4/input1
                  [    2.396105] holtek_mouse 0003:04D9:A067.0003: hiddev0,hidraw2: USB HID v1.10 Device [Holtek USB Gaming Mouse] on usb-0000:00:14.0-4/input2
                  [    2.400119] PM: Starting manual resume from disk
                  [    2.400120] PM: Hibernation image partition 254:1 present
                  [    2.400121] PM: Looking for hibernation image.
                  [    2.400314] PM: Image not found (code -22)
                  [    2.400315] PM: Hibernation image not present or could not be loaded.
                  [    2.433579] scsi 6:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 6
                  [    2.434294] sd 6:0:0:0: [sdb] 31326208 512-byte logical blocks: (16.0 GB/14.9 GiB)
                  [    2.434987] sd 6:0:0:0: [sdb] Write Protect is off
                  [    2.434989] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
                  [    2.435696] sd 6:0:0:0: [sdb] No Caching mode page found
                  [    2.435715] sd 6:0:0:0: [sdb] Assuming drive cache: write through
                  [    2.439066]  sdb: sdb1
                  [    2.441276] sd 6:0:0:0: [sdb] Attached SCSI removable disk
                  [    2.528774] clocksource: Switched to clocksource tsc
                  [    2.543707] usb 3-9: New USB device found, idVendor=0738, idProduct=2026
                  [    2.543709] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
                  [    2.543710] usb 3-9: Product: Mad Catz V.5 Keyboard
                  [    2.543711] usb 3-9: Manufacturer: Madcatz
                  [    2.575866] input: Madcatz Mad Catz V.5 Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:0738:2026.0004/input/input5
                  [    2.632749] hid-generic 0003:0738:2026.0004: input,hidraw3: USB HID v1.11 Keyboard [Madcatz Mad Catz V.5 Keyboard] on usb-0000:00:14.0-9/input0
                  [    2.635824] input: Madcatz Mad Catz V.5 Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.1/0003:0738:2026.0005/input/input6
                  [    2.692889] hid-generic 0003:0738:2026.0005: input,hiddev0,hidraw4: USB HID v1.11 Device [Madcatz Mad Catz V.5 Keyboard] on usb-0000:00:14.0-9/input1
                  [    6.435559] random: crng init done
                  [   22.945355] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
                  [   23.965927] ip_tables: (C) 2000-2006 Netfilter Core Team
                  [   24.080726] 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)
                  [   24.080833] systemd[1]: Detected architecture x86-64.
                  [   24.093316] systemd[1]: Set hostname to <Kakugen>.
                  [   25.014363] systemd[1]: Listening on Device-mapper event daemon FIFOs.
                  [   25.014440] systemd[1]: Listening on udev Kernel Socket.
                  [   25.014452] systemd[1]: Reached target Remote File Systems.
                  [   25.014472] systemd[1]: Listening on fsck to fsckd communication Socket.
                  [   25.014591] systemd[1]: Created slice System Slice.
                  [   25.014677] systemd[1]: Created slice User and Session Slice.
                  [   25.014690] systemd[1]: Reached target Slices.
                  [   25.609409] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
                  [   25.724137] lp: driver loaded but no devices found
                  [   25.745955] systemd-journald[310]: Received request to flush runtime journal from PID 1
                  [   25.782763] ppdev: user-space parallel port driver
                  [   27.143658] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
                  [   27.234272] wmi: Mapper loaded
                  [   27.273621] EFI Variables Facility v0.08 2004-May-17
                  [   27.296978] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7
                  [   27.296981] ACPI: Power Button [PWRB]
                  [   27.297016] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
                  [   27.297017] ACPI: Power Button [PWRF]
                  [   27.312172] input: PC Speaker as /devices/platform/pcspkr/input/input9
                  [   27.382768] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
                  [   27.382769] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
                  [   27.382769] RAPL PMU: hw unit of domain package 2^-14 Joules
                  [   27.382770] RAPL PMU: hw unit of domain dram 2^-14 Joules
                  [   27.382770] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
                  [   27.418486] [drm] Initialized
                  [   27.588794] sr 0:0:0:0: Attached scsi generic sg0 type 5
                  [   27.588815] sd 3:0:0:0: Attached scsi generic sg1 type 0
                  [   27.588836] sd 6:0:0:0: Attached scsi generic sg2 type 0
                  [   27.596842] pstore: using zlib compression
                  [   27.596855] pstore: Registered efi as persistent store backend
                  [   27.995128] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
                  [   27.995225] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
                  [   28.052321] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
                  [   28.052323] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
                  [   28.052324] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
                  [   28.052325] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
                  [   28.052326] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x11/0x1e
                  [   28.052326] snd_hda_codec_realtek hdaudioC1D0:    inputs:
                  [   28.052328] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
                  [   28.052329] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
                  [   28.052330] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
                  [   28.065487] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
                  [   28.065509] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
                  [   28.065529] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
                  [   28.065549] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
                  [   28.065569] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
                  [   28.065589] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
                  [   28.065608] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
                  [   28.065628] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
                  [   28.153770] r8188eu: module is from the staging directory, the quality is unknown, you have been warned.
                  [   28.154779] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
                  [   28.174775] usbcore: registered new interface driver r8188eu
                  [   28.382771] iTCO_vendor_support: vendor-support=0
                  [   28.454938] asus_wmi: ASUS WMI generic driver loaded
                  [   28.565207] r8188eu 3-1:1.0 wlx243c200140c2: renamed from wlan0
                  [   28.675587] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
                  [   28.675628] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
                  [   28.675757] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
                  [   28.675929] asus_wmi: Initialization: 0x0
                  [   28.675957] asus_wmi: BIOS WMI version: 0.9
                  [   28.676001] asus_wmi: SFUN value: 0x0
                  [   28.676418] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input18
                  [   28.676501] asus_wmi: Number of fans: 1
                  [   28.798462] [drm] Memory usable by graphics device = 2048M
                  [   28.798464] checking generic (d0000000 300000) vs hw (d0000000 10000000)
                  [   28.798464] fb: switching to inteldrmfb from EFI VGA
                  [   28.798491] Console: switching to colour dummy device 80x25
                  [   28.798546] [drm] Replacing VGA console driver
                  [   28.804492] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
                  [   28.804492] [drm] Driver supports precise vblank timestamp query.
                  [   28.806713] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
                  [   28.811679] kvm: disabled by bios
                  [   28.825497] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
                  [   28.825614] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input19
                  [   28.825692] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
                  [   28.825696] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 0
                  [   28.842552] fbcon: inteldrmfb (fb0) is primary device
                  [   28.856257] kvm: disabled by bios
                  [   28.892265] kvm: disabled by bios
                  [   28.917869] Console: switching to colour frame buffer device 200x56
                  [   28.924211] kvm: disabled by bios
                  [   28.936504] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
                  [   29.376374] intel_rapl: Found RAPL domain package
                  [   29.376378] intel_rapl: Found RAPL domain core
                  [   29.376382] intel_rapl: Found RAPL domain uncore
                  [   29.376385] intel_rapl: Found RAPL domain dram
                  [   29.427101] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20
                  [   29.427143] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input21
                  [   29.921262] Adding 8257532k swap on /dev/mapper/Kakugen--vg-swap_1.  Priority:-1 extents:1 across:8257532k FS
                  [   31.453740] EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
                  [   31.503180] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
                  [   36.937891] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
                  [   36.964861] r8169 0000:03:00.0: firmware: failed to load rtl_nic/rtl8168g-2.fw (-2)
                  [   36.964891] r8169 0000:03:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
                  [   36.964893] r8169 0000:03:00.0 enp3s0: unable to load firmware patch rtl_nic/rtl8168g-2.fw (-2)
                  [   36.977366] r8169 0000:03:00.0 enp3s0: link down
                  [   36.977381] r8169 0000:03:00.0 enp3s0: link down
                  [   36.977420] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
                  [   36.979815] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                  [   36.980319] r8188eu 3-1:1.0: firmware: failed to load rtlwifi/rtl8188eufw.bin (-2)
                  [   36.980343] r8188eu 3-1:1.0: Direct firmware load for rtlwifi/rtl8188eufw.bin failed with error -2
                  [   36.980344] r8188eu 3-1:1.0: Firmware rtlwifi/rtl8188eufw.bin not available
                  [   36.980362] MAC Address = 24:3c:20:01:40:c2
                  [   36.981300] usb 3-1: USB disconnect, device number 2
                  [   36.981358] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                  [   36.981367] R8188EU: indicate disassoc
                  [   39.411671] r8169 0000:03:00.0 enp3s0: link up
                  [   39.411680] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
                  [   68.278502] fuse init (API version 7.26)
                  [  311.484859] usb 3-2: USB disconnect, device number 3
                  [  340.276717] usb 3-1: new high-speed USB device number 6 using xhci_hcd
                  [  340.417114] usb 3-1: New USB device found, idVendor=0bda, idProduct=8179
                  [  340.417115] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                  [  340.417116] usb 3-1: Product: 802.11n NIC
                  [  340.417117] usb 3-1: Manufacturer: Realtek
                  [  340.417118] usb 3-1: SerialNumber: 243C200140C2
                  [  340.417491] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
                  [  340.443953] r8188eu 3-1:1.0 wlx243c200140c2: renamed from wlan0
                  [  340.474239] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                  [  340.474739] r8188eu 3-1:1.0: firmware: failed to load rtlwifi/rtl8188eufw.bin (-2)
                  [  340.474742] r8188eu 3-1:1.0: Direct firmware load for rtlwifi/rtl8188eufw.bin failed with error -2
                  [  340.474743] r8188eu 3-1:1.0: Firmware rtlwifi/rtl8188eufw.bin not available
                  [  340.474745] MAC Address = 24:3c:20:01:40:c2
                  [  340.476112] usb 3-1: USB disconnect, device number 6
                  [  340.976771] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                  [  340.976794] R8188EU: indicate disassoc
                  



                  • Partager sur Facebook
                  • Partager sur Twitter
                  Anonyme
                    15 juillet 2018 à 10:34:52

                    OK merci.

                    Bizarre que la clé WiFi n’apparaisse pas dans le lsusb...

                    Cependant on la voit bien dans les logs système. C'est donc une puce Realtek RTL8188EU, qui est bien prise en charge mais comme le montre les logs, il manque juste le firmware propriétaire pour l'utiliser.

                    A priori, tu peux récupérer et installer le firmware facilement avec cette commande :

                    $ sudo wget https://github.com/lwfinger/rtl8188eu/raw/master/rtl8188eufw.bin -O /lib/firmware/rtlwifi/rtl8188eufw.bin

                    La clé WiFi devrait ensuite fonctionner après un reboot du PC.

                    -
                    Edité par Anonyme 15 juillet 2018 à 10:37:02

                    • Partager sur Facebook
                    • Partager sur Twitter
                      15 juillet 2018 à 13:00:56

                      C'est moi qui te remercie pour tous le temps que tu passes à m'aider

                      Après avoir creer le dossier rtlwifi et le fichier rtl8188eufw.bin et installer le firmware, j'ai reboot 2 fois le pc mais rien ne change

                      Il n'y a aucun changement dans le lsusb

                      Faut-il faire autre chose pour installer une cle wifi ?

                      Encore merci

                      • Partager sur Facebook
                      • Partager sur Twitter
                      Anonyme
                        15 juillet 2018 à 13:28:09

                        Est-ce que tu peux refaire un dmesg stp ?
                        • Partager sur Facebook
                        • Partager sur Twitter
                          15 juillet 2018 à 14:32:03

                          Bien sur, voici :

                          [    0.000000] Linux version 4.9.0-7-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.110-1 (2018-07-05)
                          [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.9.0-7-amd64 root=/dev/mapper/Kakugen--vg-root 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 0x004: 'AVX registers'
                          [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
                          [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
                          [    0.000000] e820: BIOS-provided physical RAM map:
                          [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved
                          [    0.000000] BIOS-e820: [mem 0x0000000000001000-0x0000000000057fff] usable
                          [    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
                          [    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000008ffff] usable
                          [    0.000000] BIOS-e820: [mem 0x0000000000090000-0x0000000000090fff] type 20
                          [    0.000000] BIOS-e820: [mem 0x0000000000091000-0x000000000009dfff] usable
                          [    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
                          [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b716ffff] usable
                          [    0.000000] BIOS-e820: [mem 0x00000000b7170000-0x00000000b7176fff] ACPI NVS
                          [    0.000000] BIOS-e820: [mem 0x00000000b7177000-0x00000000b75d0fff] usable
                          [    0.000000] BIOS-e820: [mem 0x00000000b75d1000-0x00000000b7a39fff] reserved
                          [    0.000000] BIOS-e820: [mem 0x00000000b7a3a000-0x00000000c8779fff] usable
                          [    0.000000] BIOS-e820: [mem 0x00000000c877a000-0x00000000c896ffff] reserved
                          [    0.000000] BIOS-e820: [mem 0x00000000c8970000-0x00000000c8988fff] ACPI data
                          [    0.000000] BIOS-e820: [mem 0x00000000c8989000-0x00000000c8ec4fff] ACPI NVS
                          [    0.000000] BIOS-e820: [mem 0x00000000c8ec5000-0x00000000c9f51fff] reserved
                          [    0.000000] BIOS-e820: [mem 0x00000000c9f52000-0x00000000c9ffefff] type 20
                          [    0.000000] BIOS-e820: [mem 0x00000000c9fff000-0x00000000c9ffffff] usable
                          [    0.000000] BIOS-e820: [mem 0x00000000cb000000-0x00000000cf1fffff] reserved
                          [    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
                          [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
                          [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
                          [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
                          [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
                          [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
                          [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022fdfffff] usable
                          [    0.000000] NX (Execute Disable) protection: active
                          [    0.000000] efi: EFI v2.31 by American Megatrends
                          [    0.000000] efi:  ESRT=0xc9f50818  ACPI=0xc8975000  ACPI 2.0=0xc8975000  SMBIOS=0xc9f50498 
                          [    0.000000] SMBIOS 2.7 present.
                          [    0.000000] DMI: ASUS All Series/Z87-A, BIOS 2103 08/15/2014
                          [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
                          [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
                          [    0.000000] e820: last_pfn = 0x22fe00 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-DFFFF uncachable
                          [    0.000000]   E0000-FFFFF write-protect
                          [    0.000000] MTRR variable ranges enabled:
                          [    0.000000]   0 base 0000000000 mask 7E00000000 write-back
                          [    0.000000]   1 base 0200000000 mask 7FE0000000 write-back
                          [    0.000000]   2 base 0220000000 mask 7FF0000000 write-back
                          [    0.000000]   3 base 00E0000000 mask 7FE0000000 uncachable
                          [    0.000000]   4 base 00D0000000 mask 7FF0000000 uncachable
                          [    0.000000]   5 base 00CC000000 mask 7FFC000000 uncachable
                          [    0.000000]   6 base 00CB000000 mask 7FFF000000 uncachable
                          [    0.000000]   7 base 022FE00000 mask 7FFFE00000 uncachable
                          [    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: update [mem 0xcb000000-0xffffffff] usable ==> reserved
                          [    0.000000] e820: last_pfn = 0xca000 max_arch_pfn = 0x400000000
                          [    0.000000] esrt: Reserving ESRT space from 0x00000000c9f50818 to 0x00000000c9f50850.
                          [    0.000000] Base memory trampoline at [ffff931cc0098000] 98000 size 24576
                          [    0.000000] Using GB pages for direct mapping
                          [    0.000000] BRK [0x17073a000, 0x17073afff] PGTABLE
                          [    0.000000] BRK [0x17073b000, 0x17073bfff] PGTABLE
                          [    0.000000] BRK [0x17073c000, 0x17073cfff] PGTABLE
                          [    0.000000] BRK [0x17073d000, 0x17073dfff] PGTABLE
                          [    0.000000] BRK [0x17073e000, 0x17073efff] PGTABLE
                          [    0.000000] BRK [0x17073f000, 0x17073ffff] PGTABLE
                          [    0.000000] BRK [0x170740000, 0x170740fff] PGTABLE
                          [    0.000000] BRK [0x170741000, 0x170741fff] PGTABLE
                          [    0.000000] BRK [0x170742000, 0x170742fff] PGTABLE
                          [    0.000000] BRK [0x170743000, 0x170743fff] PGTABLE
                          [    0.000000] BRK [0x170744000, 0x170744fff] PGTABLE
                          [    0.000000] BRK [0x170745000, 0x170745fff] PGTABLE
                          [    0.000000] RAMDISK: [mem 0x35821000-0x36c07fff]
                          [    0.000000] ACPI: Early table checksum verification disabled
                          [    0.000000] ACPI: RSDP 0x00000000C8975000 000024 (v02 ALASKA)
                          [    0.000000] ACPI: XSDT 0x00000000C8975080 000074 (v01 ALASKA A M I    01072009 AMI  00010013)
                          [    0.000000] ACPI: FACP 0x00000000C8983C80 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
                          [    0.000000] ACPI: DSDT 0x00000000C8975188 00EAF2 (v02 ALASKA A M I    00000031 INTL 20091112)
                          [    0.000000] ACPI: FACS 0x00000000C8EC3080 000040
                          [    0.000000] ACPI: APIC 0x00000000C8983D90 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
                          [    0.000000] ACPI: FPDT 0x00000000C8983E08 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
                          [    0.000000] ACPI: LPIT 0x00000000C8983E50 00005C (v01 ALASKA A M I    00000000 AMI. 00000005)
                          [    0.000000] ACPI: SSDT 0x00000000C8983EB0 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20091112)
                          [    0.000000] ACPI: SSDT 0x00000000C89843F0 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20091112)
                          [    0.000000] ACPI: MCFG 0x00000000C8984EC8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
                          [    0.000000] ACPI: HPET 0x00000000C8984F08 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
                          [    0.000000] ACPI: SSDT 0x00000000C8984F40 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
                          [    0.000000] ACPI: SSDT 0x00000000C89852B0 0034E1 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
                          [    0.000000] ACPI: Local APIC address 0xfee00000
                          [    0.000000] No NUMA configuration found
                          [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000022fdfffff]
                          [    0.000000] NODE_DATA(0) allocated [mem 0x22fdfb000-0x22fdfffff]
                          [    0.000000] Zone ranges:
                          [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
                          [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
                          [    0.000000]   Normal   [mem 0x0000000100000000-0x000000022fdfffff]
                          [    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-0x000000000008ffff]
                          [    0.000000]   node   0: [mem 0x0000000000091000-0x000000000009dfff]
                          [    0.000000]   node   0: [mem 0x0000000000100000-0x00000000b716ffff]
                          [    0.000000]   node   0: [mem 0x00000000b7177000-0x00000000b75d0fff]
                          [    0.000000]   node   0: [mem 0x00000000b7a3a000-0x00000000c8779fff]
                          [    0.000000]   node   0: [mem 0x00000000c9fff000-0x00000000c9ffffff]
                          [    0.000000]   node   0: [mem 0x0000000100000000-0x000000022fdfffff]
                          [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000022fdfffff]
                          [    0.000000] On node 0 totalpages: 2064550
                          [    0.000000]   DMA zone: 64 pages used for memmap
                          [    0.000000]   DMA zone: 23 pages reserved
                          [    0.000000]   DMA zone: 3995 pages, LIFO batch:0
                          [    0.000000]   DMA32 zone: 12749 pages used for memmap
                          [    0.000000]   DMA32 zone: 815883 pages, LIFO batch:31
                          [    0.000000]   Normal zone: 19448 pages used for memmap
                          [    0.000000]   Normal zone: 1244672 pages, LIFO batch:31
                          [    0.000000] Reserving Intel graphics memory at 0x00000000cb200000-0x00000000cf1fffff
                          [    0.000000] ACPI: PM-Timer IO Port: 0x1808
                          [    0.000000] ACPI: Local APIC address 0xfee00000
                          [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
                          [    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
                          [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
                          [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
                          [    0.000000] ACPI: IRQ0 used by override.
                          [    0.000000] ACPI: IRQ9 used by override.
                          [    0.000000] Using ACPI (MADT) for SMP configuration information
                          [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
                          [    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
                          [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
                          [    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
                          [    0.000000] PM: Registered nosave memory: [mem 0x00090000-0x00090fff]
                          [    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 0xb7170000-0xb7176fff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xb75d1000-0xb7a39fff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xc877a000-0xc896ffff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xc8970000-0xc8988fff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xc8989000-0xc8ec4fff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xc8ec5000-0xc9f51fff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xc9f52000-0xc9ffefff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xca000000-0xcaffffff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xcb000000-0xcf1fffff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xcf200000-0xefffffff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
                          [    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
                          [    0.000000] e820: [mem 0xcf200000-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:4 nr_node_ids:1
                          [    0.000000] percpu: Embedded 35 pages/cpu @ffff931eefa00000 s105304 r8192 d29864 u524288
                          [    0.000000] pcpu-alloc: s105304 r8192 d29864 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: 2032266
                          [    0.000000] Policy zone: Normal
                          [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-7-amd64 root=/dev/mapper/Kakugen--vg-root 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: 7958536K/8258200K available (6250K kernel code, 1159K rwdata, 2868K rodata, 1420K init, 688K bss, 299664K 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=4.
                          [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
                          [    0.000000] NR_IRQS:33024 nr_irqs:456 16
                          [    0.000000] Console: colour dummy device 80x25
                          [    0.000000] console [tty0] enabled
                          [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
                          [    0.000000] hpet clockevent registered
                          [    0.000000] tsc: Fast TSC calibration using PIT
                          [    0.000000] tsc: Detected 3198.434 MHz processor
                          [    0.000018] Calibrating delay loop (skipped), value calculated using timer frequency.. 6396.86 BogoMIPS (lpj=12793736)
                          [    0.000019] pid_max: default: 32768 minimum: 301
                          [    0.000030] ACPI: Core revision 20160831
                          [    0.007786] ACPI: 5 ACPI AML tables successfully acquired and loaded
                          [    0.008335] Security Framework initialized
                          [    0.008336] Yama: disabled by default; enable with sysctl kernel.yama.*
                          [    0.008340] AppArmor: AppArmor disabled by boot time parameter
                          [    0.008620] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
                          [    0.009699] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
                          [    0.010182] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
                          [    0.010187] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
                          [    0.010401] CPU: Physical Processor ID: 0
                          [    0.010402] CPU: Processor Core ID: 0
                          [    0.010405] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
                          [    0.010405] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
                          [    0.010408] mce: CPU supports 9 MCE banks
                          [    0.010415] CPU0: Thermal monitoring enabled (TM1)
                          [    0.010426] process: using mwait in idle threads
                          [    0.010428] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
                          [    0.010429] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
                          [    0.010430] Spectre V2 : Mitigation: Full generic retpoline
                          [    0.010430] Speculative Store Bypass: Vulnerable
                          [    0.013659] Freeing SMP alternatives memory: 24K
                          [    0.017496] ftrace: allocating 25269 entries in 99 pages
                          [    0.033772] smpboot: Max logical packages: 1
                          [    0.033838] x2apic: IRQ remapping doesn't support X2APIC mode
                          [    0.034230] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
                          [    0.073916] TSC deadline timer enabled
                          [    0.073917] smpboot: CPU0: Intel(R) Core(TM) i5-4460  CPU @ 3.20GHz (family: 0x6, model: 0x3c, stepping: 0x3)
                          [    0.073920] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
                          [    0.073959] ... version:                3
                          [    0.073959] ... bit width:              48
                          [    0.073959] ... generic registers:      8
                          [    0.073960] ... value mask:             0000ffffffffffff
                          [    0.073960] ... max period:             00007fffffffffff
                          [    0.073961] ... fixed-purpose events:   3
                          [    0.073961] ... event mask:             00000007000000ff
                          [    0.074378] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
                          [    0.074458] x86: Booting SMP configuration:
                          [    0.074458] .... node  #0, CPUs:      #1 #2 #3
                          [    0.081563] x86: Booted up 1 node, 4 CPUs
                          [    0.081565] smpboot: Total of 4 processors activated (25587.47 BogoMIPS)
                          [    0.084174] devtmpfs: initialized
                          [    0.084222] x86/mm: Memory block size: 128MB
                          [    0.085860] PM: Registering ACPI NVS region [mem 0xb7170000-0xb7176fff] (28672 bytes)
                          [    0.085862] PM: Registering ACPI NVS region [mem 0xc8989000-0xc8ec4fff] (5488640 bytes)
                          [    0.085996] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
                          [    0.086002] futex hash table entries: 1024 (order: 4, 65536 bytes)
                          [    0.086031] pinctrl core: initialized pinctrl subsystem
                          [    0.086111] NET: Registered protocol family 16
                          [    0.099970] cpuidle: using governor ladder
                          [    0.119983] cpuidle: using governor menu
                          [    0.119998] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
                          [    0.119999] ACPI: bus type PCI registered
                          [    0.120000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
                          [    0.120047] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
                          [    0.120049] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
                          [    0.120054] pmd_set_huge: Cannot satisfy [mem 0xf0000000-0xf0200000] with a huge-page mapping due to MTRR override.
                          [    0.120140] PCI: Using configuration type 1 for base access
                          [    0.120207] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
                          [    0.120241] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
                          [    0.140934] HugeTLB registered 1 GB page size, pre-allocated 0 pages
                          [    0.140935] HugeTLB registered 2 MB page size, pre-allocated 0 pages
                          [    0.141097] ACPI: Added _OSI(Module Device)
                          [    0.141098] ACPI: Added _OSI(Processor Device)
                          [    0.141099] ACPI: Added _OSI(3.0 _SCP Extensions)
                          [    0.141099] ACPI: Added _OSI(Processor Aggregator Device)
                          [    0.141248] ACPI: Executed 1 blocks of module-level executable AML code
                          [    0.144828] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
                          [    0.145512] ACPI: Dynamic OEM Table Load:
                          [    0.145515] ACPI: SSDT 0xFFFF931EE5C15C00 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20091112)
                          [    0.145847] ACPI: Dynamic OEM Table Load:
                          [    0.145851] ACPI: SSDT 0xFFFF931EE5CF0000 0005AA (v01 PmRef  ApIst    00003000 INTL 20091112)
                          [    0.146181] ACPI: Dynamic OEM Table Load:
                          [    0.146183] ACPI: SSDT 0xFFFF931EE5E83800 000119 (v01 PmRef  ApCst    00003000 INTL 20091112)
                          [    0.146941] ACPI: Interpreter enabled
                          [    0.146963] ACPI: (supports S0 S3 S4 S5)
                          [    0.146964] ACPI: Using IOAPIC for interrupt routing
                          [    0.146984] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
                          [    0.153843] ACPI: Power Resource [FN00] (off)
                          [    0.153902] ACPI: Power Resource [FN01] (off)
                          [    0.153960] ACPI: Power Resource [FN02] (off)
                          [    0.154017] ACPI: Power Resource [FN03] (off)
                          [    0.154072] ACPI: Power Resource [FN04] (off)
                          [    0.154691] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
                          [    0.154694] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
                          [    0.154873] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
                          [    0.154977] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
                          [    0.154978] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
                          [    0.155260] PCI host bridge to bus 0000:00
                          [    0.155262] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
                          [    0.155263] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
                          [    0.155264] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
                          [    0.155265] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
                          [    0.155266] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
                          [    0.155267] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
                          [    0.155268] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
                          [    0.155268] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
                          [    0.155269] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
                          [    0.155270] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
                          [    0.155271] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
                          [    0.155272] pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff window]
                          [    0.155274] pci_bus 0000:00: root bus resource [bus 00-7e]
                          [    0.155279] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
                          [    0.155349] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
                          [    0.155376] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
                          [    0.155443] pci 0000:00:01.0: System wakeup disabled by ACPI
                          [    0.155475] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000
                          [    0.155482] pci 0000:00:02.0: reg 0x10: [mem 0xef800000-0xefbfffff 64bit]
                          [    0.155487] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
                          [    0.155490] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
                          [    0.155555] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
                          [    0.155560] pci 0000:00:03.0: reg 0x10: [mem 0xefd14000-0xefd17fff 64bit]
                          [    0.155645] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
                          [    0.155659] pci 0000:00:14.0: reg 0x10: [mem 0xefd00000-0xefd0ffff 64bit]
                          [    0.155710] pci 0000:00:14.0: PME# supported from D3hot D3cold
                          [    0.155741] pci 0000:00:14.0: System wakeup disabled by ACPI
                          [    0.155769] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
                          [    0.155784] pci 0000:00:16.0: reg 0x10: [mem 0xefd1e000-0xefd1e00f 64bit]
                          [    0.155839] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
                          [    0.155901] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
                          [    0.155916] pci 0000:00:1a.0: reg 0x10: [mem 0xefd1c000-0xefd1c3ff]
                          [    0.155991] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
                          [    0.156033] pci 0000:00:1a.0: System wakeup disabled by ACPI
                          [    0.156063] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
                          [    0.156075] pci 0000:00:1b.0: reg 0x10: [mem 0xefd10000-0xefd13fff 64bit]
                          [    0.156126] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
                          [    0.156159] pci 0000:00:1b.0: System wakeup disabled by ACPI
                          [    0.156187] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
                          [    0.156241] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
                          [    0.156301] pci 0000:00:1c.0: System wakeup disabled by ACPI
                          [    0.156330] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
                          [    0.156385] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
                          [    0.156442] pci 0000:00:1c.2: System wakeup disabled by ACPI
                          [    0.156473] pci 0000:00:1c.6: [8086:244e] type 01 class 0x060401
                          [    0.156528] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
                          [    0.156585] pci 0000:00:1c.6: System wakeup disabled by ACPI
                          [    0.156617] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
                          [    0.156631] pci 0000:00:1d.0: reg 0x10: [mem 0xefd1b000-0xefd1b3ff]
                          [    0.156705] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
                          [    0.156746] pci 0000:00:1d.0: System wakeup disabled by ACPI
                          [    0.156776] pci 0000:00:1f.0: [8086:8c44] type 00 class 0x060100
                          [    0.156917] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
                          [    0.156928] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
                          [    0.156934] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
                          [    0.156939] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
                          [    0.156945] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
                          [    0.156951] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
                          [    0.156957] pci 0000:00:1f.2: reg 0x24: [mem 0xefd1a000-0xefd1a7ff]
                          [    0.156986] pci 0000:00:1f.2: PME# supported from D3hot
                          [    0.157040] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
                          [    0.157052] pci 0000:00:1f.3: reg 0x10: [mem 0xefd19000-0xefd190ff 64bit]
                          [    0.157069] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
                          [    0.157157] pci 0000:00:01.0: PCI bridge to [bus 01]
                          [    0.157208] acpiphp: Slot [1] registered
                          [    0.157211] pci 0000:00:1c.0: PCI bridge to [bus 02]
                          [    0.157275] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
                          [    0.157292] pci 0000:03:00.0: reg 0x10: [io  0xe000-0xe0ff]
                          [    0.157318] pci 0000:03:00.0: reg 0x18: [mem 0xefc00000-0xefc00fff 64bit]
                          [    0.157335] pci 0000:03:00.0: reg 0x20: [mem 0xe0000000-0xe0003fff 64bit pref]
                          [    0.157422] pci 0000:03:00.0: supports D1 D2
                          [    0.157423] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
                          [    0.157463] pci 0000:03:00.0: System wakeup disabled by ACPI
                          [    0.168036] pci 0000:00:1c.2: PCI bridge to [bus 03]
                          [    0.168039] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
                          [    0.168041] pci 0000:00:1c.2:   bridge window [mem 0xefc00000-0xefcfffff]
                          [    0.168045] pci 0000:00:1c.2:   bridge window [mem 0xe0000000-0xe00fffff 64bit pref]
                          [    0.168093] pci 0000:04:00.0: [1b21:1080] type 01 class 0x060401
                          [    0.168187] pci 0000:04:00.0: System wakeup disabled by ACPI
                          [    0.168210] pci 0000:00:1c.6: PCI bridge to [bus 04-05] (subtractive decode)
                          [    0.168217] pci 0000:00:1c.6:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
                          [    0.168218] pci 0000:00:1c.6:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
                          [    0.168219] pci 0000:00:1c.6:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
                          [    0.168220] pci 0000:00:1c.6:   bridge window [mem 0x000c0000-0x000c3fff window] (subtractive decode)
                          [    0.168221] pci 0000:00:1c.6:   bridge window [mem 0x000c4000-0x000c7fff window] (subtractive decode)
                          [    0.168222] pci 0000:00:1c.6:   bridge window [mem 0x000c8000-0x000cbfff window] (subtractive decode)
                          [    0.168223] pci 0000:00:1c.6:   bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
                          [    0.168224] pci 0000:00:1c.6:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
                          [    0.168224] pci 0000:00:1c.6:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
                          [    0.168225] pci 0000:00:1c.6:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
                          [    0.168226] pci 0000:00:1c.6:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
                          [    0.168227] pci 0000:00:1c.6:   bridge window [mem 0xcf200000-0xfeafffff window] (subtractive decode)
                          [    0.168317] pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode)
                          [    0.168334] pci 0000:04:00.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
                          [    0.168335] pci 0000:04:00.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
                          [    0.168335] pci 0000:04:00.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
                          [    0.168336] pci 0000:04:00.0:   bridge window [mem 0x000c0000-0x000c3fff window] (subtractive decode)
                          [    0.168337] pci 0000:04:00.0:   bridge window [mem 0x000c4000-0x000c7fff window] (subtractive decode)
                          [    0.168338] pci 0000:04:00.0:   bridge window [mem 0x000c8000-0x000cbfff window] (subtractive decode)
                          [    0.168339] pci 0000:04:00.0:   bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
                          [    0.168340] pci 0000:04:00.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
                          [    0.168341] pci 0000:04:00.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
                          [    0.168343] pci 0000:04:00.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
                          [    0.168344] pci 0000:04:00.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
                          [    0.168345] pci 0000:04:00.0:   bridge window [mem 0xcf200000-0xfeafffff window] (subtractive decode)
                          [    0.168961] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                          [    0.168998] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                          [    0.169034] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                          [    0.169069] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                          [    0.169104] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                          [    0.169139] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                          [    0.169173] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                          [    0.169209] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
                          [    0.169453] ACPI: Enabled 5 GPEs in block 00 to 3F
                          [    0.169521] vgaarb: setting as boot device: PCI:0000:00:02.0
                          [    0.169522] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
                          [    0.169523] vgaarb: loaded
                          [    0.169524] vgaarb: bridge control possible 0000:00:02.0
                          [    0.169550] Registered efivars operations
                          [    0.172732] PCI: Using ACPI for IRQ routing
                          [    0.175246] PCI: pci_cache_line_size set to 64 bytes
                          [    0.175286] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
                          [    0.175286] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
                          [    0.175287] e820: reserve RAM buffer [mem 0xb7170000-0xb7ffffff]
                          [    0.175288] e820: reserve RAM buffer [mem 0xb75d1000-0xb7ffffff]
                          [    0.175289] e820: reserve RAM buffer [mem 0xc877a000-0xcbffffff]
                          [    0.175290] e820: reserve RAM buffer [mem 0xca000000-0xcbffffff]
                          [    0.175291] e820: reserve RAM buffer [mem 0x22fe00000-0x22fffffff]
                          [    0.175390] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
                          [    0.175394] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
                          [    0.177409] clocksource: Switched to clocksource hpet
                          [    0.181925] VFS: Disk quotas dquot_6.6.0
                          [    0.181940] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
                          [    0.181992] pnp: PnP ACPI init
                          [    0.182046] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
                          [    0.182048] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
                          [    0.182173] system 00:01: [io  0x0680-0x069f] has been reserved
                          [    0.182174] system 00:01: [io  0xffff] has been reserved
                          [    0.182175] system 00:01: [io  0xffff] has been reserved
                          [    0.182176] system 00:01: [io  0xffff] has been reserved
                          [    0.182178] system 00:01: [io  0x1c00-0x1cfe] has been reserved
                          [    0.182179] system 00:01: [io  0x1d00-0x1dfe] has been reserved
                          [    0.182180] system 00:01: [io  0x1e00-0x1efe] has been reserved
                          [    0.182181] system 00:01: [io  0x1f00-0x1ffe] has been reserved
                          [    0.182182] system 00:01: [io  0x1800-0x18fe] has been reserved
                          [    0.182183] system 00:01: [io  0x164e-0x164f] has been reserved
                          [    0.182185] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
                          [    0.182202] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
                          [    0.182236] system 00:03: [io  0x1854-0x1857] has been reserved
                          [    0.182238] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
                          [    0.182299] system 00:04: [io  0x0290-0x029f] has been reserved
                          [    0.182300] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
                          [    0.182337] system 00:05: [io  0x04d0-0x04d1] has been reserved
                          [    0.182338] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
                          [    0.182497] pnp 00:06: [dma 0 disabled]
                          [    0.182533] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
                          [    0.182848] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
                          [    0.182849] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
                          [    0.182850] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
                          [    0.182851] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
                          [    0.182853] system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
                          [    0.182854] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
                          [    0.182855] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
                          [    0.182856] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
                          [    0.182858] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
                          [    0.182859] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
                          [    0.182860] system 00:07: [mem 0xeffdf000-0xeffdffff] has been reserved
                          [    0.182861] system 00:07: [mem 0xeffe0000-0xeffeffff] has been reserved
                          [    0.182863] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
                          [    0.183023] pnp: PnP ACPI: found 8 devices
                          [    0.188712] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
                          [    0.188743] pci 0000:00:01.0: PCI bridge to [bus 01]
                          [    0.188748] pci 0000:00:1c.0: PCI bridge to [bus 02]
                          [    0.188756] pci 0000:00:1c.2: PCI bridge to [bus 03]
                          [    0.188758] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
                          [    0.188761] pci 0000:00:1c.2:   bridge window [mem 0xefc00000-0xefcfffff]
                          [    0.188764] pci 0000:00:1c.2:   bridge window [mem 0xe0000000-0xe00fffff 64bit pref]
                          [    0.188768] pci 0000:04:00.0: PCI bridge to [bus 05]
                          [    0.188784] pci 0000:00:1c.6: PCI bridge to [bus 04-05]
                          [    0.188792] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
                          [    0.188793] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
                          [    0.188794] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
                          [    0.188795] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
                          [    0.188796] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
                          [    0.188797] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
                          [    0.188798] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
                          [    0.188799] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
                          [    0.188800] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
                          [    0.188801] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
                          [    0.188802] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
                          [    0.188803] pci_bus 0000:00: resource 15 [mem 0xcf200000-0xfeafffff window]
                          [    0.188804] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
                          [    0.188805] pci_bus 0000:03: resource 1 [mem 0xefc00000-0xefcfffff]
                          [    0.188806] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xe00fffff 64bit pref]
                          [    0.188807] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
                          [    0.188808] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
                          [    0.188809] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
                          [    0.188809] pci_bus 0000:04: resource 7 [mem 0x000c0000-0x000c3fff window]
                          [    0.188810] pci_bus 0000:04: resource 8 [mem 0x000c4000-0x000c7fff window]
                          [    0.188811] pci_bus 0000:04: resource 9 [mem 0x000c8000-0x000cbfff window]
                          [    0.188812] pci_bus 0000:04: resource 10 [mem 0x000cc000-0x000cffff window]
                          [    0.188813] pci_bus 0000:04: resource 11 [mem 0x000d0000-0x000d3fff window]
                          [    0.188814] pci_bus 0000:04: resource 12 [mem 0x000d4000-0x000d7fff window]
                          [    0.188815] pci_bus 0000:04: resource 13 [mem 0x000d8000-0x000dbfff window]
                          [    0.188816] pci_bus 0000:04: resource 14 [mem 0x000dc000-0x000dffff window]
                          [    0.188817] pci_bus 0000:04: resource 15 [mem 0xcf200000-0xfeafffff window]
                          [    0.188818] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7 window]
                          [    0.188819] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff window]
                          [    0.188820] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
                          [    0.188820] pci_bus 0000:05: resource 7 [mem 0x000c0000-0x000c3fff window]
                          [    0.188821] pci_bus 0000:05: resource 8 [mem 0x000c4000-0x000c7fff window]
                          [    0.188822] pci_bus 0000:05: resource 9 [mem 0x000c8000-0x000cbfff window]
                          [    0.188823] pci_bus 0000:05: resource 10 [mem 0x000cc000-0x000cffff window]
                          [    0.188824] pci_bus 0000:05: resource 11 [mem 0x000d0000-0x000d3fff window]
                          [    0.188825] pci_bus 0000:05: resource 12 [mem 0x000d4000-0x000d7fff window]
                          [    0.188826] pci_bus 0000:05: resource 13 [mem 0x000d8000-0x000dbfff window]
                          [    0.188827] pci_bus 0000:05: resource 14 [mem 0x000dc000-0x000dffff window]
                          [    0.188828] pci_bus 0000:05: resource 15 [mem 0xcf200000-0xfeafffff window]
                          [    0.188909] NET: Registered protocol family 2
                          [    0.189021] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
                          [    0.189098] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
                          [    0.189206] TCP: Hash tables configured (established 65536 bind 65536)
                          [    0.189220] UDP hash table entries: 4096 (order: 5, 131072 bytes)
                          [    0.189238] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
                          [    0.189280] NET: Registered protocol family 1
                          [    0.189289] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
                          [    0.237482] PCI: CLS 64 bytes, default 64
                          [    0.237512] Unpacking initramfs...
                          [    0.490753] Freeing initrd memory: 20380K
                          [    0.490756] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
                          [    0.490759] software IO TLB [mem 0xc0331000-0xc4331000] (64MB) mapped at [ffff931d80331000-ffff931d84330fff]
                          [    0.491013] audit: initializing netlink subsys (disabled)
                          [    0.491026] audit: type=2000 audit(1531657642.488:1): initialized
                          [    0.491303] workingset: timestamp_bits=40 max_order=21 bucket_order=0
                          [    0.491329] zbud: loaded
                          [    0.491875] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
                          [    0.491893] io scheduler noop registered
                          [    0.491894] io scheduler deadline registered
                          [    0.491901] io scheduler cfq registered (default)
                          [    0.492243] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
                          [    0.492247] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
                          [    0.492258] efifb: probing for efifb
                          [    0.492269] efifb: framebuffer at 0xd0000000, using 3072k, total 3072k
                          [    0.492270] efifb: mode is 1024x768x32, linelength=4096, pages=1
                          [    0.492270] efifb: scrolling: redraw
                          [    0.492272] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
                          [    0.493447] Console: switching to colour frame buffer device 128x48
                          [    0.494541] fb0: EFI VGA frame buffer device
                          [    0.494552] intel_idle: MWAIT substates: 0x42120
                          [    0.494553] intel_idle: v0.4.1 model 0x3C
                          [    0.494662] intel_idle: lapic_timer_reliable_states 0xffffffff
                          [    0.494755] GHES: HEST is not enabled!
                          [    0.494792] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
                          [    0.515269] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
                          [    0.515562] Linux agpgart interface v0.103
                          [    0.515613] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
                          [    0.515614] AMD IOMMUv2 functionality not available on this system
                          [    0.515855] i8042: PNP: No PS/2 controller found. Probing ports directly.
                          [    0.518377] serio: i8042 KBD port at 0x60,0x64 irq 1
                          [    0.518380] serio: i8042 AUX port at 0x60,0x64 irq 12
                          [    0.518500] mousedev: PS/2 mouse device common for all mice
                          [    0.518526] rtc_cmos 00:02: RTC can wake from S4
                          [    0.518646] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
                          [    0.518667] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
                          [    0.518673] intel_pstate: Intel P-state driver initializing
                          [    0.518952] ledtrig-cpu: registered to indicate activity on CPUs
                          [    0.520465] NET: Registered protocol family 10
                          [    0.520953] mip6: Mobile IPv6
                          [    0.520957] NET: Registered protocol family 17
                          [    0.520962] mpls_gso: MPLS GSO support
                          [    0.521408] microcode: sig=0x306c3, pf=0x2, revision=0x19
                          [    0.521581] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
                          [    0.521846] registered taskstats version 1
                          [    0.521877] zswap: loaded using pool lzo/zbud
                          [    0.522190] ima: No TPM chip found, activating TPM-bypass!
                          [    0.522194] ima: Allocated hash algorithm: sha256
                          [    0.523174] rtc_cmos 00:02: setting system clock to 2018-07-15 12:27:23 UTC (1531657643)
                          [    0.523373] PM: Hibernation image not present or could not be loaded.
                          [    0.786459] Freeing unused kernel memory: 1420K
                          [    0.786460] Write protecting the kernel read-only data: 12288k
                          [    0.787373] Freeing unused kernel memory: 1928K
                          [    0.789093] Freeing unused kernel memory: 1228K
                          [    0.792457] x86/mm: Checked W+X mappings: passed, no W+X pages found.
                          [    0.833490] random: systemd-udevd: uninitialized urandom read (16 bytes read)
                          [    0.833541] random: systemd-udevd: uninitialized urandom read (16 bytes read)
                          [    0.833546] random: systemd-udevd: uninitialized urandom read (16 bytes read)
                          [    0.852993] thermal LNXTHERM:00: registered as thermal_zone0
                          [    0.852994] ACPI: Thermal Zone [TZ00] (28 C)
                          [    0.853211] thermal LNXTHERM:01: registered as thermal_zone1
                          [    0.853212] ACPI: Thermal Zone [TZ01] (30 C)
                          [    0.854662] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
                          [    0.854667] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
                          [    0.855123] ACPI: bus type USB registered
                          [    0.855137] usbcore: registered new interface driver usbfs
                          [    0.855144] usbcore: registered new interface driver hub
                          [    0.855155] usbcore: registered new device driver usb
                          [    0.855462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
                          [    0.855579] ehci-pci: EHCI PCI platform driver
                          [    0.855678] ehci-pci 0000:00:1a.0: EHCI Host Controller
                          [    0.855681] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
                          [    0.855691] ehci-pci 0000:00:1a.0: debug port 2
                          [    0.855995] SCSI subsystem initialized
                          [    0.857339] libata version 3.00 loaded.
                          [    0.859585] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
                          [    0.859594] ehci-pci 0000:00:1a.0: irq 20, io mem 0xefd1c000
                          [    0.860218] AVX2 version of gcm_enc/dec engaged.
                          [    0.860219] AES CTR mode by8 optimization enabled
                          [    0.866240] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffbbb8c0c79000, e0:3f:49:44:a6:60, XID 0c000800 IRQ 25
                          [    0.866242] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
                          [    0.869137] r8169 0000:03:00.0 enp3s0: renamed from eth0
                          [    0.877395] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
                          [    0.877689] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
                          [    0.877690] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                          [    0.877691] usb usb1: Product: EHCI Host Controller
                          [    0.877692] usb usb1: Manufacturer: Linux 4.9.0-7-amd64 ehci_hcd
                          [    0.877693] usb usb1: SerialNumber: 0000:00:1a.0
                          [    0.877788] hub 1-0:1.0: USB hub found
                          [    0.877792] hub 1-0:1.0: 2 ports detected
                          [    0.878041] ehci-pci 0000:00:1d.0: EHCI Host Controller
                          [    0.878045] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
                          [    0.878053] ehci-pci 0000:00:1d.0: debug port 2
                          [    0.881951] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
                          [    0.882044] ehci-pci 0000:00:1d.0: irq 23, io mem 0xefd1b000
                          [    0.897385] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
                          [    0.897410] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
                          [    0.897412] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                          [    0.897413] usb usb2: Product: EHCI Host Controller
                          [    0.897413] usb usb2: Manufacturer: Linux 4.9.0-7-amd64 ehci_hcd
                          [    0.897414] usb usb2: SerialNumber: 0000:00:1d.0
                          [    0.897566] hub 2-0:1.0: USB hub found
                          [    0.897569] hub 2-0:1.0: 2 ports detected
                          [    0.897752] i801_smbus 0000:00:1f.3: SPD Write Disable is set
                          [    0.897771] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
                          [    0.898375] ahci 0000:00:1f.2: version 3.0
                          [    0.898505] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x9 impl SATA mode
                          [    0.898506] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
                          [    0.909949] scsi host0: ahci
                          [    0.910150] scsi host1: ahci
                          [    0.910272] scsi host2: ahci
                          [    0.910343] scsi host3: ahci
                          [    0.910400] scsi host4: ahci
                          [    0.910454] scsi host5: ahci
                          [    0.910486] ata1: SATA max UDMA/133 abar m2048@0xefd1a000 port 0xefd1a100 irq 26
                          [    0.910486] ata2: DUMMY
                          [    0.910487] ata3: DUMMY
                          [    0.910488] ata4: SATA max UDMA/133 abar m2048@0xefd1a000 port 0xefd1a280 irq 26
                          [    0.910488] ata5: DUMMY
                          [    0.910489] ata6: DUMMY
                          [    0.910583] xhci_hcd 0000:00:14.0: xHCI Host Controller
                          [    0.910586] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
                          [    0.911650] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
                          [    0.911654] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
                          [    0.911735] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
                          [    0.911736] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                          [    0.911737] usb usb3: Product: xHCI Host Controller
                          [    0.911738] usb usb3: Manufacturer: Linux 4.9.0-7-amd64 xhci-hcd
                          [    0.911739] usb usb3: SerialNumber: 0000:00:14.0
                          [    0.911833] hub 3-0:1.0: USB hub found
                          [    0.911851] hub 3-0:1.0: 14 ports detected
                          [    0.913485] xhci_hcd 0000:00:14.0: xHCI Host Controller
                          [    0.913487] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
                          [    0.913559] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
                          [    0.913560] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                          [    0.913561] usb usb4: Product: xHCI Host Controller
                          [    0.913562] usb usb4: Manufacturer: Linux 4.9.0-7-amd64 xhci-hcd
                          [    0.913563] usb usb4: SerialNumber: 0000:00:14.0
                          [    0.913645] hub 4-0:1.0: USB hub found
                          [    0.913655] hub 4-0:1.0: 6 ports detected
                          [    1.205390] usb 1-1: new high-speed USB device number 2 using ehci-pci
                          [    1.224531] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
                          [    1.224556] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
                          [    1.225399] usb 2-1: new high-speed USB device number 2 using ehci-pci
                          [    1.225590] ata4.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133
                          [    1.225594] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
                          [    1.226853] ata4.00: configured for UDMA/133
                          [    1.227365] ata1.00: ATAPI: TSSTcorp CDDVDW SH-224DB, SB01, max UDMA/100
                          [    1.228562] ata1.00: configured for UDMA/100
                          [    1.231215] scsi 0:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-224DB  SB01 PQ: 0 ANSI: 5
                          [    1.241404] usb 3-2: new high-speed USB device number 2 using xhci_hcd
                          [    1.243307] scsi 3:0:0:0: Direct-Access     ATA      ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5
                          [    1.275820] sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
                          [    1.275822] sd 3:0:0:0: [sda] 4096-byte physical blocks
                          [    1.275855] sd 3:0:0:0: [sda] Write Protect is off
                          [    1.275858] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
                          [    1.275869] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
                          [    1.288826] sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
                          [    1.288827] cdrom: Uniform CD-ROM driver Revision: 3.20
                          [    1.288937] sr 0:0:0:0: Attached scsi CD-ROM sr0
                          [    1.316192]  sda: sda1 sda2 sda3
                          [    1.316517] sd 3:0:0:0: [sda] Attached SCSI disk
                          [    1.353747] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
                          [    1.353759] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                          [    1.354001] hub 1-1:1.0: USB hub found
                          [    1.354087] hub 1-1:1.0: 6 ports detected
                          [    1.373759] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
                          [    1.373760] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                          [    1.374002] hub 2-1:1.0: USB hub found
                          [    1.374086] hub 2-1:1.0: 8 ports detected
                          [    1.381698] usb 3-2: New USB device found, idVendor=0bda, idProduct=8179
                          [    1.381700] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                          [    1.381701] usb 3-2: Product: 802.11n NIC
                          [    1.381701] usb 3-2: Manufacturer: Realtek
                          [    1.381702] usb 3-2: SerialNumber: 243C200140C2
                          [    1.501321] tsc: Refined TSC clocksource calibration: 3198.146 MHz
                          [    1.501325] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e1972a5b8e, max_idle_ns: 440795217436 ns
                          [    1.501330] usb 3-4: new full-speed USB device number 3 using xhci_hcd
                          [    1.506545] device-mapper: uevent: version 1.0.3
                          [    1.506580] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
                          [    1.628560] random: fast init done
                          [    1.648617] usb 3-4: New USB device found, idVendor=04d9, idProduct=a067
                          [    1.648618] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
                          [    1.648619] usb 3-4: Product: USB Gaming Mouse
                          [    1.648620] usb 3-4: Manufacturer: Holtek
                          [    1.650067] hidraw: raw HID events driver (C) Jiri Kosina
                          [    1.660396] usbcore: registered new interface driver usbhid
                          [    1.660397] usbhid: USB HID core driver
                          [    1.660849] input: Holtek USB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:04D9:A067.0001/input/input3
                          [    1.717524] holtek_mouse 0003:04D9:A067.0001: input,hidraw0: USB HID v1.10 Keyboard [Holtek USB Gaming Mouse] on usb-0000:00:14.0-4/input0
                          [    1.717536] holtek_mouse 0003:04D9:A067.0002: Fixing up report descriptor
                          [    1.719916] input: Holtek USB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:04D9:A067.0002/input/input4
                          [    1.765316] usb 3-9: new low-speed USB device number 4 using xhci_hcd
                          [    1.777528] holtek_mouse 0003:04D9:A067.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [Holtek USB Gaming Mouse] on usb-0000:00:14.0-4/input1
                          [    1.778238] holtek_mouse 0003:04D9:A067.0003: hiddev0,hidraw2: USB HID v1.10 Device [Holtek USB Gaming Mouse] on usb-0000:00:14.0-4/input2
                          [    1.909199] md: linear personality registered for level -1
                          [    1.911230] md: multipath personality registered for level -4
                          [    1.912828] md: raid0 personality registered for level 0
                          [    1.914694] md: raid1 personality registered for level 1
                          [    1.981269] raid6: sse2x1   gen()  5950 MB/s
                          [    2.049262] raid6: sse2x1   xor()  6036 MB/s
                          [    2.117253] raid6: sse2x2   gen() 12031 MB/s
                          [    2.185251] raid6: sse2x2   xor()  9161 MB/s
                          [    2.253246] raid6: sse2x4   gen() 15893 MB/s
                          [    2.321237] raid6: sse2x4   xor() 11162 MB/s
                          [    2.389230] raid6: avx2x1   gen() 21057 MB/s
                          [    2.457224] raid6: avx2x2   gen() 24376 MB/s
                          [    2.525219] raid6: avx2x4   gen() 28324 MB/s
                          [    2.525220] raid6: using algorithm avx2x4 gen() 28324 MB/s
                          [    2.525220] raid6: using avx2x2 recovery algorithm
                          [    2.525293] clocksource: Switched to clocksource tsc
                          [    2.525436] xor: automatically using best checksumming function   avx       
                          [    2.525554] async_tx: api initialized (async)
                          [    2.526509] md: raid6 personality registered for level 6
                          [    2.526510] md: raid5 personality registered for level 5
                          [    2.526511] md: raid4 personality registered for level 4
                          [    2.528751] md: raid10 personality registered for level 10
                          [    2.535216] usb 3-9: New USB device found, idVendor=0738, idProduct=2026
                          [    2.535217] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
                          [    2.535218] usb 3-9: Product: Mad Catz V.5 Keyboard
                          [    2.535219] usb 3-9: Manufacturer: Madcatz
                          [    2.567408] input: Madcatz Mad Catz V.5 Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:0738:2026.0004/input/input5
                          [    2.577096] Btrfs loaded, crc32c=crc32c-intel
                          [    2.625463] hid-generic 0003:0738:2026.0004: input,hidraw3: USB HID v1.11 Keyboard [Madcatz Mad Catz V.5 Keyboard] on usb-0000:00:14.0-9/input0
                          [    2.628581] input: Madcatz Mad Catz V.5 Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.1/0003:0738:2026.0005/input/input6
                          [    2.685393] hid-generic 0003:0738:2026.0005: input,hiddev0,hidraw4: USB HID v1.11 Device [Madcatz Mad Catz V.5 Keyboard] on usb-0000:00:14.0-9/input1
                          [    2.689733] PM: Starting manual resume from disk
                          [    2.689735] PM: Hibernation image partition 254:1 present
                          [    2.689735] PM: Looking for hibernation image.
                          [    2.690044] PM: Image not found (code -22)
                          [    2.690045] PM: Hibernation image not present or could not be loaded.
                          [    2.911351] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
                          [    3.833727] ip_tables: (C) 2000-2006 Netfilter Core Team
                          [    3.966065] 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)
                          [    3.966172] systemd[1]: Detected architecture x86-64.
                          [    3.978925] systemd[1]: Set hostname to <Kakugen>.
                          [    4.282726] random: crng init done
                          [    4.282727] random: 7 urandom warning(s) missed due to ratelimiting
                          [    4.967099] systemd[1]: Listening on fsck to fsckd communication Socket.
                          [    4.967225] systemd[1]: Listening on Syslog Socket.
                          [    4.967295] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
                          [    4.967348] systemd[1]: Listening on Journal Socket.
                          [    4.967549] systemd[1]: Created slice System Slice.
                          [    4.967658] systemd[1]: Listening on Journal Audit Socket.
                          [    4.968306] systemd[1]: Starting Set the console keyboard layout...
                          [    5.336585] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
                          [    5.627395] systemd-journald[296]: Received request to flush runtime journal from PID 1
                          [    5.991533] lp: driver loaded but no devices found
                          [    6.123146] ppdev: user-space parallel port driver
                          [    7.233141] wmi: Mapper loaded
                          [    7.296997] sr 0:0:0:0: Attached scsi generic sg0 type 5
                          [    7.297027] sd 3:0:0:0: Attached scsi generic sg1 type 0
                          [    7.386398] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
                          [    7.386481] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
                          [    7.434582] EFI Variables Facility v0.08 2004-May-17
                          [    7.457269] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7
                          [    7.457272] ACPI: Power Button [PWRB]
                          [    7.457308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
                          [    7.457309] ACPI: Power Button [PWRF]
                          [    7.463956] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
                          [    7.469610] input: PC Speaker as /devices/platform/pcspkr/input/input9
                          [    7.521606] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
                          [    7.521607] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
                          [    7.521608] RAPL PMU: hw unit of domain package 2^-14 Joules
                          [    7.521608] RAPL PMU: hw unit of domain dram 2^-14 Joules
                          [    7.521609] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
                          [    7.597974] pstore: using zlib compression
                          [    7.597987] pstore: Registered efi as persistent store backend
                          [    7.598786] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
                          [    7.598787] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
                          [    7.598788] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
                          [    7.598789] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
                          [    7.598790] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x11/0x1e
                          [    7.598791] snd_hda_codec_realtek hdaudioC1D0:    inputs:
                          [    7.598792] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
                          [    7.598793] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
                          [    7.598794] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
                          [    7.601304] [drm] Initialized
                          [    7.613564] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
                          [    7.613585] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
                          [    7.613604] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
                          [    7.613624] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
                          [    7.613643] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
                          [    7.613662] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
                          [    7.613680] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
                          [    7.613699] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
                          [    8.056754] iTCO_vendor_support: vendor-support=0
                          [    8.057207] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
                          [    8.057234] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
                          [    8.057313] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
                          [    8.400823] asus_wmi: ASUS WMI generic driver loaded
                          [    8.402036] asus_wmi: Initialization: 0x0
                          [    8.402055] asus_wmi: BIOS WMI version: 0.9
                          [    8.402082] asus_wmi: SFUN value: 0x0
                          [    8.402342] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input18
                          [    8.402404] asus_wmi: Number of fans: 1
                          [    8.459641] [drm] Memory usable by graphics device = 2048M
                          [    8.459642] checking generic (d0000000 300000) vs hw (d0000000 10000000)
                          [    8.459643] fb: switching to inteldrmfb from EFI VGA
                          [    8.459669] Console: switching to colour dummy device 80x25
                          [    8.459720] [drm] Replacing VGA console driver
                          [    8.462639] kvm: disabled by bios
                          [    8.465957] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
                          [    8.465958] [drm] Driver supports precise vblank timestamp query.
                          [    8.468151] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
                          [    8.486966] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
                          [    8.487076] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input19
                          [    8.487157] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
                          [    8.487161] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 0
                          [    8.501614] kvm: disabled by bios
                          [    8.504065] fbcon: inteldrmfb (fb0) is primary device
                          [    8.545653] kvm: disabled by bios
                          [    8.581666] kvm: disabled by bios
                          [    8.585474] Console: switching to colour frame buffer device 200x56
                          [    8.604106] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
                          [    8.825863] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20
                          [    8.825940] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input21
                          [    9.065406] intel_rapl: Found RAPL domain package
                          [    9.065408] intel_rapl: Found RAPL domain core
                          [    9.065409] intel_rapl: Found RAPL domain uncore
                          [    9.065410] intel_rapl: Found RAPL domain dram
                          [    9.405240] Adding 8257532k swap on /dev/mapper/Kakugen--vg-swap_1.  Priority:-1 extents:1 across:8257532k FS
                          [    9.426404] r8188eu: module is from the staging directory, the quality is unknown, you have been warned.
                          [    9.427644] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
                          [    9.447638] usbcore: registered new interface driver r8188eu
                          [   10.161392] EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
                          [   10.188408] r8188eu 3-2:1.0 wlx243c200140c2: renamed from wlan0
                          [   10.221626] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
                          [   16.693219] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
                          [   16.716638] r8169 0000:03:00.0: firmware: failed to load rtl_nic/rtl8168g-2.fw (-2)
                          [   16.716670] r8169 0000:03:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
                          [   16.716673] r8169 0000:03:00.0 enp3s0: unable to load firmware patch rtl_nic/rtl8168g-2.fw (-2)
                          [   16.758038] r8169 0000:03:00.0 enp3s0: link down
                          [   16.758084] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
                          [   16.760521] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   16.788233] r8188eu 3-2:1.0: firmware: direct-loading firmware rtlwifi/rtl8188eufw.bin
                          [   17.168168] MAC Address = 24:3c:20:01:40:c2
                          [   17.169407] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   17.171459] R8188EU: indicate disassoc
                          [   17.271938] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   17.821174] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   17.823176] R8188EU: indicate disassoc
                          [   17.923580] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   18.889773] R8188EU: indicate disassoc
                          [   18.990338] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   19.027479] R8188EU: indicate disassoc
                          [   19.127957] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   20.405509] R8188EU: indicate disassoc
                          [   20.505907] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   20.555414] R8188EU: indicate disassoc
                          [   20.655951] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   21.929437] R8188EU: indicate disassoc
                          [   22.029822] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   22.067033] R8188EU: indicate disassoc
                          [   22.167434] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   23.457282] R8188EU: indicate disassoc
                          [   23.557716] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   23.574894] R8188EU: indicate disassoc
                          [   23.675363] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   24.933158] R8188EU: indicate disassoc
                          [   25.033627] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   25.075011] R8188EU: indicate disassoc
                          [   25.175615] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   26.453047] R8188EU: indicate disassoc
                          [   26.553531] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   26.594600] R8188EU: indicate disassoc
                          [   26.695049] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   27.972995] R8188EU: indicate disassoc
                          [   28.073470] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   28.110456] R8188EU: indicate disassoc
                          [   28.210859] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   29.468837] R8188EU: indicate disassoc
                          [   29.569519] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   29.614703] R8188EU: indicate disassoc
                          [   29.715100] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   31.000691] R8188EU: indicate disassoc
                          [   31.101205] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   31.138223] R8188EU: indicate disassoc
                          [   31.238717] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   32.520558] R8188EU: indicate disassoc
                          [   32.621127] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   32.658136] R8188EU: indicate disassoc
                          [   32.758628] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   34.024584] R8188EU: indicate disassoc
                          [   34.125402] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   34.157944] R8188EU: indicate disassoc
                          [   34.258359] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   35.532202] R8188EU: indicate disassoc
                          [   35.632611] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   35.673828] R8188EU: indicate disassoc
                          [   35.774278] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   37.032154] R8188EU: indicate disassoc
                          [   37.132614] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   37.149656] R8188EU: indicate disassoc
                          [   37.250058] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   38.524124] R8188EU: indicate disassoc
                          [   38.624974] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   38.657504] R8188EU: indicate disassoc
                          [   38.757887] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   40.027969] R8188EU: indicate disassoc
                          [   40.128920] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   40.157346] R8188EU: indicate disassoc
                          [   40.257743] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   41.535850] R8188EU: indicate disassoc
                          [   41.636707] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   41.669241] R8188EU: indicate disassoc
                          [   41.769652] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   43.051641] R8188EU: indicate disassoc
                          [   43.152449] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   43.181152] R8188EU: indicate disassoc
                          [   43.281577] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   44.579525] R8188EU: indicate disassoc
                          [   44.679986] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   44.721022] R8188EU: indicate disassoc
                          [   44.821473] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   46.075243] R8188EU: indicate disassoc
                          [   46.175733] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   46.212854] R8188EU: indicate disassoc
                          [   46.313270] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   46.313486] fuse init (API version 7.26)
                          [   47.601797] R8188EU: indicate disassoc
                          [   47.702472] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   47.741155] R8188EU: indicate disassoc
                          [   47.841576] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   49.122968] R8188EU: indicate disassoc
                          [   49.223425] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   49.260940] R8188EU: indicate disassoc
                          [   49.361389] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   50.646846] R8188EU: indicate disassoc
                          [   50.747236] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   50.792558] R8188EU: indicate disassoc
                          [   50.893046] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   52.194793] R8188EU: indicate disassoc
                          [   52.295271] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   52.340291] R8188EU: indicate disassoc
                          [   52.440840] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   53.726547] R8188EU: indicate disassoc
                          [   53.827021] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   53.868163] R8188EU: indicate disassoc
                          [   53.968557] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   55.247049] R8188EU: indicate disassoc
                          [   55.347482] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   55.388119] R8188EU: indicate disassoc
                          [   55.488657] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   56.775146] R8188EU: indicate disassoc
                          [   56.875534] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   56.915883] R8188EU: indicate disassoc
                          [   57.016276] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   58.282101] R8188EU: indicate disassoc
                          [   58.382539] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   58.435891] R8188EU: indicate disassoc
                          [   58.536612] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   59.838091] R8188EU: indicate disassoc
                          [   59.938566] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   59.990488] R8188EU: indicate disassoc
                          [   60.092086] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   60.134291] R8188EU: indicate disassoc
                          [   61.460430] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   61.503475] R8188EU: indicate disassoc
                          [   61.603990] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   62.865710] R8188EU: indicate disassoc
                          [   62.966226] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   62.987358] R8188EU: indicate disassoc
                          [   63.087938] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   64.385694] R8188EU: indicate disassoc
                          [   64.486108] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   64.527223] R8188EU: indicate disassoc
                          [   64.627677] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   65.909474] R8188EU: indicate disassoc
                          [   66.009895] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   66.043066] R8188EU: indicate disassoc
                          [   66.143495] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   67.426152] R8188EU: indicate disassoc
                          [   67.526584] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   67.566942] R8188EU: indicate disassoc
                          [   67.667583] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   68.945161] R8188EU: indicate disassoc
                          [   69.045577] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   69.082805] R8188EU: indicate disassoc
                          [   69.183294] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   70.465142] R8188EU: indicate disassoc
                          [   70.565695] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   70.598665] R8188EU: indicate disassoc
                          [   70.699080] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   71.980954] R8188EU: indicate disassoc
                          [   72.081693] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   72.118671] R8188EU: indicate disassoc
                          [   72.219193] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   73.492963] R8188EU: indicate disassoc
                          [   73.593641] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   73.622390] R8188EU: indicate disassoc
                          [   73.722809] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   74.996767] R8188EU: indicate disassoc
                          [   75.097557] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   75.130341] R8188EU: indicate disassoc
                          [   75.230697] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   76.504468] R8188EU: indicate disassoc
                          [   76.604934] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   76.650142] R8188EU: indicate disassoc
                          [   76.750640] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   78.028345] R8188EU: indicate disassoc
                          [   78.128799] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   78.170002] R8188EU: indicate disassoc
                          [   78.270501] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   79.556453] R8188EU: indicate disassoc
                          [   79.657098] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   79.689845] R8188EU: indicate disassoc
                          [   79.790292] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   81.084117] R8188EU: indicate disassoc
                          [   81.184592] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   81.237755] R8188EU: indicate disassoc
                          [   81.338263] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   82.624072] R8188EU: indicate disassoc
                          [   82.724908] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   82.757736] R8188EU: indicate disassoc
                          [   82.858293] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   84.145146] R8188EU: indicate disassoc
                          [   84.245627] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   84.265442] R8188EU: indicate disassoc
                          [   84.365778] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   85.635895] R8188EU: indicate disassoc
                          [   85.736763] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   85.769271] R8188EU: indicate disassoc
                          [   85.869738] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   87.143734] R8188EU: indicate disassoc
                          [   87.244567] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   87.277132] R8188EU: indicate disassoc
                          [   87.377550] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   88.651546] R8188EU: indicate disassoc
                          [   88.752395] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   88.785135] R8188EU: indicate disassoc
                          [   88.885565] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   90.143435] R8188EU: indicate disassoc
                          [   90.244326] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   90.280886] R8188EU: indicate disassoc
                          [   90.381373] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   91.655253] R8188EU: indicate disassoc
                          [   91.756133] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   91.788767] R8188EU: indicate disassoc
                          [   91.889123] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   93.155127] R8188EU: indicate disassoc
                          [   93.255966] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   93.292679] R8188EU: indicate disassoc
                          [   93.393112] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   94.675079] R8188EU: indicate disassoc
                          [   94.775943] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   94.808474] R8188EU: indicate disassoc
                          [   94.908858] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   96.182989] R8188EU: indicate disassoc
                          [   96.283821] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   96.316520] R8188EU: indicate disassoc
                          [   96.417039] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   97.690587] R8188EU: indicate disassoc
                          [   97.791051] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   97.808201] R8188EU: indicate disassoc
                          [   97.908609] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   99.166850] R8188EU: indicate disassoc
                          [   99.267658] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [   99.300064] R8188EU: indicate disassoc
                          [   99.400408] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  100.674359] R8188EU: indicate disassoc
                          [  100.774945] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  100.807903] R8188EU: indicate disassoc
                          [  100.908339] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  102.182262] R8188EU: indicate disassoc
                          [  102.282951] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  102.323936] R8188EU: indicate disassoc
                          [  102.424522] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  103.698169] R8188EU: indicate disassoc
                          [  103.798738] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  103.831673] R8188EU: indicate disassoc
                          [  103.932072] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  105.210073] R8188EU: indicate disassoc
                          [  105.310905] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  105.343541] R8188EU: indicate disassoc
                          [  105.443947] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  106.722026] R8188EU: indicate disassoc
                          [  106.822861] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  106.855833] R8188EU: indicate disassoc
                          [  106.956238] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  108.241868] R8188EU: indicate disassoc
                          [  108.342950] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  108.379342] R8188EU: indicate disassoc
                          [  108.480013] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  109.753643] R8188EU: indicate disassoc
                          [  109.854467] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  109.887123] R8188EU: indicate disassoc
                          [  109.987556] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  111.261491] R8188EU: indicate disassoc
                          [  111.362300] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  111.399037] R8188EU: indicate disassoc
                          [  111.499607] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  112.777375] R8188EU: indicate disassoc
                          [  112.878195] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  112.910987] R8188EU: indicate disassoc
                          [  113.011397] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  114.293202] R8188EU: indicate disassoc
                          [  114.394089] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  114.426655] R8188EU: indicate disassoc
                          [  114.527098] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  115.788971] R8188EU: indicate disassoc
                          [  115.889413] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  115.922594] R8188EU: indicate disassoc
                          [  116.023032] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  117.300977] R8188EU: indicate disassoc
                          [  117.401879] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  117.434496] R8188EU: indicate disassoc
                          [  117.534914] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  118.808920] R8188EU: indicate disassoc
                          [  118.909753] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  118.942457] R8188EU: indicate disassoc
                          [  119.042892] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  120.316623] R8188EU: indicate disassoc
                          [  120.417170] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  120.450193] R8188EU: indicate disassoc
                          [  120.550645] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  121.832648] R8188EU: indicate disassoc
                          [  121.933383] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  121.974090] R8188EU: indicate disassoc
                          [  122.074507] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  123.344464] R8188EU: indicate disassoc
                          [  123.445213] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  123.461912] R8188EU: indicate disassoc
                          [  123.562380] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  124.836295] R8188EU: indicate disassoc
                          [  124.937024] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  124.969750] R8188EU: indicate disassoc
                          [  125.070200] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  126.344164] R8188EU: indicate disassoc
                          [  126.444890] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  126.481609] R8188EU: indicate disassoc
                          [  126.582019] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  127.860101] R8188EU: indicate disassoc
                          [  127.960576] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  128.005515] R8188EU: indicate disassoc
                          [  128.106055] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  129.391962] R8188EU: indicate disassoc
                          [  129.492818] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  129.525374] R8188EU: indicate disassoc
                          [  129.625772] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  130.899792] R8188EU: indicate disassoc
                          [  131.000749] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready
                          [  131.033197] R8188EU: indicate disassoc
                          [  131.133655] IPv6: ADDRCONF(NETDEV_UP): wlx243c200140c2: link is not ready

                          EDIT :

                          J'ai revérifier par aquis de conscience un lsusb, ya du changement :

                          us 002 Device 002: ID 8087:8000 Intel Corp. 
                          Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
                          Bus 001 Device 002: ID 8087:8008 Intel Corp. 
                          Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
                          Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
                          Bus 003 Device 004: ID 0738:2026 Mad Catz, Inc. 
                          Bus 003 Device 003: ID 04d9:a067 Holtek Semiconductor, Inc. 
                          Bus 003 Device 002: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
                          Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
                          





                          -
                          Edité par K4kugen 15 juillet 2018 à 14:33:43

                          • Partager sur Facebook
                          • Partager sur Twitter
                          Anonyme
                            15 juillet 2018 à 16:10:15

                            OK on voit bien dans les logs que le firmware se charge, et le lsusb affiche bien la clé WiFi.

                            Malgré tout ça ne fonctionne toujours pas ?

                            Tu pourrais essayer avec un LiveCD/USB de Fedora 28 pour voir si ça fonctionne ?

                            Tu peux lire ça aussi, c'est sûrement le même problème : http://www.thelinuxrain.com/articles/getting-realtek-8188eu-wireless-adapters-to-work-in-linux-and-possibly-other-wireless-realtek-chipsets

                            -
                            Edité par Anonyme 15 juillet 2018 à 16:13:51

                            • Partager sur Facebook
                            • Partager sur Twitter
                              15 juillet 2018 à 16:28:41

                              Pour une raison obscure, débrancher rebrancher la clef a été suffisant

                              Un grand merci pour ton aide et ton suivis, ça marche nickel maintenant

                              Vraiment, merci

                              • Partager sur Facebook
                              • Partager sur Twitter

                              Un problème de driver cle wifi

                              × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
                              × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
                              • Editeur
                              • Markdown