#51 Le 30/03/2020, à 18:37
- barnar
Re : [Résolu] Wifi non détecté
J'ai désactivé le Bluetooth.
sudo modprobe ath10k_pci && dmesg | grep ath
modprobe: ERROR: could not insert 'ath10k_pci': Invalid argument
dmesg | tail -n
tail : l'option requiert un argument -- n
Saisissez « tail --help » pour plus d'informations.
Dernière modification par barnar (Le 30/03/2020, à 18:38)
Hors ligne
#52 Le 30/03/2020, à 19:04
- Nuliel
Re : [Résolu] Wifi non détecté
Ah j'ai voulu mettre tail -n 10 puis je me suis rappelé que -n 10 servait à rien et j'ai oublié d'enlever le -n
Tu peux donner
dmesg | grep ath
Sinon je me demande si le noyau contient vraiment le pilote
Hors ligne
#53 Le 30/03/2020, à 19:28
- barnar
Re : [Résolu] Wifi non détecté
bernard@yazmina:~$ dmesg | grep ath
bernard@yazmina:~$ dmesg | grep ath
bernard@yazmina:~$
ça ne donne rien...
Hors ligne
#54 Le 30/03/2020, à 19:31
- Nuliel
Re : [Résolu] Wifi non détecté
Tu peux taper dans un terminal sans faire entrée
modinfo ath
puis tu appuies deux fois sur Tab, et tu dis ce que propose le terminal.
Hors ligne
#55 Le 30/03/2020, à 19:50
- barnar
Re : [Résolu] Wifi non détecté
modinfo ath
ath ath3k ath6kl_sdio ath9k_common
ath10k_core ath5k ath6kl_usb ath9k_htc
ath10k_pci ath6kl_core ath9k ath9k_hw
Hors ligne
#56 Le 31/03/2020, à 07:00
- moko138
Re : [Résolu] Wifi non détecté
Naziel,
On pourrait peut-être vérifier :
dpkg -l | grep -E "network-manager|rfkill"
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#57 Le 31/03/2020, à 08:42
- Nuliel
Re : [Résolu] Wifi non détecté
Oui, et voir si les noyaux sont bien installés:
dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'
Dernière modification par Nuliel (Le 31/03/2020, à 08:42)
Hors ligne
#58 Le 31/03/2020, à 14:40
- barnar
Re : [Résolu] Wifi non détecté
bonjour ! voici les résultats :
dpkg -l | grep -E "network-manager|rfkill"
ii network-manager 1.2.6-0ubuntu0.16.04.3 amd64 network management framework (daemon and userspace tools)
ii network-manager-gnome 1.2.6-0ubuntu0.16.04.4 amd64 network management framework (GNOME frontend)
ii network-manager-pptp 1.1.93-1ubuntu1 amd64 network management framework (PPTP plugin core)
ii network-manager-pptp-gnome 1.1.93-1ubuntu1 amd64 network management framework (PPTP plugin GNOME GUI)
ii rfkill 0.5-1ubuntu3.1 amd64 tool for enabling and disabling wireless devices
dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'
ii linux-headers-4.4.0-139 4.4.0-139.165 all
ii linux-headers-4.4.0-139-generic 4.4.0-139.165 amd64
ii linux-headers-4.4.0-171 4.4.0-171.200 all
ii linux-headers-4.4.0-171-generic 4.4.0-171.200 amd64
ii linux-image-4.4.0-171-generic 4.4.0-171.200 amd64
ii linux-modules-4.4.0-171-generic 4.4.0-171.200 amd64
ii linux-modules-extra-4.4.0-171-generic 4.4.0-171.200 amd64
ii linux-tools-4.4.0-171 4.4.0-171.200 amd64
ii linux-tools-4.4.0-171-generic 4.4.0-171.200 amd64
ii linux-headers-4.4.0-174 4.4.0-174.204 all
ii linux-headers-4.4.0-174-generic 4.4.0-174.204 amd64
ii linux-image-4.4.0-174-generic 4.4.0-174.204 amd64
ii linux-modules-4.4.0-174-generic 4.4.0-174.204 amd64
ii linux-modules-extra-4.4.0-174-generic 4.4.0-174.204 amd64
ii linux-tools-4.4.0-174 4.4.0-174.204 amd64
ii linux-tools-4.4.0-174-generic 4.4.0-174.204 amd64
ii linux-generic 4.4.0.176.184 amd64
ii linux-headers-generic 4.4.0.176.184 amd64
ii linux-image-generic 4.4.0.176.184 amd64
ii linux-signed-generic 4.4.0.176.184 amd64
ii linux-signed-image-generic 4.4.0.176.184 amd64
ii linux-tools-virtual 4.4.0.176.184 amd64
ii linux-headers-4.4.0-176 4.4.0-176.206 all
ii linux-tools-common 4.4.0-176.206 all
ii linux-headers-4.4.0-176-generic 4.4.0-176.206 amd64
ii linux-image-4.4.0-176-generic 4.4.0-176.206 amd64
ii linux-modules-4.4.0-176-generic 4.4.0-176.206 amd64
ii linux-modules-extra-4.4.0-176-generic 4.4.0-176.206 amd64
ii linux-tools-4.4.0-176 4.4.0-176.206 amd64
ii linux-tools-4.4.0-176-generic 4.4.0-176.206 amd64
Hors ligne
#59 Le 31/03/2020, à 14:53
- Nuliel
Re : [Résolu] Wifi non détecté
Le noyau semble bien installé et en entier. rfkill ainsi que networkmanager aussi
Tu peux redémarrer et donner
dmesg
(le retour va être long c'est normal)
Dernière modification par Nuliel (Le 31/03/2020, à 14:53)
Hors ligne
#60 Le 31/03/2020, à 14:57
- barnar
Re : [Résolu] Wifi non détecté
voici;
dmesg
[ 0.000000] microcode: CPU0 microcode updated early to revision 0xca, date = 2019-09-26
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.0-176-generic (buildd@lgw01-amd64-035) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12) ) #206-Ubuntu SMP Fri Feb 28 05:02:04 UTC 2020 (Ubuntu 4.4.0-176.206-generic 4.4.211)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-176-generic root=UUID=f4878ce5-9e84-4652-8103-7b29f8bb6ba2 ro alx.enable_wol=1 mem_sleep_default=deep quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 960, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 1024, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x08: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x10: 'MPX CSR'
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 1088 bytes, using 'standard' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000694ebfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000694ec000-0x00000000694ecfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000694ed000-0x00000000694edfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000694ee000-0x000000007a47ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007a480000-0x000000007a80afff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007a80b000-0x000000007a84efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007a84f000-0x000000007aef3fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007aef4000-0x000000007b5fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007b5ff000-0x000000007b5fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007b600000-0x000000007f7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027e7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x67375018-0x67385057] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000067375017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000067375018-0x0000000067385057] usable
[ 0.000000] reserve setup_data: [mem 0x0000000067385058-0x00000000694ebfff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000694ec000-0x00000000694ecfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000694ed000-0x00000000694edfff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000694ee000-0x000000007a47ffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000007a480000-0x000000007a80afff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000007a80b000-0x000000007a84efff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x000000007a84f000-0x000000007aef3fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000007aef4000-0x000000007b5fefff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000007b5ff000-0x000000007b5fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000007b600000-0x000000007f7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000027e7fffff] usable
[ 0.000000] efi: EFI v2.40 by American Megatrends
[ 0.000000] efi: ACPI=0x7a818000 ACPI 2.0=0x7a818000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 ESRT=0x7b29f118
[ 0.000000] esrt: Reserving ESRT space from 0x000000007b29f118 to 0x000000007b29f150.
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x27e800 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0080000000 mask 7F80000000 uncachable
[ 0.000000] 1 base 007E000000 mask 7FFE000000 uncachable
[ 0.000000] 2 base 007D000000 mask 7FFF000000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] e820: last_pfn = 0x7b600 max_arch_pfn = 0x400000000
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 28672
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x02212000, 0x02212fff] PGTABLE
[ 0.000000] BRK [0x02213000, 0x02213fff] PGTABLE
[ 0.000000] BRK [0x02214000, 0x02214fff] PGTABLE
[ 0.000000] BRK [0x02215000, 0x02215fff] PGTABLE
[ 0.000000] BRK [0x02216000, 0x02216fff] PGTABLE
[ 0.000000] BRK [0x02217000, 0x02217fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x2ce88000-0x2f849fff]
[ 0.000000] Secure boot MOKSBState disabled
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x000000007A818000 000024 (v02 DELL )
[ 0.000000] ACPI: XSDT 0x000000007A8180C0 0000FC (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x000000007A83D7C0 00010C (v05 DELL CBX3 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x000000007A818248 025576 (v02 DELL CBX3 01072009 INTL 20160422)
[ 0.000000] ACPI: FACS 0x000000007AEF1180 000040
[ 0.000000] ACPI: APIC 0x000000007A83D8D0 000084 (v03 DELL CBX3 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x000000007A83D958 000044 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x000000007A83D9A0 0000AC (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x000000007A83DA50 00003C (v01 DELL CBX3 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x000000007A83DA90 000038 (v01 DELL CBX3 01072009 AMI. 0005000B)
[ 0.000000] ACPI: SSDT 0x000000007A83DAC8 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
[ 0.000000] ACPI: BOOT 0x000000007A83DE28 000028 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x000000007A83DE50 0012CF (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
[ 0.000000] ACPI: HPET 0x000000007A83F120 000038 (v01 INTEL KBL-ULT 00000001 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 0x000000007A83F158 000D84 (v02 INTEL xh_rvp07 00000000 INTL 20160422)
[ 0.000000] ACPI: UEFI 0x000000007A83FEE0 000042 (v01 00000000 00000000)
[ 0.000000] ACPI: SSDT 0x000000007A83FF28 000EDE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
[ 0.000000] ACPI: LPIT 0x000000007A840E08 000094 (v01 INTEL KBL-ULT 00000000 MSFT 0000005F)
[ 0.000000] ACPI: WSMT 0x000000007A840EA0 000028 (v01 DELL CBX3 00000000 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 0x000000007A840EC8 000161 (v02 INTEL HdaDsp 00000000 INTL 20160422)
[ 0.000000] ACPI: SSDT 0x000000007A841030 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
[ 0.000000] ACPI: SSDT 0x000000007A8412D0 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
[ 0.000000] ACPI: SSDT 0x000000007A8442D8 0000DB (v02 INTEL TbtTypeC 00000000 INTL 20160422)
[ 0.000000] ACPI: DBGP 0x000000007A8443B8 000034 (v01 INTEL 00000002 MSFT 0000005F)
[ 0.000000] ACPI: DBG2 0x000000007A8443F0 000054 (v00 INTEL 00000002 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 0x000000007A844448 0007AC (v02 INTEL UsbCTabl 00001000 INTL 20160422)
[ 0.000000] ACPI: SSDT 0x000000007A844BF8 0084F1 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[ 0.000000] ACPI: NHLT 0x000000007A84D0F0 00002D (v00 INTEL EDK2 00000002 01000013)
[ 0.000000] ACPI: BGRT 0x000000007A84D120 000038 (v00 01072009 AMI 00010013)
[ 0.000000] ACPI: ASF! 0x000000007A84D158 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.000000] ACPI: DMAR 0x000000007A84D1F8 0000F0 (v01 INTEL KBL 00000001 INTL 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000027e7fffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x27e7f9000-0x27e7fdfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000027e7fffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000694ebfff]
[ 0.000000] node 0: [mem 0x00000000694ee000-0x000000007a47ffff]
[ 0.000000] node 0: [mem 0x000000007b5ff000-0x000000007b5fffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000027e7fffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000027e7fffff]
[ 0.000000] On node 0 totalpages: 2067483
[ 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: 7762 pages used for memmap
[ 0.000000] DMA32 zone: 496767 pages, LIFO batch:31
[ 0.000000] Normal zone: 24480 pages used for memmap
[ 0.000000] Normal zone: 1566720 pages, LIFO batch:31
[ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x67375000-0x67375fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x67385000-0x67385fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x694ec000-0x694ecfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x694ed000-0x694edfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7a480000-0x7a80afff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7a80b000-0x7a84efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7a84f000-0x7aef3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7aef4000-0x7b5fefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7b600000-0x7f7fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7f800000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0x7f800000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88027e400000 s95448 r8192 d31528 u524288
[ 0.000000] pcpu-alloc: s95448 r8192 d31528 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 2035155
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-176-generic root=UUID=f4878ce5-9e84-4652-8103-7b29f8bb6ba2 ro alx.enable_wol=1 mem_sleep_default=deep quiet splash vt.handoff=7
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 7705092K/8269932K available (8626K kernel code, 1336K rwdata, 4032K rodata, 1488K init, 1292K bss, 564840K 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] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:33024 nr_irqs:1024 16
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] vt handoff: transparent VT on vt#7
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Unable to calibrate against PIT
[ 0.000000] tsc: using HPET reference calibration
[ 0.000000] tsc: Detected 2903.941 MHz processor
[ 0.000023] Calibrating delay loop (skipped), value calculated using timer frequency.. 5807.88 BogoMIPS (lpj=11615764)
[ 0.000025] pid_max: default: 32768 minimum: 301
[ 0.000029] ACPI: Core revision 20150930
[ 0.030443] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 0.031504] Security Framework initialized
[ 0.031505] Yama: becoming mindful.
[ 0.031518] AppArmor: AppArmor initialized
[ 0.031848] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.033189] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.033770] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.033777] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.033956] Initializing cgroup subsys io
[ 0.033958] Initializing cgroup subsys memory
[ 0.033962] Initializing cgroup subsys devices
[ 0.033964] Initializing cgroup subsys freezer
[ 0.033966] Initializing cgroup subsys net_cls
[ 0.033967] Initializing cgroup subsys perf_event
[ 0.033969] Initializing cgroup subsys net_prio
[ 0.033971] Initializing cgroup subsys hugetlb
[ 0.033972] Initializing cgroup subsys pids
[ 0.033993] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.033993] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.035538] mce: CPU supports 8 MCE banks
[ 0.035573] CPU0: Thermal monitoring enabled (TM1)
[ 0.035580] process: using mwait in idle threads
[ 0.035583] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.035583] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.035585] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.035586] Spectre V2 : Mitigation: Full generic retpoline
[ 0.035587] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.035587] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.035592] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.035593] Spectre V2 : mitigation: Enabling kernel Indirect Branch Prediction Barrier
[ 0.035594] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.035595] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.035610] MDS: Mitigation: Clear CPU buffers
[ 0.035950] Freeing SMP alternatives memory: 36K
[ 0.043500] ftrace: allocating 32305 entries in 127 pages
[ 0.066435] smpboot: APIC(0) Converting physical 0 to logical package 0
[ 0.066437] smpboot: Max logical packages: 2
[ 0.066441] DMAR: Host address width 39
[ 0.066443] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.066450] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.066452] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.066455] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.066457] DMAR: RMRR base: 0x0000007a54e000 end: 0x0000007a56dfff
[ 0.066458] DMAR: RMRR base: 0x0000007d000000 end: 0x0000007f7fffff
[ 0.066459] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.066460] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[ 0.066462] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.066463] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.066464] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.067926] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.067928] x2apic enabled
[ 0.067956] Switched APIC routing to cluster x2apic.
[ 0.071943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.111637] TSC deadline timer enabled
[ 0.111642] smpboot: CPU0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[ 0.111658] Performance Events: PEBS fmt3+, 32-deep LBR, Skylake events, full-width counters, Intel PMU driver.
[ 0.111682] ... version: 4
[ 0.111683] ... bit width: 48
[ 0.111683] ... generic registers: 4
[ 0.111684] ... value mask: 0000ffffffffffff
[ 0.111685] ... max period: 00007fffffffffff
[ 0.111686] ... fixed-purpose events: 3
[ 0.111686] ... event mask: 000000070000000f
[ 0.112336] x86: Booting SMP configuration:
[ 0.112338] .... node #0, CPUs: #1
[ 0.113565] microcode: CPU1 microcode updated early to revision 0xca, date = 2019-09-26
[ 0.117273] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.117336] #2
[ 0.121426] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.121489] #3
[ 0.125423] x86: Booted up 1 node, 4 CPUs
[ 0.125427] smpboot: Total of 4 processors activated (23231.52 BogoMIPS)
[ 0.129141] devtmpfs: initialized
[ 0.131029] evm: security.selinux
[ 0.131030] evm: security.SMACK64
[ 0.131031] evm: security.SMACK64EXEC
[ 0.131032] evm: security.SMACK64TRANSMUTE
[ 0.131032] evm: security.SMACK64MMAP
[ 0.131033] evm: security.ima
[ 0.131034] evm: security.capability
[ 0.131103] PM: Registering ACPI NVS region [mem 0x694ec000-0x694ecfff] (4096 bytes)
[ 0.131105] PM: Registering ACPI NVS region [mem 0x7a84f000-0x7aef3fff] (6967296 bytes)
[ 0.131212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.131220] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.131289] pinctrl core: initialized pinctrl subsystem
[ 0.131446] RTC time: 13:55:44, date: 03/31/20
[ 0.131569] NET: Registered protocol family 16
[ 0.141408] cpuidle: using governor ladder
[ 0.154447] cpuidle: using governor menu
[ 0.154450] PCCT header not found.
[ 0.154506] Simple Boot Flag at 0x47 set to 0x80
[ 0.154543] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.154544] ACPI: bus type PCI registered
[ 0.154546] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.154603] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.154605] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.154613] PCI: Using configuration type 1 for base access
[ 0.154619] dmi type 0xB1 record - unknown flag
[ 0.166854] ACPI: Added _OSI(Module Device)
[ 0.166856] ACPI: Added _OSI(Processor Device)
[ 0.166857] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.166859] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.175280] ACPI: Executed 34 blocks of module-level executable AML code
[ 0.183390] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.188147] ACPI: Dynamic OEM Table Load:
[ 0.188153] ACPI: SSDT 0xFFFF880274032800 0006F6 (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 0.188922] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.188969] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 0.189667] ACPI: Dynamic OEM Table Load:
[ 0.189671] ACPI: SSDT 0xFFFF8802742B1000 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
[ 0.190339] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.190614] ACPI: Dynamic OEM Table Load:
[ 0.190617] ACPI: SSDT 0xFFFF880274033000 00065C (v02 PmRef ApIst 00003000 INTL 20160422)
[ 0.191438] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.191544] ACPI: Dynamic OEM Table Load:
[ 0.191547] ACPI: SSDT 0xFFFF88027433A200 00018A (v02 PmRef ApCst 00003000 INTL 20160422)
[ 0.192220] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.192996] ACPI : EC: EC started
[ 0.197488] ACPI: Interpreter enabled
[ 0.197517] ACPI: (supports S0 S3 S4 S5)
[ 0.197518] ACPI: Using IOAPIC for interrupt routing
[ 0.197544] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.200198] ACPI: Power Resource [WRST] (on)
[ 0.200426] ACPI: Power Resource [WRST] (on)
[ 0.200657] ACPI: Power Resource [WRST] (on)
[ 0.200886] ACPI: Power Resource [WRST] (on)
[ 0.201118] ACPI: Power Resource [WRST] (on)
[ 0.201351] ACPI: Power Resource [WRST] (on)
[ 0.201728] ACPI: Power Resource [WRST] (on)
[ 0.201953] ACPI: Power Resource [WRST] (on)
[ 0.202177] ACPI: Power Resource [WRST] (on)
[ 0.202545] ACPI: Power Resource [WRST] (on)
[ 0.202836] ACPI: Power Resource [WRST] (on)
[ 0.203065] ACPI: Power Resource [WRST] (on)
[ 0.203289] ACPI: Power Resource [WRST] (on)
[ 0.203517] ACPI: Power Resource [WRST] (on)
[ 0.203747] ACPI: Power Resource [WRST] (on)
[ 0.203974] ACPI: Power Resource [WRST] (on)
[ 0.204198] ACPI: Power Resource [WRST] (on)
[ 0.205060] ACPI: Power Resource [WRST] (on)
[ 0.205286] ACPI: Power Resource [WRST] (on)
[ 0.205514] ACPI: Power Resource [WRST] (on)
[ 0.217966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.217971] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.218201] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[ 0.218419] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.218420] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.218880] PCI host bridge to bus 0000:00
[ 0.218883] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.218884] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.218886] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.218887] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.218889] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.218890] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.218891] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.218892] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.218894] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.218895] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.218896] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.218898] pci_bus 0000:00: root bus resource [mem 0x7f800000-0xdfffffff window]
[ 0.218899] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.218901] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.218908] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[ 0.218997] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[ 0.219010] pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
[ 0.219016] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[ 0.219021] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.219113] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 0.219128] pci 0000:00:04.0: reg 0x10: [mem 0xdc420000-0xdc427fff 64bit]
[ 0.219284] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[ 0.219313] pci 0000:00:14.0: reg 0x10: [mem 0xdc410000-0xdc41ffff 64bit]
[ 0.219369] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.219480] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.219510] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[ 0.219537] pci 0000:00:14.2: reg 0x10: [mem 0xdc434000-0xdc434fff 64bit]
[ 0.219747] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[ 0.219980] pci 0000:00:15.0: reg 0x10: [mem 0xdc433000-0xdc433fff 64bit]
[ 0.220643] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
[ 0.220875] pci 0000:00:15.1: reg 0x10: [mem 0xdc432000-0xdc432fff 64bit]
[ 0.221477] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[ 0.221504] pci 0000:00:16.0: reg 0x10: [mem 0xdc431000-0xdc431fff 64bit]
[ 0.221555] pci 0000:00:16.0: PME# supported from D3hot
[ 0.221687] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[ 0.221750] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.221836] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.221871] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[ 0.221936] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.222020] pci 0000:00:1c.4: System wakeup disabled by ACPI
[ 0.222046] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[ 0.222109] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.222194] pci 0000:00:1c.5: System wakeup disabled by ACPI
[ 0.222225] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[ 0.222284] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.222368] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.222423] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
[ 0.222604] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[ 0.222616] pci 0000:00:1f.2: reg 0x10: [mem 0xdc42c000-0xdc42ffff]
[ 0.222735] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380
[ 0.222768] pci 0000:00:1f.3: reg 0x10: [mem 0xdc428000-0xdc42bfff 64bit]
[ 0.222793] pci 0000:00:1f.3: reg 0x20: [mem 0xdc400000-0xdc40ffff 64bit]
[ 0.222825] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.222948] pci 0000:00:1f.3: System wakeup disabled by ACPI
[ 0.222979] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[ 0.223033] pci 0000:00:1f.4: reg 0x10: [mem 0xdc430000-0xdc4300ff 64bit]
[ 0.223104] pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
[ 0.223315] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[ 0.223320] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 0.223325] pci 0000:00:1c.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 0.223636] pci 0000:3a:00.0: [168c:003e] type 00 class 0x028000
[ 0.223954] pci 0000:3a:00.0: reg 0x10: [mem 0xdc000000-0xdc1fffff 64bit]
[ 0.224889] pci 0000:3a:00.0: PME# supported from D0 D3hot D3cold
[ 0.225240] pci 0000:3a:00.0: System wakeup disabled by ACPI
[ 0.233749] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[ 0.233754] pci 0000:00:1c.4: bridge window [mem 0xdc000000-0xdc1fffff]
[ 0.233915] pci 0000:3b:00.0: [10ec:525a] type 00 class 0xff0000
[ 0.233952] pci 0000:3b:00.0: reg 0x14: [mem 0xdc300000-0xdc300fff]
[ 0.234036] pci 0000:3b:00.0: supports D1 D2
[ 0.234038] pci 0000:3b:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.234113] pci 0000:3b:00.0: System wakeup disabled by ACPI
[ 0.241610] pci 0000:00:1c.5: PCI bridge to [bus 3b]
[ 0.241615] pci 0000:00:1c.5: bridge window [mem 0xdc300000-0xdc3fffff]
[ 0.241709] pci 0000:3c:00.0: [1c5c:1283] type 00 class 0x010802
[ 0.241747] pci 0000:3c:00.0: reg 0x10: [mem 0xdc200000-0xdc203fff 64bit]
[ 0.241846] pci 0000:3c:00.0: PME# supported from D0 D1 D3hot
[ 0.241924] pci 0000:3c:00.0: System wakeup disabled by ACPI
[ 0.249503] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[ 0.249508] pci 0000:00:1d.0: bridge window [mem 0xdc200000-0xdc2fffff]
[ 0.251559] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.251604] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.251648] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.251691] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.251734] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.251777] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.251819] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.251862] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.255874] ACPI: Enabled 5 GPEs in block 00 to 7F
[ 0.255987] ACPI : EC: GPE = 0x14, I/O: command/status = 0x934, data = 0x930
[ 0.256104] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.256106] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.256110] vgaarb: loaded
[ 0.256111] vgaarb: bridge control possible 0000:00:02.0
[ 0.256292] SCSI subsystem initialized
[ 0.256329] libata version 3.00 loaded.
[ 0.256347] ACPI: bus type USB registered
[ 0.256361] usbcore: registered new interface driver usbfs
[ 0.256367] usbcore: registered new interface driver hub
[ 0.256379] usbcore: registered new device driver usb
[ 0.256530] PCI: Using ACPI for IRQ routing
[ 0.280645] PCI: pci_cache_line_size set to 64 bytes
[ 0.281147] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.281148] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.281149] e820: reserve RAM buffer [mem 0x67375018-0x67ffffff]
[ 0.281150] e820: reserve RAM buffer [mem 0x694ec000-0x6bffffff]
[ 0.281151] e820: reserve RAM buffer [mem 0x7a480000-0x7bffffff]
[ 0.281153] e820: reserve RAM buffer [mem 0x7b600000-0x7bffffff]
[ 0.281154] e820: reserve RAM buffer [mem 0x27e800000-0x27fffffff]
[ 0.281243] NetLabel: Initializing
[ 0.281244] NetLabel: domain hash size = 128
[ 0.281244] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.281252] NetLabel: unlabeled traffic allowed by default
[ 0.281343] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.281347] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.283382] amd_nb: Cannot enumerate AMD northbridges
[ 0.283406] clocksource: Switched to clocksource hpet
[ 0.287953] AppArmor: AppArmor Filesystem Enabled
[ 0.287992] pnp: PnP ACPI init
[ 0.288156] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.288158] system 00:00: [io 0xffff] has been reserved
[ 0.288160] system 00:00: [io 0xffff] has been reserved
[ 0.288161] system 00:00: [io 0xffff] has been reserved
[ 0.288163] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 0.288164] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.288167] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.288237] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.288266] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.288268] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.288361] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.288375] pnp 00:04: Plug and Play ACPI device, IDs DLL075b PNP0f13 (active)
[ 0.288532] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.288533] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.288535] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.288536] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.288538] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.288539] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.288541] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.288542] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.288544] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.288546] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[ 0.288548] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.288577] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.288579] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.288581] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.288582] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.288584] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.288585] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.288586] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.288588] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.288782] system 00:07: [io 0xff00-0xfffe] has been reserved
[ 0.288785] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.289473] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[ 0.289475] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[ 0.289477] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.292005] pnp: PnP ACPI: found 9 devices
[ 0.300880] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.300892] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01-39] add_size 1000
[ 0.300910] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.300911] pci 0000:00:1c.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.300914] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.300916] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[ 0.300918] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.300922] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 0.300925] pci 0000:00:1c.0: bridge window [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 0.300930] pci 0000:00:1c.4: PCI bridge to [bus 3a]
[ 0.300934] pci 0000:00:1c.4: bridge window [mem 0xdc000000-0xdc1fffff]
[ 0.300940] pci 0000:00:1c.5: PCI bridge to [bus 3b]
[ 0.300943] pci 0000:00:1c.5: bridge window [mem 0xdc300000-0xdc3fffff]
[ 0.300950] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[ 0.300953] pci 0000:00:1d.0: bridge window [mem 0xdc200000-0xdc2fffff]
[ 0.300959] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.300961] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.300962] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.300963] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.300965] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.300966] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.300967] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.300969] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.300970] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.300971] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.300973] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.300974] pci_bus 0000:00: resource 15 [mem 0x7f800000-0xdfffffff window]
[ 0.300975] pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
[ 0.300977] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.300978] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xda0fffff]
[ 0.300980] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xc1ffffff 64bit pref]
[ 0.300981] pci_bus 0000:3a: resource 1 [mem 0xdc000000-0xdc1fffff]
[ 0.300982] pci_bus 0000:3b: resource 1 [mem 0xdc300000-0xdc3fffff]
[ 0.300984] pci_bus 0000:3c: resource 1 [mem 0xdc200000-0xdc2fffff]
[ 0.301004] NET: Registered protocol family 2
[ 0.301145] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.301232] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.301370] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.301388] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.301409] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.301451] NET: Registered protocol family 1
[ 0.301463] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.301888] PCI: CLS 0 bytes, default 64
[ 0.301920] Unpacking initramfs...
[ 0.756072] Freeing initrd memory: 42760K
[ 0.756116] DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.0
[ 0.756119] DMAR: ACPI device "device:7a" under DMAR at fed91000 as 00:15.1
[ 0.756133] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.756134] software IO TLB: mapped [mem 0x63375000-0x67375000] (64MB)
[ 0.756284] Scanning for low memory corruption every 60 seconds
[ 0.756631] audit: initializing netlink subsys (disabled)
[ 0.756644] audit: type=2000 audit(1585662944.760:1): initialized
[ 0.756905] Initialise system trusted keyring
[ 0.757079] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[ 0.757080] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.757979] zbud: loaded
[ 0.758271] VFS: Disk quotas dquot_6.6.0
[ 0.758292] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.758450] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.758676] fuse init (API version 7.23)
[ 0.758779] Key type big_key registered
[ 0.758790] Allocating IMA MOK and blacklist keyrings.
[ 0.759747] Key type asymmetric registered
[ 0.759750] Asymmetric key parser 'x509' registered
[ 0.759773] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.759838] io scheduler noop registered
[ 0.759841] io scheduler deadline registered (default)
[ 0.759859] io scheduler cfq registered
[ 0.760523] aer 0000:00:1c.0:pcie02: service driver aer loaded
[ 0.760548] aer 0000:00:1c.4:pcie02: service driver aer loaded
[ 0.760572] aer 0000:00:1c.5:pcie02: service driver aer loaded
[ 0.760595] aer 0000:00:1d.0:pcie02: service driver aer loaded
[ 0.760604] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.760609] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.760636] efifb: probing for efifb
[ 0.760648] efifb: framebuffer at 0x90000000, mapped to 0xffffc90001000000, using 8100k, total 8100k
[ 0.760649] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 0.760650] efifb: scrolling: redraw
[ 0.760651] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.760737] Console: switching to colour frame buffer device 240x67
[ 0.760752] fb0: EFI VGA frame buffer device
[ 0.760759] intel_idle: MWAIT substates: 0x11142120
[ 0.760760] intel_idle: v0.4.1 model 0x8E
[ 0.760761] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.761804] ACPI: AC Adapter [AC] (off-line)
[ 0.761863] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.762340] ACPI: Lid Switch [LID0]
[ 0.762363] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.762366] ACPI: Power Button [PBTN]
[ 0.762386] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[ 0.762388] ACPI: Sleep Button [SBTN]
[ 0.762410] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.762411] ACPI: Power Button [PWRF]
[ 0.764230] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.764231] ACPI: Thermal Zone [THM] (25 C)
[ 0.764271] GHES: HEST is not enabled!
[ 0.764368] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.767640] Linux agpgart interface v0.103
[ 0.770033] loop: module loaded
[ 0.770186] libphy: Fixed MDIO Bus: probed
[ 0.770189] tun: Universal TUN/TAP device driver, 1.6
[ 0.770190] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.770257] PPP generic driver version 2.4.2
[ 0.770326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.770329] ehci-pci: EHCI PCI platform driver
[ 0.770336] ehci-platform: EHCI generic platform driver
[ 0.770345] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.770347] ohci-pci: OHCI PCI platform driver
[ 0.770355] ohci-platform: OHCI generic platform driver
[ 0.770363] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.770541] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.770546] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 0.771681] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01109810
[ 0.771686] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.771758] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.771759] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.771761] usb usb1: Product: xHCI Host Controller
[ 0.771762] usb usb1: Manufacturer: Linux 4.4.0-176-generic xhci-hcd
[ 0.771763] usb usb1: SerialNumber: 0000:00:14.0
[ 0.771867] hub 1-0:1.0: USB hub found
[ 0.771881] hub 1-0:1.0: 12 ports detected
[ 0.773380] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.773383] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 0.773406] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.773408] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.773409] usb usb2: Product: xHCI Host Controller
[ 0.773410] usb usb2: Manufacturer: Linux 4.4.0-176-generic xhci-hcd
[ 0.773412] usb usb2: SerialNumber: 0000:00:14.0
[ 0.773506] hub 2-0:1.0: USB hub found
[ 0.773515] hub 2-0:1.0: 6 ports detected
[ 0.773962] usb: port power management may be unreliable
[ 0.775761] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.776491] i8042: Warning: Keylock active
[ 0.778904] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.778916] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.779139] mousedev: PS/2 mouse device common for all mice
[ 0.779618] rtc_cmos 00:01: RTC can wake from S4
[ 0.780265] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 0.780356] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.780362] i2c /dev entries driver
[ 0.780401] device-mapper: uevent: version 1.0.3
[ 0.780503] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 0.780517] Intel P-state driver initializing.
[ 0.781017] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 0.782345] intel_pstate: HWP enabled
[ 0.782349] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.782354] EFI Variables Facility v0.08 2004-May-17
[ 0.789256] NET: Registered protocol family 10
[ 0.789462] NET: Registered protocol family 17
[ 0.789473] Key type dns_resolver registered
[ 0.789657] microcode: CPU0 sig=0x806e9, pf=0x80, revision=0xca
[ 0.789681] microcode: CPU1 sig=0x806e9, pf=0x80, revision=0xca
[ 0.789700] microcode: CPU2 sig=0x806e9, pf=0x80, revision=0xca
[ 0.789703] microcode: CPU3 sig=0x806e9, pf=0x80, revision=0xca
[ 0.789792] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.790002] registered taskstats version 1
[ 0.790013] Loading compiled-in X.509 certificates
[ 0.790492] Loaded X.509 cert 'Build time autogenerated kernel key: c2b7431ed9258328a3a0cf301f850647788d8e61'
[ 0.790507] zswap: loaded using pool lzo/zbud
[ 0.790851] ACPI: Battery Slot [BAT0] (battery present)
[ 0.792412] Key type trusted registered
[ 0.795582] Key type encrypted registered
[ 0.795587] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.795590] ima: No TPM chip found, activating TPM-bypass!
[ 0.795593] ima: Allocated hash algorithm: sha1
[ 0.795604] evm: HMAC attrs: 0x1
[ 0.796823] Magic number: 12:580:939
[ 0.797093] rtc_cmos 00:01: setting system clock to 2020-03-31 13:55:45 UTC (1585662945)
[ 0.797195] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.797196] EDD information not available.
[ 0.797251] PM: Hibernation image not present or could not be loaded.
[ 0.798126] Freeing unused kernel memory: 1488K
[ 0.815690] Write protecting the kernel read-only data: 14336k
[ 0.816240] Freeing unused kernel memory: 1604K
[ 0.816430] Freeing unused kernel memory: 64K
[ 0.826139] random: systemd-udevd: uninitialized urandom read (16 bytes read, 11 bits of entropy available)
[ 0.826202] random: systemd-udevd: uninitialized urandom read (16 bytes read, 11 bits of entropy available)
[ 0.826212] random: systemd-udevd: uninitialized urandom read (16 bytes read, 11 bits of entropy available)
[ 0.826223] random: systemd-udevd: uninitialized urandom read (16 bytes read, 11 bits of entropy available)
[ 0.826557] random: udevadm: uninitialized urandom read (16 bytes read, 11 bits of entropy available)
[ 0.826575] random: udevadm: uninitialized urandom read (16 bytes read, 11 bits of entropy available)
[ 0.830529] random: systemd-udevd: uninitialized urandom read (16 bytes read, 11 bits of entropy available)
[ 0.830544] random: systemd-udevd: uninitialized urandom read (16 bytes read, 11 bits of entropy available)
[ 0.830550] random: systemd-udevd: uninitialized urandom read (16 bytes read, 11 bits of entropy available)
[ 0.830749] random: systemd-udevd: uninitialized urandom read (16 bytes read, 11 bits of entropy available)
[ 0.874273] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[ 0.900122] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.902681] wmi: Mapper loaded
[ 0.907765] [drm] Initialized drm 1.1.0 20060810
[ 0.908905] rtsx_pci 0000:3b:00.0: enabling device (0000 -> 0002)
[ 0.909310] rtsx_pci 0000:3b:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 127
[ 0.930178] [drm] Memory usable by graphics device = 4096M
[ 0.930183] checking generic (90000000 7e9000) vs hw (90000000 10000000)
[ 0.930184] fb: switching to inteldrmfb from EFI VGA
[ 0.930205] Console: switching to colour dummy device 80x25
[ 0.930276] [drm] Replacing VGA console driver
[ 0.935710] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.935712] [drm] Driver supports precise vblank timestamp query.
[ 0.944358] [drm] Finished loading i915/kbl_dmc_ver1.bin (v1.1)
[ 0.949501] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 0.961344] fbcon: inteldrmfb (fb0) is primary device
[ 0.961424] Console: switching to colour frame buffer device 240x67
[ 0.961453] i915_bpo 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 0.966472] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 0.967252] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[ 0.967418] [drm] Initialized i915_bpo 1.6.0 20160425 for 0000:00:02.0 on minor 0
[ 1.087538] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[ 1.128893] nvme0n1: p1 p2 p3 p4
[ 1.274006] usb 1-2: New USB device found, idVendor=1ea7, idProduct=0064
[ 1.274008] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.274010] usb 1-2: Product: 2.4G Mouse
[ 1.439558] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[ 1.625368] usb 1-3: New USB device found, idVendor=0cf3, idProduct=e300
[ 1.625370] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.731179] psmouse serio1: synaptics: queried max coordinates: x [..5666], y [..4734]
[ 1.755567] tsc: Refined TSC clocksource calibration: 2904.000 MHz
[ 1.755569] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc05e54fc, max_idle_ns: 440795291716 ns
[ 1.761793] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1118..]
[ 1.791628] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[ 1.819063] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2a1, caps: 0xf00323/0x840300/0x12e800/0x0, board id: 3038, fw id: 2375007
[ 1.856810] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[ 2.035963] usb 1-5: New USB device found, idVendor=0c45, idProduct=670c
[ 2.035966] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 2.035967] usb 1-5: Product: Integrated_Webcam_HD
[ 2.035969] usb 1-5: Manufacturer: CN09GTFMLOG0078VBCHLA01
[ 2.047414] usbcore: registered new interface driver usbhid
[ 2.047416] usbhid: USB HID core driver
[ 2.049001] input: 2.4G Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:1EA7:0064.0001/input/input8
[ 2.049185] hid-generic 0003:1EA7:0064.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [2.4G Mouse] on usb-0000:00:14.0-2/input0
[ 2.479492] raid6: sse2x1 gen() 12153 MB/s
[ 2.547517] raid6: sse2x1 xor() 9136 MB/s
[ 2.615492] raid6: sse2x2 gen() 15078 MB/s
[ 2.683493] raid6: sse2x2 xor() 10456 MB/s
[ 2.751494] raid6: sse2x4 gen() 17142 MB/s
[ 2.819520] raid6: sse2x4 xor() 9252 MB/s
[ 2.887521] raid6: avx2x1 gen() 15280 MB/s
[ 2.955524] raid6: avx2x2 gen() 20344 MB/s
[ 3.023525] raid6: avx2x4 gen() 26045 MB/s
[ 3.023526] raid6: using algorithm avx2x4 gen() 26045 MB/s
[ 3.023527] raid6: using avx2x2 recovery algorithm
[ 3.023544] clocksource: Switched to clocksource tsc
[ 3.023545] [drm] RC6 on
[ 3.024254] xor: automatically using best checksumming function:
[ 3.063463] avx : 27637.000 MB/sec
[ 3.072143] Btrfs loaded
[ 3.121155] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null)
[ 3.194635] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 3.194756] systemd[1]: Detected architecture x86-64.
[ 3.194863] systemd[1]: Set hostname to <yazmina>.
[ 3.249969] systemd[1]: [/etc/systemd/system/snap-kdenlive-23.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.250413] systemd[1]: [/etc/systemd/system/snap-core-8592.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.250634] systemd[1]: [/etc/systemd/system/snap-kde\x2dframeworks\x2d5\x2dqt\x2d5\x2d14\x2dcore18-3.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.251005] systemd[1]: [/etc/systemd/system/snap-core-8689.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.251165] systemd[1]: [/etc/systemd/system/snap-discord-109.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.251386] systemd[1]: [/etc/systemd/system/snap-shotcut-59.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.251568] systemd[1]: [/etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1474.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.251786] systemd[1]: [/etc/systemd/system/snap-transitionsdj-12.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.251967] systemd[1]: [/etc/systemd/system/snap-vlc-1397.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.252222] systemd[1]: [/etc/systemd/system/snap-gnome\x2d3\x2d26\x2d1604-98.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.252396] systemd[1]: [/etc/systemd/system/snap-gtk2\x2dcommon\x2dthemes-9.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.252981] systemd[1]: [/etc/systemd/system/snap-opera-69.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.253390] systemd[1]: [/etc/systemd/system/snap-riseup\x2dvpn-159.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.253575] systemd[1]: [/etc/systemd/system/snap-gtk2\x2dcommon\x2dthemes-5.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.253782] systemd[1]: [/etc/systemd/system/snap-gnome\x2d3\x2d28\x2d1804-116.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.253967] systemd[1]: [/etc/systemd/system/snap-shotcut-61.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.254338] systemd[1]: [/etc/systemd/system/snap-obs\x2dstudio-1032.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.254543] systemd[1]: [/etc/systemd/system/snap-gnome\x2d3\x2d26\x2d1604-97.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.254746] systemd[1]: [/etc/systemd/system/snap-kde\x2dframeworks\x2d5\x2dcore18-32.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.255035] systemd[1]: [/etc/systemd/system/snap-obs\x2dstudio-1042.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.255353] systemd[1]: [/etc/systemd/system/snap-p7zip\x2ddesktop-220.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.255802] systemd[1]: [/etc/systemd/system/snap-krita-54.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.256147] systemd[1]: [/etc/systemd/system/snap-core18-1668.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.256362] systemd[1]: [/etc/systemd/system/snap-tor\x2dmiddle\x2drelay-277.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.256574] systemd[1]: [/etc/systemd/system/snap-riseup\x2dvpn-152.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.256849] systemd[1]: [/etc/systemd/system/snap-krita-52.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.257066] systemd[1]: [/etc/systemd/system/snap-transitionsdj-13.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.257843] systemd[1]: [/etc/systemd/system/snap-opera-70.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.258157] systemd[1]: [/etc/systemd/system/snap-core18-1705.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.258339] systemd[1]: [/etc/systemd/system/snap-kdenlive-22.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.258520] systemd[1]: [/etc/systemd/system/snap-discord-108.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.258828] systemd[1]: [/etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1440.mount:10] Unknown lvalue 'LazyUnmount' in section 'Mount'
[ 3.261874] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[ 3.261969] systemd[1]: Listening on Journal Audit Socket.
[ 3.261997] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.262011] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 3.262023] systemd[1]: Listening on Syslog Socket.
[ 3.262043] systemd[1]: Listening on udev Control Socket.
[ 3.262049] systemd[1]: Reached target User and Group Name Lookups.
[ 3.262145] systemd[1]: Created slice System Slice.
[ 3.262197] systemd[1]: Created slice system-tor.slice.
[ 3.262205] systemd[1]: Reached target Remote File Systems (Pre).
[ 3.262210] systemd[1]: Reached target Remote File Systems.
[ 3.262245] systemd[1]: Created slice User and Session Slice.
[ 3.262251] systemd[1]: Reached target Slices.
[ 3.262256] systemd[1]: Reached target Encrypted Volumes.
[ 3.262282] systemd[1]: Listening on Journal Socket.
[ 3.275811] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 3.276464] systemd[1]: Starting Journal Service...
[ 3.277052] systemd[1]: Started Braille Device Support.
[ 3.277681] systemd[1]: Mounting POSIX Message Queue File System...
[ 3.278111] systemd[1]: Starting Uncomplicated firewall...
[ 3.278537] systemd[1]: Started Read required files in advance.
[ 3.279124] systemd[1]: Mounting Debug File System...
[ 3.279203] systemd[1]: Listening on udev Kernel Socket.
[ 3.280513] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 3.280596] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 3.280668] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.281145] systemd[1]: Starting Set console keymap...
[ 3.282255] systemd[1]: Starting Load Kernel Modules...
[ 3.282376] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 3.282827] systemd[1]: Mounting Huge Pages File System...
[ 3.283063] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 3.285239] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 3.285401] systemd[1]: Mounted POSIX Message Queue File System.
[ 3.285600] systemd[1]: Started Uncomplicated firewall.
[ 3.285700] systemd[1]: Mounted Debug File System.
[ 3.286829] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 3.289341] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro
[ 3.291993] systemd[1]: Mounted Huge Pages File System.
[ 3.292195] systemd[1]: Started Remount Root and Kernel File Systems.
[ 3.293205] systemd[1]: Starting udev Coldplug all Devices...
[ 3.293603] systemd[1]: Starting Load/Save Random Seed...
[ 3.297321] systemd[1]: Started Load/Save Random Seed.
[ 3.297567] lp: driver loaded but no devices found
[ 3.299768] ppdev: user-space parallel port driver
[ 3.302275] systemd[1]: Started Load Kernel Modules.
[ 3.302865] systemd[1]: Starting Apply Kernel Variables...
[ 3.303348] systemd[1]: Mounting FUSE Control File System...
[ 3.306017] systemd[1]: Started Journal Service.
[ 3.311486] random: nonblocking pool is initialized
[ 3.316250] systemd-journald[382]: Received request to flush runtime journal from PID 1
[ 3.427842] intel_hid: loading out-of-tree module taints kernel.
[ 3.427858] intel_hid: module verification failed: signature and/or required key missing - tainting kernel
[ 3.428331] input: Intel HID events as /devices/platform/INT33D5:00/input/input9
[ 3.446334] int3403 thermal: probe of INT3403:03 failed with error -22
[ 3.446494] input: Intel Virtual Button driver as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input10
[ 3.481724] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 3.497812] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 3.502936] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 3.515759] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 3.516013] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 3.531800] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 3.532011] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 3.552906] AVX2 version of gcm_enc/dec engaged.
[ 3.552908] AES CTR mode by8 optimization enabled
[ 3.618029] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 3.631561] input: Dell WMI hotkeys as /devices/virtual/input/input11
[ 3.644998] intel_rapl: Found RAPL domain package
[ 3.645002] intel_rapl: Found RAPL domain core
[ 3.645004] intel_rapl: Found RAPL domain uncore
[ 3.645006] intel_rapl: Found RAPL domain dram
[ 3.654530] snd_hda_intel 0000:00:1f.3: Probing card using HDA DKMS, version 0.201708030416~ubuntu16.04.1
[ 3.654546] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 3.654723] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915_bpo])
[ 3.715980] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 3.715983] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 3.715985] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 3.715986] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 3.715987] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 3.715989] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
[ 3.715991] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x1a
[ 3.715992] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 3.760398] input: DLL075B:01 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-DLL075B:01/0018:06CB:76AF.0002/input/input12
[ 3.760499] hid-multitouch 0018:06CB:76AF.0002: input,hidraw1: I2C HID v1.00 Mouse [DLL075B:01 06CB:76AF] on i2c-DLL075B:01
[ 3.816387] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 3.816429] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 3.816463] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 3.816497] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 3.816530] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 3.816564] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[ 4.166933] Adding 16538620k swap on /dev/nvme0n1p4. Priority:-1 extents:1 across:16538620k SSFS
[ 4.242204] audit: type=1400 audit(1585662948.938:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=1123 comm="apparmor_parser"
[ 4.242211] audit: type=1400 audit(1585662948.938:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1123 comm="apparmor_parser"
[ 4.242217] audit: type=1400 audit(1585662948.938:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1123 comm="apparmor_parser"
[ 4.242221] audit: type=1400 audit(1585662948.938:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1123 comm="apparmor_parser"
[ 4.242250] audit: type=1400 audit(1585662948.938:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/5145/usr/lib/snapd/snap-confine" pid=1124 comm="apparmor_parser"
[ 4.242257] audit: type=1400 audit(1585662948.938:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/5145/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1124 comm="apparmor_parser"
[ 4.242455] audit: type=1400 audit(1585662948.938:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=1122 comm="apparmor_parser"
[ 4.242462] audit: type=1400 audit(1585662948.938:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=1122 comm="apparmor_parser"
[ 4.242809] audit: type=1400 audit(1585662948.938:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="system_tor" pid=1125 comm="apparmor_parser"
[ 4.349268] Bluetooth: Core ver 2.21
[ 4.349285] NET: Registered protocol family 31
[ 4.349287] Bluetooth: HCI device and connection manager initialized
[ 4.349589] Bluetooth: HCI socket layer initialized
[ 4.349593] Bluetooth: L2CAP socket layer initialized
[ 4.349599] Bluetooth: SCO socket layer initialized
[ 4.361843] usbcore: registered new interface driver btusb
[ 4.561009] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.561012] Bluetooth: BNEP filters: protocol multicast
[ 4.561016] Bluetooth: BNEP socket layer initialized
[ 4.569091] media: Linux media interface: v0.10
[ 4.588908] Linux video capture interface: v2.00
[ 4.658581] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0c45:670c)
[ 4.739049] input: Integrated_Webcam_HD as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input20
[ 4.739604] usbcore: registered new interface driver uvcvideo
[ 4.739606] USB Video Class driver (1.1.1)
[ 6.015255] audit_printk_skb: 192 callbacks suppressed
[ 6.015258] audit: type=1400 audit(1585662950.710:75): apparmor="DENIED" operation="open" profile="snap.tor.tor" name="/etc/tor/torrc" pid=1785 comm="tor" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 6.268721] Bluetooth: RFCOMM TTY layer initialized
[ 6.268728] Bluetooth: RFCOMM socket layer initialized
[ 6.268733] Bluetooth: RFCOMM ver 1.11
[ 6.326486] audit: type=1400 audit(1585662951.022:76): apparmor="DENIED" operation="open" profile="snap.tor.tor" name="/etc/tor/torrc" pid=1892 comm="tor" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 6.606655] audit: type=1400 audit(1585662951.302:77): apparmor="DENIED" operation="open" profile="snap.tor.tor" name="/etc/tor/torrc" pid=1964 comm="tor" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 7.090791] audit: type=1400 audit(1585662951.786:78): apparmor="DENIED" operation="open" profile="snap.tor.tor" name="/etc/tor/torrc" pid=2014 comm="tor" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 8.494654] Non-volatile memory driver v1.3
[ 34.784588] pcieport 0000:00:1d.0: AER: Corrected error received: id=00e8
[ 34.784596] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e8(Transmitter ID)
[ 34.784598] pcieport 0000:00:1d.0: device [8086:9d18] error status/mask=00001000/00002000
[ 34.784600] pcieport 0000:00:1d.0: [12] Replay Timer Timeout
Hors ligne
#61 Le 31/03/2020, à 15:05
- Nuliel
Re : [Résolu] Wifi non détecté
Quelques remarques:
alx.enable_wol=1 mem_sleep_default=deep est passé au noyau
Des erreurs pcieport à la fin, je sais pas d'où ça vient, tu peux donner
lspci
Est ce que tu fais un arrêt complet du pc ou tu utilises la veille?
Hors ligne
#62 Le 31/03/2020, à 15:07
- barnar
Re : [Résolu] Wifi non détecté
Non, généralement je l'éteins complètement mais ça m'arrive de le laisser en veille parfois.
lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 02)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 02)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
3a:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
3b:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
3c:00.0 Non-Volatile memory controller: SK hynix PC300 NVMe Solid State Drive
Hors ligne
#63 Le 31/03/2020, à 15:33
- Nuliel
Re : [Résolu] Wifi non détecté
Bon c'est le bridge qui envoie l'erreur aer, vu que ça spamme pas on garde comme ça, à surveiller.
Vu que tu as redémarré tu peux donner
lsmod
pour exclure la piste de la veille
Hors ligne
#64 Le 31/03/2020, à 17:26
- barnar
Re : [Résolu] Wifi non détecté
lsmod
Module Size Used by
snd_usb_audio 180224 2
snd_usbmidi_lib 36864 1 snd_usb_audio
snd_seq_dummy 16384 0
rndis_host 16384 0
cdc_ether 16384 1 rndis_host
usbnet 45056 2 rndis_host,cdc_ether
mii 16384 1 usbnet
nvram 16384 0
msr 16384 0
rfcomm 69632 12
uvcvideo 90112 0
videobuf2_vmalloc 16384 1 uvcvideo
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_v4l2 28672 1 uvcvideo
videobuf2_core 36864 2 uvcvideo,videobuf2_v4l2
cmac 16384 0
v4l2_common 16384 1 videobuf2_v4l2
videodev 180224 4 uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
media 24576 2 uvcvideo,videodev
bnep 20480 2
btusb 45056 0
btrtl 16384 1 btusb
btbcm 16384 1 btusb
btintel 16384 1 btusb
bluetooth 512000 39 bnep,btbcm,btrtl,btusb,rfcomm,btintel
ecdh_generic 24576 1 bluetooth
binfmt_misc 20480 1
snd_hda_codec_hdmi 49152 1
hid_multitouch 20480 0
dell_led 16384 1
snd_hda_codec_realtek 94208 1
i2c_designware_platform 16384 0
i2c_designware_core 20480 1 i2c_designware_platform
snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
snd_hda_intel 40960 3
snd_hda_codec 135168 4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
intel_rapl 20480 0
snd_hda_core 90112 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
x86_pkg_temp_thermal 16384 0
snd_hwdep 16384 2 snd_usb_audio,snd_hda_codec
intel_powerclamp 16384 0
coretemp 16384 0
dell_wmi 16384 0
snd_pcm 106496 5 snd_usb_audio,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
kvm_intel 180224 0
dell_laptop 20480 0
dcdbas 16384 1 dell_laptop
kvm 561152 1 kvm_intel
irqbypass 16384 1 kvm
crct10dif_pclmul 16384 0
crc32_pclmul 16384 0
ghash_clmulni_intel 16384 0
aesni_intel 167936 0
aes_x86_64 20480 1 aesni_intel
snd_seq_midi 16384 0
lrw 16384 1 aesni_intel
gf128mul 16384 1 lrw
snd_seq_midi_event 16384 1 snd_seq_midi
glue_helper 16384 1 aesni_intel
ablk_helper 16384 1 aesni_intel
rtsx_pci_ms 20480 0
snd_rawmidi 32768 2 snd_usbmidi_lib,snd_seq_midi
cryptd 20480 3 ghash_clmulni_intel,aesni_intel,ablk_helper
memstick 20480 1 rtsx_pci_ms
snd_seq 69632 3 snd_seq_midi_event,snd_seq_dummy,snd_seq_midi
joydev 20480 0
input_leds 16384 0
serio_raw 16384 0
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 32768 2 snd_pcm,snd_seq
snd 86016 23 snd_hda_codec_realtek,snd_usb_audio,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
soundcore 16384 1 snd
idma64 20480 0
virt_dma 16384 1 idma64
mei_me 36864 0
shpchp 36864 0
mei 98304 1 mei_me
processor_thermal_device 16384 0
intel_soc_dts_iosf 16384 1 processor_thermal_device
intel_lpss_pci 16384 0
intel_lpss 16384 1 intel_lpss_pci
soc_button_array 16384 0
intel_vbtn 16384 0
int3400_thermal 16384 0
acpi_thermal_rel 16384 1 int3400_thermal
int3403_thermal 16384 0
int340x_thermal_zone 16384 2 processor_thermal_device,int3403_thermal
acpi_pad 24576 0
intel_hid 16384 0
sparse_keymap 16384 3 dell_wmi,intel_hid,intel_vbtn
mac_hid 16384 0
parport_pc 32768 0
ppdev 20480 0
lp 20480 0
parport 49152 3 lp,ppdev,parport_pc
autofs4 40960 2
btrfs 995328 0
xor 24576 1 btrfs
raid6_pq 102400 1 btrfs
hid_generic 16384 0
usbhid 53248 0
rtsx_pci_sdmmc 24576 0
i915_bpo 1343488 132
psmouse 131072 0
intel_ips 20480 1 i915_bpo
i2c_algo_bit 16384 1 i915_bpo
drm_kms_helper 155648 1 i915_bpo
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
nvme 69632 4
sysimgblt 16384 1 drm_kms_helper
rtsx_pci 53248 2 rtsx_pci_ms,rtsx_pci_sdmmc
fb_sys_fops 16384 1 drm_kms_helper
drm 364544 6 i915_bpo,drm_kms_helper
wmi 20480 2 dell_led,dell_wmi
i2c_hid 20480 0
hid 118784 4 i2c_hid,hid_multitouch,hid_generic,usbhid
video 40960 3 i915_bpo,dell_wmi,dell_laptop
fjes 28672 0
Dernière modification par barnar (Le 03/04/2020, à 17:33)
Hors ligne
#65 Le 03/04/2020, à 17:33
- barnar
Re : [Résolu] Wifi non détecté
Bonjour,
Pensez vous que le problème peut disparaître si je réinstalle complètement l'os?
Merci à vous
Hors ligne
#66 Le 03/04/2020, à 18:49
- Nuliel
Re : [Résolu] Wifi non détecté
Honnêtement je vois pas ce qui peut expliquer tous ces pilotes non chargés, il n'y a pour moi rien dans les logs qui explique cela
Cette carte wifi a t'elle nécessité d'installer un pilote? Si non, tu peux démarrer sur un live usb et vérifier que la carte wifi fonctionne.
Hors ligne
#67 Le 09/04/2020, à 20:56
- barnar
Re : [Résolu] Wifi non détecté
Bonjour,
Merci pour votre aide.
Le problème vient de se résoudre après une mise à jour automatique du système.
Hors ligne