Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#176 Le 15/04/2019, à 13:23

diesel

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

On a manifestement un problème avec la gestion du PCI sur ta machine.

chez toi

jean-marie@jean-marie:~$ grep err dmesg_Ben
[    0.076084] ACPI: Using IOAPIC for interrupt routing
[    0.175876] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.176263] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.176643] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.177022] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.177406] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.177789] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.178178] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.178574] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    3.181920] sdhci: Copyright(c) Pierre Ossman
[    4.045684] systemd-gpt-auto-generator[239]: Failed to dissect: Input/output error
[    4.250736] EXT4-fs (mmcblk1p2): re-mounted. Opts: errors=remount-ro
jean-marie@jean-marie:~$

Le mien

jean-marie@jean-marie:~$ dmesg | grep err
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.091028] ACPI: Using IOAPIC for interrupt routing
[    0.122786] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.122847] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.122900] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.122966] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.123032] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.123082] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.123131] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.123179] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.597977] AMD-Vi: Interrupt remapping enabled
[    0.719890] acpi_cpufreq: overriding BIOS provided _PSD data
[    5.916866] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro
[    6.016808] lp0: using parport0 (interrupt-driven).
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
jean-marie@jean-marie:~$

On voit bien qu'il y a un problème d'affectation des interruptions au niveau du bus PCI sur ta machine.

Il faut qu'on trouve pourquoi et comment le régler.

Amicalement.

Jean-Marie


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#177 Le 15/04/2019, à 13:29

diesel

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Essaye avec la ligne "pci=noacpi" dans /etc/default/grub, puis "sudo update-grub", puis reboot...

En fait, il faut modifier la ligne

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

par

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=noacpi"

J'espère que c'est ce que tu faisais...

Amicalement.

Jean-Marie

Dernière modification par diesel (Le 15/04/2019, à 13:35)


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#178 Le 15/04/2019, à 16:15

kalimeth

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Ah mince, j'avais pas compris ça, je mettais l'instruction entre quiet et splash comme m'a dit Naziel :

GRUB_CMDLINE_LINUX_DEFAULT="quiet pci=nocrs splash"

Du coup, je vais recommencer ce soir. Je finis vers 1 ou 2 h du matin, je teste ça en rentrant.

Dernière modification par kalimeth (Le 15/04/2019, à 16:16)

Hors ligne

#179 Le 15/04/2019, à 16:16

Nuliel

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Me revoilà smile
Dans le bios, il est sur quoi le paramètre audio? ACPI ou PCI?

C'est pas grave la place du paramètre, du moment qu'il est entre les deux guillemets où se trouvent quiet et splash

Dernière modification par Nuliel (Le 15/04/2019, à 16:17)

Hors ligne

#180 Le 15/04/2019, à 16:16

kalimeth

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

ACPI pour moi Naziel

Hors ligne

#181 Le 15/04/2019, à 16:17

Nuliel

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

C'est pas grave la place du paramètre, du moment qu'il est entre les deux guillemets où se trouvent quiet et splash

Là comme ça c'est bon pour passer un paramètre (je dis toujours entre quiet et splash pour éviter des erreurs)

Tu peux tenter de le passer sur PCI, il va peut être apparaître

Puis redonne

sudo lspci

(pas sur que le sudo soit utile)

Dernière modification par Nuliel (Le 15/04/2019, à 16:19)

Hors ligne

#182 Le 15/04/2019, à 16:31

diesel

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Naziel a écrit :

(pas sur que le sudo soit utile)

Moi non plus, mais ça ne fait pas de mal. Et comme il râle pour le lshw s'il n'y a pas le sudo...

Amicalement.

Jean-Marie


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#183 Le 16/04/2019, à 01:51

kalimeth

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Bonsoir/bonjour

Je suis passé en PCI sur le Bios, depuis, j'obtiens ça :

ben@ben-Selecline-notebook-10-1:~$ sudo lspci
[sudo] Mot de passe de ben : 
00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0f)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0f)
00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI (rev 0f)
00:15.0 Multimedia audio controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller (rev 0f)
00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0f)
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0f)
ben@ben-Selecline-notebook-10-1:~$ 

Donc la ligne

00:15.0 Multimedia audio controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller (rev 0f)

est apparue, c'est plutôt encourageant il me semble smile
Le son ne fonctionne toujours en revanche.
Pour rappel, l'instruction "pci=nocrs" est toujours active dans le fichier grub, si je dois l'enlever, en rajouter, dites-le moi.

Dernière modification par kalimeth (Le 16/04/2019, à 01:54)

Hors ligne

#184 Le 16/04/2019, à 09:37

diesel

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Bon, on va essayer comme ça :

Tu enlèves le "pci=xxx" dans /etc/default/grub, un petit "update-grub" et tu rebootes.

Enfin

dmesg
sudo lspci
sudo lshw

Amicalement.

Jean-Marie

Dernière modification par diesel (Le 16/04/2019, à 09:41)


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#185 Le 16/04/2019, à 09:40

kalimeth

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Bonjour,
J'ai fait un essai en enlevant "pci=nocrs", histoire de voir si le retour de la commande

sudo lspci

apportait quelque chose, et ça ne change rien. Du coup, je l'enlève pour de bon (si ça n'apporte rien, il vaut peut-être mieux simplifier le plus possible) ?

Ensuite, j'ai fait :

ben@ben-Selecline-notebook-10-1:~$ sudo lshw
[sudo] Mot de passe de ben : 
ben-selecline-notebook-10-1 
    description: Ordinateur Bloc-notes
    produit: Selecline notebook 10,1" (Type1 - SKU0)
    fabriquant: Auchan - SNCOIA
    version: 1.0
    numéro de série: Type1 - 123456789
    bits: 64 bits
    fonctionnalités: smbios-2.7 dmi-2.7 smp vsyscall32
    configuration: boot=normal chassis=notebook family=Type1 - Family sku=Type1 - SKU0 uuid=78563412-3412-7856-90AB-CDDEEFAABBCC
  *-core
       description: Carte mère
       produit: Selecline notebook 10,1"
       fabriquant: Auchan - SNCOIA
       identifiant matériel: 0
       version: 1.0
       numéro de série: Type2 - Board Serial Number
       emplacement: Type2 - Board Chassis Location
     *-firmware
          description: BIOS
          fabriquant: INSYDE Corp.
          identifiant matériel: 0
          version: SNCOIA.54450053.AUO.09
          date: 11/21/2016
          taille: 64KiB
          capacité: 576KiB
          fonctionnalités: pci upgrade shadowing cdboot bootselect edd int9keyboard int14serial int17printer int10video acpi usb zipboot biosbootspecification netboot
     *-cpu
          description: CPU
          produit: Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz
          fabriquant: Intel Corp.
          identifiant matériel: 4
          information bus: cpu@0
          version: Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz
          emplacement: CPU 1
          taille: 499MHz
          capacité: 1832MHz
          bits: 64 bits
          horloge: 83MHz
          fonctionnalités: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb pti tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat cpufreq
          configuration: cores=4 enabledcores=4 threads=1
        *-cache:0
             description: L1 cache
             identifiant matériel: 8
             emplacement: Unknown
             taille: 32KiB
             capacité: 32KiB
             fonctionnalités: synchronous internal write-back instruction
             configuration: level=1
        *-cache:1
             description: L2 cache
             identifiant matériel: 9
             emplacement: Unknown
             taille: 1MiB
             capacité: 1MiB
             fonctionnalités: synchronous internal write-back unified
             configuration: level=2
     *-cache
          description: L1 cache
          identifiant matériel: 7
          emplacement: Unknown
          taille: 24KiB
          capacité: 24KiB
          fonctionnalités: synchronous internal write-back data
          configuration: level=1
     *-memory
          description: Mémoire Système
          identifiant matériel: 14
          emplacement: Carte mère
          taille: 1GiB
        *-bank:0
             description: SODIMM DDR3 Synchrone 1333 MHz (0,8 ns)
             produit: To be filled by O.E.M
             fabriquant: To be filled by O.E.M
             identifiant matériel: 0
             numéro de série: To be filled by O.E.M
             emplacement: DIMM0
             taille: 1GiB
             bits: 32 bits
             horloge: 1333MHz (0.8ns)
        *-bank:1
             description: SODIMM DDR3 Synchrone 1333 MHz (0,8 ns) [vide]
             produit: To be filled by O.E.M
             fabriquant: To be filled by O.E.M
             identifiant matériel: 1
             numéro de série: To be filled by O.E.M
             emplacement: DIMM1
             bits: 32 bits
             horloge: 1333MHz (0.8ns)
     *-pci
          description: Host bridge
          produit: Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register
          fabriquant: Intel Corporation
          identifiant matériel: 100
          information bus: pci@0000:00:00.0
          version: 0f
          bits: 32 bits
          horloge: 33MHz
          configuration: driver=iosf_mbi_pci
          ressources: irq:0
        *-display
             description: VGA compatible controller
             produit: Atom Processor Z36xxx/Z37xxx Series Graphics & Display
             fabriquant: Intel Corporation
             identifiant matériel: 2
             information bus: pci@0000:00:02.0
             version: 0f
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pm msi vga_controller bus_master cap_list rom
             configuration: driver=i915 latency=0
             ressources: irq:71 mémoire:50000000-503fffff mémoire:40000000-4fffffff portE/S:1000(taille=8) mémoire:c0000-dffff
        *-usb
             description: USB controller
             produit: Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI
             fabriquant: Intel Corporation
             identifiant matériel: 14
             information bus: pci@0000:00:14.0
             version: 0f
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: pm msi xhci bus_master cap_list
             configuration: driver=xhci_hcd latency=0
             ressources: irq:23 mémoire:50800000-5080ffff
           *-usbhost:0
                produit: xHCI Host Controller
                fabriquant: Linux 4.15.0-47-generic xhci-hcd
                identifiant matériel: 0
                information bus: usb@1
                nom logique: usb1
                version: 4.15
                fonctionnalités: usb-2.00
                configuration: driver=hub slots=6 speed=480Mbit/s
              *-usb
                   description: Concentrateur USB
                   produit: USB2.0 Hub
                   fabriquant: Genesys Logic, Inc.
                   identifiant matériel: 2
                   information bus: usb@1:2
                   version: 85.36
                   fonctionnalités: usb-2.00
                   configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
                 *-usb:0
                      description: Vidéo
                      produit: VGA Webcam
                      fabriquant: Alcor Micro, Corp.
                      identifiant matériel: 2
                      information bus: usb@1:2.2
                      version: 0.01
                      fonctionnalités: usb-2.00
                      configuration: driver=uvcvideo maxpower=200mA speed=480Mbit/s
                 *-usb:1
                      description: Clavier
                      fabriquant: Philips Speech Processing
                      identifiant matériel: 3
                      information bus: usb@1:2.3
                      version: 10.01
                      fonctionnalités: usb-1.10
                      configuration: driver=usbhid maxpower=100mA speed=1Mbit/s
           *-usbhost:1
                produit: xHCI Host Controller
                fabriquant: Linux 4.15.0-47-generic xhci-hcd
                identifiant matériel: 1
                information bus: usb@2
                nom logique: usb2
                version: 4.15
                fonctionnalités: usb-3.00
                configuration: driver=hub slots=1 speed=5000Mbit/s
        *-multimedia NON-RÉCLAMÉ
             description: Multimedia audio controller
             produit: Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller
             fabriquant: Intel Corporation
             identifiant matériel: 15
             information bus: pci@0000:00:15.0
             version: 0f
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pm bus_master cap_list
             configuration: latency=0
             ressources: mémoire:50400000-505fffff mémoire:5082c000-5082cfff
        *-generic
             description: Encryption controller
             produit: Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine
             fabriquant: Intel Corporation
             identifiant matériel: 1a
             information bus: pci@0000:00:1a.0
             version: 0f
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pm msi bus_master cap_list
             configuration: driver=mei_txe latency=0
             ressources: irq:68 mémoire:50700000-507fffff mémoire:50600000-506fffff
        *-isa
             description: ISA bridge
             produit: Atom Processor Z36xxx/Z37xxx Series Power Control Unit
             fabriquant: Intel Corporation
             identifiant matériel: 1f
             information bus: pci@0000:00:1f.0
             version: 0f
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: isa bus_master cap_list
             configuration: driver=lpc_ich latency=0
             ressources: irq:0
  *-battery
       description: Lithium Ion Battery
       produit: SR Real Battery
       fabriquant: Intel SR 1
       identifiant matériel: 1
       version: Date
       numéro de série: 123456789
       emplacement: I2C2
       configuration: voltage=3,8V
  *-power NON-RÉCLAMÉ
       description: OEM_Define1
       produit: OEM_Define5
       fabriquant: OEM_Define2
       identifiant matériel: 2
       version: OEM_Define6
       numéro de série: OEM_Define3
       capacité: 42mWh
  *-network
       description: Interface réseau sans fil
       identifiant matériel: 3
       nom logique: wlan0
       numéro de série: a0:2c:36:58:b9:c1
       fonctionnalités: ethernet physical wireless
       configuration: broadcast=yes driver=rtl8723bs ip=192.168.1.21 multicast=yes wireless=IEEE 802.11bgn
ben@ben-Selecline-notebook-10-1:~$ 

On retrouve donc bien des infos sur le multimedia qu'on avait pas avant.

Dernière modification par kalimeth (Le 16/04/2019, à 09:41)

Hors ligne

#186 Le 16/04/2019, à 09:46

kalimeth

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

J'ait fait çà aussi après un reboot :

ben@ben-Selecline-notebook-10-1:~$ dmesg
[    0.000000] Linux version 4.15.0-47-generic (buildd@lgw01-amd64-001) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 (Ubuntu 4.15.0-47.50-generic 4.15.18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-47-generic root=UUID=881df6d8-4907-4eec-9633-163fff7beb9c ro quiet splash vt.handoff=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000024a6cfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000024a6d000-0x0000000024afffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000024b00000-0x000000003b6e4fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003b6e5000-0x000000003b744fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000003b745000-0x000000003b964fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003b965000-0x000000003b965fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003b966000-0x000000003b966fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003b967000-0x000000003b968fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003b969000-0x000000003b969fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003b96a000-0x000000003c7fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000003cc00000-0x000000003cc1dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000003cc1e000-0x000000003cc45fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003cc46000-0x000000003ccb5fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003ccb6000-0x000000003ccf5fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000003ccf6000-0x000000003ccfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fff60000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by INSYDE Corp.
[    0.000000] efi:  ACPI 2.0=0x3ccf5014  ESRT=0x3b754f10  SMBIOS=0x3b91c000 
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Auchan - SNCOIA Selecline notebook 10,1"/Selecline notebook 10,1", BIOS SNCOIA.54450053.AUO.09 11/21/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x3cd00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFF60000 mask FFFC00000 write-protect
[    0.000000]   1 base 000000000 mask FC0000000 write-back
[    0.000000]   2 base 03E000000 mask FFE000000 uncachable
[    0.000000]   3 base 03D000000 mask FFF000000 uncachable
[    0.000000]   4 base 03CE00000 mask FFFE00000 uncachable
[    0.000000]   5 base 03CD00000 mask FFFF00000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] esrt: Reserving ESRT space from 0x000000003b754f10 to 0x000000003b754f48.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 98000 size 24576
[    0.000000] BRK [0x23b3f000, 0x23b3ffff] PGTABLE
[    0.000000] BRK [0x23b40000, 0x23b40fff] PGTABLE
[    0.000000] BRK [0x23b41000, 0x23b41fff] PGTABLE
[    0.000000] BRK [0x23b42000, 0x23b42fff] PGTABLE
[    0.000000] BRK [0x23b43000, 0x23b43fff] PGTABLE
[    0.000000] BRK [0x23b44000, 0x23b44fff] PGTABLE
[    0.000000] BRK [0x23b45000, 0x23b45fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3379f000-0x35bc6fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000003CCF5014 000024 (v02 INSYDE)
[    0.000000] ACPI: XSDT 0x000000003CCCD188 0000DC (v01 INSYDE INSYDE   00000003      01000013)
[    0.000000] ACPI: FACP 0x000000003CCEE000 00010C (v05 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: DSDT 0x000000003CCD9000 00F64B (v02 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: UEFI 0x000000003CCF4000 000236 (v01 INSYDE INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: TCPA 0x000000003CCF3000 000032 (v02 INSYDE INSYDE   00000000 ACPI 00040000)
[    0.000000] ACPI: MSDM 0x000000003CCF2000 000055 (v03 INSYDE INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: UEFI 0x000000003CCF1000 000042 (v01 INSYDE INSYDE   00000000 ACPI 00040000)
[    0.000000] ACPI: OEM0 0x000000003CCF0000 000084 (v05 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: DBG2 0x000000003CCEF000 000072 (v00 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: HPET 0x000000003CCED000 000038 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: LPIT 0x000000003CCEC000 000104 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: APIC 0x000000003CCEB000 00006C (v03 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: MCFG 0x000000003CCEA000 00003C (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: SLIC 0x000000003CCE9000 000176 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD8000 000603 (v01 INSYDE CpuDptf  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD5000 0024BD (v01 INSYDE DptfTab  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD4000 000058 (v01 INSYDE LowPwrM  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD3000 0000FF (v01 INSYDE SoCDptf  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD2000 00043A (v01 INSYDE Tpm2Tabl 00001000 ACPI 00040000)
[    0.000000] ACPI: TPM2 0x000000003CCD1000 000034 (v03 INSYDE INSYDE   00000000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD0000 000763 (v01 INSYDE CpuPm    00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCCF000 000290 (v01 INSYDE Cpu0Tst  00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCCE000 00017A (v01 INSYDE ApTst    00003000 ACPI 00040000)
[    0.000000] ACPI: FPDT 0x000000003CCCC000 000044 (v01 INSYDE INSYDE   00000002 ACPI 00040000)
[    0.000000] ACPI: CSRT 0x000000003CCCB000 00014C (v00 INSYDE INSYDE   00000005 ACPI 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ccfffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x3b6ba000-0x3b6e4fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000003ccfffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.000000]   node   0: [mem 0x0000000000090000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000024a6cfff]
[    0.000000]   node   0: [mem 0x0000000024b00000-0x000000003b6e4fff]
[    0.000000]   node   0: [mem 0x000000003b965000-0x000000003b965fff]
[    0.000000]   node   0: [mem 0x000000003b967000-0x000000003b968fff]
[    0.000000]   node   0: [mem 0x000000003b96a000-0x000000003c7fffff]
[    0.000000]   node   0: [mem 0x000000003cc00000-0x000000003cc1dfff]
[    0.000000]   node   0: [mem 0x000000003ccf6000-0x000000003ccfffff]
[    0.000000] Reserved but unavailable: 15697 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ccfffff]
[    0.000000] On node 0 totalpages: 246447
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3828 pages used for memmap
[    0.000000]   DMA32 zone: 242451 pages, LIFO batch:31
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] Reserving Intel graphics memory at 0x000000003cf00000-0x000000003eefffff
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x24a6d000-0x24afffff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b6e5000-0x3b744fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b745000-0x3b964fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b966000-0x3b966fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b969000-0x3b969fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3c800000-0x3cbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0x3cc1e000-0x3cc45fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3cc46000-0x3ccb5fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3ccb6000-0x3ccf5fff]
[    0.000000] e820: [mem 0x3ef00000-0xe00f7fff] 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] random: get_random_bytes called from start_kernel+0x99/0x4fd with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u524288
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 242533
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-47-generic root=UUID=881df6d8-4907-4eec-9633-163fff7beb9c ro quiet splash vt.handoff=1
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 867108K/985788K available (12300K kernel code, 2473K rwdata, 4252K rodata, 2408K init, 2416K bss, 118680K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39206 entries in 154 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 0
[    0.000000] vt handoff: transparent VT on vt#1
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] tsc: Detected 1332.800 MHz processor
[    0.000023] Calibrating delay loop (skipped), value calculated using timer frequency.. 2665.60 BogoMIPS (lpj=5331200)
[    0.000031] pid_max: default: 32768 minimum: 301
[    0.001532] Security Framework initialized
[    0.001538] Yama: becoming mindful.
[    0.001616] AppArmor: AppArmor initialized
[    0.002147] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.002450] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.002500] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.002516] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.003108] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.003111] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.003128] mce: CPU supports 6 MCE banks
[    0.003140] CPU0: Thermal monitoring enabled (TM1)
[    0.003146] process: using mwait in idle threads
[    0.003154] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.003157] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.003163] Spectre V2 : Mitigation: Full generic retpoline
[    0.003165] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.003525] Freeing SMP alternatives memory: 36K
[    0.004000] TSC deadline timer enabled
[    0.004000] smpboot: CPU0: Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz (family: 0x6, model: 0x37, stepping: 0x8)
[    0.004000] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.004000] ... version:                3
[    0.004000] ... bit width:              40
[    0.004000] ... generic registers:      2
[    0.004000] ... value mask:             000000ffffffffff
[    0.004000] ... max period:             0000007fffffffff
[    0.004000] ... fixed-purpose events:   3
[    0.004000] ... event mask:             0000000700000003
[    0.004000] Hierarchical SRCU implementation.
[    0.004000] smp: Bringing up secondary CPUs ...
[    0.004000] x86: Booting SMP configuration:
[    0.004000] .... node  #0, CPUs:      #1
[    0.004560] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.005078]  #2 #3
[    0.006089] smp: Brought up 1 node, 4 CPUs
[    0.006089] smpboot: Max logical packages: 1
[    0.006089] smpboot: Total of 4 processors activated (10662.40 BogoMIPS)
[    0.008496] devtmpfs: initialized
[    0.008496] x86/mm: Memory block size: 128MB
[    0.008671] evm: security.selinux
[    0.008674] evm: security.SMACK64
[    0.008675] evm: security.SMACK64EXEC
[    0.008677] evm: security.SMACK64TRANSMUTE
[    0.008678] evm: security.SMACK64MMAP
[    0.008679] evm: security.apparmor
[    0.008681] evm: security.ima
[    0.008683] evm: security.capability
[    0.008728] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.008728] PM: Registering ACPI NVS region [mem 0x3cc46000-0x3ccb5fff] (458752 bytes)
[    0.008728] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.008728] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.008728] pinctrl core: initialized pinctrl subsystem
[    0.008728] RTC time:  8:42:19, date: 04/16/19
[    0.008785] NET: Registered protocol family 16
[    0.008946] audit: initializing netlink subsys (disabled)
[    0.008968] audit: type=2000 audit(1555404139.008:1): state=initialized audit_enabled=0 res=1
[    0.008968] cpuidle: using governor ladder
[    0.008968] cpuidle: using governor menu
[    0.008968] ACPI: bus type PCI registered
[    0.008968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.008968] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.008968] PCI: not using MMCONFIG
[    0.008968] PCI: Using configuration type 1 for base access
[    0.016302] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.016306] ACPI: Added _OSI(Module Device)
[    0.016309] ACPI: Added _OSI(Processor Device)
[    0.016312] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.016314] ACPI: Added _OSI(Processor Aggregator Device)
[    0.016318] ACPI: Added _OSI(Linux-Dell-Video)
[    0.016321] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.016324] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.063368] ACPI: Dynamic OEM Table Load:
[    0.063393] ACPI: SSDT 0xFFFF9326FC043000 000501 (v01 PmRef  Cpu0Ist  00003000 INTL 20130117)
[    0.064695] ACPI: Dynamic OEM Table Load:
[    0.064716] ACPI: SSDT 0xFFFF9326FC046000 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20130117)
[    0.067364] ACPI: Dynamic OEM Table Load:
[    0.067384] ACPI: SSDT 0xFFFF9326FC298C00 00015F (v01 PmRef  ApIst    00003000 INTL 20130117)
[    0.068510] ACPI: Dynamic OEM Table Load:
[    0.068529] ACPI: SSDT 0xFFFF9326FC25FB40 00008D (v01 PmRef  ApCst    00003000 INTL 20130117)
[    0.076021] ACPI: Interpreter enabled
[    0.076074] ACPI: (supports S0 S5)
[    0.076078] ACPI: Using IOAPIC for interrupt routing
[    0.076207] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.088539] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] not reserved in ACPI motherboard resources
[    0.088544] PCI: not using MMCONFIG
[    0.088554] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.096297] ACPI: Power Resource [USBC] (on)
[    0.098029] ACPI: Power Resource [WWPR] (off)
[    0.112203] ACPI: Power Resource [PLPE] (on)
[    0.126467]  (null): Device [PWM1] is in always present list
[    0.136192] ACPI: Power Resource [CLK0] (on)
[    0.136367] ACPI: Power Resource [CLK1] (on)
[    0.137667] ACPI: Power Resource [P28P] (off)
[    0.137840] ACPI: Power Resource [P18P] (off)
[    0.139269] ACPI: Power Resource [CLK0] (on)
[    0.139443] ACPI: Power Resource [CLK1] (on)
[    0.152591] ACPI: Power Resource [P28X] (off)
[    0.152771] ACPI: Power Resource [P18X] (off)
[    0.152971] ACPI: Power Resource [P28T] (off)
[    0.153154] ACPI: Power Resource [P18T] (off)
[    0.153330] ACPI: Power Resource [P1XT] (off)
[    0.170934] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.170952] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.171198] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.171244] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.172576] PCI host bridge to bus 0000:00
[    0.172584] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.172589] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.172593] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.172597] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.172602] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.172606] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.172610] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.172614] pci_bus 0000:00: root bus resource [mem 0x50c00000-0x50ffffff window]
[    0.172618] pci_bus 0000:00: root bus resource [mem 0x3cf00001-0x3ef00000 window]
[    0.172623] pci_bus 0000:00: root bus resource [mem 0x40000000-0x508ffffe window]
[    0.172627] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff window]
[    0.172632] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.172650] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.172905] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.172927] pci 0000:00:02.0: reg 0x10: [mem 0x50000000-0x503fffff]
[    0.172942] pci 0000:00:02.0: reg 0x18: [mem 0x40000000-0x4fffffff pref]
[    0.172956] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x1007]
[    0.172987] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.173213] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.173241] pci 0000:00:14.0: reg 0x10: [mem 0x50800000-0x5080ffff 64bit]
[    0.173321] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.173528] pci 0000:00:15.0: [8086:0f28] type 00 class 0x040100
[    0.173572] pci 0000:00:15.0: reg 0x10: [mem 0x50400000-0x505fffff]
[    0.173593] pci 0000:00:15.0: reg 0x14: [mem 0x5082c000-0x5082cfff]
[    0.173908] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.173938] pci 0000:00:1a.0: reg 0x10: [mem 0x50700000-0x507fffff]
[    0.173952] pci 0000:00:1a.0: reg 0x14: [mem 0x50600000-0x506fffff]
[    0.174052] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.174255] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.176214] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.176594] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.176972] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.177352] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.177734] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.178119] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.178508] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.178902] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.184324] ACPI: \: failed to evaluate _DSM (0x1001)
[    0.204138] SCSI subsystem initialized
[    0.204183] libata version 3.00 loaded.
[    0.204183] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.204183] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.204183] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.204183] vgaarb: loaded
[    0.204183] ACPI: bus type USB registered
[    0.204183] usbcore: registered new interface driver usbfs
[    0.204185] usbcore: registered new interface driver hub
[    0.204241] usbcore: registered new device driver usb
[    0.377221] EDAC MC: Ver: 3.0.0
[    0.377221] Registered efivars operations
[    0.396086] PCI: Using ACPI for IRQ routing
[    0.396092] PCI: pci_cache_line_size set to 64 bytes
[    0.396127] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.396134] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.396139] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.396142] e820: reserve RAM buffer [mem 0x24a6d000-0x27ffffff]
[    0.396145] e820: reserve RAM buffer [mem 0x3b6e5000-0x3bffffff]
[    0.396148] e820: reserve RAM buffer [mem 0x3b966000-0x3bffffff]
[    0.396151] e820: reserve RAM buffer [mem 0x3b969000-0x3bffffff]
[    0.396154] e820: reserve RAM buffer [mem 0x3c800000-0x3fffffff]
[    0.396158] e820: reserve RAM buffer [mem 0x3cc1e000-0x3fffffff]
[    0.396162] e820: reserve RAM buffer [mem 0x3cd00000-0x3fffffff]
[    0.396162] NetLabel: Initializing
[    0.396162] NetLabel:  domain hash size = 128
[    0.396162] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.396193] NetLabel:  unlabeled traffic allowed by default
[    0.400428] clocksource: Switched to clocksource refined-jiffies
[    0.436499] VFS: Disk quotas dquot_6.6.0
[    0.436547] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.436859] AppArmor: AppArmor Filesystem Enabled
[    0.436971] pnp: PnP ACPI init
[    0.437153] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.437381] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.437387] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.437391] system 00:01: [io  0x0500-0x05fe] has been reserved
[    0.437396] system 00:01: [io  0x0600-0x061f] has been reserved
[    0.437401] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.437417] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.437888] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.445879] pnp: PnP ACPI: found 3 devices
[    0.448165] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.448172] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.448176] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.448181] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.448185] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.448190] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.448194] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.448199] pci_bus 0000:00: resource 11 [mem 0x50c00000-0x50ffffff window]
[    0.448203] pci_bus 0000:00: resource 12 [mem 0x3cf00001-0x3ef00000 window]
[    0.448207] pci_bus 0000:00: resource 13 [mem 0x40000000-0x508ffffe window]
[    0.448211] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed40fff window]
[    0.448460] NET: Registered protocol family 2
[    0.452181] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.452238] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[    0.452298] TCP: Hash tables configured (established 8192 bind 8192)
[    0.452404] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.452426] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.452544] NET: Registered protocol family 1
[    0.452581] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.453101] PCI: CLS 64 bytes, default 64
[    0.453237] Unpacking initramfs...
[    1.830060] Freeing initrd memory: 37024K
[    1.830090] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x133626f6b26, max_idle_ns: 440795214178 ns
[    1.830134] clocksource: Switched to clocksource tsc
[    1.830134] Scanning for low memory corruption every 60 seconds
[    1.830134] Initialise system trusted keyrings
[    1.830135] Key type blacklist registered
[    1.830250] workingset: timestamp_bits=36 max_order=18 bucket_order=0
[    1.834251] zbud: loaded
[    1.835707] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.836263] fuse init (API version 7.26)
[    1.840742] Key type asymmetric registered
[    1.840746] Asymmetric key parser 'x509' registered
[    1.840876] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.840977] io scheduler noop registered
[    1.840980] io scheduler deadline registered
[    1.841068] io scheduler cfq registered (default)
[    1.841703] efifb: probing for efifb
[    1.841738] efifb: framebuffer at 0x40000000, using 2432k, total 2432k
[    1.841741] efifb: mode is 1024x600x32, linelength=4096, pages=1
[    1.841743] efifb: scrolling: redraw
[    1.841747] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.842031] Console: switching to colour frame buffer device 128x37
[    1.842071] fb0: EFI VGA frame buffer device
[    1.842100] intel_idle: MWAIT substates: 0x33000020
[    1.842103] intel_idle: v0.4.1 model 0x37
[    1.842556] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.842620] ACPI: AC: found native INT33F4 PMIC, not loading
[    1.842772] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.842828] ACPI: Lid Switch [LID]
[    1.852954] [Firmware Bug]: No valid trip found
[    1.853115] ACPI: Battery: found native INT33F4 PMIC, not loading
[    1.853619] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.873890] 00:02: ttyS0 at I/O 0x3f8 (irq = 20, base_baud = 115200) is a 16550A
[    1.883567] hpet: number irqs doesn't agree with number of timers
[    1.883749] Linux agpgart interface v0.103
[    1.919713] loop: module loaded
[    1.920380] libphy: Fixed MDIO Bus: probed
[    1.920383] tun: Universal TUN/TAP device driver, 1.6
[    1.920705] PPP generic driver version 2.4.2
[    1.920949] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.920973] ehci-pci: EHCI PCI platform driver
[    1.921007] ehci-platform: EHCI generic platform driver
[    1.921069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.921076] ohci-pci: OHCI PCI platform driver
[    1.921100] ohci-platform: OHCI generic platform driver
[    1.921126] uhci_hcd: USB Universal Host Controller Interface driver
[    1.921545] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.921561] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.922690] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    1.922698] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.922991] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.922997] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.923000] usb usb1: Product: xHCI Host Controller
[    1.923004] usb usb1: Manufacturer: Linux 4.15.0-47-generic xhci-hcd
[    1.923008] usb usb1: SerialNumber: 0000:00:14.0
[    1.923486] hub 1-0:1.0: USB hub found
[    1.923513] hub 1-0:1.0: 6 ports detected
[    2.465359] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.465372] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.465382] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    2.465505] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    2.465510] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.465514] usb usb2: Product: xHCI Host Controller
[    2.465518] usb usb2: Manufacturer: Linux 4.15.0-47-generic xhci-hcd
[    2.465521] usb usb2: SerialNumber: 0000:00:14.0
[    2.466022] hub 2-0:1.0: USB hub found
[    2.466046] hub 2-0:1.0: 1 port detected
[    2.466579] i8042: PNP: No PS/2 controller found.
[    2.467077] mousedev: PS/2 mouse device common for all mice
[    2.468449] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    2.468464] rtc_cmos 00:00: no alarms, y3k, 242 bytes nvram
[    2.468487] i2c /dev entries driver
[    2.469396] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
[    2.469660] device-mapper: uevent: version 1.0.3
[    2.470323] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.470334] intel_pstate: Intel P-state driver initializing
[    2.473481] ledtrig-cpu: registered to indicate activity on CPUs
[    2.473488] EFI Variables Facility v0.08 2004-May-17
[    2.500316] NET: Registered protocol family 10
[    2.520869] Segment Routing with IPv6
[    2.521009] NET: Registered protocol family 17
[    2.523792] Key type dns_resolver registered
[    2.528548] RAS: Correctable Errors collector initialized.
[    2.528663] microcode: sig=0x30678, pf=0x2, revision=0x82f
[    2.529220] microcode: Microcode Update Driver: v2.2.
[    2.529243] sched_clock: Marking stable (2529206502, 0)->(2531130060, -1923558)
[    2.531434] registered taskstats version 1
[    2.531466] Loading compiled-in X.509 certificates
[    2.540981] Loaded X.509 cert 'Build time autogenerated kernel key: 7211859d1298c08a101905a3cb814e8c7b4bf4a4'
[    2.541114] Couldn't get size: 0x800000000000000e
[    2.541122] MODSIGN: Couldn't get UEFI db list
[    2.541189] Couldn't get size: 0x800000000000000e
[    2.541196] MODSIGN: Couldn't get UEFI MokListRT
[    2.542917] zswap: loaded using pool lzo/zbud
[    2.556092] Key type big_key registered
[    2.556119] Key type trusted registered
[    2.563515] Key type encrypted registered
[    2.563542] AppArmor: AppArmor sha1 policy hashing enabled
[    2.569381] ima: Allocated hash algorithm: sha1
[    2.629198] evm: HMAC attrs: 0x1
[    2.656671] i2c_designware 80860F41:04: I2C bus managed by PUNIT
[    2.667888]   Magic number: 15:719:725
[    2.667911] block loop5: hash matches
[    2.668565] rtc_cmos 00:00: setting system clock to 2019-04-16 08:42:22 UTC (1555404142)
[    2.669118] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.669120] EDD information not available.
[    2.692868] Freeing unused kernel memory: 2408K
[    2.716427] Write protecting the kernel read-only data: 20480k
[    2.721905] Freeing unused kernel memory: 2008K
[    2.734749] Freeing unused kernel memory: 1892K
[    2.755746] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.755748] x86/mm: Checking user space page tables
[    2.776405] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.804100] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    2.959625] usb 1-2: New USB device found, idVendor=05e3, idProduct=0608
[    2.959640] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.959650] usb 1-2: Product: USB2.0 Hub
[    2.961152] hub 1-2:1.0: USB hub found
[    2.961498] hub 1-2:1.0: 4 ports detected
[    2.962063] usb: port power management may be unreliable
[    3.056204] sdhci: Secure Digital Host Controller Interface driver
[    3.056207] sdhci: Copyright(c) Pierre Ossman
[    3.064462] mmc0: SDHCI controller on ACPI [INT33BB:00] using ADMA
[    3.085119] mmc1: SDHCI controller on ACPI [80860F14:00] using ADMA
[    3.107051] mmc2: SDHCI controller on ACPI [80860F14:02] using ADMA
[    3.125274] mmc0: new high speed SDIO card at address 0001
[    3.213128] mmc1: new HS200 MMC card at address 0001
[    3.213764] mmcblk1: mmc1:0001 NCard  28.9 GiB 
[    3.213962] mmcblk1boot0: mmc1:0001 NCard  partition 1 4.00 MiB
[    3.214172] mmcblk1boot1: mmc1:0001 NCard  partition 2 4.00 MiB
[    3.214393] mmcblk1rpmb: mmc1:0001 NCard  partition 3 4.00 MiB, chardev (244:0)
[    3.220419]  mmcblk1: p1 p2
[    3.252045] usb 1-2.2: new high-speed USB device number 3 using xhci_hcd
[    3.252737] random: fast init done
[    3.294155] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.294216] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.294245] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.380431] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[    3.450678] usb 1-2.2: New USB device found, idVendor=058f, idProduct=5608
[    3.450683] usb 1-2.2: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[    3.450687] usb 1-2.2: Product: VGA Webcam
[    3.450690] usb 1-2.2: Manufacturer: Alcor Micro, Corp.
[    3.532037] usb 1-2.3: new low-speed USB device number 4 using xhci_hcd
[    3.636493] usb 1-2.3: New USB device found, idVendor=0911, idProduct=2188
[    3.636498] usb 1-2.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.695531] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.739381] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    3.757716] systemd[1]: Detected architecture x86-64.
[    3.766235] systemd[1]: Set hostname to <ben-Selecline-notebook-10-1>.
[    3.869608] systemd-gpt-auto-generator[240]: Failed to dissect: Input/output error
[    3.875338] systemd[233]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[    4.013206] systemd[1]: Reached target User and Group Name Lookups.
[    4.013428] systemd[1]: Reached target Remote File Systems.
[    4.013939] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.014482] systemd[1]: Created slice System Slice.
[    4.014762] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    4.014938] systemd[1]: Listening on fsck to fsckd communication Socket.
[    4.063216] EXT4-fs (mmcblk1p2): re-mounted. Opts: errors=remount-ro
[    4.092313] lp: driver loaded but no devices found
[    4.119531] ppdev: user-space parallel port driver
[    4.225701] systemd-journald[258]: Received request to flush runtime journal from PID 1
[    4.288496] Adding 1381704k swap on /swapfile.  Priority:-2 extents:5 across:1414472k SSFS
[    4.532690] 80860F0A:00: ttyS4 at MMIO 0x5091a000 (irq = 11, base_baud = 2764800) is a 16550A
[    4.532929] serial serial0: tty port ttyS4 registered
[    4.552359] 80860F0A:01: ttyS5 at MMIO 0x5091c000 (irq = 12, base_baud = 2764800) is a 16550A
[    4.553630] axp20x-i2c i2c-INT33F4:00: AXP20x variant AXP288 found
[    4.613260] axp20x-i2c i2c-INT33F4:00: AXP20X driver loaded
[    4.664502] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    4.704783] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    4.815290] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.830143] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.895864] r8723bs: module is from the staging directory, the quality is unknown, you have been warned.
[    4.905503] r8723bs: module is from the staging directory, the quality is unknown, you have been warned.
[    4.908382] r8723bs: module verification failed: signature and/or required key missing - tainting kernel
[    4.911983] RTL8723BS: module init start
[    4.911987] RTL8723BS: rtl8723bs v4.3.5.5_12290.20140916_BTCOEX20140507-4E40
[    4.911988] RTL8723BS: rtl8723bs BT-Coex version = BTCOEX20140507-4E40
[    4.976199] pnetdev =         (ptrval)
[    5.004461] media: Linux media interface: v0.10
[    5.037537] hidraw: raw HID events driver (C) Jiri Kosina
[    5.038863] [drm] Memory usable by graphics device = 2048M
[    5.038868] checking generic (40000000 260000) vs hw (40000000 10000000)
[    5.038870] fb: switching to inteldrmfb from EFI VGA
[    5.038949] Console: switching to colour dummy device 80x25
[    5.039326] SSE version of gcm_enc/dec engaged.
[    5.041277] [drm] Replacing VGA console driver
[    5.041766] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.041771] [drm] Driver supports precise vblank timestamp query.
[    5.058604] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    5.075807] usbcore: registered new interface driver usbhid
[    5.075813] usbhid: USB HID core driver
[    5.080186] Linux video capture interface: v2.00
[    5.088840] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[    5.098007] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.101697] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1
[    5.101993] [drm] HDaudio controller not detected, using LPE audio instead
[    5.121811] uvcvideo: Found UVC 1.00 device VGA Webcam (058f:5608)
[    5.141720] uvcvideo 1-2.2:1.0: Entity type for entity Extension 6 was not initialized!
[    5.141727] uvcvideo 1-2.2:1.0: Entity type for entity Processing 5 was not initialized!
[    5.141731] uvcvideo 1-2.2:1.0: Entity type for entity Selector 4 was not initialized!
[    5.141735] uvcvideo 1-2.2:1.0: Entity type for entity Camera 1 was not initialized!
[    5.141914] input: VGA Webcam: VGA Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/input/input2
[    5.142560] usbcore: registered new interface driver uvcvideo
[    5.142563] USB Video Class driver (1.1.1)
[    5.171549] RTL8723BS: rtw_ndev_init(wlan0)
[    5.173269] RTL8723BS: module init ret =0
[    5.339891] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    5.343675] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    5.343801] intel_soc_dts_thermal: request_threaded_irq ret -22
[    5.350866] intel_rapl: Found RAPL domain package
[    5.350870] intel_rapl: Found RAPL domain core
[    5.399817] input: gpio-keys as /devices/platform/gpio-keys.0.auto/input/input3
[    5.403650] input: gpio-keys as /devices/platform/gpio-keys.1.auto/input/input4
[    5.428900] fbcon: inteldrmfb (fb0) is primary device
[    5.429100] Console: switching to colour frame buffer device 128x37
[    5.429142] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    5.469682] input: HID 0911:2188 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.3/1-2.3:1.0/0003:0911:2188.0001/input/input5
[    5.483975] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=0 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input6
[    5.529345] hid-generic 0003:0911:2188.0001: input,hidraw0: USB HID v1.01 Keyboard [HID 0911:2188] on usb-0000:00:14.0-2.3/input0
[    5.529474] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input7
[    5.530220] input: HID 0911:2188 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.3/1-2.3:1.1/0003:0911:2188.0002/input/input8
[    5.588802] hid-generic 0003:0911:2188.0002: input,hiddev0,hidraw1: USB HID v1.01 Mouse [HID 0911:2188] on usb-0000:00:14.0-2.3/input1
[    5.802494] input: axp20x-pek as /devices/platform/80860F41:04/i2c-4/i2c-INT33F4:00/axp221-pek/input/input9
[    5.858354] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 16 -> VIRQ 41
[    5.882311] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 17 -> VIRQ 42
[    5.906330] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 18 -> VIRQ 43
[    5.928200] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 19 -> VIRQ 44
[    5.950315] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 24 -> VIRQ 49
[    5.973265] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 25 -> VIRQ 50
[    7.913458] audit: type=1400 audit(1555404147.739:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=481 comm="apparmor_parser"
[    7.913470] audit: type=1400 audit(1555404147.739:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=481 comm="apparmor_parser"
[    7.913476] audit: type=1400 audit(1555404147.739:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=481 comm="apparmor_parser"
[    7.916800] audit: type=1400 audit(1555404147.743:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=478 comm="apparmor_parser"
[    7.916812] audit: type=1400 audit(1555404147.743:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=478 comm="apparmor_parser"
[    7.916819] audit: type=1400 audit(1555404147.743:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=478 comm="apparmor_parser"
[    7.916825] audit: type=1400 audit(1555404147.743:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=478 comm="apparmor_parser"
[    7.919512] audit: type=1400 audit(1555404147.743:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=477 comm="apparmor_parser"
[    7.919523] audit: type=1400 audit(1555404147.743:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=477 comm="apparmor_parser"
[    7.923921] audit: type=1400 audit(1555404147.747:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=484 comm="apparmor_parser"
[    8.056697] random: crng init done
[    8.056702] random: 7 urandom warning(s) missed due to ratelimiting
[    8.673576] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    8.682983] rtl8723bs: acquire FW from file:rtlwifi/rtl8723bs_nic.bin
[   10.066424] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   10.201367] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   12.149789] RTL8723BS: rtw_set_802_11_connect(wlan0)  fw_state = 0x00000008
[   20.383046] RTL8723BS: rtw_set_802_11_connect(wlan0)  fw_state = 0x00000008
ben@ben-Selecline-notebook-10-1:~$ 

Je ne sais pas s'il faut s'y fier, mais j'ai plus beaucoup de lignes qui apparaissent en rouge smile

Dernière modification par kalimeth (Le 16/04/2019, à 10:01)

Hors ligne

#187 Le 16/04/2019, à 10:02

diesel

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Tu peux nous donner le résultat d'un "lspci -nnk"

Amicalement.

Jean-Marie


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#188 Le 16/04/2019, à 10:06

kalimeth

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Voila :

ben@ben-Selecline-notebook-10-1:~$ lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register [8086:0f00] (rev 0f)
	Subsystem: Device [1027:2014]
	Kernel driver in use: iosf_mbi_pci
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display [8086:0f31] (rev 0f)
	Subsystem: Device [1027:2014]
	Kernel driver in use: i915
	Kernel modules: i915
00:14.0 USB controller [0c03]: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI [8086:0f35] (rev 0f)
	Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI [8086:7270]
	Kernel driver in use: xhci_hcd
00:15.0 Multimedia audio controller [0401]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller [8086:0f28] (rev 0f)
	Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller [8086:7270]
00:1a.0 Encryption controller [1080]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine [8086:0f18] (rev 0f)
	Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine [8086:7270]
	Kernel driver in use: mei_txe
	Kernel modules: mei_txe
00:1f.0 ISA bridge [0601]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit [8086:0f1c] (rev 0f)
	Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit [8086:7270]
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich
ben@ben-Selecline-notebook-10-1:~$ 

Désolé, j'avais pas vu que tu avais glissé un message entre les miens.

Hors ligne

#189 Le 16/04/2019, à 10:13

diesel

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Tu peux donner le résultat de "sudo lsmod"

Amicalement.

Jean-Marie


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#190 Le 16/04/2019, à 10:23

kalimeth

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

ben@ben-Selecline-notebook-10-1:~$ sudo lsmod
[sudo] Mot de passe de ben : 
Module                  Size  Used by
nls_iso8859_1          16384  1
input_leds             16384  0
joydev                 24576  0
mac_hid                16384  0
snd_hdmi_lpe_audio     24576  1
hid_generic            16384  0
gpio_keys              20480  0
intel_rapl             20480  0
axp20x_pek             16384  0
axp288_fuel_gauge      20480  0
intel_soc_dts_thermal    16384  0
axp288_adc             16384  0
axp288_charger         20480  0
intel_powerclamp       16384  0
industrialio           69632  2 axp288_adc,axp288_fuel_gauge
extcon_axp288          16384  0
coretemp               16384  0
kvm_intel             212992  0
kvm                   598016  1 kvm_intel
irqbypass              16384  1 kvm
punit_atom_debug       16384  0
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
ghash_clmulni_intel    16384  0
uvcvideo               86016  0
videobuf2_vmalloc      16384  1 uvcvideo
pcbc                   16384  0
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         24576  1 uvcvideo
videobuf2_core         40960  2 videobuf2_v4l2,uvcvideo
usbhid                 49152  0
videodev              184320  3 videobuf2_core,videobuf2_v4l2,uvcvideo
aesni_intel           188416  0
hid                   118784  2 usbhid,hid_generic
aes_x86_64             20480  1 aesni_intel
crypto_simd            16384  1 aesni_intel
media                  40960  2 videodev,uvcvideo
glue_helper            16384  1 aesni_intel
cryptd                 24576  3 crypto_simd,ghash_clmulni_intel,aesni_intel
i915                 1617920  6
snd_soc_es8316         40960  0
intel_cstate           20480  0
r8723bs               606208  0
snd_soc_core          241664  1 snd_soc_es8316
drm_kms_helper        167936  1 i915
snd_compress           20480  1 snd_soc_core
ac97_bus               16384  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_pcm                98304  4 snd_hdmi_lpe_audio,snd_soc_core,snd_soc_es8316,snd_pcm_dmaengine
snd_timer              32768  1 snd_pcm
drm                   401408  7 drm_kms_helper,i915
cfg80211              622592  1 r8723bs
snd                    81920  7 snd_timer,snd_compress,snd_hdmi_lpe_audio,snd_soc_core,snd_pcm
soundcore              16384  1 snd
i2c_algo_bit           16384  1 i915
mei_txe                20480  0
fb_sys_fops            16384  1 drm_kms_helper
syscopyarea            16384  1 drm_kms_helper
mei                    90112  1 mei_txe
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
lpc_ich                24576  0
processor_thermal_device    16384  0
dw_dmac                16384  0
dw_dmac_core           24576  1 dw_dmac
soc_button_array       16384  0
intel_soc_dts_iosf     16384  2 intel_soc_dts_thermal,processor_thermal_device
int3406_thermal        16384  0
video                  45056  2 int3406_thermal,i915
dptf_power             16384  0
int3403_thermal        16384  0
int340x_thermal_zone    16384  2 int3403_thermal,processor_thermal_device
int3400_thermal        16384  0
acpi_thermal_rel       16384  1 int3400_thermal
intel_int0002_vgpio    16384  0
acpi_pad              180224  0
axp20x_i2c             16384  0
intel_cht_int33fe      16384  0
axp20x                 24576  1 axp20x_i2c
pwm_lpss_platform      16384  0
pwm_lpss               16384  2 pwm_lpss_platform
8250_dw                16384  0
sch_fq_codel           20480  5
parport_pc             36864  0
ppdev                  20480  0
lp                     20480  0
parport                49152  3 parport_pc,lp,ppdev
ip_tables              28672  0
x_tables               40960  1 ip_tables
autofs4                40960  2
mmc_block              36864  3
sdhci_acpi             16384  0
sdhci                  49152  1 sdhci_acpi
ben@ben-Selecline-notebook-10-1:~$ 

Hors ligne

#191 Le 16/04/2019, à 10:46

diesel

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

C'est étrange.

"lspci -nnk" donne

00:15.0 Multimedia audio controller [0401]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller [8086:0f28] (rev 0f)
	Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller [8086:7270]

Donc, pas de driver.

et "lsmod | grep snd" donne

ben@ben-Selecline-notebook-10-1:~$ sudo lsmod | grep snd
[sudo] Mot de passe de ben : 
snd_hdmi_lpe_audio     24576  1
snd_soc_es8316         40960  0
snd_soc_core          241664  1 snd_soc_es8316
snd_compress           20480  1 snd_soc_core
ac97_bus               16384  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_pcm                98304  4 snd_hdmi_lpe_audio,snd_soc_core,snd_soc_es8316,snd_pcm_dmaengine
snd_timer              32768  1 snd_pcm
snd                    81920  7 snd_timer,snd_compress,snd_hdmi_lpe_audio,snd_soc_core,snd_pcm
soundcore              16384  1 snd
ben@ben-Selecline-notebook-10-1:~$

Là, je commence à y perdre mon latin.

Naziel, tu en pense quoi ?

Amicalement.

Jean-Marie


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#192 Le 16/04/2019, à 13:14

Nuliel

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Le port HDMI a pris le dessus, d'ailleurs il manque des modules pour l'audio, on va le blacklister tout de suite avec un

echo 'blacklist snd_hdmi_lpe_audio' | sudo tee -a /etc/modprobe.d/blacklist.conf

puis redémarrage et tu peux ensuite donner

lsmod | sort

et

dmesg

et

lspci

Hors ligne

#193 Le 16/04/2019, à 13:16

kalimeth

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Au cas où, je donne le retour :

ben@ben-Selecline-notebook-10-1:/$ echo 'blacklist snd_hdmi_lpe_audio' | sudo tee -a /etc/modprobe.d/blacklist.conf
[sudo] Mot de passe de ben : 
blacklist snd_hdmi_lpe_audio
ben@ben-Selecline-notebook-10-1:/$ 

Hors ligne

#194 Le 16/04/2019, à 13:21

kalimeth

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Ensuite :

ben@ben-Selecline-notebook-10-1:~$ lsmod | sort
8250_dw                16384  0
ac97_bus               16384  1 snd_soc_core
acpi_pad              180224  0
acpi_thermal_rel       16384  1 int3400_thermal
aesni_intel           188416  0
aes_x86_64             20480  1 aesni_intel
autofs4                40960  2
axp20x                 24576  1 axp20x_i2c
axp20x_i2c             16384  0
axp20x_pek             16384  0
axp288_adc             16384  0
axp288_charger         20480  0
axp288_fuel_gauge      20480  0
cfg80211              622592  1 r8723bs
coretemp               16384  0
crc32_pclmul           16384  0
crct10dif_pclmul       16384  0
cryptd                 24576  3 crypto_simd,ghash_clmulni_intel,aesni_intel
crypto_simd            16384  1 aesni_intel
dptf_power             16384  0
drm                   401408  8 drm_kms_helper,i915
drm_kms_helper        167936  1 i915
dw_dmac                16384  0
dw_dmac_core           24576  1 dw_dmac
extcon_axp288          16384  0
fb_sys_fops            16384  1 drm_kms_helper
ghash_clmulni_intel    16384  0
glue_helper            16384  1 aesni_intel
gpio_keys              20480  0
hid                   118784  2 usbhid,hid_generic
hid_generic            16384  0
i2c_algo_bit           16384  1 i915
i915                 1617920  6
industrialio           69632  2 axp288_adc,axp288_fuel_gauge
input_leds             16384  0
int3400_thermal        16384  0
int3403_thermal        16384  0
int3406_thermal        16384  0
int340x_thermal_zone    16384  2 int3403_thermal,processor_thermal_device
intel_cht_int33fe      16384  0
intel_cstate           20480  0
intel_int0002_vgpio    16384  0
intel_powerclamp       16384  0
intel_rapl             20480  0
intel_soc_dts_iosf     16384  2 intel_soc_dts_thermal,processor_thermal_device
intel_soc_dts_thermal    16384  0
ip_tables              28672  0
irqbypass              16384  1 kvm
joydev                 24576  0
kvm                   598016  1 kvm_intel
kvm_intel             212992  0
lp                     20480  0
lpc_ich                24576  0
mac_hid                16384  0
media                  40960  2 videodev,uvcvideo
mei                    90112  1 mei_txe
mei_txe                20480  0
mmc_block              36864  3
Module                  Size  Used by
nls_iso8859_1          16384  1
parport                49152  3 parport_pc,lp,ppdev
parport_pc             36864  0
pcbc                   16384  0
ppdev                  20480  0
processor_thermal_device    16384  0
punit_atom_debug       16384  0
pwm_lpss               16384  2 pwm_lpss_platform
pwm_lpss_platform      16384  0
r8723bs               606208  0
sch_fq_codel           20480  5
sdhci                  49152  1 sdhci_acpi
sdhci_acpi             16384  0
snd                    81920  4 snd_timer,snd_compress,snd_soc_core,snd_pcm
snd_compress           20480  1 snd_soc_core
snd_pcm                98304  3 snd_soc_core,snd_soc_es8316,snd_pcm_dmaengine
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_soc_core          241664  1 snd_soc_es8316
snd_soc_es8316         40960  0
snd_timer              32768  1 snd_pcm
soc_button_array       16384  0
soundcore              16384  1 snd
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
usbhid                 49152  0
uvcvideo               86016  0
video                  45056  2 int3406_thermal,i915
videobuf2_core         40960  2 videobuf2_v4l2,uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         24576  1 uvcvideo
videobuf2_vmalloc      16384  1 uvcvideo
videodev              184320  3 videobuf2_core,videobuf2_v4l2,uvcvideo
x_tables               40960  1 ip_tables
ben@ben-Selecline-notebook-10-1:~$ 
ben@ben-Selecline-notebook-10-1:~$ dmesg
[    0.000000] Linux version 4.15.0-47-generic (buildd@lgw01-amd64-001) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 (Ubuntu 4.15.0-47.50-generic 4.15.18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-47-generic root=UUID=881df6d8-4907-4eec-9633-163fff7beb9c ro quiet splash vt.handoff=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000024a6cfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000024a6d000-0x0000000024afffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000024b00000-0x000000003b6e4fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003b6e5000-0x000000003b744fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000003b745000-0x000000003b964fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003b965000-0x000000003b965fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003b966000-0x000000003b966fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003b967000-0x000000003b968fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003b969000-0x000000003b969fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003b96a000-0x000000003c7fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000003cc00000-0x000000003cc1dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000003cc1e000-0x000000003cc45fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003cc46000-0x000000003ccb5fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003ccb6000-0x000000003ccf5fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000003ccf6000-0x000000003ccfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fff60000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by INSYDE Corp.
[    0.000000] efi:  ACPI 2.0=0x3ccf5014  ESRT=0x3b754f10  SMBIOS=0x3b91c000 
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Auchan - SNCOIA Selecline notebook 10,1"/Selecline notebook 10,1", BIOS SNCOIA.54450053.AUO.09 11/21/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x3cd00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFF60000 mask FFFC00000 write-protect
[    0.000000]   1 base 000000000 mask FC0000000 write-back
[    0.000000]   2 base 03E000000 mask FFE000000 uncachable
[    0.000000]   3 base 03D000000 mask FFF000000 uncachable
[    0.000000]   4 base 03CE00000 mask FFFE00000 uncachable
[    0.000000]   5 base 03CD00000 mask FFFF00000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] esrt: Reserving ESRT space from 0x000000003b754f10 to 0x000000003b754f48.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 98000 size 24576
[    0.000000] BRK [0x2e13f000, 0x2e13ffff] PGTABLE
[    0.000000] BRK [0x2e140000, 0x2e140fff] PGTABLE
[    0.000000] BRK [0x2e141000, 0x2e141fff] PGTABLE
[    0.000000] BRK [0x2e142000, 0x2e142fff] PGTABLE
[    0.000000] BRK [0x2e143000, 0x2e143fff] PGTABLE
[    0.000000] BRK [0x2e144000, 0x2e144fff] PGTABLE
[    0.000000] BRK [0x2e145000, 0x2e145fff] PGTABLE
[    0.000000] BRK [0x2e146000, 0x2e146fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3379f000-0x35bc6fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000003CCF5014 000024 (v02 INSYDE)
[    0.000000] ACPI: XSDT 0x000000003CCCD188 0000DC (v01 INSYDE INSYDE   00000003      01000013)
[    0.000000] ACPI: FACP 0x000000003CCEE000 00010C (v05 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: DSDT 0x000000003CCD9000 00F64B (v02 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: UEFI 0x000000003CCF4000 000236 (v01 INSYDE INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: TCPA 0x000000003CCF3000 000032 (v02 INSYDE INSYDE   00000000 ACPI 00040000)
[    0.000000] ACPI: MSDM 0x000000003CCF2000 000055 (v03 INSYDE INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: UEFI 0x000000003CCF1000 000042 (v01 INSYDE INSYDE   00000000 ACPI 00040000)
[    0.000000] ACPI: OEM0 0x000000003CCF0000 000084 (v05 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: DBG2 0x000000003CCEF000 000072 (v00 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: HPET 0x000000003CCED000 000038 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: LPIT 0x000000003CCEC000 000104 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: APIC 0x000000003CCEB000 00006C (v03 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: MCFG 0x000000003CCEA000 00003C (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: SLIC 0x000000003CCE9000 000176 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD8000 000603 (v01 INSYDE CpuDptf  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD5000 0024BD (v01 INSYDE DptfTab  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD4000 000058 (v01 INSYDE LowPwrM  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD3000 0000FF (v01 INSYDE SoCDptf  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD2000 00043A (v01 INSYDE Tpm2Tabl 00001000 ACPI 00040000)
[    0.000000] ACPI: TPM2 0x000000003CCD1000 000034 (v03 INSYDE INSYDE   00000000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD0000 000763 (v01 INSYDE CpuPm    00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCCF000 000290 (v01 INSYDE Cpu0Tst  00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCCE000 00017A (v01 INSYDE ApTst    00003000 ACPI 00040000)
[    0.000000] ACPI: FPDT 0x000000003CCCC000 000044 (v01 INSYDE INSYDE   00000002 ACPI 00040000)
[    0.000000] ACPI: CSRT 0x000000003CCCB000 00014C (v00 INSYDE INSYDE   00000005 ACPI 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ccfffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x3b6ba000-0x3b6e4fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000003ccfffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.000000]   node   0: [mem 0x0000000000090000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000024a6cfff]
[    0.000000]   node   0: [mem 0x0000000024b00000-0x000000003b6e4fff]
[    0.000000]   node   0: [mem 0x000000003b965000-0x000000003b965fff]
[    0.000000]   node   0: [mem 0x000000003b967000-0x000000003b968fff]
[    0.000000]   node   0: [mem 0x000000003b96a000-0x000000003c7fffff]
[    0.000000]   node   0: [mem 0x000000003cc00000-0x000000003cc1dfff]
[    0.000000]   node   0: [mem 0x000000003ccf6000-0x000000003ccfffff]
[    0.000000] Reserved but unavailable: 15697 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ccfffff]
[    0.000000] On node 0 totalpages: 246447
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3828 pages used for memmap
[    0.000000]   DMA32 zone: 242451 pages, LIFO batch:31
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] Reserving Intel graphics memory at 0x000000003cf00000-0x000000003eefffff
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x24a6d000-0x24afffff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b6e5000-0x3b744fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b745000-0x3b964fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b966000-0x3b966fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b969000-0x3b969fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3c800000-0x3cbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0x3cc1e000-0x3cc45fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3cc46000-0x3ccb5fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3ccb6000-0x3ccf5fff]
[    0.000000] e820: [mem 0x3ef00000-0xe00f7fff] 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] random: get_random_bytes called from start_kernel+0x99/0x4fd with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u524288
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 242533
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-47-generic root=UUID=881df6d8-4907-4eec-9633-163fff7beb9c ro quiet splash vt.handoff=1
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 867112K/985788K available (12300K kernel code, 2473K rwdata, 4252K rodata, 2408K init, 2416K bss, 118676K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39206 entries in 154 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 0
[    0.000000] vt handoff: transparent VT on vt#1
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] tsc: Detected 1332.800 MHz processor
[    0.000022] Calibrating delay loop (skipped), value calculated using timer frequency.. 2665.60 BogoMIPS (lpj=5331200)
[    0.000030] pid_max: default: 32768 minimum: 301
[    0.001519] Security Framework initialized
[    0.001525] Yama: becoming mindful.
[    0.001603] AppArmor: AppArmor initialized
[    0.002131] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.002437] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.002485] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.002501] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.003096] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.003099] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.003116] mce: CPU supports 6 MCE banks
[    0.003129] CPU0: Thermal monitoring enabled (TM1)
[    0.003135] process: using mwait in idle threads
[    0.003143] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.003145] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.003151] Spectre V2 : Mitigation: Full generic retpoline
[    0.003153] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.003514] Freeing SMP alternatives memory: 36K
[    0.004000] TSC deadline timer enabled
[    0.004000] smpboot: CPU0: Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz (family: 0x6, model: 0x37, stepping: 0x8)
[    0.004000] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.004000] ... version:                3
[    0.004000] ... bit width:              40
[    0.004000] ... generic registers:      2
[    0.004000] ... value mask:             000000ffffffffff
[    0.004000] ... max period:             0000007fffffffff
[    0.004000] ... fixed-purpose events:   3
[    0.004000] ... event mask:             0000000700000003
[    0.004000] Hierarchical SRCU implementation.
[    0.004000] smp: Bringing up secondary CPUs ...
[    0.004000] x86: Booting SMP configuration:
[    0.004000] .... node  #0, CPUs:      #1
[    0.004551] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.005070]  #2 #3
[    0.006082] smp: Brought up 1 node, 4 CPUs
[    0.006082] smpboot: Max logical packages: 1
[    0.006082] smpboot: Total of 4 processors activated (10662.40 BogoMIPS)
[    0.008497] devtmpfs: initialized
[    0.008497] x86/mm: Memory block size: 128MB
[    0.008673] evm: security.selinux
[    0.008675] evm: security.SMACK64
[    0.008677] evm: security.SMACK64EXEC
[    0.008678] evm: security.SMACK64TRANSMUTE
[    0.008680] evm: security.SMACK64MMAP
[    0.008681] evm: security.apparmor
[    0.008683] evm: security.ima
[    0.008684] evm: security.capability
[    0.008729] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.008729] PM: Registering ACPI NVS region [mem 0x3cc46000-0x3ccb5fff] (458752 bytes)
[    0.008729] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.008729] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.008729] pinctrl core: initialized pinctrl subsystem
[    0.008729] RTC time: 12:16:54, date: 04/16/19
[    0.008785] NET: Registered protocol family 16
[    0.008946] audit: initializing netlink subsys (disabled)
[    0.008969] audit: type=2000 audit(1555417014.008:1): state=initialized audit_enabled=0 res=1
[    0.008969] cpuidle: using governor ladder
[    0.008969] cpuidle: using governor menu
[    0.008969] ACPI: bus type PCI registered
[    0.008969] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.008969] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.008969] PCI: not using MMCONFIG
[    0.008969] PCI: Using configuration type 1 for base access
[    0.016330] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.016330] ACPI: Added _OSI(Module Device)
[    0.016330] ACPI: Added _OSI(Processor Device)
[    0.016330] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.016330] ACPI: Added _OSI(Processor Aggregator Device)
[    0.016330] ACPI: Added _OSI(Linux-Dell-Video)
[    0.016330] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.016330] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.063436] ACPI: Dynamic OEM Table Load:
[    0.063461] ACPI: SSDT 0xFFFF997FBC046000 000501 (v01 PmRef  Cpu0Ist  00003000 INTL 20130117)
[    0.064768] ACPI: Dynamic OEM Table Load:
[    0.064789] ACPI: SSDT 0xFFFF997FBC045000 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20130117)
[    0.067441] ACPI: Dynamic OEM Table Load:
[    0.067461] ACPI: SSDT 0xFFFF997FBC299600 00015F (v01 PmRef  ApIst    00003000 INTL 20130117)
[    0.068588] ACPI: Dynamic OEM Table Load:
[    0.068607] ACPI: SSDT 0xFFFF997FBC25F240 00008D (v01 PmRef  ApCst    00003000 INTL 20130117)
[    0.076083] ACPI: Interpreter enabled
[    0.076135] ACPI: (supports S0 S5)
[    0.076139] ACPI: Using IOAPIC for interrupt routing
[    0.076268] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.088604] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] not reserved in ACPI motherboard resources
[    0.088609] PCI: not using MMCONFIG
[    0.088619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.096384] ACPI: Power Resource [USBC] (on)
[    0.098114] ACPI: Power Resource [WWPR] (off)
[    0.112285] ACPI: Power Resource [PLPE] (on)
[    0.126542]  (null): Device [PWM1] is in always present list
[    0.136262] ACPI: Power Resource [CLK0] (on)
[    0.136438] ACPI: Power Resource [CLK1] (on)
[    0.137740] ACPI: Power Resource [P28P] (off)
[    0.137913] ACPI: Power Resource [P18P] (off)
[    0.139339] ACPI: Power Resource [CLK0] (on)
[    0.139512] ACPI: Power Resource [CLK1] (on)
[    0.152663] ACPI: Power Resource [P28X] (off)
[    0.152842] ACPI: Power Resource [P18X] (off)
[    0.153042] ACPI: Power Resource [P28T] (off)
[    0.153225] ACPI: Power Resource [P18T] (off)
[    0.153402] ACPI: Power Resource [P1XT] (off)
[    0.170986] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.171004] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.171251] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.171298] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.172633] PCI host bridge to bus 0000:00
[    0.172640] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.172646] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.172650] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.172655] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.172659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.172663] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.172667] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.172672] pci_bus 0000:00: root bus resource [mem 0x50c00000-0x50ffffff window]
[    0.172676] pci_bus 0000:00: root bus resource [mem 0x3cf00001-0x3ef00000 window]
[    0.172680] pci_bus 0000:00: root bus resource [mem 0x40000000-0x508ffffe window]
[    0.172684] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff window]
[    0.172689] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.172707] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.172963] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.172985] pci 0000:00:02.0: reg 0x10: [mem 0x50000000-0x503fffff]
[    0.173000] pci 0000:00:02.0: reg 0x18: [mem 0x40000000-0x4fffffff pref]
[    0.173014] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x1007]
[    0.173045] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.173271] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.173300] pci 0000:00:14.0: reg 0x10: [mem 0x50800000-0x5080ffff 64bit]
[    0.173380] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.173588] pci 0000:00:15.0: [8086:0f28] type 00 class 0x040100
[    0.173632] pci 0000:00:15.0: reg 0x10: [mem 0x50400000-0x505fffff]
[    0.173653] pci 0000:00:15.0: reg 0x14: [mem 0x5082c000-0x5082cfff]
[    0.173967] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.173997] pci 0000:00:1a.0: reg 0x10: [mem 0x50700000-0x507fffff]
[    0.174011] pci 0000:00:1a.0: reg 0x14: [mem 0x50600000-0x506fffff]
[    0.174112] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.174316] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.176274] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.176656] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.177035] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.177414] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.177799] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.178183] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.178572] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.178967] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.184323] ACPI: \: failed to evaluate _DSM (0x1001)
[    0.204206] SCSI subsystem initialized
[    0.204250] libata version 3.00 loaded.
[    0.204250] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.204250] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.204250] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.204250] vgaarb: loaded
[    0.204250] ACPI: bus type USB registered
[    0.204250] usbcore: registered new interface driver usbfs
[    0.204250] usbcore: registered new interface driver hub
[    0.204250] usbcore: registered new device driver usb
[    0.377225] EDAC MC: Ver: 3.0.0
[    0.377225] Registered efivars operations
[    0.396088] PCI: Using ACPI for IRQ routing
[    0.396094] PCI: pci_cache_line_size set to 64 bytes
[    0.396130] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.396137] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.396141] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.396144] e820: reserve RAM buffer [mem 0x24a6d000-0x27ffffff]
[    0.396147] e820: reserve RAM buffer [mem 0x3b6e5000-0x3bffffff]
[    0.396150] e820: reserve RAM buffer [mem 0x3b966000-0x3bffffff]
[    0.396153] e820: reserve RAM buffer [mem 0x3b969000-0x3bffffff]
[    0.396156] e820: reserve RAM buffer [mem 0x3c800000-0x3fffffff]
[    0.396161] e820: reserve RAM buffer [mem 0x3cc1e000-0x3fffffff]
[    0.396165] e820: reserve RAM buffer [mem 0x3cd00000-0x3fffffff]
[    0.396266] NetLabel: Initializing
[    0.396269] NetLabel:  domain hash size = 128
[    0.396271] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.396312] NetLabel:  unlabeled traffic allowed by default
[    0.400547] clocksource: Switched to clocksource refined-jiffies
[    0.436455] VFS: Disk quotas dquot_6.6.0
[    0.436503] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.436817] AppArmor: AppArmor Filesystem Enabled
[    0.436930] pnp: PnP ACPI init
[    0.437116] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.437344] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.437351] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.437355] system 00:01: [io  0x0500-0x05fe] has been reserved
[    0.437360] system 00:01: [io  0x0600-0x061f] has been reserved
[    0.437365] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.437381] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.437852] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.445838] pnp: PnP ACPI: found 3 devices
[    0.448169] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.448175] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.448179] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.448184] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.448188] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.448193] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.448197] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.448202] pci_bus 0000:00: resource 11 [mem 0x50c00000-0x50ffffff window]
[    0.448206] pci_bus 0000:00: resource 12 [mem 0x3cf00001-0x3ef00000 window]
[    0.448210] pci_bus 0000:00: resource 13 [mem 0x40000000-0x508ffffe window]
[    0.448214] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed40fff window]
[    0.448464] NET: Registered protocol family 2
[    0.452151] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.452208] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[    0.452268] TCP: Hash tables configured (established 8192 bind 8192)
[    0.452373] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.452395] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.452514] NET: Registered protocol family 1
[    0.452552] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.453077] PCI: CLS 64 bytes, default 64
[    0.453213] Unpacking initramfs...
[    1.830850] Freeing initrd memory: 37024K
[    1.831020] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x133626f6b26, max_idle_ns: 440795214178 ns
[    1.831061] clocksource: Switched to clocksource tsc
[    1.831108] Scanning for low memory corruption every 60 seconds
[    1.831108] Initialise system trusted keyrings
[    1.831108] Key type blacklist registered
[    1.831108] workingset: timestamp_bits=36 max_order=18 bucket_order=0
[    1.834305] zbud: loaded
[    1.835780] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.836339] fuse init (API version 7.26)
[    1.840839] Key type asymmetric registered
[    1.840843] Asymmetric key parser 'x509' registered
[    1.840970] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.841079] io scheduler noop registered
[    1.841082] io scheduler deadline registered
[    1.841169] io scheduler cfq registered (default)
[    1.841775] efifb: probing for efifb
[    1.841810] efifb: framebuffer at 0x40000000, using 2432k, total 2432k
[    1.841813] efifb: mode is 1024x600x32, linelength=4096, pages=1
[    1.841815] efifb: scrolling: redraw
[    1.841819] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.842097] Console: switching to colour frame buffer device 128x37
[    1.842136] fb0: EFI VGA frame buffer device
[    1.842165] intel_idle: MWAIT substates: 0x33000020
[    1.842168] intel_idle: v0.4.1 model 0x37
[    1.842611] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.842674] ACPI: AC: found native INT33F4 PMIC, not loading
[    1.842830] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.842882] ACPI: Lid Switch [LID]
[    1.850645] [Firmware Bug]: No valid trip found
[    1.852535] ACPI: Battery: found native INT33F4 PMIC, not loading
[    1.852859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.873126] 00:02: ttyS0 at I/O 0x3f8 (irq = 20, base_baud = 115200) is a 16550A
[    1.906494] hpet: number irqs doesn't agree with number of timers
[    1.906812] Linux agpgart interface v0.103
[    1.961425] loop: module loaded
[    1.962480] libphy: Fixed MDIO Bus: probed
[    1.962483] tun: Universal TUN/TAP device driver, 1.6
[    1.963977] PPP generic driver version 2.4.2
[    1.965036] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.965067] ehci-pci: EHCI PCI platform driver
[    1.965149] ehci-platform: EHCI generic platform driver
[    1.965271] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.965288] ohci-pci: OHCI PCI platform driver
[    1.965349] ohci-platform: OHCI generic platform driver
[    1.965418] uhci_hcd: USB Universal Host Controller Interface driver
[    1.966309] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.966327] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.967442] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    1.967450] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.967753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.967759] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.967762] usb usb1: Product: xHCI Host Controller
[    1.967766] usb usb1: Manufacturer: Linux 4.15.0-47-generic xhci-hcd
[    1.967769] usb usb1: SerialNumber: 0000:00:14.0
[    1.969378] hub 1-0:1.0: USB hub found
[    1.969446] hub 1-0:1.0: 6 ports detected
[    2.493137] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.493150] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.493161] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    2.493525] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    2.493531] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.493534] usb usb2: Product: xHCI Host Controller
[    2.493538] usb usb2: Manufacturer: Linux 4.15.0-47-generic xhci-hcd
[    2.493542] usb usb2: SerialNumber: 0000:00:14.0
[    2.494951] hub 2-0:1.0: USB hub found
[    2.495014] hub 2-0:1.0: 1 port detected
[    2.496075] i8042: PNP: No PS/2 controller found.
[    2.498818] mousedev: PS/2 mouse device common for all mice
[    2.502352] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    2.502391] rtc_cmos 00:00: no alarms, y3k, 242 bytes nvram
[    2.502460] i2c /dev entries driver
[    2.507094] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
[    2.507695] device-mapper: uevent: version 1.0.3
[    2.509849] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.509875] intel_pstate: Intel P-state driver initializing
[    2.512672] ledtrig-cpu: registered to indicate activity on CPUs
[    2.512694] EFI Variables Facility v0.08 2004-May-17
[    2.543941] NET: Registered protocol family 10
[    2.564962] Segment Routing with IPv6
[    2.565106] NET: Registered protocol family 17
[    2.567274] Key type dns_resolver registered
[    2.571970] RAS: Correctable Errors collector initialized.
[    2.572251] microcode: sig=0x30678, pf=0x2, revision=0x82f
[    2.573829] microcode: Microcode Update Driver: v2.2.
[    2.573935] sched_clock: Marking stable (2573775914, 0)->(2576503241, -2727327)
[    2.577567] registered taskstats version 1
[    2.577585] Loading compiled-in X.509 certificates
[    2.588030] Loaded X.509 cert 'Build time autogenerated kernel key: 7211859d1298c08a101905a3cb814e8c7b4bf4a4'
[    2.588163] Couldn't get size: 0x800000000000000e
[    2.588171] MODSIGN: Couldn't get UEFI db list
[    2.588238] Couldn't get size: 0x800000000000000e
[    2.588245] MODSIGN: Couldn't get UEFI MokListRT
[    2.589979] zswap: loaded using pool lzo/zbud
[    2.604889] Key type big_key registered
[    2.604900] Key type trusted registered
[    2.615726] Key type encrypted registered
[    2.615753] AppArmor: AppArmor sha1 policy hashing enabled
[    2.622149] ima: Allocated hash algorithm: sha1
[    2.682754] evm: HMAC attrs: 0x1
[    2.708355] i2c_designware 80860F41:04: I2C bus managed by PUNIT
[    2.720065]   Magic number: 15:181:279
[    2.720108] event_source tracepoint: hash matches
[    2.720129] tty tty16: hash matches
[    2.720694] rtc_cmos 00:00: setting system clock to 2019-04-16 12:16:57 UTC (1555417017)
[    2.721800] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.721807] EDD information not available.
[    2.746943] Freeing unused kernel memory: 2408K
[    2.760675] Write protecting the kernel read-only data: 20480k
[    2.765208] Freeing unused kernel memory: 2008K
[    2.778225] Freeing unused kernel memory: 1892K
[    2.799219] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.799221] x86/mm: Checking user space page tables
[    2.819873] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.836456] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    2.985180] usb 1-2: New USB device found, idVendor=05e3, idProduct=0608
[    2.985186] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.985189] usb 1-2: Product: USB2.0 Hub
[    2.985955] hub 1-2:1.0: USB hub found
[    2.986295] hub 1-2:1.0: 4 ports detected
[    2.986928] usb: port power management may be unreliable
[    3.105155] sdhci: Secure Digital Host Controller Interface driver
[    3.105158] sdhci: Copyright(c) Pierre Ossman
[    3.114075] mmc0: SDHCI controller on ACPI [INT33BB:00] using ADMA
[    3.133673] mmc1: SDHCI controller on ACPI [80860F14:00] using ADMA
[    3.155310] mmc2: SDHCI controller on ACPI [80860F14:02] using ADMA
[    3.176305] mmc0: new high speed SDIO card at address 0001
[    3.267201] mmc1: new HS200 MMC card at address 0001
[    3.267701] mmcblk1: mmc1:0001 NCard  28.9 GiB 
[    3.269039] mmcblk1boot0: mmc1:0001 NCard  partition 1 4.00 MiB
[    3.269305] mmcblk1boot1: mmc1:0001 NCard  partition 2 4.00 MiB
[    3.269501] mmcblk1rpmb: mmc1:0001 NCard  partition 3 4.00 MiB, chardev (244:0)
[    3.274612]  mmcblk1: p1 p2
[    3.276066] usb 1-2.2: new high-speed USB device number 3 using xhci_hcd
[    3.303404] random: fast init done
[    3.333435] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.333492] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.333503] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.407800] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[    3.475822] usb 1-2.2: New USB device found, idVendor=058f, idProduct=5608
[    3.475837] usb 1-2.2: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[    3.475848] usb 1-2.2: Product: VGA Webcam
[    3.475857] usb 1-2.2: Manufacturer: Alcor Micro, Corp.
[    3.560256] usb 1-2.3: new low-speed USB device number 4 using xhci_hcd
[    3.665101] usb 1-2.3: New USB device found, idVendor=0911, idProduct=2188
[    3.665106] usb 1-2.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.782060] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.827814] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    3.849841] systemd[1]: Detected architecture x86-64.
[    3.857398] systemd[1]: Set hostname to <ben-Selecline-notebook-10-1>.
[    3.952184] systemd-gpt-auto-generator[255]: Failed to dissect: Input/output error
[    3.974891] systemd[248]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[    4.126459] systemd[1]: Created slice System Slice.
[    4.126831] systemd[1]: Listening on fsck to fsckd communication Socket.
[    4.127089] systemd[1]: Listening on Journal Socket.
[    4.127286] systemd[1]: Listening on udev Control Socket.
[    4.127434] systemd[1]: Listening on Syslog Socket.
[    4.127612] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.180058] EXT4-fs (mmcblk1p2): re-mounted. Opts: errors=remount-ro
[    4.195174] lp: driver loaded but no devices found
[    4.205528] ppdev: user-space parallel port driver
[    4.352514] Adding 1381704k swap on /swapfile.  Priority:-2 extents:5 across:1414472k SSFS
[    4.383274] systemd-journald[275]: Received request to flush runtime journal from PID 1
[    4.676349] 80860F0A:00: ttyS4 at MMIO 0x5091a000 (irq = 11, base_baud = 2764800) is a 16550A
[    4.676642] serial serial0: tty port ttyS4 registered
[    4.696535] 80860F0A:01: ttyS5 at MMIO 0x5091c000 (irq = 12, base_baud = 2764800) is a 16550A
[    4.713634] axp20x-i2c i2c-INT33F4:00: AXP20x variant AXP288 found
[    4.792609] axp20x-i2c i2c-INT33F4:00: AXP20X driver loaded
[    4.807872] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.816652] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    4.827241] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.856575] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    4.875701] r8723bs: module is from the staging directory, the quality is unknown, you have been warned.
[    4.877148] r8723bs: module verification failed: signature and/or required key missing - tainting kernel
[    4.880806] RTL8723BS: module init start
[    4.880810] RTL8723BS: rtl8723bs v4.3.5.5_12290.20140916_BTCOEX20140507-4E40
[    4.880812] RTL8723BS: rtl8723bs BT-Coex version = BTCOEX20140507-4E40
[    4.938928] pnetdev =         (ptrval)
[    4.975933] r8723bs: module is from the staging directory, the quality is unknown, you have been warned.
[    5.078904] SSE version of gcm_enc/dec engaged.
[    5.081609] RTL8723BS: rtw_ndev_init(wlan0)
[    5.082323] RTL8723BS: module init ret =0
[    5.155655] media: Linux media interface: v0.10
[    5.183910] hidraw: raw HID events driver (C) Jiri Kosina
[    5.255614] Linux video capture interface: v2.00
[    5.256278] usbcore: registered new interface driver usbhid
[    5.256282] usbhid: USB HID core driver
[    5.295104] uvcvideo: Found UVC 1.00 device VGA Webcam (058f:5608)
[    5.301477] uvcvideo 1-2.2:1.0: Entity type for entity Extension 6 was not initialized!
[    5.301484] uvcvideo 1-2.2:1.0: Entity type for entity Processing 5 was not initialized!
[    5.301488] uvcvideo 1-2.2:1.0: Entity type for entity Selector 4 was not initialized!
[    5.301492] uvcvideo 1-2.2:1.0: Entity type for entity Camera 1 was not initialized!
[    5.301661] input: VGA Webcam: VGA Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/input/input1
[    5.301848] usbcore: registered new interface driver uvcvideo
[    5.301850] USB Video Class driver (1.1.1)
[    5.370956] [drm] Memory usable by graphics device = 2048M
[    5.370963] checking generic (40000000 260000) vs hw (40000000 10000000)
[    5.370965] fb: switching to inteldrmfb from EFI VGA
[    5.371039] Console: switching to colour dummy device 80x25
[    5.373478] [drm] Replacing VGA console driver
[    5.373896] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.373898] [drm] Driver supports precise vblank timestamp query.
[    5.389319] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    5.389983] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    5.390081] intel_soc_dts_thermal: request_threaded_irq ret -22
[    5.395070] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    5.399077] intel_rapl: Found RAPL domain package
[    5.399082] intel_rapl: Found RAPL domain core
[    5.429094] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[    5.442289] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.443293] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
[    5.443865] [drm] HDaudio controller not detected, using LPE audio instead
[    5.455500] input: gpio-keys as /devices/platform/gpio-keys.0.auto/input/input3
[    5.456352] input: gpio-keys as /devices/platform/gpio-keys.1.auto/input/input4
[    5.532335] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 16 -> VIRQ 41
[    5.560196] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 17 -> VIRQ 42
[    5.586984] input: HID 0911:2188 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.3/1-2.3:1.0/0003:0911:2188.0001/input/input5
[    5.591986] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 18 -> VIRQ 43
[    5.620204] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 19 -> VIRQ 44
[    5.644363] hid-generic 0003:0911:2188.0001: input,hidraw0: USB HID v1.01 Keyboard [HID 0911:2188] on usb-0000:00:14.0-2.3/input0
[    5.645050] input: HID 0911:2188 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.3/1-2.3:1.1/0003:0911:2188.0002/input/input6
[    5.649185] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 24 -> VIRQ 49
[    5.676242] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 25 -> VIRQ 50
[    5.704534] hid-generic 0003:0911:2188.0002: input,hiddev0,hidraw1: USB HID v1.01 Mouse [HID 0911:2188] on usb-0000:00:14.0-2.3/input1
[    5.760780] fbcon: inteldrmfb (fb0) is primary device
[    5.760975] Console: switching to colour frame buffer device 128x37
[    5.761014] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    5.762566] input: axp20x-pek as /devices/platform/80860F41:04/i2c-4/i2c-INT33F4:00/axp221-pek/input/input7
[    8.105203] audit: type=1400 audit(1555417022.879:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=492 comm="apparmor_parser"
[    8.105215] audit: type=1400 audit(1555417022.879:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=492 comm="apparmor_parser"
[    8.105222] audit: type=1400 audit(1555417022.879:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=492 comm="apparmor_parser"
[    8.105229] audit: type=1400 audit(1555417022.879:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=492 comm="apparmor_parser"
[    8.107696] audit: type=1400 audit(1555417022.879:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=491 comm="apparmor_parser"
[    8.107711] audit: type=1400 audit(1555417022.879:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=491 comm="apparmor_parser"
[    8.113973] audit: type=1400 audit(1555417022.887:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=495 comm="apparmor_parser"
[    8.113985] audit: type=1400 audit(1555417022.887:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=495 comm="apparmor_parser"
[    8.113992] audit: type=1400 audit(1555417022.887:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=495 comm="apparmor_parser"
[    8.121040] audit: type=1400 audit(1555417022.895:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=498 comm="apparmor_parser"
[    8.292958] random: crng init done
[    8.292965] random: 7 urandom warning(s) missed due to ratelimiting
[    8.881092] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    8.889998] rtl8723bs: acquire FW from file:rtlwifi/rtl8723bs_nic.bin
[   10.277569] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   10.409806] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   12.289328] RTL8723BS: rtw_set_802_11_connect(wlan0)  fw_state = 0x00000008
[   19.895089] RTL8723BS: rtw_set_802_11_connect(wlan0)  fw_state = 0x00000008
[   19.938876] RTL8723BS: start auth
[   19.941436] RTL8723BS: auth success, start assoc
[   19.945347] RTL8723BS: rtw_cfg80211_indicate_connect(wlan0) BSS not found !!
[   19.945363] RTL8723BS: assoc success
[   19.951803] RTL8723BS: send eapol packet
[   19.961926] RTL8723BS: send eapol packet
[   19.962499] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   19.963312] RTL8723BS: set pairwise key camid:4, addr:5c:33:8e:c1:d4:a0, kid:0, type:AES
[   19.973733] RTL8723BS: set group key camid:5, addr:5c:33:8e:c1:d4:a0, kid:2, type:AES
ben@ben-Selecline-notebook-10-1:~$ 
ben@ben-Selecline-notebook-10-1:~$ lspci
00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0f)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0f)
00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI (rev 0f)
00:15.0 Multimedia audio controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller (rev 0f)
00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0f)
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0f)
ben@ben-Selecline-notebook-10-1:~$ 

Toujours pas de son, en revanche, dans le "sound setting" de l'interface graphique, on est repassé en "sortie fictive"

Hors ligne

#195 Le 16/04/2019, à 13:28

diesel

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Pour le lspci, tu ferais mieux de donner "lspci -nnk

Amicalement.

Jean-Marie


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#196 Le 16/04/2019, à 13:52

Nuliel

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Bizarre, il manque toujours des modules pour moi (snd_soc_sst_byt_cht_es8316 par exemple)

Hors ligne

#197 Le 16/04/2019, à 14:29

kalimeth

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

ben@ben-Selecline-notebook-10-1:~$ lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register [8086:0f00] (rev 0f)
	Subsystem: Device [1027:2014]
	Kernel driver in use: iosf_mbi_pci
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display [8086:0f31] (rev 0f)
	Subsystem: Device [1027:2014]
	Kernel driver in use: i915
	Kernel modules: i915
00:14.0 USB controller [0c03]: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI [8086:0f35] (rev 0f)
	Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI [8086:7270]
	Kernel driver in use: xhci_hcd
00:15.0 Multimedia audio controller [0401]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller [8086:0f28] (rev 0f)
	Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller [8086:7270]
00:1a.0 Encryption controller [1080]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine [8086:0f18] (rev 0f)
	Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine [8086:7270]
	Kernel driver in use: mei_txe
	Kernel modules: mei_txe
00:1f.0 ISA bridge [0601]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit [8086:0f1c] (rev 0f)
	Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit [8086:7270]
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich
ben@ben-Selecline-notebook-10-1:~$ 

Je pars au travail, je pourrais faire tout ce que vous voulez à partir de 1 ou 2h ce matin.

Hors ligne

#198 Le 18/04/2019, à 10:15

kalimeth

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Bonjour,

J'ai repensé à quelque chose.
Lors de la dernière réinstallation le paramètre du son dans le BIOS était paramétré sur APCI.
Est-ce que ça changerait quelque chose si je réinstallait maintenant que le bios est paramétré sur PCI ?

Hors ligne

#199 Le 18/04/2019, à 10:35

diesel

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Peut-être..., ou pas.

De toutes manières, tu ne perds rien à essayer.

Amicalement.

Jean-Marie


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#200 Le 18/04/2019, à 13:12

kalimeth

Re : Problème de son avec Lubuntu sur AUCHAN SELECLINE 10,1

Bon, ben en effet, ça n'a rien changé.
Je mets les instructions que vous demandez habituellement, histoire de :

ben@ben-Selecline-notebook-10-1:~$ dmesg
[    0.000000] Linux version 4.15.0-47-generic (buildd@lgw01-amd64-001) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 (Ubuntu 4.15.0-47.50-generic 4.15.18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-47-generic root=UUID=bdda0663-346b-4e22-b171-97c5331c35e1 ro quiet splash vt.handoff=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000024a6cfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000024a6d000-0x0000000024afffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000024b00000-0x000000003b6e4fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003b6e5000-0x000000003b744fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000003b745000-0x000000003b964fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003b965000-0x000000003b965fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003b966000-0x000000003b966fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003b967000-0x000000003b968fff] usable
[    0.000000] BIOS-e820: [mem 0x000000003b969000-0x000000003b969fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003b96a000-0x000000003c7fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000003cc00000-0x000000003cc1dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000003cc1e000-0x000000003cc45fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003cc46000-0x000000003ccb5fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003ccb6000-0x000000003ccf5fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000003ccf6000-0x000000003ccfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fff60000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by INSYDE Corp.
[    0.000000] efi:  ACPI 2.0=0x3ccf5014  ESRT=0x3b754f10  SMBIOS=0x3b91c000 
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Auchan - SNCOIA Selecline notebook 10,1"/Selecline notebook 10,1", BIOS SNCOIA.54450053.AUO.09 11/21/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x3cd00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFF60000 mask FFFC00000 write-protect
[    0.000000]   1 base 000000000 mask FC0000000 write-back
[    0.000000]   2 base 03E000000 mask FFE000000 uncachable
[    0.000000]   3 base 03D000000 mask FFF000000 uncachable
[    0.000000]   4 base 03CE00000 mask FFFE00000 uncachable
[    0.000000]   5 base 03CD00000 mask FFFF00000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] esrt: Reserving ESRT space from 0x000000003b754f10 to 0x000000003b754f48.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 98000 size 24576
[    0.000000] BRK [0x38b3f000, 0x38b3ffff] PGTABLE
[    0.000000] BRK [0x38b40000, 0x38b40fff] PGTABLE
[    0.000000] BRK [0x38b41000, 0x38b41fff] PGTABLE
[    0.000000] BRK [0x38b42000, 0x38b42fff] PGTABLE
[    0.000000] BRK [0x38b43000, 0x38b43fff] PGTABLE
[    0.000000] BRK [0x38b44000, 0x38b44fff] PGTABLE
[    0.000000] BRK [0x38b45000, 0x38b45fff] PGTABLE
[    0.000000] BRK [0x38b46000, 0x38b46fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x318e3000-0x34c68fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000003CCF5014 000024 (v02 INSYDE)
[    0.000000] ACPI: XSDT 0x000000003CCCD188 0000DC (v01 INSYDE INSYDE   00000003      01000013)
[    0.000000] ACPI: FACP 0x000000003CCEE000 00010C (v05 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: DSDT 0x000000003CCD9000 00F64B (v02 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: UEFI 0x000000003CCF4000 000236 (v01 INSYDE INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: TCPA 0x000000003CCF3000 000032 (v02 INSYDE INSYDE   00000000 ACPI 00040000)
[    0.000000] ACPI: MSDM 0x000000003CCF2000 000055 (v03 INSYDE INSYDE   00000001 ACPI 00040000)
[    0.000000] ACPI: UEFI 0x000000003CCF1000 000042 (v01 INSYDE INSYDE   00000000 ACPI 00040000)
[    0.000000] ACPI: OEM0 0x000000003CCF0000 000084 (v05 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: DBG2 0x000000003CCEF000 000072 (v00 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: HPET 0x000000003CCED000 000038 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: LPIT 0x000000003CCEC000 000104 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: APIC 0x000000003CCEB000 00006C (v03 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: MCFG 0x000000003CCEA000 00003C (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: SLIC 0x000000003CCE9000 000176 (v01 INSYDE INSYDE   00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD8000 000603 (v01 INSYDE CpuDptf  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD5000 0024BD (v01 INSYDE DptfTab  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD4000 000058 (v01 INSYDE LowPwrM  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD3000 0000FF (v01 INSYDE SoCDptf  00000003 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD2000 00043A (v01 INSYDE Tpm2Tabl 00001000 ACPI 00040000)
[    0.000000] ACPI: TPM2 0x000000003CCD1000 000034 (v03 INSYDE INSYDE   00000000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCD0000 000763 (v01 INSYDE CpuPm    00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCCF000 000290 (v01 INSYDE Cpu0Tst  00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 0x000000003CCCE000 00017A (v01 INSYDE ApTst    00003000 ACPI 00040000)
[    0.000000] ACPI: FPDT 0x000000003CCCC000 000044 (v01 INSYDE INSYDE   00000002 ACPI 00040000)
[    0.000000] ACPI: CSRT 0x000000003CCCB000 00014C (v00 INSYDE INSYDE   00000005 ACPI 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ccfffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x3b6ba000-0x3b6e4fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000003ccfffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.000000]   node   0: [mem 0x0000000000090000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000024a6cfff]
[    0.000000]   node   0: [mem 0x0000000024b00000-0x000000003b6e4fff]
[    0.000000]   node   0: [mem 0x000000003b965000-0x000000003b965fff]
[    0.000000]   node   0: [mem 0x000000003b967000-0x000000003b968fff]
[    0.000000]   node   0: [mem 0x000000003b96a000-0x000000003c7fffff]
[    0.000000]   node   0: [mem 0x000000003cc00000-0x000000003cc1dfff]
[    0.000000]   node   0: [mem 0x000000003ccf6000-0x000000003ccfffff]
[    0.000000] Reserved but unavailable: 15697 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ccfffff]
[    0.000000] On node 0 totalpages: 246447
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3828 pages used for memmap
[    0.000000]   DMA32 zone: 242451 pages, LIFO batch:31
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] Reserving Intel graphics memory at 0x000000003cf00000-0x000000003eefffff
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x24a6d000-0x24afffff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b6e5000-0x3b744fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b745000-0x3b964fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b966000-0x3b966fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3b969000-0x3b969fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3c800000-0x3cbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0x3cc1e000-0x3cc45fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3cc46000-0x3ccb5fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3ccb6000-0x3ccf5fff]
[    0.000000] e820: [mem 0x3ef00000-0xe00f7fff] 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] random: get_random_bytes called from start_kernel+0x99/0x4fd with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u524288
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 242533
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-47-generic root=UUID=bdda0663-346b-4e22-b171-97c5331c35e1 ro quiet splash vt.handoff=1
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 846676K/985788K available (12300K kernel code, 2473K rwdata, 4252K rodata, 2408K init, 2416K bss, 139112K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39206 entries in 154 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 0
[    0.000000] vt handoff: transparent VT on vt#1
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] tsc: Detected 1332.800 MHz processor
[    0.000022] Calibrating delay loop (skipped), value calculated using timer frequency.. 2665.60 BogoMIPS (lpj=5331200)
[    0.000030] pid_max: default: 32768 minimum: 301
[    0.001448] Security Framework initialized
[    0.001454] Yama: becoming mindful.
[    0.001531] AppArmor: AppArmor initialized
[    0.002060] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.002368] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.002416] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.002431] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.003022] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.003026] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.003043] mce: CPU supports 6 MCE banks
[    0.003055] CPU0: Thermal monitoring enabled (TM1)
[    0.003061] process: using mwait in idle threads
[    0.003069] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.003073] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.003078] Spectre V2 : Mitigation: Full generic retpoline
[    0.003080] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.003439] Freeing SMP alternatives memory: 36K
[    0.004000] TSC deadline timer enabled
[    0.004000] smpboot: CPU0: Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz (family: 0x6, model: 0x37, stepping: 0x8)
[    0.004000] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.004000] ... version:                3
[    0.004000] ... bit width:              40
[    0.004000] ... generic registers:      2
[    0.004000] ... value mask:             000000ffffffffff
[    0.004000] ... max period:             0000007fffffffff
[    0.004000] ... fixed-purpose events:   3
[    0.004000] ... event mask:             0000000700000003
[    0.004000] Hierarchical SRCU implementation.
[    0.004000] smp: Bringing up secondary CPUs ...
[    0.004000] x86: Booting SMP configuration:
[    0.004000] .... node  #0, CPUs:      #1
[    0.004000] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.004251]  #2 #3
[    0.004542] smp: Brought up 1 node, 4 CPUs
[    0.004542] smpboot: Max logical packages: 1
[    0.004542] smpboot: Total of 4 processors activated (10662.40 BogoMIPS)
[    0.005159] devtmpfs: initialized
[    0.005159] x86/mm: Memory block size: 128MB
[    0.005159] evm: security.selinux
[    0.005159] evm: security.SMACK64
[    0.005159] evm: security.SMACK64EXEC
[    0.005159] evm: security.SMACK64TRANSMUTE
[    0.005159] evm: security.SMACK64MMAP
[    0.005159] evm: security.apparmor
[    0.005159] evm: security.ima
[    0.005159] evm: security.capability
[    0.005159] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.005159] PM: Registering ACPI NVS region [mem 0x3cc46000-0x3ccb5fff] (458752 bytes)
[    0.005159] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.005159] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.008042] pinctrl core: initialized pinctrl subsystem
[    0.008307] RTC time: 12:05:44, date: 04/18/19
[    0.008625] NET: Registered protocol family 16
[    0.008788] audit: initializing netlink subsys (disabled)
[    0.008810] audit: type=2000 audit(1555589144.008:1): state=initialized audit_enabled=0 res=1
[    0.008810] cpuidle: using governor ladder
[    0.008810] cpuidle: using governor menu
[    0.008810] ACPI: bus type PCI registered
[    0.008810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.008810] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.008810] PCI: not using MMCONFIG
[    0.008810] PCI: Using configuration type 1 for base access
[    0.014222] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.014222] ACPI: Added _OSI(Module Device)
[    0.014222] ACPI: Added _OSI(Processor Device)
[    0.014222] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.014222] ACPI: Added _OSI(Processor Aggregator Device)
[    0.014222] ACPI: Added _OSI(Linux-Dell-Video)
[    0.014222] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.014222] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.057907] ACPI: Dynamic OEM Table Load:
[    0.057932] ACPI: SSDT 0xFFFF9AAE7C033800 000501 (v01 PmRef  Cpu0Ist  00003000 INTL 20130117)
[    0.059230] ACPI: Dynamic OEM Table Load:
[    0.059251] ACPI: SSDT 0xFFFF9AAE7C030800 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20130117)
[    0.061905] ACPI: Dynamic OEM Table Load:
[    0.061925] ACPI: SSDT 0xFFFF9AAE7C2C9A00 00015F (v01 PmRef  ApIst    00003000 INTL 20130117)
[    0.063044] ACPI: Dynamic OEM Table Load:
[    0.063063] ACPI: SSDT 0xFFFF9AAE7C26A300 00008D (v01 PmRef  ApCst    00003000 INTL 20130117)
[    0.070529] ACPI: Interpreter enabled
[    0.070580] ACPI: (supports S0 S5)
[    0.070584] ACPI: Using IOAPIC for interrupt routing
[    0.070713] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.083032] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] not reserved in ACPI motherboard resources
[    0.083037] PCI: not using MMCONFIG
[    0.083047] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.090824] ACPI: Power Resource [USBC] (on)
[    0.092559] ACPI: Power Resource [WWPR] (off)
[    0.106732] ACPI: Power Resource [PLPE] (on)
[    0.121011]  (null): Device [PWM1] is in always present list
[    0.130746] ACPI: Power Resource [CLK0] (on)
[    0.130922] ACPI: Power Resource [CLK1] (on)
[    0.132226] ACPI: Power Resource [P28P] (off)
[    0.132398] ACPI: Power Resource [P18P] (off)
[    0.133830] ACPI: Power Resource [CLK0] (on)
[    0.134004] ACPI: Power Resource [CLK1] (on)
[    0.147155] ACPI: Power Resource [P28X] (off)
[    0.147334] ACPI: Power Resource [P18X] (off)
[    0.147533] ACPI: Power Resource [P28T] (off)
[    0.147715] ACPI: Power Resource [P18T] (off)
[    0.147890] ACPI: Power Resource [P1XT] (off)
[    0.165513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.165530] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.165778] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.165825] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.167150] PCI host bridge to bus 0000:00
[    0.167158] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.167163] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.167167] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.167172] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.167176] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.167180] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.167184] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.167188] pci_bus 0000:00: root bus resource [mem 0x50c00000-0x50ffffff window]
[    0.167193] pci_bus 0000:00: root bus resource [mem 0x3cf00001-0x3ef00000 window]
[    0.167197] pci_bus 0000:00: root bus resource [mem 0x40000000-0x508ffffe window]
[    0.167201] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff window]
[    0.167206] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.167224] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.167479] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.167501] pci 0000:00:02.0: reg 0x10: [mem 0x50000000-0x503fffff]
[    0.167516] pci 0000:00:02.0: reg 0x18: [mem 0x40000000-0x4fffffff pref]
[    0.167530] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x1007]
[    0.167561] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.167789] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.167817] pci 0000:00:14.0: reg 0x10: [mem 0x50800000-0x5080ffff 64bit]
[    0.167897] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.168110] pci 0000:00:15.0: [8086:0f28] type 00 class 0x040100
[    0.168154] pci 0000:00:15.0: reg 0x10: [mem 0x50400000-0x505fffff]
[    0.168174] pci 0000:00:15.0: reg 0x14: [mem 0x5082c000-0x5082cfff]
[    0.168489] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.168519] pci 0000:00:1a.0: reg 0x10: [mem 0x50700000-0x507fffff]
[    0.168533] pci 0000:00:1a.0: reg 0x14: [mem 0x50600000-0x506fffff]
[    0.168633] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.168837] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.170795] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.171175] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.171553] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.171931] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.172316] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.172699] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.173089] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.173486] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.180390] ACPI: \: failed to evaluate _DSM (0x1001)
[    0.202187] SCSI subsystem initialized
[    0.202231] libata version 3.00 loaded.
[    0.202231] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.202231] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.202231] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.202231] vgaarb: loaded
[    0.202231] ACPI: bus type USB registered
[    0.202231] usbcore: registered new interface driver usbfs
[    0.202231] usbcore: registered new interface driver hub
[    0.202231] usbcore: registered new device driver usb
[    0.373239] EDAC MC: Ver: 3.0.0
[    0.373239] Registered efivars operations
[    0.384086] PCI: Using ACPI for IRQ routing
[    0.384092] PCI: pci_cache_line_size set to 64 bytes
[    0.384127] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.384135] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.384139] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.384142] e820: reserve RAM buffer [mem 0x24a6d000-0x27ffffff]
[    0.384145] e820: reserve RAM buffer [mem 0x3b6e5000-0x3bffffff]
[    0.384148] e820: reserve RAM buffer [mem 0x3b966000-0x3bffffff]
[    0.384151] e820: reserve RAM buffer [mem 0x3b969000-0x3bffffff]
[    0.384154] e820: reserve RAM buffer [mem 0x3c800000-0x3fffffff]
[    0.384159] e820: reserve RAM buffer [mem 0x3cc1e000-0x3fffffff]
[    0.384163] e820: reserve RAM buffer [mem 0x3cd00000-0x3fffffff]
[    0.384458] NetLabel: Initializing
[    0.384461] NetLabel:  domain hash size = 128
[    0.384463] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.384504] NetLabel:  unlabeled traffic allowed by default
[    0.384558] clocksource: Switched to clocksource refined-jiffies
[    0.421236] VFS: Disk quotas dquot_6.6.0
[    0.421281] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.421598] AppArmor: AppArmor Filesystem Enabled
[    0.421709] pnp: PnP ACPI init
[    0.421894] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.422123] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.422129] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.422134] system 00:01: [io  0x0500-0x05fe] has been reserved
[    0.422139] system 00:01: [io  0x0600-0x061f] has been reserved
[    0.422144] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.422159] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.422630] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.430624] pnp: PnP ACPI: found 3 devices
[    0.436108] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.436115] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.436119] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.436124] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.436128] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.436132] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.436137] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.436141] pci_bus 0000:00: resource 11 [mem 0x50c00000-0x50ffffff window]
[    0.436146] pci_bus 0000:00: resource 12 [mem 0x3cf00001-0x3ef00000 window]
[    0.436150] pci_bus 0000:00: resource 13 [mem 0x40000000-0x508ffffe window]
[    0.436154] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed40fff window]
[    0.436402] NET: Registered protocol family 2
[    0.436916] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.436972] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[    0.437033] TCP: Hash tables configured (established 8192 bind 8192)
[    0.437139] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.437158] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.437280] NET: Registered protocol family 1
[    0.437317] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.437840] PCI: CLS 64 bytes, default 64
[    0.437973] Unpacking initramfs...
[    2.488689] Freeing initrd memory: 52760K
[    2.488818] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x133626f6b26, max_idle_ns: 440795214178 ns
[    2.488875] clocksource: Switched to clocksource tsc
[    2.488921] Scanning for low memory corruption every 60 seconds
[    2.490090] Initialise system trusted keyrings
[    2.490117] Key type blacklist registered
[    2.490201] workingset: timestamp_bits=36 max_order=18 bucket_order=0
[    2.494343] zbud: loaded
[    2.495817] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.496371] fuse init (API version 7.26)
[    2.500888] Key type asymmetric registered
[    2.500892] Asymmetric key parser 'x509' registered
[    2.501015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    2.501165] io scheduler noop registered
[    2.501168] io scheduler deadline registered
[    2.501255] io scheduler cfq registered (default)
[    2.501865] efifb: probing for efifb
[    2.501900] efifb: framebuffer at 0x40000000, using 2432k, total 2432k
[    2.501904] efifb: mode is 1024x600x32, linelength=4096, pages=1
[    2.501905] efifb: scrolling: redraw
[    2.501909] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.502191] Console: switching to colour frame buffer device 128x37
[    2.502231] fb0: EFI VGA frame buffer device
[    2.502259] intel_idle: MWAIT substates: 0x33000020
[    2.502262] intel_idle: v0.4.1 model 0x37
[    2.502711] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.502774] ACPI: AC: found native INT33F4 PMIC, not loading
[    2.502932] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    2.502985] ACPI: Lid Switch [LID]
[    2.511051] [Firmware Bug]: No valid trip found
[    2.511307] ACPI: Battery: found native INT33F4 PMIC, not loading
[    2.513543] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.533996] 00:02: ttyS0 at I/O 0x3f8 (irq = 20, base_baud = 115200) is a 16550A
[    2.587340] hpet: number irqs doesn't agree with number of timers
[    2.588468] Linux agpgart interface v0.103
[    2.643417] loop: module loaded
[    2.644511] libphy: Fixed MDIO Bus: probed
[    2.644514] tun: Universal TUN/TAP device driver, 1.6
[    2.646065] PPP generic driver version 2.4.2
[    2.647332] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.647362] ehci-pci: EHCI PCI platform driver
[    2.647443] ehci-platform: EHCI generic platform driver
[    2.647564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.647582] ohci-pci: OHCI PCI platform driver
[    2.647642] ohci-platform: OHCI generic platform driver
[    2.647710] uhci_hcd: USB Universal Host Controller Interface driver
[    2.648333] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.648351] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.649465] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    2.649473] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.649777] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.649783] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.649787] usb usb1: Product: xHCI Host Controller
[    2.649790] usb usb1: Manufacturer: Linux 4.15.0-47-generic xhci-hcd
[    2.649794] usb usb1: SerialNumber: 0000:00:14.0
[    2.651729] hub 1-0:1.0: USB hub found
[    2.651795] hub 1-0:1.0: 6 ports detected
[    3.201352] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.201385] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.201411] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    3.201799] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    3.201804] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.201809] usb usb2: Product: xHCI Host Controller
[    3.201812] usb usb2: Manufacturer: Linux 4.15.0-47-generic xhci-hcd
[    3.201816] usb usb2: SerialNumber: 0000:00:14.0
[    3.203619] hub 2-0:1.0: USB hub found
[    3.203680] hub 2-0:1.0: 1 port detected
[    3.205093] i8042: PNP: No PS/2 controller found.
[    3.207916] mousedev: PS/2 mouse device common for all mice
[    3.211959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    3.211998] rtc_cmos 00:00: no alarms, y3k, 242 bytes nvram
[    3.212112] i2c /dev entries driver
[    3.217027] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
[    3.217617] device-mapper: uevent: version 1.0.3
[    3.219387] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    3.219412] intel_pstate: Intel P-state driver initializing
[    3.222814] ledtrig-cpu: registered to indicate activity on CPUs
[    3.222837] EFI Variables Facility v0.08 2004-May-17
[    3.242037] NET: Registered protocol family 10
[    3.261786] Segment Routing with IPv6
[    3.261915] NET: Registered protocol family 17
[    3.263693] Key type dns_resolver registered
[    3.268361] RAS: Correctable Errors collector initialized.
[    3.268592] microcode: sig=0x30678, pf=0x2, revision=0x82f
[    3.270085] microcode: Microcode Update Driver: v2.2.
[    3.270160] sched_clock: Marking stable (3270006963, 0)->(3253639652, 16367311)
[    3.272914] registered taskstats version 1
[    3.272936] Loading compiled-in X.509 certificates
[    3.281167] Loaded X.509 cert 'Build time autogenerated kernel key: 7211859d1298c08a101905a3cb814e8c7b4bf4a4'
[    3.281292] Couldn't get size: 0x800000000000000e
[    3.281301] MODSIGN: Couldn't get UEFI db list
[    3.281358] Couldn't get size: 0x800000000000000e
[    3.281365] MODSIGN: Couldn't get UEFI MokListRT
[    3.283115] zswap: loaded using pool lzo/zbud
[    3.295317] Key type big_key registered
[    3.295353] Key type trusted registered
[    3.301930] Key type encrypted registered
[    3.301957] AppArmor: AppArmor sha1 policy hashing enabled
[    3.308699] ima: Allocated hash algorithm: sha1
[    3.369372] evm: HMAC attrs: 0x1
[    3.396677] i2c_designware 80860F41:04: I2C bus managed by PUNIT
[    3.408687]   Magic number: 15:125:77
[    3.409396] rtc_cmos 00:00: setting system clock to 2019-04-18 12:05:47 UTC (1555589147)
[    3.411505] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    3.411512] EDD information not available.
[    3.436959] Freeing unused kernel memory: 2408K
[    3.460443] Write protecting the kernel read-only data: 20480k
[    3.465157] Freeing unused kernel memory: 2008K
[    3.477864] Freeing unused kernel memory: 1892K
[    3.498945] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.498947] x86/mm: Checking user space page tables
[    3.519619] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.536112] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    3.804074] sdhci: Secure Digital Host Controller Interface driver
[    3.804077] sdhci: Copyright(c) Pierre Ossman
[    3.809196] mmc0: SDHCI controller on ACPI [INT33BB:00] using ADMA
[    3.829979] mmc1: SDHCI controller on ACPI [80860F14:00] using ADMA
[    3.850425] mmc2: SDHCI controller on ACPI [80860F14:02] using ADMA
[    3.859979] usb 1-1: New USB device found, idVendor=0951, idProduct=1666
[    3.859984] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.859987] usb 1-1: Product: DataTraveler 3.0
[    3.859991] usb 1-1: Manufacturer: Kingston
[    3.859993] usb 1-1: SerialNumber: 08606E6D418ABF705717835D
[    3.872884] mmc0: new high speed SDIO card at address 0001
[    3.982031] [drm] Memory usable by graphics device = 2048M
[    3.982036] checking generic (40000000 260000) vs hw (40000000 10000000)
[    3.982038] fb: switching to inteldrmfb from EFI VGA
[    3.982085] Console: switching to colour dummy device 80x25
[    3.982281] [drm] Replacing VGA console driver
[    3.982442] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.982444] [drm] Driver supports precise vblank timestamp query.
[    3.984057] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.987198] [drm:pwm_setup_backlight [i915]] *ERROR* Failed to own the pwm chip
[    3.992095] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    3.993328] mmc1: new HS200 MMC card at address 0001
[    3.995274] mmcblk1: mmc1:0001 NCard  28.9 GiB 
[    3.995560] mmcblk1boot0: mmc1:0001 NCard  partition 1 4.00 MiB
[    3.995828] mmcblk1boot1: mmc1:0001 NCard  partition 2 4.00 MiB
[    3.995937] mmcblk1rpmb: mmc1:0001 NCard  partition 3 4.00 MiB, chardev (243:0)
[    4.002540]  mmcblk1: p1 p2
[    4.004555] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[    4.008190] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.010432] acpi device:24: registered as cooling_device4
[    4.010606] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1
[    4.011099] [drm] HDaudio controller not detected, using LPE audio instead
[    4.030601] random: fast init done
[    4.058821] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.058891] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.058964] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.146839] usb 1-2: New USB device found, idVendor=05e3, idProduct=0608
[    4.146854] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.146864] usb 1-2: Product: USB2.0 Hub
[    4.149543] hub 1-2:1.0: USB hub found
[    4.150487] hub 1-2:1.0: 4 ports detected
[    4.152667] usb: port power management may be unreliable
[    4.169488] usb-storage 1-1:1.0: USB Mass Storage device detected
[    4.171885] scsi host0: usb-storage 1-1:1.0
[    4.172530] usbcore: registered new interface driver usb-storage
[    4.178035] usbcore: registered new interface driver uas
[    4.346675] fbcon: inteldrmfb (fb0) is primary device
[    4.347021] Console: switching to colour frame buffer device 128x37
[    4.347132] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    4.448614] usb 1-2.2: new high-speed USB device number 4 using xhci_hcd
[    4.541083] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.660675] usb 1-2.2: New USB device found, idVendor=058f, idProduct=5608
[    4.660691] usb 1-2.2: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[    4.660701] usb 1-2.2: Product: VGA Webcam
[    4.660711] usb 1-2.2: Manufacturer: Alcor Micro, Corp.
[    4.748449] usb 1-2.3: new low-speed USB device number 5 using xhci_hcd
[    4.854599] usb 1-2.3: New USB device found, idVendor=0911, idProduct=2188
[    4.854614] usb 1-2.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.938364] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.972298] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    4.993726] systemd[1]: Detected architecture x86-64.
[    5.001080] systemd[1]: Set hostname to <ben-Selecline-notebook-10-1>.
[    5.103089] systemd-gpt-auto-generator[243]: Failed to dissect: Input/output error
[    5.103981] systemd[237]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[    5.229221] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.229324] systemd[1]: Reached target User and Group Name Lookups.
[    5.229840] systemd[1]: Created slice System Slice.
[    5.230219] systemd[1]: Listening on Journal Audit Socket.
[    5.230349] systemd[1]: Listening on udev Kernel Socket.
[    5.230604] systemd[1]: Listening on Journal Socket.
[    5.272290] scsi 0:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[    5.272977] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.307575] lp: driver loaded but no devices found
[    5.316981] EXT4-fs (mmcblk1p2): re-mounted. Opts: errors=remount-ro
[    5.321022] ppdev: user-space parallel port driver
[    5.456940] systemd-journald[262]: Received request to flush runtime journal from PID 1
[    5.505716] Adding 1381704k swap on /swapfile.  Priority:-2 extents:5 across:1414472k SSFS
[    5.858272] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=0 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input2
[    5.860930] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input3
[    5.872386] 80860F0A:00: ttyS4 at MMIO 0x5091a000 (irq = 11, base_baud = 2764800) is a 16550A
[    5.872627] serial serial0: tty port ttyS4 registered
[    5.892396] 80860F0A:01: ttyS5 at MMIO 0x5091c000 (irq = 12, base_baud = 2764800) is a 16550A
[    5.894823] axp20x-i2c i2c-INT33F4:00: AXP20x variant AXP288 found
[    5.959240] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.977605] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.983925] r8723bs: module is from the staging directory, the quality is unknown, you have been warned.
[    5.985870] r8723bs: module verification failed: signature and/or required key missing - tainting kernel
[    5.992488] axp20x-i2c i2c-INT33F4:00: AXP20X driver loaded
[    5.994835] RTL8723BS: module init start
[    5.994839] RTL8723BS: rtl8723bs v4.3.5.5_12290.20140916_BTCOEX20140507-4E40
[    5.994841] RTL8723BS: rtl8723bs BT-Coex version = BTCOEX20140507-4E40
[    6.016619] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    6.056613] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    6.071184] pnetdev =         (ptrval)
[    6.191384] r8723bs: module is from the staging directory, the quality is unknown, you have been warned.
[    6.253638] hidraw: raw HID events driver (C) Jiri Kosina
[    6.255484] RTL8723BS: rtw_ndev_init(wlan0)
[    6.257310] RTL8723BS: module init ret =0
[    6.305677] usbcore: registered new interface driver usbhid
[    6.305680] usbhid: USB HID core driver
[    6.315842] media: Linux media interface: v0.10
[    6.322572] SSE version of gcm_enc/dec engaged.
[    6.351966] Linux video capture interface: v2.00
[    6.498334] uvcvideo: Found UVC 1.00 device VGA Webcam (058f:5608)
[    6.510283] uvcvideo 1-2.2:1.0: Entity type for entity Extension 6 was not initialized!
[    6.510289] uvcvideo 1-2.2:1.0: Entity type for entity Processing 5 was not initialized!
[    6.510293] uvcvideo 1-2.2:1.0: Entity type for entity Selector 4 was not initialized!
[    6.510297] uvcvideo 1-2.2:1.0: Entity type for entity Camera 1 was not initialized!
[    6.512805] input: VGA Webcam: VGA Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/input/input4
[    6.520312] usbcore: registered new interface driver uvcvideo
[    6.520315] USB Video Class driver (1.1.1)
[    6.536921] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    6.537086] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    6.537177] intel_soc_dts_thermal: request_threaded_irq ret -22
[    6.541429] intel_rapl: Found RAPL domain package
[    6.541434] intel_rapl: Found RAPL domain core
[    6.566499] sd 0:0:0:0: [sda] 15364416 512-byte logical blocks: (7.87 GB/7.33 GiB)
[    6.566661] sd 0:0:0:0: [sda] Write Protect is off
[    6.566666] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[    6.566845] sd 0:0:0:0: [sda] No Caching mode page found
[    6.566855] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    6.593281]  sda: sda1
[    6.594656] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    6.614063] input: gpio-keys as /devices/platform/gpio-keys.0.auto/input/input5
[    6.632169] input: gpio-keys as /devices/platform/gpio-keys.1.auto/input/input6
[    6.692191] input: HID 0911:2188 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.3/1-2.3:1.0/0003:0911:2188.0001/input/input7
[    6.752425] hid-generic 0003:0911:2188.0001: input,hidraw0: USB HID v1.01 Keyboard [HID 0911:2188] on usb-0000:00:14.0-2.3/input0
[    6.754110] input: HID 0911:2188 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.3/1-2.3:1.1/0003:0911:2188.0002/input/input8
[    6.813636] hid-generic 0003:0911:2188.0002: input,hiddev0,hidraw1: USB HID v1.01 Mouse [HID 0911:2188] on usb-0000:00:14.0-2.3/input1
[    6.938310] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 16 -> VIRQ 44
[    6.990313] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 17 -> VIRQ 45
[    7.041673] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 18 -> VIRQ 46
[    7.093021] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 19 -> VIRQ 47
[    7.144380] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 24 -> VIRQ 52
[    7.202332] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 25 -> VIRQ 53
[    7.204989] axp288_fuel_gauge axp288_fuel_gauge: ADC charge current read failed:-19
[    7.209317] axp288_fuel_gauge axp288_fuel_gauge: ADC charge current read failed:-19
[    7.270422] input: axp20x-pek as /devices/platform/80860F41:04/i2c-4/i2c-INT33F4:00/axp221-pek/input/input9
[    7.750821] audit: type=1400 audit(1555589151.835:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=463 comm="apparmor_parser"
[    7.750832] audit: type=1400 audit(1555589151.835:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=463 comm="apparmor_parser"
[    7.750839] audit: type=1400 audit(1555589151.835:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=463 comm="apparmor_parser"
[    7.754923] audit: type=1400 audit(1555589151.839:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=459 comm="apparmor_parser"
[    7.754936] audit: type=1400 audit(1555589151.839:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=459 comm="apparmor_parser"
[    7.761850] audit: type=1400 audit(1555589151.847:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=466 comm="apparmor_parser"
[    7.761991] audit: type=1400 audit(1555589151.847:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=464 comm="apparmor_parser"
[    7.761998] audit: type=1400 audit(1555589151.847:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=464 comm="apparmor_parser"
[    7.762004] audit: type=1400 audit(1555589151.847:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=464 comm="apparmor_parser"
[    7.822502] audit: type=1400 audit(1555589151.907:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=460 comm="apparmor_parser"
[    7.964118] random: crng init done
[    7.964123] random: 7 urandom warning(s) missed due to ratelimiting
[    9.205133] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    9.213752] rtl8723bs: acquire FW from file:rtlwifi/rtl8723bs_nic.bin
[   10.601432] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   10.756801] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   12.627092] RTL8723BS: rtw_set_802_11_connect(wlan0)  fw_state = 0x00000008
[   18.424636] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   20.123883] RTL8723BS: rtw_set_802_11_connect(wlan0)  fw_state = 0x00000008
[   20.154804] RTL8723BS: start auth
[   20.159766] RTL8723BS: auth success, start assoc
[   20.163703] RTL8723BS: rtw_cfg80211_indicate_connect(wlan0) BSS not found !!
[   20.163715] RTL8723BS: assoc success
[   20.171135] RTL8723BS: send eapol packet
[   20.181816] RTL8723BS: send eapol packet
[   20.181960] RTL8723BS: set pairwise key camid:4, addr:5c:33:8e:c1:d4:a0, kid:0, type:AES
[   20.182322] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   20.182815] RTL8723BS: set group key camid:5, addr:5c:33:8e:c1:d4:a0, kid:2, type:AES
ben@ben-Selecline-notebook-10-1:~$ 
ben@ben-Selecline-notebook-10-1:~$ lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register [8086:0f00] (rev 0f)
	Subsystem: Device [1027:2014]
	Kernel driver in use: iosf_mbi_pci
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display [8086:0f31] (rev 0f)
	Subsystem: Device [1027:2014]
	Kernel driver in use: i915
	Kernel modules: i915
00:14.0 USB controller [0c03]: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI [8086:0f35] (rev 0f)
	Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI [8086:7270]
	Kernel driver in use: xhci_hcd
00:15.0 Multimedia audio controller [0401]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller [8086:0f28] (rev 0f)
	Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller [8086:7270]
00:1a.0 Encryption controller [1080]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine [8086:0f18] (rev 0f)
	Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine [8086:7270]
	Kernel driver in use: mei_txe
	Kernel modules: mei_txe
00:1f.0 ISA bridge [0601]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit [8086:0f1c] (rev 0f)
	Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit [8086:7270]
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich
ben@ben-Selecline-notebook-10-1:~$ 
ben@ben-Selecline-notebook-10-1:~$ sudo lshw
[sudo] Mot de passe de ben : 
ben-selecline-notebook-10-1 
    description: Ordinateur Bloc-notes
    produit: Selecline notebook 10,1" (Type1 - SKU0)
    fabriquant: Auchan - SNCOIA
    version: 1.0
    numéro de série: Type1 - 123456789
    bits: 64 bits
    fonctionnalités: smbios-2.7 dmi-2.7 smp vsyscall32
    configuration: boot=normal chassis=notebook family=Type1 - Family sku=Type1 - SKU0 uuid=78563412-3412-7856-90AB-CDDEEFAABBCC
  *-core
       description: Carte mère
       produit: Selecline notebook 10,1"
       fabriquant: Auchan - SNCOIA
       identifiant matériel: 0
       version: 1.0
       numéro de série: Type2 - Board Serial Number
       emplacement: Type2 - Board Chassis Location
     *-firmware
          description: BIOS
          fabriquant: INSYDE Corp.
          identifiant matériel: 0
          version: SNCOIA.54450053.AUO.09
          date: 11/21/2016
          taille: 64KiB
          capacité: 576KiB
          fonctionnalités: pci upgrade shadowing cdboot bootselect edd int9keyboard int14serial int17printer int10video acpi usb zipboot biosbootspecification netboot
     *-cpu
          description: CPU
          produit: Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz
          fabriquant: Intel Corp.
          identifiant matériel: 4
          information bus: cpu@0
          version: Intel(R) Atom(TM) CPU  Z3735G @ 1.33GHz
          emplacement: CPU 1
          taille: 548MHz
          capacité: 1832MHz
          bits: 64 bits
          horloge: 83MHz
          fonctionnalités: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb pti tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat cpufreq
          configuration: cores=4 enabledcores=4 threads=1
        *-cache:0
             description: L1 cache
             identifiant matériel: 8
             emplacement: Unknown
             taille: 32KiB
             capacité: 32KiB
             fonctionnalités: synchronous internal write-back instruction
             configuration: level=1
        *-cache:1
             description: L2 cache
             identifiant matériel: 9
             emplacement: Unknown
             taille: 1MiB
             capacité: 1MiB
             fonctionnalités: synchronous internal write-back unified
             configuration: level=2
     *-cache
          description: L1 cache
          identifiant matériel: 7
          emplacement: Unknown
          taille: 24KiB
          capacité: 24KiB
          fonctionnalités: synchronous internal write-back data
          configuration: level=1
     *-memory
          description: Mémoire Système
          identifiant matériel: 14
          emplacement: Carte mère
          taille: 1GiB
        *-bank:0
             description: SODIMM DDR3 Synchrone 1333 MHz (0,8 ns)
             produit: To be filled by O.E.M
             fabriquant: To be filled by O.E.M
             identifiant matériel: 0
             numéro de série: To be filled by O.E.M
             emplacement: DIMM0
             taille: 1GiB
             bits: 32 bits
             horloge: 1333MHz (0.8ns)
        *-bank:1
             description: SODIMM DDR3 Synchrone 1333 MHz (0,8 ns) [vide]
             produit: To be filled by O.E.M
             fabriquant: To be filled by O.E.M
             identifiant matériel: 1
             numéro de série: To be filled by O.E.M
             emplacement: DIMM1
             bits: 32 bits
             horloge: 1333MHz (0.8ns)
     *-pci
          description: Host bridge
          produit: Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register
          fabriquant: Intel Corporation
          identifiant matériel: 100
          information bus: pci@0000:00:00.0
          version: 0f
          bits: 32 bits
          horloge: 33MHz
          configuration: driver=iosf_mbi_pci
          ressources: irq:0
        *-display
             description: VGA compatible controller
             produit: Atom Processor Z36xxx/Z37xxx Series Graphics & Display
             fabriquant: Intel Corporation
             identifiant matériel: 2
             information bus: pci@0000:00:02.0
             version: 0f
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pm msi vga_controller bus_master cap_list rom
             configuration: driver=i915 latency=0
             ressources: irq:26 mémoire:50000000-503fffff mémoire:40000000-4fffffff portE/S:1000(taille=8) mémoire:c0000-dffff
        *-usb
             description: USB controller
             produit: Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI
             fabriquant: Intel Corporation
             identifiant matériel: 14
             information bus: pci@0000:00:14.0
             version: 0f
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: pm msi xhci bus_master cap_list
             configuration: driver=xhci_hcd latency=0
             ressources: irq:23 mémoire:50800000-5080ffff
           *-usbhost:0
                produit: xHCI Host Controller
                fabriquant: Linux 4.15.0-47-generic xhci-hcd
                identifiant matériel: 0
                information bus: usb@1
                nom logique: usb1
                version: 4.15
                fonctionnalités: usb-2.00
                configuration: driver=hub slots=6 speed=480Mbit/s
              *-usb:0
                   description: Périphérique de stockage de masse
                   produit: DataTraveler 3.0
                   fabriquant: Kingston
                   identifiant matériel: 1
                   information bus: usb@1:1
                   nom logique: scsi0
                   version: 1.00
                   numéro de série: 08606E6D418ABF705717835D
                   fonctionnalités: usb-2.10 scsi emulated scsi-host
                   configuration: driver=usb-storage maxpower=498mA speed=480Mbit/s
                 *-disk
                      description: SCSI Disk
                      produit: DataTraveler 3.0
                      fabriquant: Kingston
                      identifiant matériel: 0.0.0
                      information bus: scsi@0:0.0.0
                      nom logique: /dev/sda
                      version: PMAP
                      numéro de série: 0B8F670065E7
                      taille: 7502MiB (7866MB)
                      fonctionnalités: removable
                      configuration: ansiversion=6 logicalsectorsize=512 sectorsize=512
                    *-medium
                         identifiant matériel: 0
                         nom logique: /dev/sda
                         taille: 7502MiB (7866MB)
                         fonctionnalités: partitioned partitioned:dos
                         configuration: signature=0527e36b
                       *-volume
                            description: Windows FAT volume
                            fabriquant: MSDOS5.0
                            identifiant matériel: 1
                            nom logique: /dev/sda1
                            nom logique: /media/ben/CL
                            version: FAT32
                            numéro de série: 947a-5194
                            taille: 7498MiB
                            capacité: 7501MiB
                            fonctionnalités: primary bootable fat initialized
                            configuration: FATs=2 filesystem=fat label=CL mount.fstype=vfat mount.options=rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro state=mounted
              *-usb:1
                   description: Concentrateur USB
                   produit: USB2.0 Hub
                   fabriquant: Genesys Logic, Inc.
                   identifiant matériel: 2
                   information bus: usb@1:2
                   version: 85.36
                   fonctionnalités: usb-2.00
                   configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
                 *-usb:0
                      description: Vidéo
                      produit: VGA Webcam
                      fabriquant: Alcor Micro, Corp.
                      identifiant matériel: 2
                      information bus: usb@1:2.2
                      version: 0.01
                      fonctionnalités: usb-2.00
                      configuration: driver=uvcvideo maxpower=200mA speed=480Mbit/s
                 *-usb:1
                      description: Clavier
                      fabriquant: Philips Speech Processing
                      identifiant matériel: 3
                      information bus: usb@1:2.3
                      version: 10.01
                      fonctionnalités: usb-1.10
                      configuration: driver=usbhid maxpower=100mA speed=1Mbit/s
           *-usbhost:1
                produit: xHCI Host Controller
                fabriquant: Linux 4.15.0-47-generic xhci-hcd
                identifiant matériel: 1
                information bus: usb@2
                nom logique: usb2
                version: 4.15
                fonctionnalités: usb-3.00
                configuration: driver=hub slots=1 speed=5000Mbit/s
        *-multimedia NON-RÉCLAMÉ
             description: Multimedia audio controller
             produit: Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller
             fabriquant: Intel Corporation
             identifiant matériel: 15
             information bus: pci@0000:00:15.0
             version: 0f
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pm bus_master cap_list
             configuration: latency=0
             ressources: mémoire:50400000-505fffff mémoire:5082c000-5082cfff
        *-generic
             description: Encryption controller
             produit: Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine
             fabriquant: Intel Corporation
             identifiant matériel: 1a
             information bus: pci@0000:00:1a.0
             version: 0f
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pm msi bus_master cap_list
             configuration: driver=mei_txe latency=0
             ressources: irq:72 mémoire:50700000-507fffff mémoire:50600000-506fffff
        *-isa
             description: ISA bridge
             produit: Atom Processor Z36xxx/Z37xxx Series Power Control Unit
             fabriquant: Intel Corporation
             identifiant matériel: 1f
             information bus: pci@0000:00:1f.0
             version: 0f
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: isa bus_master cap_list
             configuration: driver=lpc_ich latency=0
             ressources: irq:0
  *-battery
       description: Lithium Ion Battery
       produit: SR Real Battery
       fabriquant: Intel SR 1
       identifiant matériel: 1
       version: Date
       numéro de série: 123456789
       emplacement: I2C2
       configuration: voltage=3,8V
  *-power NON-RÉCLAMÉ
       description: OEM_Define1
       produit: OEM_Define5
       fabriquant: OEM_Define2
       identifiant matériel: 2
       version: OEM_Define6
       numéro de série: OEM_Define3
       capacité: 42mWh
  *-network
       description: Interface réseau sans fil
       identifiant matériel: 3
       nom logique: wlan0
       numéro de série: a0:2c:36:58:b9:c1
       fonctionnalités: ethernet physical wireless
       configuration: broadcast=yes driver=rtl8723bs ip=192.168.1.21 multicast=yes wireless=IEEE 802.11bgn
ben@ben-Selecline-notebook-10-1:~$ 

Hors ligne