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.

#26 Le 12/11/2019, à 21:34

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

[   17.992582] wl: loading out-of-tree module taints kernel.
[   17.992588] wl: module license 'MIXED/Proprietary' taints kernel.
[   17.992589] Disabling lock debugging due to kernel taint
[   18.016352] wl: module verification failed: signature and/or required key missing - tainting kernel
[   18.074839] malloc in abgphy done
[   18.077079] malloc in abgphy done
[   18.077447] wl driver 6.30.223.271 (r587334) failed with code 21
[   18.077451] ERROR @wl_cfg80211_detach : 
[   18.077452] NULL ndev->ieee80211ptr, unable to deref wl

Pour le problème de signature, donne le retour de :

bootctl

En ligne

#27 Le 12/11/2019, à 21:42

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

duq@duq-Latitude-D630:~$ bootctl
Couldn't find EFI system partition. It is recommended to mount it to /boot or /efi.
Alternatively, use --path= to specify path to mount point.
System:
    Not booted with EFI

duq@duq-Latitude-D630:~$ 

Hors ligne

#28 Le 12/11/2019, à 21:47

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

Bon, ce n’est donc pas un problème de secure boot.
Donne le retour de :

sudo lshw -sanitize -c network

En ligne

#29 Le 12/11/2019, à 21:53

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

duq@duq-Latitude-D630:~$ sudo lshw -sanitize -c network
[sudo] Mot de passe de duq : 
  *-network                 
       description: Interface réseau sans fil
       produit: BCM4311 802.11a/b/g
       fabriquant: Broadcom Inc. and subsidiaries
       identifiant matériel: 0
       information bus: pci@0000:0c:00.0
       nom logique: wlan0
       version: 01
       numéro de série: [REMOVED]
       bits: 32 bits
       horloge: 33MHz
       fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=b43 driverversion=4.15.0-66-generic firmware=666.2 ip=[REMOVED] latency=0 link=yes multicast=yes wireless=IEEE 802.11
       ressources: irq:17 mémoire:f6cfc000-f6cfffff
  *-network
       description: Ethernet interface
       produit: NetXtreme BCM5755M Gigabit Ethernet PCI Express
       fabriquant: Broadcom Inc. and subsidiaries
       identifiant matériel: 0
       information bus: pci@0000:09:00.0
       nom logique: enp9s0
       version: 02
       numéro de série: [REMOVED]
       taille: 1Gbit/s
       capacité: 1Gbit/s
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 duplex=full firmware=5755m-v3.29 ip=[REMOVED] latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       ressources: irq:25 mémoire:f6bf0000-f6bfffff
duq@duq-Latitude-D630:~$ 

Hors ligne

#30 Le 12/11/2019, à 22:04

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

Évidemment c’est une BCM4311, alors donne le retour de :

lspci -nn -d 14e4:

En ligne

#31 Le 12/11/2019, à 22:10

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

duq@duq-Latitude-D630:~$ lspci -nn -d 14e4:
09:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5755M Gigabit Ethernet PCI Express [14e4:1673] (rev 02)
0c:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4311 802.11a/b/g [14e4:4312] (rev 01)
duq@duq-Latitude-D630:~$ 

Hors ligne

#32 Le 12/11/2019, à 22:15

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

OK. Donne maintenant le retour de :

dpkg -l | grep -E "b43|bcmwl"

En ligne

#33 Le 12/11/2019, à 22:17

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

duq@duq-Latitude-D630:~$ dpkg -l | grep -E "b43|bcmwl"
ii  b43-fwcutter                          1:019-3                              amd64        utility for extracting Broadcom 43xx firmware
ii  bcmwl-kernel-source                   6.30.223.271+bdcom-0ubuntu4          amd64        Broadcom 802.11 Linux STA wireless driver source
ii  firmware-b43-installer                1:019-3                              all          firmware installer for the b43 driver
duq@duq-Latitude-D630:~$ 

Hors ligne

#34 Le 12/11/2019, à 22:42

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

Bon, essayons ça :

dpkg-reconfigure firmware-b43-installer
sudo apt purge -y bcmwl-kernel-source
sudo apt install -y bcmwl-kernel-source

Donne aussi :

sudo rfkill list

En ligne

#35 Le 12/11/2019, à 22:57

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

c'est fait

duq@duq-Latitude-D630:~$ sudo rfkill list
[sudo] Mot de passe de duq : 
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: dell-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: no
2: dell-bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: no
duq@duq-Latitude-D630:~$ 

Hors ligne

#36 Le 12/11/2019, à 23:05

nany

En ligne

#37 Le 12/11/2019, à 23:07

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

[    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:2 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u1048576
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1029641
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-66-generic root=UUID=b4f5c9ca-20a3-4d34-8a0d-1ff1f3eb767f ro quiet splash video=SVIDEO-1:d 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: 3985964K/4184032K available (12300K kernel code, 2481K rwdata, 4260K rodata, 2436K init, 2388K bss, 198068K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39306 entries in 154 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[    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: 2 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.020000] tsc: Fast TSC calibration using PIT
[    0.024000] tsc: Detected 2193.934 MHz processor
[    0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4387.86 BogoMIPS (lpj=8775736)
[    0.024000] pid_max: default: 32768 minimum: 301
[    0.024000] Security Framework initialized
[    0.024000] Yama: becoming mindful.
[    0.024000] AppArmor: AppArmor initialized
[    0.029658] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.030915] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.030990] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.031031] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.031403] CPU0: Thermal monitoring enabled (TM2)
[    0.031407] process: using mwait in idle threads
[    0.031412] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.031413] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.031415] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.031417] Spectre V2 : Mitigation: Full generic retpoline
[    0.031418] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.031419] Speculative Store Bypass: Vulnerable
[    0.031461] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.031707] Freeing SMP alternatives memory: 36K
[    0.145343] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T7500  @ 2.20GHz (family: 0x6, model: 0xf, stepping: 0xb)
[    0.145480] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.145487] core: PEBS disabled due to CPU errata
[    0.145491] ... version:                2
[    0.145492] ... bit width:              40
[    0.145493] ... generic registers:      2
[    0.145494] ... value mask:             000000ffffffffff
[    0.145495] ... max period:             000000007fffffff
[    0.145496] ... fixed-purpose events:   3
[    0.145497] ... event mask:             0000000700000003
[    0.145556] Hierarchical SRCU implementation.
[    0.146831] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.146853] smp: Bringing up secondary CPUs ...
[    0.147009] x86: Booting SMP configuration:
[    0.147011] .... node  #0, CPUs:      #1
[    0.150047] smp: Brought up 1 node, 2 CPUs
[    0.150047] smpboot: Max logical packages: 1
[    0.150047] smpboot: Total of 2 processors activated (8775.73 BogoMIPS)
[    0.152332] devtmpfs: initialized
[    0.152332] x86/mm: Memory block size: 128MB
[    0.152784] evm: security.selinux
[    0.152785] evm: security.SMACK64
[    0.152785] evm: security.SMACK64EXEC
[    0.152786] evm: security.SMACK64TRANSMUTE
[    0.152787] evm: security.SMACK64MMAP
[    0.152788] evm: security.apparmor
[    0.152788] evm: security.ima
[    0.152789] evm: security.capability
[    0.152942] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.152942] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.152942] pinctrl core: initialized pinctrl subsystem
[    0.152942] RTC time: 21:03:11, date: 11/12/19
[    0.152942] NET: Registered protocol family 16
[    0.152942] audit: initializing netlink subsys (disabled)
[    0.152942] audit: type=2000 audit(1573592591.152:1): state=initialized audit_enabled=0 res=1
[    0.152942] cpuidle: using governor ladder
[    0.152942] cpuidle: using governor menu
[    0.152942] ACPI: bus type PCI registered
[    0.152942] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.152942] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.152942] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.152942] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.152942] PCI: Using configuration type 1 for base access
[    0.156062] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.156108] ACPI: Added _OSI(Module Device)
[    0.156109] ACPI: Added _OSI(Processor Device)
[    0.156110] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.156112] ACPI: Added _OSI(Processor Aggregator Device)
[    0.156113] ACPI: Added _OSI(Linux-Dell-Video)
[    0.156114] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.156116] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.172173] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.177454] ACPI: Dynamic OEM Table Load:
[    0.177461] ACPI: SSDT 0xFFFF93131A4BA540 000043 (v01 LMPWR  DELLLOM  00001001 INTL 20050624)
[    0.177991] ACPI: Dynamic OEM Table Load:
[    0.177997] ACPI: SSDT 0xFFFF93131A5BD000 000286 (v01 PmRef  Cpu0Ist  00003000 INTL 20050624)
[    0.178394] ACPI: Dynamic OEM Table Load:
[    0.178400] ACPI: SSDT 0xFFFF93131A4C5800 0005E5 (v01 PmRef  Cpu0Cst  00003001 INTL 20050624)
[    0.179136] ACPI: Dynamic OEM Table Load:
[    0.179142] ACPI: SSDT 0xFFFF93131A597D00 0000C4 (v01 PmRef  Cpu1Ist  00003000 INTL 20050624)
[    0.179379] ACPI: Dynamic OEM Table Load:
[    0.179384] ACPI: SSDT 0xFFFF93131A59D6C0 000085 (v01 PmRef  Cpu1Cst  00003000 INTL 20050624)
[    0.180106] ACPI: Interpreter enabled
[    0.180128] ACPI: (supports S0 S3 S4 S5)
[    0.180130] ACPI: Using IOAPIC for interrupt routing
[    0.180164] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.180551] ACPI: GPE 0x1C active on init
[    0.180563] ACPI: Enabled 13 GPEs in block 00 to 1F
[    0.247706] acpi PNP0C15:00: ACPI dock station (docks/bays count: 1)
[    0.279790] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
[    0.282133] acpi LNXIOBAY:01: ACPI dock station (docks/bays count: 3)
[    0.320878] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.320885] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.320891] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.320904] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.334250] PCI host bridge to bus 0000:00
[    0.334253] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.334255] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.334257] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.334258] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.334260] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
[    0.334261] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfebfffff window]
[    0.334263] pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfecfffff window]
[    0.334264] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1ffff window]
[    0.334266] pci_bus 0000:00: root bus resource [mem 0xfed90000-0xfed9ffff window]
[    0.334267] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.334269] pci_bus 0000:00: root bus resource [mem 0xfeda7000-0xfedfffff window]
[    0.334271] pci_bus 0000:00: root bus resource [mem 0xfee10000-0xff9fffff window]
[    0.334272] pci_bus 0000:00: root bus resource [mem 0xffc00000-0xffdfffff window]
[    0.334274] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.334285] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[    0.334436] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
[    0.334451] pci 0000:00:02.0: reg 0x10: [mem 0xf6e00000-0xf6efffff 64bit]
[    0.334459] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.334465] pci 0000:00:02.0: reg 0x20: [io  0xefe8-0xefef]
[    0.334607] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
[    0.334621] pci 0000:00:02.1: reg 0x10: [mem 0xf6f00000-0xf6ffffff 64bit]
[    0.334812] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[    0.334875] pci 0000:00:1a.0: reg 0x20: [io  0x6f20-0x6f3f]
[    0.335028] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[    0.335091] pci 0000:00:1a.1: reg 0x20: [io  0x6f00-0x6f1f]
[    0.335259] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[    0.335287] pci 0000:00:1a.7: reg 0x10: [mem 0xfed1c400-0xfed1c7ff]
[    0.335393] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.335530] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[    0.335563] pci 0000:00:1b.0: reg 0x10: [mem 0xf6dfc000-0xf6dfffff 64bit]
[    0.335681] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.335822] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[    0.335949] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.336102] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
[    0.336228] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.336380] pci 0000:00:1c.5: [8086:2849] type 01 class 0x060400
[    0.336506] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.336647] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[    0.336710] pci 0000:00:1d.0: reg 0x20: [io  0x6f80-0x6f9f]
[    0.336867] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[    0.336930] pci 0000:00:1d.1: reg 0x20: [io  0x6f60-0x6f7f]
[    0.337086] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[    0.337149] pci 0000:00:1d.2: reg 0x20: [io  0x6f40-0x6f5f]
[    0.337315] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[    0.337343] pci 0000:00:1d.7: reg 0x10: [mem 0xfed1c000-0xfed1c3ff]
[    0.337450] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.337583] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.337790] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
[    0.337915] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    0.337920] pci 0000:00:1f.0: quirk: [io  0x1080-0x10bf] claimed by ICH6 GPIO
[    0.337924] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0900 (mask 007f)
[    0.337930] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0c80 (mask 003f)
[    0.338082] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
[    0.338106] pci 0000:00:1f.1: reg 0x10: [io  0x01f0-0x01f7]
[    0.338118] pci 0000:00:1f.1: reg 0x14: [io  0x03f4-0x03f7]
[    0.338130] pci 0000:00:1f.1: reg 0x18: [io  0x0170-0x0177]
[    0.338141] pci 0000:00:1f.1: reg 0x1c: [io  0x0374-0x0377]
[    0.338153] pci 0000:00:1f.1: reg 0x20: [io  0x6fa0-0x6faf]
[    0.338179] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.338181] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.338182] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.338184] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.338312] pci 0000:00:1f.2: [8086:2828] type 00 class 0x01018f
[    0.338338] pci 0000:00:1f.2: reg 0x10: [io  0x6eb0-0x6eb7]
[    0.338350] pci 0000:00:1f.2: reg 0x14: [io  0x6eb8-0x6ebb]
[    0.338362] pci 0000:00:1f.2: reg 0x18: [io  0x6ec0-0x6ec7]
[    0.338373] pci 0000:00:1f.2: reg 0x1c: [io  0x6ec8-0x6ecb]
[    0.338385] pci 0000:00:1f.2: reg 0x20: [io  0x6ee0-0x6eef]
[    0.338397] pci 0000:00:1f.2: reg 0x24: [io  0xeff0-0xefff]
[    0.338446] pci 0000:00:1f.2: PME# supported from D3hot
[    0.338718] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[    0.338741] pci 0000:00:1f.3: reg 0x10: [mem 0xf6dfbf00-0xf6dfbfff]
[    0.338783] pci 0000:00:1f.3: reg 0x20: [io  0x10c0-0x10df]
[    0.339003] pci 0000:00:1c.0: PCI bridge to [bus 0b]
[    0.339121] pci 0000:0c:00.0: [14e4:4312] type 00 class 0x028000
[    0.339160] pci 0000:0c:00.0: reg 0x10: [mem 0xf6cfc000-0xf6cfffff]
[    0.339264] pci 0000:0c:00.0: enabling Extended Tags
[    0.339359] pci 0000:0c:00.0: supports D1 D2
[    0.339440] pci 0000:0c:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.339452] pci 0000:00:1c.1: PCI bridge to [bus 0c]
[    0.339460] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6cfffff]
[    0.339587] pci 0000:09:00.0: [14e4:1673] type 00 class 0x020000
[    0.339638] pci 0000:09:00.0: reg 0x10: [mem 0xf6bf0000-0xf6bfffff 64bit]
[    0.339727] pci 0000:09:00.0: enabling Extended Tags
[    0.339852] pci 0000:09:00.0: PME# supported from D3hot D3cold
[    0.348033] pci 0000:00:1c.5: PCI bridge to [bus 09]
[    0.348041] pci 0000:00:1c.5:   bridge window [mem 0xf6b00000-0xf6bfffff]
[    0.348154] pci 0000:03:01.0: [1217:7135] type 02 class 0x060700
[    0.348183] pci 0000:03:01.0: reg 0x10: [mem 0x00000000-0x00000fff]
[    0.348230] pci 0000:03:01.0: supports D1 D2
[    0.348232] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.348320] pci 0000:03:01.4: [1217:00f7] type 00 class 0x0c0010
[    0.348346] pci 0000:03:01.4: reg 0x10: [mem 0xf6aff000-0xf6afffff]
[    0.348359] pci 0000:03:01.4: reg 0x14: [mem 0xf6afe800-0xf6afefff]
[    0.348450] pci 0000:03:01.4: supports D1 D2
[    0.348452] pci 0000:03:01.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.348573] pci 0000:00:1e.0: PCI bridge to [bus 03-04] (subtractive decode)
[    0.348581] pci 0000:00:1e.0:   bridge window [mem 0xf6a00000-0xf6afffff]
[    0.348589] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.348591] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.348592] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.348594] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.348596] pci 0000:00:1e.0:   bridge window [mem 0xe0000000-0xf7ffffff window] (subtractive decode)
[    0.348598] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfebfffff window] (subtractive decode)
[    0.348600] pci 0000:00:1e.0:   bridge window [mem 0xfec10000-0xfecfffff window] (subtractive decode)
[    0.348601] pci 0000:00:1e.0:   bridge window [mem 0xfed1c000-0xfed1ffff window] (subtractive decode)
[    0.348603] pci 0000:00:1e.0:   bridge window [mem 0xfed90000-0xfed9ffff window] (subtractive decode)
[    0.348605] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode)
[    0.348607] pci 0000:00:1e.0:   bridge window [mem 0xfeda7000-0xfedfffff window] (subtractive decode)
[    0.348608] pci 0000:00:1e.0:   bridge window [mem 0xfee10000-0xff9fffff window] (subtractive decode)
[    0.348610] pci 0000:00:1e.0:   bridge window [mem 0xffc00000-0xffdfffff window] (subtractive decode)
[    0.348674] pci_bus 0000:04: busn_res: [bus 04] end can not be updated to 07
[    0.348679] pci 0000:00:1e.0: bridge has subordinate 04 but max busn 07
[    0.365276] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
[    0.365428] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *3
[    0.365579] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 *10 11)
[    0.365729] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 *11)
[    0.365880] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.366033] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.366187] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.366321] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.367050] SCSI subsystem initialized
[    0.367097] libata version 3.00 loaded.
[    0.367097] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.367097] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.367097] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.367097] vgaarb: loaded
[    0.367097] ACPI: bus type USB registered
[    0.367097] usbcore: registered new interface driver usbfs
[    0.367097] usbcore: registered new interface driver hub
[    0.367097] usbcore: registered new device driver usb
[    0.367097] EDAC MC: Ver: 3.0.0
[    0.367097] PCI: Using ACPI for IRQ routing
[    0.370211] PCI: pci_cache_line_size set to 64 bytes
[    0.370291] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.370293] e820: reserve RAM buffer [mem 0xdf65a800-0xdfffffff]
[    0.370430] NetLabel: Initializing
[    0.370431] NetLabel:  domain hash size = 128
[    0.370432] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.370454] NetLabel:  unlabeled traffic allowed by default
[    0.370475] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.370475] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.370475] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.373029] clocksource: Switched to clocksource hpet
[    0.391919] VFS: Disk quotas dquot_6.6.0
[    0.391945] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.392141] AppArmor: AppArmor Filesystem Enabled
[    0.392194] pnp: PnP ACPI init
[    0.392338] pnp 00:00: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.392387] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.392436] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.392531] system 00:03: [io  0x0c80-0x0caf] has been reserved
[    0.392534] system 00:03: [io  0x0cc0-0x0cff] could not be reserved
[    0.392540] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.392653] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.392659] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.400510] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.432088] system 00:06: [io  0x0cb0-0x0cbb] has been reserved
[    0.432091] system 00:06: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.432097] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.435212] pnp 00:07: disabling [io  0x1000-0x1005] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.435215] pnp 00:07: disabling [io  0x1008-0x100f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.435247] system 00:07: [io  0x0900-0x097f] has been reserved
[    0.435249] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.435255] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.435291] pnp 00:08: disabling [io  0x1006-0x1007] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.435293] pnp 00:08: disabling [io  0x100a-0x1059] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.435295] pnp 00:08: disabling [io  0x1060-0x107f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.435298] pnp 00:08: disabling [io  0x1010-0x102f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.435332] system 00:08: [io  0xf400-0xf4fe] has been reserved
[    0.435334] system 00:08: [io  0x1080-0x10bf] has been reserved
[    0.435336] system 00:08: [io  0x10c0-0x10df] has been reserved
[    0.435338] system 00:08: [io  0x0809] has been reserved
[    0.435344] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.453041] system 00:09: [mem 0x00000000-0x0009efff] could not be reserved
[    0.453043] system 00:09: [mem 0x0009f000-0x0009ffff] could not be reserved
[    0.453045] system 00:09: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.453047] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.453049] system 00:09: [mem 0x00100000-0xdf65a7ff] could not be reserved
[    0.453051] system 00:09: [mem 0xdf65a800-0xdf6fffff] has been reserved
[    0.453053] system 00:09: [mem 0xdf700000-0xdf7fffff] has been reserved
[    0.453055] system 00:09: [mem 0xdf700000-0xdfefffff] could not be reserved
[    0.453058] system 00:09: [mem 0xffe00000-0xffffffff] has been reserved
[    0.453060] system 00:09: [mem 0xffa00000-0xffbfffff] has been reserved
[    0.453062] system 00:09: [mem 0xfec00000-0xfec0ffff] could not be reserved
[    0.453064] system 00:09: [mem 0xfee00000-0xfee0ffff] has been reserved
[    0.453066] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.453068] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.453070] system 00:09: [mem 0xfeda0000-0xfeda3fff] has been reserved
[    0.453072] system 00:09: [mem 0xfeda4000-0xfeda4fff] has been reserved
[    0.453074] system 00:09: [mem 0xfeda5000-0xfeda5fff] has been reserved
[    0.453076] system 00:09: [mem 0xfeda6000-0xfeda6fff] has been reserved
[    0.453078] system 00:09: [mem 0xfed18000-0xfed1bfff] has been reserved
[    0.453080] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.453086] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.453166] pnp: PnP ACPI: found 10 devices
[    0.460356] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.460377] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 0b] add_size 1000
[    0.460381] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000 add_align 100000
[    0.460383] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 0b] add_size 200000 add_align 100000
[    0.460395] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 0c] add_size 1000
[    0.460397] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0c] add_size 200000 add_align 100000
[    0.460408] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    0.460411] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 09] add_size 200000 add_align 100000
[    0.460430] pci 0000:00:1e.0: bridge window [io  0x1000-0x0fff] to [bus 03-04] add_size 1000
[    0.460443] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf01fffff]
[    0.460450] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.460457] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.460464] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
[    0.460467] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.460470] pci 0000:00:1c.1: BAR 13: assigned [io  0x3000-0x3fff]
[    0.460473] pci 0000:00:1c.5: BAR 13: assigned [io  0x4000-0x4fff]
[    0.460476] pci 0000:00:1e.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.460479] pci 0000:00:1c.0: PCI bridge to [bus 0b]
[    0.460483] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.460489] pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf01fffff]
[    0.460493] pci 0000:00:1c.0:   bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.460501] pci 0000:00:1c.1: PCI bridge to [bus 0c]
[    0.460504] pci 0000:00:1c.1:   bridge window [io  0x3000-0x3fff]
[    0.460510] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6cfffff]
[    0.460515] pci 0000:00:1c.1:   bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.460522] pci 0000:00:1c.5: PCI bridge to [bus 09]
[    0.460525] pci 0000:00:1c.5:   bridge window [io  0x4000-0x4fff]
[    0.460531] pci 0000:00:1c.5:   bridge window [mem 0xf6b00000-0xf6bfffff]
[    0.460536] pci 0000:00:1c.5:   bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
[    0.460547] pci 0000:03:01.0: BAR 0: assigned [mem 0xf4000000-0xf4000fff]
[    0.460562] pci 0000:03:01.0: BAR 15: no space for [mem size 0x04000000 pref]
[    0.460564] pci 0000:03:01.0: BAR 15: failed to assign [mem size 0x04000000 pref]
[    0.460573] pci 0000:03:01.0: BAR 16: no space for [mem size 0x04000000]
[    0.460574] pci 0000:03:01.0: BAR 16: failed to assign [mem size 0x04000000]
[    0.460577] pci 0000:03:01.0: BAR 13: assigned [io  0x5000-0x50ff]
[    0.460579] pci 0000:03:01.0: BAR 14: assigned [io  0x5400-0x54ff]
[    0.460582] pci 0000:03:01.0: BAR 0: assigned [mem 0xf4000000-0xf4000fff]
[    0.460595] pci 0000:03:01.0: BAR 16: no space for [mem size 0x04000000]
[    0.460596] pci 0000:03:01.0: BAR 16: failed to assign [mem size 0x04000000]
[    0.460606] pci 0000:03:01.0: BAR 15: no space for [mem size 0x04000000 pref]
[    0.460608] pci 0000:03:01.0: BAR 15: failed to assign [mem size 0x04000000 pref]
[    0.460610] pci 0000:03:01.0: CardBus bridge to [bus 04]
[    0.460612] pci 0000:03:01.0:   bridge window [io  0x5000-0x50ff]
[    0.460617] pci 0000:03:01.0:   bridge window [io  0x5400-0x54ff]
[    0.460622] pci 0000:00:1e.0: PCI bridge to [bus 03-04]
[    0.460625] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[    0.460631] pci 0000:00:1e.0:   bridge window [mem 0xf6a00000-0xf6afffff]
[    0.460642] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.460644] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.460645] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.460647] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.460649] pci_bus 0000:00: resource 8 [mem 0xe0000000-0xf7ffffff window]
[    0.460650] pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfebfffff window]
[    0.460652] pci_bus 0000:00: resource 10 [mem 0xfec10000-0xfecfffff window]
[    0.460654] pci_bus 0000:00: resource 11 [mem 0xfed1c000-0xfed1ffff window]
[    0.460655] pci_bus 0000:00: resource 12 [mem 0xfed90000-0xfed9ffff window]
[    0.460657] pci_bus 0000:00: resource 13 [mem 0xfed40000-0xfed44fff window]
[    0.460659] pci_bus 0000:00: resource 14 [mem 0xfeda7000-0xfedfffff window]
[    0.460660] pci_bus 0000:00: resource 15 [mem 0xfee10000-0xff9fffff window]
[    0.460662] pci_bus 0000:00: resource 16 [mem 0xffc00000-0xffdfffff window]
[    0.460664] pci_bus 0000:0b: resource 0 [io  0x2000-0x2fff]
[    0.460665] pci_bus 0000:0b: resource 1 [mem 0xf0000000-0xf01fffff]
[    0.460667] pci_bus 0000:0b: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.460669] pci_bus 0000:0c: resource 0 [io  0x3000-0x3fff]
[    0.460670] pci_bus 0000:0c: resource 1 [mem 0xf6c00000-0xf6cfffff]
[    0.460672] pci_bus 0000:0c: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.460673] pci_bus 0000:09: resource 0 [io  0x4000-0x4fff]
[    0.460675] pci_bus 0000:09: resource 1 [mem 0xf6b00000-0xf6bfffff]
[    0.460677] pci_bus 0000:09: resource 2 [mem 0xf0600000-0xf07fffff 64bit pref]
[    0.460678] pci_bus 0000:03: resource 0 [io  0x5000-0x5fff]
[    0.460680] pci_bus 0000:03: resource 1 [mem 0xf6a00000-0xf6afffff]
[    0.460682] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.460683] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[    0.460685] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.460687] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.460688] pci_bus 0000:03: resource 8 [mem 0xe0000000-0xf7ffffff window]
[    0.460690] pci_bus 0000:03: resource 9 [mem 0xfc000000-0xfebfffff window]
[    0.460692] pci_bus 0000:03: resource 10 [mem 0xfec10000-0xfecfffff window]
[    0.460693] pci_bus 0000:03: resource 11 [mem 0xfed1c000-0xfed1ffff window]
[    0.460695] pci_bus 0000:03: resource 12 [mem 0xfed90000-0xfed9ffff window]
[    0.460697] pci_bus 0000:03: resource 13 [mem 0xfed40000-0xfed44fff window]
[    0.460698] pci_bus 0000:03: resource 14 [mem 0xfeda7000-0xfedfffff window]
[    0.460700] pci_bus 0000:03: resource 15 [mem 0xfee10000-0xff9fffff window]
[    0.460701] pci_bus 0000:03: resource 16 [mem 0xffc00000-0xffdfffff window]
[    0.460703] pci_bus 0000:04: resource 0 [io  0x5000-0x50ff]
[    0.460705] pci_bus 0000:04: resource 1 [io  0x5400-0x54ff]
[    0.460851] NET: Registered protocol family 2
[    0.461068] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.461203] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.461408] TCP: Hash tables configured (established 32768 bind 32768)
[    0.461472] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.461504] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.461575] NET: Registered protocol family 1
[    0.461594] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.464224] PCI: CLS 64 bytes, default 64
[    0.464284] Unpacking initramfs...
[    1.167374] Freeing initrd memory: 37928K
[    1.167451] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.167455] software IO TLB: mapped [mem 0xdb65a000-0xdf65a000] (64MB)
[    1.167675] Scanning for low memory corruption every 60 seconds
[    1.168546] Initialise system trusted keyrings
[    1.168559] Key type blacklist registered
[    1.168659] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    1.170654] zbud: loaded
[    1.171387] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.171662] fuse init (API version 7.26)
[    1.173805] Key type asymmetric registered
[    1.173808] Asymmetric key parser 'x509' registered
[    1.173865] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.173909] io scheduler noop registered
[    1.173910] io scheduler deadline registered
[    1.173951] io scheduler cfq registered (default)
[    1.175279] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    1.175280] vesafb: scrolling: redraw
[    1.175282] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.175307] vesafb: framebuffer at 0xe0000000, mapped to 0x        (ptrval), using 3072k, total 3072k
[    1.175458] Console: switching to colour frame buffer device 128x48
[    1.175486] fb0: VESA VGA frame buffer device
[    1.175509] intel_idle: does not run on family 6 model 15
[    1.175673] ACPI: AC Adapter [AC] (on-line)
[    1.175756] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.175788] ACPI: Lid Switch [LID]
[    1.175836] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.175857] ACPI: Power Button [PBTN]
[    1.175904] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.175917] ACPI: Sleep Button [SBTN]
[    1.176093] Monitor-Mwait will be used to enter C-1 state
[    1.176105] Monitor-Mwait will be used to enter C-2 state
[    1.176115] Monitor-Mwait will be used to enter C-3 state
[    1.176122] tsc: Marking TSC unstable due to TSC halts in idle
[    1.182371] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    1.183907] thermal LNXTHERM:00: registered as thermal_zone0
[    1.183908] ACPI: Thermal Zone [THM] (62 C)
[    1.184096] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.206074] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.210520] ACPI: Battery Slot [BAT0] (battery present)
[    1.210577] ACPI: Battery Slot [BAT1] (battery absent)
[    1.211347] Linux agpgart interface v0.103
[    1.213574] loop: module loaded
[    1.213746] ata_piix 0000:00:1f.1: version 2.13
[    1.214869] scsi host0: ata_piix
[    1.215018] scsi host1: ata_piix
[    1.215065] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x6fa0 irq 14
[    1.215066] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x6fa8 irq 15
[    1.215233] ata2: port disabled--ignoring
[    1.215406] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.373181] scsi host2: ata_piix
[    1.373372] scsi host3: ata_piix
[    1.373427] ata3: SATA max UDMA/133 cmd 0x6eb0 ctl 0x6eb8 bmdma 0x6ee0 irq 18
[    1.373433] ata4: SATA max UDMA/133 cmd 0x6ec0 ctl 0x6ec8 bmdma 0x6ee8 irq 18
[    1.373557] libphy: Fixed MDIO Bus: probed
[    1.373558] tun: Universal TUN/TAP device driver, 1.6
[    1.373627] PPP generic driver version 2.4.2
[    1.373697] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.373702] ehci-pci: EHCI PCI platform driver
[    1.373939] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.373947] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.373963] ehci-pci 0000:00:1a.7: debug port 1
[    1.377871] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    1.377884] ehci-pci 0000:00:1a.7: irq 22, io mem 0xfed1c400
[    1.392225] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.392320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.392324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.392327] usb usb1: Product: EHCI Host Controller
[    1.392330] usb usb1: Manufacturer: Linux 4.15.0-66-generic ehci_hcd
[    1.392333] usb usb1: SerialNumber: 0000:00:1a.7
[    1.392511] hub 1-0:1.0: USB hub found
[    1.392519] hub 1-0:1.0: 4 ports detected
[    1.392659] ata1.00: ATAPI: HL-DT-ST DVD+/-RW GSA-T21N, A102, max UDMA/33
[    1.392951] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.392960] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.392974] ehci-pci 0000:00:1d.7: debug port 1
[    1.396884] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.396895] ehci-pci 0000:00:1d.7: irq 20, io mem 0xfed1c000
[    1.397715] ata1.00: configured for UDMA/33
[    1.403475] scsi 0:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-T21N A102 PQ: 0 ANSI: 5
[    1.412223] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.412326] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.412330] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.412334] usb usb2: Product: EHCI Host Controller
[    1.412337] usb usb2: Manufacturer: Linux 4.15.0-66-generic ehci_hcd
[    1.412340] usb usb2: SerialNumber: 0000:00:1d.7
[    1.412536] hub 2-0:1.0: USB hub found
[    1.412543] hub 2-0:1.0: 6 ports detected
[    1.412778] ehci-platform: EHCI generic platform driver
[    1.412798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.412801] ohci-pci: OHCI PCI platform driver
[    1.412814] ohci-platform: OHCI generic platform driver
[    1.412824] uhci_hcd: USB Universal Host Controller Interface driver
[    1.413021] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.413028] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.413036] uhci_hcd 0000:00:1a.0: detected 2 ports
[    1.413059] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f20
[    1.413114] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.413116] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.413118] usb usb3: Product: UHCI Host Controller
[    1.413120] usb usb3: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.413121] usb usb3: SerialNumber: 0000:00:1a.0
[    1.413273] hub 3-0:1.0: USB hub found
[    1.413281] hub 3-0:1.0: 2 ports detected
[    1.413606] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.413612] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.413619] uhci_hcd 0000:00:1a.1: detected 2 ports
[    1.413651] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f00
[    1.413714] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.413716] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.413718] usb usb4: Product: UHCI Host Controller
[    1.413720] usb usb4: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.413721] usb usb4: SerialNumber: 0000:00:1a.1
[    1.413872] hub 4-0:1.0: USB hub found
[    1.413880] hub 4-0:1.0: 2 ports detected
[    1.414183] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.414192] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    1.414200] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.414222] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f80
[    1.414279] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.414281] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.414282] usb usb5: Product: UHCI Host Controller
[    1.414284] usb usb5: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.414286] usb usb5: SerialNumber: 0000:00:1d.0
[    1.414437] hub 5-0:1.0: USB hub found
[    1.414444] hub 5-0:1.0: 2 ports detected
[    1.414754] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.414760] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    1.414768] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.414790] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f60
[    1.414845] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.414847] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.414849] usb usb6: Product: UHCI Host Controller
[    1.414851] usb usb6: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.414852] usb usb6: SerialNumber: 0000:00:1d.1
[    1.414992] hub 6-0:1.0: USB hub found
[    1.415000] hub 6-0:1.0: 2 ports detected
[    1.415305] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.415312] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    1.415320] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.415342] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
[    1.415396] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.415398] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.415400] usb usb7: Product: UHCI Host Controller
[    1.415401] usb usb7: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.415403] usb usb7: SerialNumber: 0000:00:1d.2
[    1.415532] hub 7-0:1.0: USB hub found
[    1.415540] hub 7-0:1.0: 2 ports detected
[    1.415743] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.418941] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.418946] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.419153] mousedev: PS/2 mouse device common for all mice
[    1.419407] rtc_cmos 00:02: RTC can wake from S4
[    1.419594] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.419628] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.419638] i2c /dev entries driver
[    1.419714] device-mapper: uevent: version 1.0.3
[    1.419804] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    1.419840] ledtrig-cpu: registered to indicate activity on CPUs
[    1.420349] NET: Registered protocol family 10
[    1.422187] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.426691] Segment Routing with IPv6
[    1.426718] NET: Registered protocol family 17
[    1.426771] Key type dns_resolver registered
[    1.426986] mce: Using 6 MCE banks
[    1.427002] RAS: Correctable Errors collector initialized.
[    1.427049] microcode: sig=0x6fb, pf=0x80, revision=0xba
[    1.427111] microcode: Microcode Update Driver: v2.2.
[    1.427307] registered taskstats version 1
[    1.427321] Loading compiled-in X.509 certificates
[    1.431081] Loaded X.509 cert 'Build time autogenerated kernel key: 01a66adcc10ca4ce7676a3458c33483b0e2b806e'
[    1.431105] zswap: loaded using pool lzo/zbud
[    1.436315] Key type big_key registered
[    1.436320] Key type trusted registered
[    1.438731] Key type encrypted registered
[    1.438734] AppArmor: AppArmor sha1 policy hashing enabled
[    1.438739] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    1.438743] ima: Allocated hash algorithm: sha1
[    1.438764] evm: HMAC attrs: 0x1
[    1.439157]   Magic number: 11:673:95
[    1.439348] rtc_cmos 00:02: setting system clock to 2019-11-12 21:03:12 UTC (1573592592)
[    1.440512] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.440513] EDD information not available.
[    1.463826] sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    1.463830] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.464076] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.464145] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    1.748246] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.905486] usb 2-1: New USB device found, idVendor=0781, idProduct=5581
[    1.905488] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.905490] usb 2-1: Product: Ultra
[    1.905492] usb 2-1: Manufacturer: SanDisk
[    1.905494] usb 2-1: SerialNumber: 4C530001091031106140
[    1.932079] usb 3-2: new full-speed USB device number 2 using uhci_hcd
[    1.937030] random: fast init done
[    2.146293] usb 3-2: New USB device found, idVendor=413c, idProduct=8140
[    2.146297] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.164145] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.164165] ata3.01: SATA link down (SStatus 0 SControl 300)
[    2.168051] usb 5-2: new low-speed USB device number 2 using uhci_hcd
[    2.172084] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1f9fd08c533, max_idle_ns: 440795216129 ns
[    2.200996] ata3.00: ATA-8: ST9160412AS, 0002SDM1, max UDMA/133
[    2.200999] ata3.00: 312581808 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    2.206330] ata3.00: configured for UDMA/133
[    2.206689] scsi 2:0:0:0: Direct-Access     ATA      ST9160412AS      SDM1 PQ: 0 ANSI: 5
[    2.206968] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    2.207003] sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.207027] sd 2:0:0:0: [sda] Write Protect is off
[    2.207029] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.207091] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.244521]  sda: sda1 sda2 < sda5 >
[    2.245252] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.363103] usb 5-2: New USB device found, idVendor=093a, idProduct=2510
[    2.363107] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.363111] usb 5-2: Product: USB Optical Mouse
[    2.363114] usb 5-2: Manufacturer: PixArt
[    2.724071] ata4.01: failed to resume link (SControl 0)
[    2.724132] ata4.00: SATA link down (SStatus 0 SControl 300)
[    2.724156] ata4.01: SATA link down (SStatus 0 SControl 0)
[    2.728340] Freeing unused kernel image memory: 2436K
[    2.740108] Write protecting the kernel read-only data: 20480k
[    2.741485] Freeing unused kernel image memory: 2008K
[    2.742583] Freeing unused kernel image memory: 1884K
[    2.753757] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.753870] x86/mm: Checking user space page tables
[    2.765020] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.781909] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.782047] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.782056] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.921092] pps_core: LinuxPPS API ver. 1 registered
[    2.921094] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.922802] PTP clock support registered
[    2.925734] hidraw: raw HID events driver (C) Jiri Kosina
[    2.926660] tg3.c:v3.137 (May 11, 2014)
[    2.941386] usbcore: registered new interface driver usbhid
[    2.941388] usbhid: USB HID core driver
[    2.956401] tg3 0000:09:00.0 eth0: Tigon3 [partno(BCM95755m) rev a002] (PCI Express) MAC address 00:1c:23:54:7a:b7
[    2.956404] tg3 0000:09:00.0 eth0: attached PHY is 5755 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[    2.956407] tg3 0000:09:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    2.956409] tg3 0000:09:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    2.983872] tg3 0000:09:00.0 enp9s0: renamed from eth0
[    2.985309] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/0003:093A:2510.0001/input/input6
[    2.985554] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1d.0-2/input0
[    2.996204] firewire_ohci 0000:03:01.4: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x10
[    3.000072] usb 7-1: new full-speed USB device number 2 using uhci_hcd
[    3.174018] usb 7-1: New USB device found, idVendor=0b97, idProduct=7761
[    3.174023] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.176089] hub 7-1:1.0: USB hub found
[    3.178007] hub 7-1:1.0: 4 ports detected
[    3.476066] usb 7-1.2: new full-speed USB device number 3 using uhci_hcd
[    3.516272] firewire_core 0000:03:01.4: created device fw0: GUID 354fc00028336070, S400
[    3.607035] usb 7-1.2: New USB device found, idVendor=0b97, idProduct=7772
[    3.607039] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.607043] usb 7-1.2: Product: O2Micro CCID SC Reader
[    3.607046] usb 7-1.2: Manufacturer: O2
[    3.856503] usb-storage 2-1:1.0: USB Mass Storage device detected
[    3.856642] scsi host4: usb-storage 2-1:1.0
[    3.856753] usbcore: registered new interface driver usb-storage
[    3.858397] usbcore: registered new interface driver uas
[    4.151842] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.284170] input: AlpsPS/2 ALPS DualPoint Stick as /devices/platform/i8042/serio1/input/input7
[    4.304708] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input5
[    4.860883] scsi 4:0:0:0: Direct-Access     SanDisk  Ultra            1.00 PQ: 0 ANSI: 6
[    4.861303] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    4.861847] sd 4:0:0:0: [sdb] 60063744 512-byte logical blocks: (30.8 GB/28.6 GiB)
[    4.862830] sd 4:0:0:0: [sdb] Write Protect is off
[    4.862834] sd 4:0:0:0: [sdb] Mode Sense: 43 00 00 00
[    4.863835] sd 4:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    4.898384]  sdb: sdb1
[    4.901838] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[    5.346534] random: crng init done
[    5.346538] random: 7 urandom warning(s) missed due to ratelimiting
[    6.143681] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.286986] 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)
[    6.304204] systemd[1]: Detected architecture x86-64.
[    6.324461] systemd[1]: Set hostname to <duq-Latitude-D630>.
[    8.886004] systemd[1]: Created slice System Slice.
[    8.886141] systemd[1]: Listening on udev Kernel Socket.
[    8.886245] systemd[1]: Listening on Syslog Socket.
[    8.886321] systemd[1]: Listening on fsck to fsckd communication Socket.
[    8.886508] systemd[1]: Created slice User and Session Slice.
[    8.886742] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    8.886845] systemd[1]: Listening on udev Control Socket.
[    9.614892] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    9.804169] lp: driver loaded but no devices found
[   10.022686] systemd-journald[256]: Received request to flush runtime journal from PID 1
[   10.064168] ppdev: user-space parallel port driver
[   17.375215] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   17.376770] audit: type=1400 audit(1573592608.436:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=372 comm="apparmor_parser"
[   17.376774] audit: type=1400 audit(1573592608.436:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=372 comm="apparmor_parser"
[   17.376777] audit: type=1400 audit(1573592608.436:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=372 comm="apparmor_parser"
[   17.376781] audit: type=1400 audit(1573592608.436:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=372 comm="apparmor_parser"
[   17.376938] audit: type=1400 audit(1573592608.436:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=371 comm="apparmor_parser"
[   17.376942] audit: type=1400 audit(1573592608.436:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=371 comm="apparmor_parser"
[   17.379673] audit: type=1400 audit(1573592608.436:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=377 comm="apparmor_parser"
[   17.379676] audit: type=1400 audit(1573592608.436:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=377 comm="apparmor_parser"
[   17.379680] audit: type=1400 audit(1573592608.436:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=377 comm="apparmor_parser"
[   17.383714] audit: type=1400 audit(1573592608.440:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=378 comm="apparmor_parser"
[   17.393254] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[   17.500129] Bluetooth: Core ver 2.22
[   17.500150] NET: Registered protocol family 31
[   17.500151] Bluetooth: HCI device and connection manager initialized
[   17.500156] Bluetooth: HCI socket layer initialized
[   17.500159] Bluetooth: L2CAP socket layer initialized
[   17.500172] Bluetooth: SCO socket layer initialized
[   17.502403] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.512195] usbcore: registered new interface driver btusb
[   17.519731] Bluetooth: hci0: unexpected event for opcode 0x0000
[   17.523769] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   17.565747] yenta_cardbus 0000:03:01.0: enabling device (0000 -> 0003)
[   17.565893] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:01f9]
[   17.565929] yenta_cardbus 0000:03:01.0: CardBus bridge to [bus 04]
[   17.565931] yenta_cardbus 0000:03:01.0:   bridge window [io  0x5000-0x50ff]
[   17.565937] yenta_cardbus 0000:03:01.0:   bridge window [io  0x5400-0x54ff]
[   17.565942] yenta_cardbus 0000:03:01.0:   bridge window [mem 0xf0800000-0xf0bfffff]
[   17.565947] yenta_cardbus 0000:03:01.0:   bridge window [mem 0xf0c00000-0xf0ffffff]
[   17.565956] yenta_cardbus 0000:03:01.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
[   17.635099] snd_hda_codec_idt hdaudioC0D0: autoconfig for STAC9205: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
[   17.635102] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   17.635105] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
[   17.635106] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[   17.635108] snd_hda_codec_idt hdaudioC0D0:    dig-out=0x21/0x0
[   17.635109] snd_hda_codec_idt hdaudioC0D0:    inputs:
[   17.635112] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0xc
[   17.635114] snd_hda_codec_idt hdaudioC0D0:      Mic=0xb
[   17.671756] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   17.671838] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   17.700882] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 19
[   17.700886] yenta_cardbus 0000:03:01.0: Socket status: 30000006
[   17.700894] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [io  0x5000-0x5fff]
[   17.700896] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0xf6a00000-0xf6afffff]
[   17.700899] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6a00000-0xf6afffff:
[   17.700907]  excluding 0xf6af0000-0xf6afffff
[   17.866317] pci 0000:00:00.0: Intel 965GM Chipset
[   17.866338] pci 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[   17.867408] pci 0000:00:00.0: detected 8192K stolen memory
[   17.867645] [drm] Memory usable by graphics device = 512M
[   17.867650] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[   17.867651] fb: switching to inteldrmfb from VESA VGA
[   17.867712] Console: switching to colour dummy device 80x25
[   17.867880] [drm] Replacing VGA console driver
[   17.879039] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   17.879041] [drm] Driver supports precise vblank timestamp query.
[   17.881767] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   17.948831] wl: loading out-of-tree module taints kernel.
[   17.948837] wl: module license 'MIXED/Proprietary' taints kernel.
[   17.948838] Disabling lock debugging due to kernel taint
[   17.979268] wl: module verification failed: signature and/or required key missing - tainting kernel
[   18.037506] malloc in abgphy done
[   18.039747] malloc in abgphy done
[   18.040085] wl driver 6.30.223.271 (r587334) failed with code 21
[   18.040087] ERROR @wl_cfg80211_detach : 
[   18.040088] NULL ndev->ieee80211ptr, unable to deref wl
[   18.047718] kvm: disabled by bios
[   18.063759] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   18.072222] [drm] forcing SVIDEO-1 connector off
[   18.090842] [drm] RC6 disabled, disabling runtime PM support
[   18.090852] [drm] initialized overlay support
[   18.091183] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[   18.091527] ACPI: Video Device [VID1] (multi-head: yes  rom: no  post: no)
[   18.092137] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input10
[   18.092223] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[   18.093985] kvm: disabled by bios
[   18.096849] intel_powerclamp: No package C-state available
[   18.097936] dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
[   18.129458] fbcon: inteldrmfb (fb0) is primary device
[   18.129838] Console: switching to colour frame buffer device 160x50
[   18.129873] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   18.148932] intel_powerclamp: No package C-state available
[   18.155398] dell_laptop: Using i8042 filter function for receiving events
[   18.233525] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input11
[   18.256386] gpio_ich: GPIO from 462 to 511 on gpio_ich
[   18.352938] leds dell::kbd_backlight: Setting an LED's brightness failed (-5)
[   18.590541] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[   18.590552]  excluding 0xc0000-0xcffff 0xe0000-0xfffff
[   18.590581] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[   18.590596]  excluding 0xa0000000-0xa0ffffff
[   18.590615] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[   18.590629]  excluding 0x60000000-0x60ffffff
[   21.739406] Adding 4183036k swap on /dev/sda5.  Priority:-2 extents:1 across:4183036k FS
[   22.854089] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   22.854091] Bluetooth: BNEP filters: protocol multicast
[   22.854097] Bluetooth: BNEP socket layer initialized
[   29.242764] IPv6: ADDRCONF(NETDEV_UP): enp9s0: link is not ready
[   29.300379] IPv6: ADDRCONF(NETDEV_UP): enp9s0: link is not ready
[   32.937602] tg3 0000:09:00.0 enp9s0: Link is up at 1000 Mbps, full duplex
[   32.937613] tg3 0000:09:00.0 enp9s0: Flow control is off for TX and off for RX
[   32.937634] IPv6: ADDRCONF(NETDEV_CHANGE): enp9s0: link becomes ready
[   45.852133] Bluetooth: RFCOMM TTY layer initialized
[   45.852140] Bluetooth: RFCOMM socket layer initialized
[   45.852147] Bluetooth: RFCOMM ver 1.11
[   84.163061] tg3 0000:09:00.0 enp9s0: Link is down
[  105.148949] tg3 0000:09:00.0 enp9s0: Link is up at 1000 Mbps, full duplex
[  105.148953] tg3 0000:09:00.0 enp9s0: Flow control is off for TX and off for RX
duq@duq-Latitude-D630:~$ 

Hors ligne

#38 Le 12/11/2019, à 23:11

xubu1957

Re : (RESOLU) demarrage tres lent de Xubuntu

Bonsoir,

Donne :

lspci -nnk | grep 0280 -A3

pour comparer avec > probleme avec carte BCM4311 RESOLU


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#39 Le 12/11/2019, à 23:16

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

duq@duq-Latitude-D630:~$ lspci -nnk | grep 0280 -A3
0c:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4311 802.11a/b/g [14e4:4312] (rev 01)
	Subsystem: Dell Wireless 1490 Dual Band WLAN Mini-Card [1028:0007]
	Kernel modules: ssb, wl
duq@duq-Latitude-D630:~$ 

Hors ligne

#40 Le 12/11/2019, à 23:30

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

Voyons ce que donne :

grep "blacklist" /etc/modprobe.d/*

En ligne

#41 Le 12/11/2019, à 23:34

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

duq@duq-Latitude-D630:~$ grep "blacklist" /etc/modprobe.d/*
/etc/modprobe.d/alsa-base.conf:install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
/etc/modprobe.d/alsa-base.conf:install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
/etc/modprobe.d/alsa-base.conf:install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
/etc/modprobe.d/alsa-base.conf:install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
/etc/modprobe.d/alsa-base.conf:install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
/etc/modprobe.d/alsa-base.conf:install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
/etc/modprobe.d/alsa-base.conf:install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }
/etc/modprobe.d/alsa-base.conf:install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
/etc/modprobe.d/amd64-microcode-blacklist.conf:blacklist microcode
/etc/modprobe.d/blacklist-ath_pci.conf:blacklist ath_pci
/etc/modprobe.d/blacklist-bcm43.conf:blacklist b43
/etc/modprobe.d/blacklist-bcm43.conf:blacklist b43legacy
/etc/modprobe.d/blacklist-bcm43.conf:blacklist ssb
/etc/modprobe.d/blacklist-bcm43.conf:blacklist bcm43xx
/etc/modprobe.d/blacklist-bcm43.conf:blacklist brcm80211
/etc/modprobe.d/blacklist-bcm43.conf:blacklist brcmfmac
/etc/modprobe.d/blacklist-bcm43.conf:blacklist brcmsmac
/etc/modprobe.d/blacklist-bcm43.conf:blacklist bcma
/etc/modprobe.d/blacklist.conf:blacklist evbug
/etc/modprobe.d/blacklist.conf:blacklist usbmouse
/etc/modprobe.d/blacklist.conf:blacklist usbkbd
/etc/modprobe.d/blacklist.conf:blacklist eepro100
/etc/modprobe.d/blacklist.conf:blacklist de4x5
/etc/modprobe.d/blacklist.conf:blacklist eth1394
/etc/modprobe.d/blacklist.conf:blacklist snd_intel8x0m
/etc/modprobe.d/blacklist.conf:blacklist snd_aw2
/etc/modprobe.d/blacklist.conf:blacklist i2c_i801
/etc/modprobe.d/blacklist.conf:blacklist prism54
/etc/modprobe.d/blacklist.conf:blacklist bcm43xx
/etc/modprobe.d/blacklist.conf:blacklist garmin_gps
/etc/modprobe.d/blacklist.conf:blacklist asus_acpi
/etc/modprobe.d/blacklist.conf:blacklist snd_pcsp
/etc/modprobe.d/blacklist.conf:blacklist pcspkr
/etc/modprobe.d/blacklist.conf:blacklist amd76x_edac
/etc/modprobe.d/blacklist-firewire.conf:blacklist ohci1394
/etc/modprobe.d/blacklist-firewire.conf:blacklist sbp2
/etc/modprobe.d/blacklist-firewire.conf:blacklist dv1394
/etc/modprobe.d/blacklist-firewire.conf:blacklist raw1394
/etc/modprobe.d/blacklist-firewire.conf:blacklist video1394
/etc/modprobe.d/blacklist-firewire.conf:#blacklist firewire-ohci
/etc/modprobe.d/blacklist-firewire.conf:#blacklist firewire-sbp2
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist aty128fb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist atyfb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist bochs-drm
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist radeonfb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist cirrusfb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist cyber2000fb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist cyblafb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist gx1fb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist hgafb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist i810fb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist intelfb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist kyrofb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist lxfb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist matroxfb_base
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist neofb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist nvidiafb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist pm2fb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist rivafb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist s1d13xxxfb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist savagefb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist sisfb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist sstfb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist tdfxfb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist tridentfb
/etc/modprobe.d/blacklist-framebuffer.conf:#blacklist vesafb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist vfb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist viafb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist vt8623fb
/etc/modprobe.d/blacklist-framebuffer.conf:blacklist udlfb
/etc/modprobe.d/blacklist-modem.conf:# Uncomment these entries in order to blacklist unwanted modem drivers
/etc/modprobe.d/blacklist-modem.conf:# blacklist snd-atiixp-modem
/etc/modprobe.d/blacklist-modem.conf:# blacklist snd-intel8x0m
/etc/modprobe.d/blacklist-modem.conf:# blacklist snd-via82xx-modem
/etc/modprobe.d/blacklist-oss.conf:blacklist ac97
/etc/modprobe.d/blacklist-oss.conf:blacklist ac97_codec
/etc/modprobe.d/blacklist-oss.conf:blacklist ac97_plugin_ad1980
/etc/modprobe.d/blacklist-oss.conf:blacklist ad1848
/etc/modprobe.d/blacklist-oss.conf:blacklist ad1889
/etc/modprobe.d/blacklist-oss.conf:blacklist adlib_card
/etc/modprobe.d/blacklist-oss.conf:blacklist aedsp16
/etc/modprobe.d/blacklist-oss.conf:blacklist ali5455
/etc/modprobe.d/blacklist-oss.conf:blacklist btaudio
/etc/modprobe.d/blacklist-oss.conf:blacklist cmpci
/etc/modprobe.d/blacklist-oss.conf:blacklist cs4232
/etc/modprobe.d/blacklist-oss.conf:blacklist cs4281
/etc/modprobe.d/blacklist-oss.conf:blacklist cs461x
/etc/modprobe.d/blacklist-oss.conf:blacklist cs46xx
/etc/modprobe.d/blacklist-oss.conf:blacklist emu10k1
/etc/modprobe.d/blacklist-oss.conf:blacklist es1370
/etc/modprobe.d/blacklist-oss.conf:blacklist es1371
/etc/modprobe.d/blacklist-oss.conf:blacklist esssolo1
/etc/modprobe.d/blacklist-oss.conf:blacklist forte
/etc/modprobe.d/blacklist-oss.conf:blacklist gus
/etc/modprobe.d/blacklist-oss.conf:blacklist i810_audio
/etc/modprobe.d/blacklist-oss.conf:blacklist kahlua
/etc/modprobe.d/blacklist-oss.conf:blacklist mad16
/etc/modprobe.d/blacklist-oss.conf:blacklist maestro
/etc/modprobe.d/blacklist-oss.conf:blacklist maestro3
/etc/modprobe.d/blacklist-oss.conf:blacklist maui
/etc/modprobe.d/blacklist-oss.conf:blacklist mpu401
/etc/modprobe.d/blacklist-oss.conf:blacklist nm256_audio
/etc/modprobe.d/blacklist-oss.conf:blacklist opl3
/etc/modprobe.d/blacklist-oss.conf:blacklist opl3sa
/etc/modprobe.d/blacklist-oss.conf:blacklist opl3sa2
/etc/modprobe.d/blacklist-oss.conf:blacklist pas2
/etc/modprobe.d/blacklist-oss.conf:blacklist pss
/etc/modprobe.d/blacklist-oss.conf:blacklist rme96xx
/etc/modprobe.d/blacklist-oss.conf:blacklist sb
/etc/modprobe.d/blacklist-oss.conf:blacklist sb_lib
/etc/modprobe.d/blacklist-oss.conf:blacklist sgalaxy
/etc/modprobe.d/blacklist-oss.conf:blacklist sonicvibes
/etc/modprobe.d/blacklist-oss.conf:blacklist sound
/etc/modprobe.d/blacklist-oss.conf:blacklist sscape
/etc/modprobe.d/blacklist-oss.conf:blacklist trident
/etc/modprobe.d/blacklist-oss.conf:blacklist trix
/etc/modprobe.d/blacklist-oss.conf:blacklist uart401
/etc/modprobe.d/blacklist-oss.conf:blacklist uart6850
/etc/modprobe.d/blacklist-oss.conf:blacklist via82cxxx_audio
/etc/modprobe.d/blacklist-oss.conf:blacklist v_midi
/etc/modprobe.d/blacklist-oss.conf:blacklist wavefront
/etc/modprobe.d/blacklist-oss.conf:blacklist ymfpci
/etc/modprobe.d/blacklist-oss.conf:blacklist ac97_plugin_wm97xx
/etc/modprobe.d/blacklist-oss.conf:blacklist ad1816
/etc/modprobe.d/blacklist-oss.conf:blacklist audio
/etc/modprobe.d/blacklist-oss.conf:blacklist awe_wave
/etc/modprobe.d/blacklist-oss.conf:blacklist dmasound_core
/etc/modprobe.d/blacklist-oss.conf:blacklist dmasound_pmac
/etc/modprobe.d/blacklist-oss.conf:blacklist harmony
/etc/modprobe.d/blacklist-oss.conf:blacklist sequencer
/etc/modprobe.d/blacklist-oss.conf:blacklist soundcard
/etc/modprobe.d/blacklist-oss.conf:blacklist usb-midi
/etc/modprobe.d/blacklist-rare-network.conf:# vulnerability exploitations, they are being blacklisted here so that
/etc/modprobe.d/blacklist-watchdog.conf:blacklist acquirewdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist advantechwdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist alim1535_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist alim7101_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist booke_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist cpu5wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist eurotechwdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist i6300esb
/etc/modprobe.d/blacklist-watchdog.conf:blacklist i8xx_tco
/etc/modprobe.d/blacklist-watchdog.conf:blacklist ib700wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist ibmasr
/etc/modprobe.d/blacklist-watchdog.conf:blacklist indydog
/etc/modprobe.d/blacklist-watchdog.conf:blacklist iTCO_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist it8712f_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist it87_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist ixp2000_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist ixp4xx_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist machzwd
/etc/modprobe.d/blacklist-watchdog.conf:blacklist mixcomwd
/etc/modprobe.d/blacklist-watchdog.conf:blacklist mpc8xx_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist mpcore_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist mv64x60_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist pc87413_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist pcwd
/etc/modprobe.d/blacklist-watchdog.conf:blacklist pcwd_pci
/etc/modprobe.d/blacklist-watchdog.conf:blacklist pcwd_usb
/etc/modprobe.d/blacklist-watchdog.conf:blacklist s3c2410_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist sa1100_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist sbc60xxwdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist sbc7240_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist sb8360
/etc/modprobe.d/blacklist-watchdog.conf:blacklist sc1200wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist sc520_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist sch311_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist scx200_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist shwdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist smsc37b787_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist softdog
/etc/modprobe.d/blacklist-watchdog.conf:blacklist twl4030_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist w83627hf_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist w83697hf_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist w83697ug_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist w83877f_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist w83977f_wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist wafer5823wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist wdt
/etc/modprobe.d/blacklist-watchdog.conf:blacklist wdt_pci
/etc/modprobe.d/blacklist-watchdog.conf:blacklist wm8350_wdt
/etc/modprobe.d/intel-microcode-blacklist.conf:blacklist microcode
duq@duq-Latitude-D630:~$ 

Hors ligne

#42 Le 12/11/2019, à 23:52

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

sudo sed -i '/b43$/s/^/#/' /etc/modprobe.d/blacklist-bcm43.conf && cat /etc/modprobe.d/blacklist-bcm43.conf

En ligne

#43 Le 13/11/2019, à 00:01

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

duq@duq-Latitude-D630:~$ sudo sed -i '/b43$/s/^/#/' /etc/modprobe.d/blacklist-bcm43.conf && cat /etc/modprobe.d/blacklist-bcm43.conf
[sudo] Mot de passe de duq : 
# Warning: This file is autogenerated by bcmwl. All changes to this file will be lost.
#blacklist b43
blacklist b43legacy
blacklist ssb
blacklist bcm43xx
blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist bcma
duq@duq-Latitude-D630:~$ 

Hors ligne

#44 Le 13/11/2019, à 00:05

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

Voyons ce que donne un redémarrage avec un nouveau :

dmesg

En ligne

#45 Le 13/11/2019, à 00:13

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

la connexion n'est pas revenue

[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf65a000-0xdf65afff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf65b000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfed17fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed18000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfed9ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeda0000-0xfeda5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeda6000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee10000-0xffdfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
[    0.000000] e820: [mem 0xe0000000-0xf7ffffff] 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:2 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u1048576
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1029641
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-66-generic root=UUID=b4f5c9ca-20a3-4d34-8a0d-1ff1f3eb767f ro quiet splash video=SVIDEO-1:d 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: 3985964K/4184032K available (12300K kernel code, 2481K rwdata, 4260K rodata, 2436K init, 2388K bss, 198068K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39306 entries in 154 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[    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: 2 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.020000] tsc: Fast TSC calibration using PIT
[    0.024000] tsc: Detected 2193.728 MHz processor
[    0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4387.45 BogoMIPS (lpj=8774912)
[    0.024000] pid_max: default: 32768 minimum: 301
[    0.024000] Security Framework initialized
[    0.024000] Yama: becoming mindful.
[    0.024000] AppArmor: AppArmor initialized
[    0.029652] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.030908] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.030982] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.031023] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.031397] CPU0: Thermal monitoring enabled (TM2)
[    0.031401] process: using mwait in idle threads
[    0.031407] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.031408] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.031410] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.031412] Spectre V2 : Mitigation: Full generic retpoline
[    0.031413] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.031414] Speculative Store Bypass: Vulnerable
[    0.031456] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.031701] Freeing SMP alternatives memory: 36K
[    0.145260] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T7500  @ 2.20GHz (family: 0x6, model: 0xf, stepping: 0xb)
[    0.145396] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.145403] core: PEBS disabled due to CPU errata
[    0.145407] ... version:                2
[    0.145408] ... bit width:              40
[    0.145409] ... generic registers:      2
[    0.145410] ... value mask:             000000ffffffffff
[    0.145411] ... max period:             000000007fffffff
[    0.145412] ... fixed-purpose events:   3
[    0.145412] ... event mask:             0000000700000003
[    0.145473] Hierarchical SRCU implementation.
[    0.146748] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.146769] smp: Bringing up secondary CPUs ...
[    0.146926] x86: Booting SMP configuration:
[    0.146928] .... node  #0, CPUs:      #1
[    0.150047] smp: Brought up 1 node, 2 CPUs
[    0.150047] smpboot: Max logical packages: 1
[    0.150047] smpboot: Total of 2 processors activated (8774.91 BogoMIPS)
[    0.152336] devtmpfs: initialized
[    0.152336] x86/mm: Memory block size: 128MB
[    0.152783] evm: security.selinux
[    0.152784] evm: security.SMACK64
[    0.152784] evm: security.SMACK64EXEC
[    0.152785] evm: security.SMACK64TRANSMUTE
[    0.152786] evm: security.SMACK64MMAP
[    0.152787] evm: security.apparmor
[    0.152787] evm: security.ima
[    0.152788] evm: security.capability
[    0.152940] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.152940] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.152940] pinctrl core: initialized pinctrl subsystem
[    0.152940] RTC time: 22:08:42, date: 11/12/19
[    0.152940] NET: Registered protocol family 16
[    0.152940] audit: initializing netlink subsys (disabled)
[    0.152940] audit: type=2000 audit(1573596522.152:1): state=initialized audit_enabled=0 res=1
[    0.152940] cpuidle: using governor ladder
[    0.152940] cpuidle: using governor menu
[    0.152940] ACPI: bus type PCI registered
[    0.152940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.152940] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.152940] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.152940] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.152940] PCI: Using configuration type 1 for base access
[    0.156063] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.156108] ACPI: Added _OSI(Module Device)
[    0.156109] ACPI: Added _OSI(Processor Device)
[    0.156110] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.156112] ACPI: Added _OSI(Processor Aggregator Device)
[    0.156113] ACPI: Added _OSI(Linux-Dell-Video)
[    0.156114] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.156116] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.172174] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.177453] ACPI: Dynamic OEM Table Load:
[    0.177460] ACPI: SSDT 0xFFFF95485A4BA000 000043 (v01 LMPWR  DELLLOM  00001001 INTL 20050624)
[    0.177992] ACPI: Dynamic OEM Table Load:
[    0.177998] ACPI: SSDT 0xFFFF95485A5BE800 000286 (v01 PmRef  Cpu0Ist  00003000 INTL 20050624)
[    0.178395] ACPI: Dynamic OEM Table Load:
[    0.178401] ACPI: SSDT 0xFFFF95485A4C5800 0005E5 (v01 PmRef  Cpu0Cst  00003001 INTL 20050624)
[    0.179137] ACPI: Dynamic OEM Table Load:
[    0.179142] ACPI: SSDT 0xFFFF95485A597600 0000C4 (v01 PmRef  Cpu1Ist  00003000 INTL 20050624)
[    0.179380] ACPI: Dynamic OEM Table Load:
[    0.179385] ACPI: SSDT 0xFFFF95485A59D6C0 000085 (v01 PmRef  Cpu1Cst  00003000 INTL 20050624)
[    0.180031] ACPI: Interpreter enabled
[    0.180053] ACPI: (supports S0 S3 S4 S5)
[    0.180055] ACPI: Using IOAPIC for interrupt routing
[    0.180089] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.180477] ACPI: GPE 0x1C active on init
[    0.180488] ACPI: Enabled 13 GPEs in block 00 to 1F
[    0.247815] acpi PNP0C15:00: ACPI dock station (docks/bays count: 1)
[    0.280045] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
[    0.282086] acpi LNXIOBAY:01: ACPI dock station (docks/bays count: 3)
[    0.320734] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.320741] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.320747] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.320761] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.334092] PCI host bridge to bus 0000:00
[    0.334095] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.334096] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.334098] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.334100] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.334101] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
[    0.334103] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfebfffff window]
[    0.334104] pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfecfffff window]
[    0.334106] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1ffff window]
[    0.334107] pci_bus 0000:00: root bus resource [mem 0xfed90000-0xfed9ffff window]
[    0.334109] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.334110] pci_bus 0000:00: root bus resource [mem 0xfeda7000-0xfedfffff window]
[    0.334112] pci_bus 0000:00: root bus resource [mem 0xfee10000-0xff9fffff window]
[    0.334114] pci_bus 0000:00: root bus resource [mem 0xffc00000-0xffdfffff window]
[    0.334116] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.334127] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[    0.334278] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
[    0.334293] pci 0000:00:02.0: reg 0x10: [mem 0xf6e00000-0xf6efffff 64bit]
[    0.334301] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.334307] pci 0000:00:02.0: reg 0x20: [io  0xefe8-0xefef]
[    0.334449] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
[    0.334462] pci 0000:00:02.1: reg 0x10: [mem 0xf6f00000-0xf6ffffff 64bit]
[    0.334654] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[    0.334717] pci 0000:00:1a.0: reg 0x20: [io  0x6f20-0x6f3f]
[    0.334871] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[    0.334934] pci 0000:00:1a.1: reg 0x20: [io  0x6f00-0x6f1f]
[    0.335101] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[    0.335129] pci 0000:00:1a.7: reg 0x10: [mem 0xfed1c400-0xfed1c7ff]
[    0.335236] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.335372] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[    0.335405] pci 0000:00:1b.0: reg 0x10: [mem 0xf6dfc000-0xf6dfffff 64bit]
[    0.335523] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.335665] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[    0.335791] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.335938] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
[    0.336066] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.336219] pci 0000:00:1c.5: [8086:2849] type 01 class 0x060400
[    0.336344] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.336486] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[    0.336549] pci 0000:00:1d.0: reg 0x20: [io  0x6f80-0x6f9f]
[    0.336704] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[    0.336767] pci 0000:00:1d.1: reg 0x20: [io  0x6f60-0x6f7f]
[    0.336923] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[    0.336987] pci 0000:00:1d.2: reg 0x20: [io  0x6f40-0x6f5f]
[    0.337153] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[    0.337180] pci 0000:00:1d.7: reg 0x10: [mem 0xfed1c000-0xfed1c3ff]
[    0.337287] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.337419] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.337626] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
[    0.337749] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    0.337755] pci 0000:00:1f.0: quirk: [io  0x1080-0x10bf] claimed by ICH6 GPIO
[    0.337759] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0900 (mask 007f)
[    0.337765] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0c80 (mask 003f)
[    0.337918] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
[    0.337941] pci 0000:00:1f.1: reg 0x10: [io  0x01f0-0x01f7]
[    0.337952] pci 0000:00:1f.1: reg 0x14: [io  0x03f4-0x03f7]
[    0.337964] pci 0000:00:1f.1: reg 0x18: [io  0x0170-0x0177]
[    0.337976] pci 0000:00:1f.1: reg 0x1c: [io  0x0374-0x0377]
[    0.337987] pci 0000:00:1f.1: reg 0x20: [io  0x6fa0-0x6faf]
[    0.338014] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.338015] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.338017] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.338018] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.338147] pci 0000:00:1f.2: [8086:2828] type 00 class 0x01018f
[    0.338173] pci 0000:00:1f.2: reg 0x10: [io  0x6eb0-0x6eb7]
[    0.338185] pci 0000:00:1f.2: reg 0x14: [io  0x6eb8-0x6ebb]
[    0.338196] pci 0000:00:1f.2: reg 0x18: [io  0x6ec0-0x6ec7]
[    0.338208] pci 0000:00:1f.2: reg 0x1c: [io  0x6ec8-0x6ecb]
[    0.338220] pci 0000:00:1f.2: reg 0x20: [io  0x6ee0-0x6eef]
[    0.338232] pci 0000:00:1f.2: reg 0x24: [io  0xeff0-0xefff]
[    0.338281] pci 0000:00:1f.2: PME# supported from D3hot
[    0.338406] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[    0.338429] pci 0000:00:1f.3: reg 0x10: [mem 0xf6dfbf00-0xf6dfbfff]
[    0.338471] pci 0000:00:1f.3: reg 0x20: [io  0x10c0-0x10df]
[    0.338690] pci 0000:00:1c.0: PCI bridge to [bus 0b]
[    0.338808] pci 0000:0c:00.0: [14e4:4312] type 00 class 0x028000
[    0.338848] pci 0000:0c:00.0: reg 0x10: [mem 0xf6cfc000-0xf6cfffff]
[    0.338951] pci 0000:0c:00.0: enabling Extended Tags
[    0.339048] pci 0000:0c:00.0: supports D1 D2
[    0.339129] pci 0000:0c:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.339141] pci 0000:00:1c.1: PCI bridge to [bus 0c]
[    0.339149] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6cfffff]
[    0.339276] pci 0000:09:00.0: [14e4:1673] type 00 class 0x020000
[    0.339328] pci 0000:09:00.0: reg 0x10: [mem 0xf6bf0000-0xf6bfffff 64bit]
[    0.339416] pci 0000:09:00.0: enabling Extended Tags
[    0.339542] pci 0000:09:00.0: PME# supported from D3hot D3cold
[    0.348034] pci 0000:00:1c.5: PCI bridge to [bus 09]
[    0.348041] pci 0000:00:1c.5:   bridge window [mem 0xf6b00000-0xf6bfffff]
[    0.348156] pci 0000:03:01.0: [1217:7135] type 02 class 0x060700
[    0.348185] pci 0000:03:01.0: reg 0x10: [mem 0x00000000-0x00000fff]
[    0.348232] pci 0000:03:01.0: supports D1 D2
[    0.348234] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.348321] pci 0000:03:01.4: [1217:00f7] type 00 class 0x0c0010
[    0.348348] pci 0000:03:01.4: reg 0x10: [mem 0xf6aff000-0xf6afffff]
[    0.348360] pci 0000:03:01.4: reg 0x14: [mem 0xf6afe800-0xf6afefff]
[    0.348450] pci 0000:03:01.4: supports D1 D2
[    0.348451] pci 0000:03:01.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.348574] pci 0000:00:1e.0: PCI bridge to [bus 03-04] (subtractive decode)
[    0.348582] pci 0000:00:1e.0:   bridge window [mem 0xf6a00000-0xf6afffff]
[    0.348590] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.348592] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.348594] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.348596] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.348598] pci 0000:00:1e.0:   bridge window [mem 0xe0000000-0xf7ffffff window] (subtractive decode)
[    0.348599] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfebfffff window] (subtractive decode)
[    0.348601] pci 0000:00:1e.0:   bridge window [mem 0xfec10000-0xfecfffff window] (subtractive decode)
[    0.348603] pci 0000:00:1e.0:   bridge window [mem 0xfed1c000-0xfed1ffff window] (subtractive decode)
[    0.348605] pci 0000:00:1e.0:   bridge window [mem 0xfed90000-0xfed9ffff window] (subtractive decode)
[    0.348606] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode)
[    0.348608] pci 0000:00:1e.0:   bridge window [mem 0xfeda7000-0xfedfffff window] (subtractive decode)
[    0.348610] pci 0000:00:1e.0:   bridge window [mem 0xfee10000-0xff9fffff window] (subtractive decode)
[    0.348612] pci 0000:00:1e.0:   bridge window [mem 0xffc00000-0xffdfffff window] (subtractive decode)
[    0.348675] pci_bus 0000:04: busn_res: [bus 04] end can not be updated to 07
[    0.348681] pci 0000:00:1e.0: bridge has subordinate 04 but max busn 07
[    0.365214] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
[    0.365366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *3
[    0.365516] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 *10 11)
[    0.365667] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 *11)
[    0.365818] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.365972] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.366125] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.366259] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.366986] SCSI subsystem initialized
[    0.367046] libata version 3.00 loaded.
[    0.367072] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.367072] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.367072] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.367072] vgaarb: loaded
[    0.367072] ACPI: bus type USB registered
[    0.367072] usbcore: registered new interface driver usbfs
[    0.367072] usbcore: registered new interface driver hub
[    0.367072] usbcore: registered new device driver usb
[    0.367072] EDAC MC: Ver: 3.0.0
[    0.367072] PCI: Using ACPI for IRQ routing
[    0.370143] PCI: pci_cache_line_size set to 64 bytes
[    0.370224] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.370225] e820: reserve RAM buffer [mem 0xdf65a800-0xdfffffff]
[    0.370364] NetLabel: Initializing
[    0.370365] NetLabel:  domain hash size = 128
[    0.370366] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.370388] NetLabel:  unlabeled traffic allowed by default
[    0.370410] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.370410] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.370410] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.373030] clocksource: Switched to clocksource hpet
[    0.391929] VFS: Disk quotas dquot_6.6.0
[    0.391955] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.392149] AppArmor: AppArmor Filesystem Enabled
[    0.392202] pnp: PnP ACPI init
[    0.392343] pnp 00:00: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.392392] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.392441] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.392536] system 00:03: [io  0x0c80-0x0caf] has been reserved
[    0.392539] system 00:03: [io  0x0cc0-0x0cff] could not be reserved
[    0.392545] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.392657] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.392663] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.400517] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.432376] system 00:06: [io  0x0cb0-0x0cbb] has been reserved
[    0.432379] system 00:06: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.432385] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.435500] pnp 00:07: disabling [io  0x1000-0x1005] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.435502] pnp 00:07: disabling [io  0x1008-0x100f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.435534] system 00:07: [io  0x0900-0x097f] has been reserved
[    0.435536] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.435542] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.435578] pnp 00:08: disabling [io  0x1006-0x1007] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.435580] pnp 00:08: disabling [io  0x100a-0x1059] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.435582] pnp 00:08: disabling [io  0x1060-0x107f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.435585] pnp 00:08: disabling [io  0x1010-0x102f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.435618] system 00:08: [io  0xf400-0xf4fe] has been reserved
[    0.435620] system 00:08: [io  0x1080-0x10bf] has been reserved
[    0.435622] system 00:08: [io  0x10c0-0x10df] has been reserved
[    0.435624] system 00:08: [io  0x0809] has been reserved
[    0.435630] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.453306] system 00:09: [mem 0x00000000-0x0009efff] could not be reserved
[    0.453308] system 00:09: [mem 0x0009f000-0x0009ffff] could not be reserved
[    0.453310] system 00:09: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.453312] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.453314] system 00:09: [mem 0x00100000-0xdf65a7ff] could not be reserved
[    0.453316] system 00:09: [mem 0xdf65a800-0xdf6fffff] has been reserved
[    0.453318] system 00:09: [mem 0xdf700000-0xdf7fffff] has been reserved
[    0.453320] system 00:09: [mem 0xdf700000-0xdfefffff] could not be reserved
[    0.453322] system 00:09: [mem 0xffe00000-0xffffffff] has been reserved
[    0.453325] system 00:09: [mem 0xffa00000-0xffbfffff] has been reserved
[    0.453327] system 00:09: [mem 0xfec00000-0xfec0ffff] could not be reserved
[    0.453329] system 00:09: [mem 0xfee00000-0xfee0ffff] has been reserved
[    0.453331] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.453333] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.453335] system 00:09: [mem 0xfeda0000-0xfeda3fff] has been reserved
[    0.453337] system 00:09: [mem 0xfeda4000-0xfeda4fff] has been reserved
[    0.453339] system 00:09: [mem 0xfeda5000-0xfeda5fff] has been reserved
[    0.453341] system 00:09: [mem 0xfeda6000-0xfeda6fff] has been reserved
[    0.453343] system 00:09: [mem 0xfed18000-0xfed1bfff] has been reserved
[    0.453345] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.453351] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.453431] pnp: PnP ACPI: found 10 devices
[    0.460636] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.460657] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 0b] add_size 1000
[    0.460661] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000 add_align 100000
[    0.460663] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 0b] add_size 200000 add_align 100000
[    0.460674] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 0c] add_size 1000
[    0.460677] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0c] add_size 200000 add_align 100000
[    0.460688] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    0.460691] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 09] add_size 200000 add_align 100000
[    0.460710] pci 0000:00:1e.0: bridge window [io  0x1000-0x0fff] to [bus 03-04] add_size 1000
[    0.460722] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf01fffff]
[    0.460729] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.460736] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.460743] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
[    0.460746] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.460749] pci 0000:00:1c.1: BAR 13: assigned [io  0x3000-0x3fff]
[    0.460752] pci 0000:00:1c.5: BAR 13: assigned [io  0x4000-0x4fff]
[    0.460755] pci 0000:00:1e.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.460758] pci 0000:00:1c.0: PCI bridge to [bus 0b]
[    0.460762] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.460768] pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf01fffff]
[    0.460773] pci 0000:00:1c.0:   bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.460780] pci 0000:00:1c.1: PCI bridge to [bus 0c]
[    0.460783] pci 0000:00:1c.1:   bridge window [io  0x3000-0x3fff]
[    0.460789] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6cfffff]
[    0.460794] pci 0000:00:1c.1:   bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.460801] pci 0000:00:1c.5: PCI bridge to [bus 09]
[    0.460804] pci 0000:00:1c.5:   bridge window [io  0x4000-0x4fff]
[    0.460810] pci 0000:00:1c.5:   bridge window [mem 0xf6b00000-0xf6bfffff]
[    0.460815] pci 0000:00:1c.5:   bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
[    0.460826] pci 0000:03:01.0: BAR 0: assigned [mem 0xf4000000-0xf4000fff]
[    0.460840] pci 0000:03:01.0: BAR 15: no space for [mem size 0x04000000 pref]
[    0.460842] pci 0000:03:01.0: BAR 15: failed to assign [mem size 0x04000000 pref]
[    0.460851] pci 0000:03:01.0: BAR 16: no space for [mem size 0x04000000]
[    0.460853] pci 0000:03:01.0: BAR 16: failed to assign [mem size 0x04000000]
[    0.460855] pci 0000:03:01.0: BAR 13: assigned [io  0x5000-0x50ff]
[    0.460857] pci 0000:03:01.0: BAR 14: assigned [io  0x5400-0x54ff]
[    0.460861] pci 0000:03:01.0: BAR 0: assigned [mem 0xf4000000-0xf4000fff]
[    0.460873] pci 0000:03:01.0: BAR 16: no space for [mem size 0x04000000]
[    0.460875] pci 0000:03:01.0: BAR 16: failed to assign [mem size 0x04000000]
[    0.460885] pci 0000:03:01.0: BAR 15: no space for [mem size 0x04000000 pref]
[    0.460886] pci 0000:03:01.0: BAR 15: failed to assign [mem size 0x04000000 pref]
[    0.460888] pci 0000:03:01.0: CardBus bridge to [bus 04]
[    0.460890] pci 0000:03:01.0:   bridge window [io  0x5000-0x50ff]
[    0.460895] pci 0000:03:01.0:   bridge window [io  0x5400-0x54ff]
[    0.460900] pci 0000:00:1e.0: PCI bridge to [bus 03-04]
[    0.460903] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[    0.460909] pci 0000:00:1e.0:   bridge window [mem 0xf6a00000-0xf6afffff]
[    0.460920] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.460922] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.460924] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.460926] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.460927] pci_bus 0000:00: resource 8 [mem 0xe0000000-0xf7ffffff window]
[    0.460929] pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfebfffff window]
[    0.460930] pci_bus 0000:00: resource 10 [mem 0xfec10000-0xfecfffff window]
[    0.460932] pci_bus 0000:00: resource 11 [mem 0xfed1c000-0xfed1ffff window]
[    0.460934] pci_bus 0000:00: resource 12 [mem 0xfed90000-0xfed9ffff window]
[    0.460936] pci_bus 0000:00: resource 13 [mem 0xfed40000-0xfed44fff window]
[    0.460937] pci_bus 0000:00: resource 14 [mem 0xfeda7000-0xfedfffff window]
[    0.460939] pci_bus 0000:00: resource 15 [mem 0xfee10000-0xff9fffff window]
[    0.460940] pci_bus 0000:00: resource 16 [mem 0xffc00000-0xffdfffff window]
[    0.460942] pci_bus 0000:0b: resource 0 [io  0x2000-0x2fff]
[    0.460944] pci_bus 0000:0b: resource 1 [mem 0xf0000000-0xf01fffff]
[    0.460945] pci_bus 0000:0b: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.460947] pci_bus 0000:0c: resource 0 [io  0x3000-0x3fff]
[    0.460949] pci_bus 0000:0c: resource 1 [mem 0xf6c00000-0xf6cfffff]
[    0.460950] pci_bus 0000:0c: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.460952] pci_bus 0000:09: resource 0 [io  0x4000-0x4fff]
[    0.460954] pci_bus 0000:09: resource 1 [mem 0xf6b00000-0xf6bfffff]
[    0.460955] pci_bus 0000:09: resource 2 [mem 0xf0600000-0xf07fffff 64bit pref]
[    0.460957] pci_bus 0000:03: resource 0 [io  0x5000-0x5fff]
[    0.460959] pci_bus 0000:03: resource 1 [mem 0xf6a00000-0xf6afffff]
[    0.460960] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.460962] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[    0.460964] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.460965] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.460967] pci_bus 0000:03: resource 8 [mem 0xe0000000-0xf7ffffff window]
[    0.460968] pci_bus 0000:03: resource 9 [mem 0xfc000000-0xfebfffff window]
[    0.460970] pci_bus 0000:03: resource 10 [mem 0xfec10000-0xfecfffff window]
[    0.460972] pci_bus 0000:03: resource 11 [mem 0xfed1c000-0xfed1ffff window]
[    0.460973] pci_bus 0000:03: resource 12 [mem 0xfed90000-0xfed9ffff window]
[    0.460975] pci_bus 0000:03: resource 13 [mem 0xfed40000-0xfed44fff window]
[    0.460977] pci_bus 0000:03: resource 14 [mem 0xfeda7000-0xfedfffff window]
[    0.460978] pci_bus 0000:03: resource 15 [mem 0xfee10000-0xff9fffff window]
[    0.460980] pci_bus 0000:03: resource 16 [mem 0xffc00000-0xffdfffff window]
[    0.460982] pci_bus 0000:04: resource 0 [io  0x5000-0x50ff]
[    0.460983] pci_bus 0000:04: resource 1 [io  0x5400-0x54ff]
[    0.461130] NET: Registered protocol family 2
[    0.461350] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.461484] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.461689] TCP: Hash tables configured (established 32768 bind 32768)
[    0.461754] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.461785] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.461854] NET: Registered protocol family 1
[    0.461874] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.464510] PCI: CLS 64 bytes, default 64
[    0.464569] Unpacking initramfs...
[    1.167973] Freeing initrd memory: 37928K
[    1.168100] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.168103] software IO TLB: mapped [mem 0xdb65a000-0xdf65a000] (64MB)
[    1.169857] Scanning for low memory corruption every 60 seconds
[    1.170698] Initialise system trusted keyrings
[    1.170712] Key type blacklist registered
[    1.170807] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    1.172813] zbud: loaded
[    1.173542] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.173812] fuse init (API version 7.26)
[    1.175930] Key type asymmetric registered
[    1.175933] Asymmetric key parser 'x509' registered
[    1.175990] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.176050] io scheduler noop registered
[    1.176051] io scheduler deadline registered
[    1.176094] io scheduler cfq registered (default)
[    1.177411] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    1.177412] vesafb: scrolling: redraw
[    1.177414] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.177439] vesafb: framebuffer at 0xe0000000, mapped to 0x        (ptrval), using 3072k, total 3072k
[    1.177588] Console: switching to colour frame buffer device 128x48
[    1.177615] fb0: VESA VGA frame buffer device
[    1.177637] intel_idle: does not run on family 6 model 15
[    1.177800] ACPI: AC Adapter [AC] (on-line)
[    1.177884] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.177915] ACPI: Lid Switch [LID]
[    1.177963] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.177985] ACPI: Power Button [PBTN]
[    1.178032] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.178045] ACPI: Sleep Button [SBTN]
[    1.178203] Monitor-Mwait will be used to enter C-1 state
[    1.178214] Monitor-Mwait will be used to enter C-2 state
[    1.178224] Monitor-Mwait will be used to enter C-3 state
[    1.178231] tsc: Marking TSC unstable due to TSC halts in idle
[    1.184592] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    1.186128] thermal LNXTHERM:00: registered as thermal_zone0
[    1.186129] ACPI: Thermal Zone [THM] (66 C)
[    1.186294] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.208300] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.212745] ACPI: Battery Slot [BAT0] (battery present)
[    1.212799] ACPI: Battery Slot [BAT1] (battery absent)
[    1.213576] Linux agpgart interface v0.103
[    1.215716] loop: module loaded
[    1.215888] ata_piix 0000:00:1f.1: version 2.13
[    1.217039] scsi host0: ata_piix
[    1.217211] scsi host1: ata_piix
[    1.217258] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x6fa0 irq 14
[    1.217259] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x6fa8 irq 15
[    1.217425] ata2: port disabled--ignoring
[    1.217600] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.377188] scsi host2: ata_piix
[    1.377378] scsi host3: ata_piix
[    1.377434] ata3: SATA max UDMA/133 cmd 0x6eb0 ctl 0x6eb8 bmdma 0x6ee0 irq 18
[    1.377440] ata4: SATA max UDMA/133 cmd 0x6ec0 ctl 0x6ec8 bmdma 0x6ee8 irq 18
[    1.377564] libphy: Fixed MDIO Bus: probed
[    1.377565] tun: Universal TUN/TAP device driver, 1.6
[    1.377627] PPP generic driver version 2.4.2
[    1.377696] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.377702] ehci-pci: EHCI PCI platform driver
[    1.377937] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.377945] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.377961] ehci-pci 0000:00:1a.7: debug port 1
[    1.381866] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    1.381879] ehci-pci 0000:00:1a.7: irq 22, io mem 0xfed1c400
[    1.396227] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.396319] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.396323] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.396327] usb usb1: Product: EHCI Host Controller
[    1.396330] usb usb1: Manufacturer: Linux 4.15.0-66-generic ehci_hcd
[    1.396333] usb usb1: SerialNumber: 0000:00:1a.7
[    1.396513] hub 1-0:1.0: USB hub found
[    1.396521] hub 1-0:1.0: 4 ports detected
[    1.396660] ata1.00: ATAPI: HL-DT-ST DVD+/-RW GSA-T21N, A102, max UDMA/33
[    1.396953] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.396961] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.396975] ehci-pci 0000:00:1d.7: debug port 1
[    1.400878] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.400890] ehci-pci 0000:00:1d.7: irq 20, io mem 0xfed1c000
[    1.401705] ata1.00: configured for UDMA/33
[    1.407465] scsi 0:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-T21N A102 PQ: 0 ANSI: 5
[    1.416236] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.416344] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.416348] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.416351] usb usb2: Product: EHCI Host Controller
[    1.416354] usb usb2: Manufacturer: Linux 4.15.0-66-generic ehci_hcd
[    1.416357] usb usb2: SerialNumber: 0000:00:1d.7
[    1.416546] hub 2-0:1.0: USB hub found
[    1.416553] hub 2-0:1.0: 6 ports detected
[    1.416787] ehci-platform: EHCI generic platform driver
[    1.416805] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.416809] ohci-pci: OHCI PCI platform driver
[    1.416822] ohci-platform: OHCI generic platform driver
[    1.416832] uhci_hcd: USB Universal Host Controller Interface driver
[    1.417029] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.417036] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.417044] uhci_hcd 0000:00:1a.0: detected 2 ports
[    1.417066] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f20
[    1.417122] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.417124] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.417125] usb usb3: Product: UHCI Host Controller
[    1.417127] usb usb3: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.417129] usb usb3: SerialNumber: 0000:00:1a.0
[    1.417278] hub 3-0:1.0: USB hub found
[    1.417286] hub 3-0:1.0: 2 ports detected
[    1.417605] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.417611] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.417619] uhci_hcd 0000:00:1a.1: detected 2 ports
[    1.417650] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f00
[    1.417713] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.417715] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.417717] usb usb4: Product: UHCI Host Controller
[    1.417719] usb usb4: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.417720] usb usb4: SerialNumber: 0000:00:1a.1
[    1.417873] hub 4-0:1.0: USB hub found
[    1.417880] hub 4-0:1.0: 2 ports detected
[    1.418185] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.418194] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    1.418203] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.418225] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f80
[    1.418281] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.418283] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.418285] usb usb5: Product: UHCI Host Controller
[    1.418287] usb usb5: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.418289] usb usb5: SerialNumber: 0000:00:1d.0
[    1.418436] hub 5-0:1.0: USB hub found
[    1.418443] hub 5-0:1.0: 2 ports detected
[    1.418751] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.418757] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    1.418765] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.418787] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f60
[    1.418842] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.418844] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.418846] usb usb6: Product: UHCI Host Controller
[    1.418847] usb usb6: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.418849] usb usb6: SerialNumber: 0000:00:1d.1
[    1.418996] hub 6-0:1.0: USB hub found
[    1.419003] hub 6-0:1.0: 2 ports detected
[    1.419311] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.419318] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    1.419326] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.419347] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
[    1.419402] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.419404] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.419406] usb usb7: Product: UHCI Host Controller
[    1.419407] usb usb7: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.419409] usb usb7: SerialNumber: 0000:00:1d.2
[    1.419537] hub 7-0:1.0: USB hub found
[    1.419544] hub 7-0:1.0: 2 ports detected
[    1.419745] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.422894] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.422899] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.423101] mousedev: PS/2 mouse device common for all mice
[    1.423343] rtc_cmos 00:02: RTC can wake from S4
[    1.423519] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.423554] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.423563] i2c /dev entries driver
[    1.423632] device-mapper: uevent: version 1.0.3
[    1.423724] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    1.423756] ledtrig-cpu: registered to indicate activity on CPUs
[    1.424253] NET: Registered protocol family 10
[    1.426818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.430269] Segment Routing with IPv6
[    1.430301] NET: Registered protocol family 17
[    1.430359] Key type dns_resolver registered
[    1.430567] mce: Using 6 MCE banks
[    1.430583] RAS: Correctable Errors collector initialized.
[    1.430629] microcode: sig=0x6fb, pf=0x80, revision=0xba
[    1.430691] microcode: Microcode Update Driver: v2.2.
[    1.431240] registered taskstats version 1
[    1.431253] Loading compiled-in X.509 certificates
[    1.435194] Loaded X.509 cert 'Build time autogenerated kernel key: 01a66adcc10ca4ce7676a3458c33483b0e2b806e'
[    1.435219] zswap: loaded using pool lzo/zbud
[    1.440379] Key type big_key registered
[    1.440383] Key type trusted registered
[    1.442810] Key type encrypted registered
[    1.442813] AppArmor: AppArmor sha1 policy hashing enabled
[    1.442817] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    1.442824] ima: Allocated hash algorithm: sha1
[    1.442844] evm: HMAC attrs: 0x1
[    1.443240]   Magic number: 11:332:148
[    1.443347] acpi device:19: hash matches
[    1.443435] rtc_cmos 00:02: setting system clock to 2019-11-12 22:08:43 UTC (1573596523)
[    1.444587] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.444588] EDD information not available.
[    1.463833] sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    1.463836] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.464086] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.464153] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    1.888090] usb 5-2: new low-speed USB device number 2 using uhci_hcd
[    1.936071] usb 3-2: new full-speed USB device number 2 using uhci_hcd
[    1.963061] random: fast init done
[    2.083115] usb 5-2: New USB device found, idVendor=093a, idProduct=2510
[    2.083120] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.083123] usb 5-2: Product: USB Optical Mouse
[    2.083126] usb 5-2: Manufacturer: PixArt
[    2.150140] usb 3-2: New USB device found, idVendor=413c, idProduct=8140
[    2.150144] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.164195] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.164215] ata3.01: SATA link down (SStatus 0 SControl 300)
[    2.172103] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1f9f0df7c74, max_idle_ns: 440795213794 ns
[    2.204017] ata3.00: ATA-8: ST9160412AS, 0002SDM1, max UDMA/133
[    2.204021] ata3.00: 312581808 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    2.209552] ata3.00: configured for UDMA/133
[    2.209874] scsi 2:0:0:0: Direct-Access     ATA      ST9160412AS      SDM1 PQ: 0 ANSI: 5
[    2.210167] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    2.210192] sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.210209] sd 2:0:0:0: [sda] Write Protect is off
[    2.210211] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.210279] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.248174]  sda: sda1 sda2 < sda5 >
[    2.248873] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.716072] usb 7-1: new full-speed USB device number 2 using uhci_hcd
[    2.728125] ata4.01: failed to resume link (SControl 0)
[    2.728182] ata4.00: SATA link down (SStatus 0 SControl 300)
[    2.728206] ata4.01: SATA link down (SStatus 0 SControl 0)
[    2.732505] Freeing unused kernel image memory: 2436K
[    2.744127] Write protecting the kernel read-only data: 20480k
[    2.745508] Freeing unused kernel image memory: 2008K
[    2.746584] Freeing unused kernel image memory: 1884K
[    2.757552] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.757665] x86/mm: Checking user space page tables
[    2.768736] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.785698] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.785840] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.785848] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.885164] usb 7-1: New USB device found, idVendor=0b97, idProduct=7761
[    2.885167] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.888202] hub 7-1:1.0: USB hub found
[    2.890159] hub 7-1:1.0: 4 ports detected
[    2.909771] pps_core: LinuxPPS API ver. 1 registered
[    2.909773] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.911522] PTP clock support registered
[    2.917661] tg3.c:v3.137 (May 11, 2014)
[    2.936700] hidraw: raw HID events driver (C) Jiri Kosina
[    2.945019] tg3 0000:09:00.0 eth0: Tigon3 [partno(BCM95755m) rev a002] (PCI Express) MAC address 00:1c:23:54:7a:b7
[    2.945022] tg3 0000:09:00.0 eth0: attached PHY is 5755 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[    2.945024] tg3 0000:09:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    2.945026] tg3 0000:09:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    2.951395] usbcore: registered new interface driver usbhid
[    2.951396] usbhid: USB HID core driver
[    2.986986] tg3 0000:09:00.0 enp9s0: renamed from eth0
[    2.988280] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/0003:093A:2510.0001/input/input6
[    2.988437] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1d.0-2/input0
[    3.004133] firewire_ohci 0000:03:01.4: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x10
[    3.192094] usb 7-1.2: new full-speed USB device number 3 using uhci_hcd
[    3.322195] usb 7-1.2: New USB device found, idVendor=0b97, idProduct=7772
[    3.322201] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.322204] usb 7-1.2: Product: O2Micro CCID SC Reader
[    3.322207] usb 7-1.2: Manufacturer: O2
[    3.516325] firewire_core 0000:03:01.4: created device fw0: GUID 354fc00028336070, S400
[    3.792212] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.292198] input: AlpsPS/2 ALPS DualPoint Stick as /devices/platform/i8042/serio1/input/input7
[    4.312970] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input5
[    5.330963] random: crng init done
[    5.330966] random: 7 urandom warning(s) missed due to ratelimiting
[    5.792583] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.935849] 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)
[    5.952367] systemd[1]: Detected architecture x86-64.
[    5.973309] systemd[1]: Set hostname to <duq-Latitude-D630>.
[    8.476870] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.476929] systemd[1]: Reached target User and Group Name Lookups.
[    8.477215] systemd[1]: Created slice System Slice.
[    8.477328] systemd[1]: Listening on Syslog Socket.
[    8.477406] systemd[1]: Listening on fsck to fsckd communication Socket.
[    8.477568] systemd[1]: Listening on Journal Audit Socket.
[    8.477669] systemd[1]: Listening on udev Control Socket.
[    9.065780] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    9.547847] systemd-journald[254]: Received request to flush runtime journal from PID 1
[    9.609767] lp: driver loaded but no devices found
[    9.615722] ppdev: user-space parallel port driver
[   17.765507] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[   17.787040] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   17.847654] audit: type=1400 audit(1573596539.900:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=375 comm="apparmor_parser"
[   17.847659] audit: type=1400 audit(1573596539.900:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=375 comm="apparmor_parser"
[   17.858081] audit: type=1400 audit(1573596539.912:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=376 comm="apparmor_parser"
[   17.858086] audit: type=1400 audit(1573596539.912:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=376 comm="apparmor_parser"
[   17.858089] audit: type=1400 audit(1573596539.912:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=376 comm="apparmor_parser"
[   17.858092] audit: type=1400 audit(1573596539.912:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=376 comm="apparmor_parser"
[   17.873187] Bluetooth: Core ver 2.22
[   17.873210] NET: Registered protocol family 31
[   17.873212] Bluetooth: HCI device and connection manager initialized
[   17.873217] Bluetooth: HCI socket layer initialized
[   17.873220] Bluetooth: L2CAP socket layer initialized
[   17.873228] Bluetooth: SCO socket layer initialized
[   17.882414] audit: type=1400 audit(1573596539.936:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=379 comm="apparmor_parser"
[   17.882417] audit: type=1400 audit(1573596539.936:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=379 comm="apparmor_parser"
[   17.882420] audit: type=1400 audit(1573596539.936:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=379 comm="apparmor_parser"
[   17.882423] audit: type=1400 audit(1573596539.936:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=379 comm="apparmor_parser"
[   17.905231] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.908945] usbcore: registered new interface driver btusb
[   17.913633] Bluetooth: hci0: unexpected event for opcode 0x0000
[   17.930246] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   17.959969] yenta_cardbus 0000:03:01.0: enabling device (0000 -> 0003)
[   17.960184] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:01f9]
[   17.960218] yenta_cardbus 0000:03:01.0: CardBus bridge to [bus 04]
[   17.960221] yenta_cardbus 0000:03:01.0:   bridge window [io  0x5000-0x50ff]
[   17.960226] yenta_cardbus 0000:03:01.0:   bridge window [io  0x5400-0x54ff]
[   17.960231] yenta_cardbus 0000:03:01.0:   bridge window [mem 0xf0800000-0xf0bfffff]
[   17.960236] yenta_cardbus 0000:03:01.0:   bridge window [mem 0xf0c00000-0xf0ffffff]
[   17.960245] yenta_cardbus 0000:03:01.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
[   18.061674] snd_hda_codec_idt hdaudioC0D0: autoconfig for STAC9205: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
[   18.061677] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   18.061679] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
[   18.061681] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[   18.061682] snd_hda_codec_idt hdaudioC0D0:    dig-out=0x21/0x0
[   18.061684] snd_hda_codec_idt hdaudioC0D0:    inputs:
[   18.061686] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0xc
[   18.061688] snd_hda_codec_idt hdaudioC0D0:      Mic=0xb
[   18.088216] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   18.088305] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   18.097161] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 19
[   18.097165] yenta_cardbus 0000:03:01.0: Socket status: 30000006
[   18.097171] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [io  0x5000-0x5fff]
[   18.097173] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0xf6a00000-0xf6afffff]
[   18.097176] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6a00000-0xf6afffff:
[   18.097184]  excluding 0xf6af0000-0xf6afffff
[   18.261168] pci 0000:00:00.0: Intel 965GM Chipset
[   18.261190] pci 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[   18.262072] pci 0000:00:00.0: detected 8192K stolen memory
[   18.262128] [drm] Memory usable by graphics device = 512M
[   18.262133] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[   18.262134] fb: switching to inteldrmfb from VESA VGA
[   18.262193] Console: switching to colour dummy device 80x25
[   18.262369] [drm] Replacing VGA console driver
[   18.268395] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   18.268397] [drm] Driver supports precise vblank timestamp query.
[   18.275264] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   18.331824] wl: loading out-of-tree module taints kernel.
[   18.331830] wl: module license 'MIXED/Proprietary' taints kernel.
[   18.331831] Disabling lock debugging due to kernel taint
[   18.339905] wl: module verification failed: signature and/or required key missing - tainting kernel
[   18.422264] malloc in abgphy done
[   18.424504] malloc in abgphy done
[   18.424849] wl driver 6.30.223.271 (r587334) failed with code 21
[   18.424852] ERROR @wl_cfg80211_detach : 
[   18.424853] NULL ndev->ieee80211ptr, unable to deref wl
[   18.432179] [drm] forcing SVIDEO-1 connector off
[   18.461742] [drm] RC6 disabled, disabling runtime PM support
[   18.461752] [drm] initialized overlay support
[   18.462140] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[   18.462481] ACPI: Video Device [VID1] (multi-head: yes  rom: no  post: no)
[   18.462920] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input10
[   18.463009] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[   18.503674] fbcon: inteldrmfb (fb0) is primary device
[   18.503790] Console: switching to colour frame buffer device 160x50
[   18.503825] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   18.595209] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   18.597171] kvm: disabled by bios
[   18.605166] dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
[   18.644825] dell_laptop: Using i8042 filter function for receiving events
[   18.648222] kvm: disabled by bios
[   18.651499] intel_powerclamp: No package C-state available
[   18.692545] intel_powerclamp: No package C-state available
[   18.752178] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input11
[   18.770321] gpio_ich: GPIO from 462 to 511 on gpio_ich
[   18.890698] leds dell::kbd_backlight: Setting an LED's brightness failed (-5)
[   19.000138] usb 3-2: USB disconnect, device number 2
[   19.122194] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[   19.122204]  excluding 0xc0000-0xcffff 0xe0000-0xfffff
[   19.122233] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[   19.122247]  excluding 0xa0000000-0xa0ffffff
[   19.122266] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[   19.122281]  excluding 0x60000000-0x60ffffff
[   23.680420] Adding 4183036k swap on /dev/sda5.  Priority:-2 extents:1 across:4183036k FS
[   24.011944] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   24.011946] Bluetooth: BNEP filters: protocol multicast
[   24.011953] Bluetooth: BNEP socket layer initialized
[   30.690029] IPv6: ADDRCONF(NETDEV_UP): enp9s0: link is not ready
[   30.748240] IPv6: ADDRCONF(NETDEV_UP): enp9s0: link is not ready
[   63.332055] usb 3-2: new full-speed USB device number 3 using uhci_hcd
[   63.546163] usb 3-2: New USB device found, idVendor=413c, idProduct=8140
[   63.546168] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   63.884137] Bluetooth: RFCOMM TTY layer initialized
[   63.884144] Bluetooth: RFCOMM socket layer initialized
[   63.884150] Bluetooth: RFCOMM ver 1.11
[  105.204416] tg3 0000:09:00.0 enp9s0: Link is up at 1000 Mbps, full duplex
[  105.204431] tg3 0000:09:00.0 enp9s0: Flow control is off for TX and off for RX
[  105.205671] IPv6: ADDRCONF(NETDEV_CHANGE): enp9s0: link becomes ready
duq@duq-Latitude-D630:~$ 

Hors ligne

#46 Le 13/11/2019, à 00:25

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

Bon, si j’ai bien compris le message de Laurent85, il faut tout purger pour ne réinstaller que firmware-b43-installer.
Donne les retours de :

sudo apt purge -y bcmwl-kernel-source broadcom-sta-* firmware-b43-installer b43-fwcutter
sudo apt clean && sudo apt update
sudo apt install firmware-b43-installer

En ligne

#47 Le 13/11/2019, à 00:31

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

duq@duq-Latitude-D630:~$ sudo apt purge -y bcmwl-kernel-source broadcom-sta-* firmware-b43-installer b43-fwcutter
[sudo] Mot de passe de duq : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Note : sélection de broadcom-sta-modules pour l'expression rationnelle « broadcom-sta-* »
Note : sélection de broadcom-sta-common pour l'expression rationnelle « broadcom-sta-* »
Note : sélection de broadcom-sta-dkms pour l'expression rationnelle « broadcom-sta-* »
Note : sélection de broadcom-sta-source pour l'expression rationnelle « broadcom-sta-* »
Note : sélection de « broadcom-sta-dkms » au lieu de « broadcom-sta-modules »
Le paquet « broadcom-sta-common » n'est pas installé, et ne peut donc être supprimé
Le paquet « broadcom-sta-dkms » n'est pas installé, et ne peut donc être supprimé
Le paquet « broadcom-sta-source » n'est pas installé, et ne peut donc être supprimé
Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
  dkms
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
Les paquets suivants seront ENLEVÉS :
  b43-fwcutter* bcmwl-kernel-source* firmware-b43-installer*
0 mis à jour, 0 nouvellement installés, 3 à enlever et 5 non mis à jour.
Après cette opération, 8190 ko d'espace disque seront libérés.
(Lecture de la base de données... 169187 fichiers et répertoires déjà installés.)
Suppression de firmware-b43-installer (1:019-3) ...
Deleting old extracted firmware...
Suppression de b43-fwcutter (1:019-3) ...
Suppression de bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu4) ...
Removing all DKMS Modules
Done.
update-initramfs: deferring update (trigger activated)
Traitement des actions différées (« triggers ») pour man-db (2.8.3-2ubuntu0.1) ...
Traitement des actions différées (« triggers ») pour initramfs-tools (0.130ubuntu3.9) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-66-generic
(Lecture de la base de données... 169089 fichiers et répertoires déjà installés.)
Purge des fichiers de configuration de bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu4) ...
update-initramfs: deferring update (trigger activated)
Purge des fichiers de configuration de b43-fwcutter (1:019-3) ...
Purge des fichiers de configuration de firmware-b43-installer (1:019-3) ...
Deleting old extracted firmware...
Traitement des actions différées (« triggers ») pour initramfs-tools (0.130ubuntu3.9) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-66-generic
duq@duq-Latitude-D630:~$ 
duq@duq-Latitude-D630:~$ sudo apt clean && sudo apt update
[sudo] Mot de passe de duq : 
Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease
Réception de :3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Atteint :4 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease      
Réception de :5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [545 kB]
Réception de :6 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [390 kB]
Réception de :7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [38,6 kB]
Réception de :8 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 48x48 Icons [17,6 kB]
Réception de :9 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 64x64 Icons [41,5 kB]
Réception de :10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [42,0 kB]
Réception de :11 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 48x48 Icons [16,4 kB]
Réception de :12 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 64x64 Icons [116 kB]
Réception de :13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2464 B]
1299 ko réceptionnés en 2s (671 ko/s)                          
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
6 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
duq@duq-Latitude-D630:~$ 
duq@duq-Latitude-D630:~$ sudo apt install firmware-b43-installer
[sudo] Mot de passe de duq : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
  dkms
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
Les paquets supplémentaires suivants seront installés : 
  b43-fwcutter
Les NOUVEAUX paquets suivants seront installés :
  b43-fwcutter firmware-b43-installer
0 mis à jour, 2 nouvellement installés, 0 à enlever et 6 non mis à jour.
Il est nécessaire de prendre 29,7 ko dans les archives.
Après cette opération, 123 ko d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
Réception de :1 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 b43-fwcutter amd64 1:019-3 [25,7 kB]
79% [En cours]                          
Réception de :2 http://fr.archive.ubuntu.com/ubuntu bionic/multiverse amd64 firmware-b43-installer all 1:019-3 [3950 B]
29,7 ko réceptionnés en 0s (324 ko/s)          
Préconfiguration des paquets...
Sélection du paquet b43-fwcutter précédemment désélectionné.
(Lecture de la base de données... 169089 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../b43-fwcutter_1%3a019-3_amd64.deb ...
Dépaquetage de b43-fwcutter (1:019-3) ...
Sélection du paquet firmware-b43-installer précédemment désélectionné.
Préparation du dépaquetage de .../firmware-b43-installer_1%3a019-3_all.deb ...
Dépaquetage de firmware-b43-installer (1:019-3) ...
Paramétrage de b43-fwcutter (1:019-3) ...
Paramétrage de firmware-b43-installer (1:019-3) ...
No chroot environment found. Starting normal installation
--2019-11-12 23:30:35--  http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2
Résolution de www.lwfinger.com (www.lwfinger.com)… 173.254.30.178
Connexion à www.lwfinger.com (www.lwfinger.com)|173.254.30.178|:80… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 13514651 (13M) [application/x-tar]
Enregistre : «broadcom-wl-5.100.138.tar.bz2»

broadcom-wl-5.100.1 100%[===================>]  12,89M  4,46MB/s    ds 2,9s    

2019-11-12 23:30:39 (4,46 MB/s) - «broadcom-wl-5.100.138.tar.bz2» enregistré [13514651/13514651]

Deleting old extracted firmware...
broadcom-wl-5.100.138/
broadcom-wl-5.100.138/linux/
broadcom-wl-5.100.138/linux/wl_apsta.o
broadcom-wl-5.100.138/linux/wl_ap.o
broadcom-wl-5.100.138/linux/wl_sta.o
broadcom-wl-5.100.138/README
broadcom-wl-5.100.138/config/
broadcom-wl-5.100.138/config/wlconfig_lx_shared
broadcom-wl-5.100.138/config/wl.mk
broadcom-wl-5.100.138/config/wl_default
broadcom-wl-5.100.138/config/wl_hnd
broadcom-wl-5.100.138/config/wlconfig_nomimo
This file is recognised as:
  filename   :  wl_apsta.o
  version    :  666.2
  MD5        :  e1b05e268bcdbfef3560c28fc161f30e
Extracting b43/lp0initvals14.fw
Extracting b43/lcn0bsinitvals25.fw
Extracting b43/n0bsinitvals25.fw
Extracting b43/n0bsinitvals17.fw
Extracting b43/ucode17_mimo.fw
Extracting b43/ucode16_lp.fw
Extracting b43/sslpn1initvals27.fw
Extracting b43/lp2bsinitvals19.fw
Extracting b43/sslpn3bsinitvals21.fw
Extracting b43/ucode16_sslpn.fw
  ucode time:     01:15:07
Extracting b43/ucode25_lcn.fw
Extracting b43/ucode21_sslpn.fw
Extracting b43/lp0bsinitvals14.fw
Extracting b43/b0g0initvals9.fw
Extracting b43/ucode20_sslpn.fw
Extracting b43/a0g1bsinitvals9.fw
Extracting b43/lp1initvals20.fw
Extracting b43/b0g0bsinitvals13.fw
Extracting b43/lp2initvals19.fw
Extracting b43/n2bsinitvals19.fw
Extracting b43/sslpn4bsinitvals22.fw
Extracting b43/ucode16_sslpn_nobt.fw
  ucode date:     2011-02-23
Extracting b43/n1bsinitvals20.fw
Extracting b43/n1initvals20.fw
Extracting b43/b0g0bsinitvals5.fw
Extracting b43/ucode22_sslpn.fw
Extracting b43/b0g0initvals13.fw
Extracting b43/ht0initvals26.fw
Extracting b43/ucode33_lcn40.fw
Extracting b43/sslpn1bsinitvals20.fw
Extracting b43/lcn400bsinitvals33.fw
Extracting b43/ucode14.fw
Extracting b43/a0g0initvals5.fw
Extracting b43/lp1bsinitvals22.fw
Extracting b43/n16initvals30.fw
Extracting b43/lp0bsinitvals16.fw
Extracting b43/lcn1bsinitvals25.fw
Extracting b43/lcn400initvals33.fw
Extracting b43/n0bsinitvals24.fw
Extracting b43/lcn2bsinitvals26.fw
Extracting b43/lcn1initvals26.fw
Extracting b43/n0bsinitvals22.fw
Extracting b43/n18initvals32.fw
Extracting b43/lcn2initvals26.fw
Extracting b43/a0g1bsinitvals5.fw
Extracting b43/n0bsinitvals11.fw
Extracting b43/lcn2initvals24.fw
Extracting b43/lcn0initvals26.fw
Extracting b43/n0absinitvals11.fw
Extracting b43/ucode21_sslpn_nobt.fw
  ucode time:     01:15:07
Extracting b43/ucode26_mimo.fw
Extracting b43/n2initvals19.fw
Extracting b43/sslpn3initvals21.fw
Extracting b43/a0g1bsinitvals13.fw
Extracting b43/sslpn4initvals22.fw
Extracting b43/pcm5.fw
Extracting b43/ucode22_mimo.fw
Extracting b43/ucode9.fw
Extracting b43/lcn2initvals25.fw
Extracting b43/lp1initvals22.fw
Extracting b43/sslpn1bsinitvals27.fw
Extracting b43/lcn0initvals24.fw
Extracting b43/ucode32_mimo.fw
Extracting b43/a0g0bsinitvals9.fw
Extracting b43/n18bsinitvals32.fw
Extracting b43/n0initvals24.fw
Extracting b43/n0initvals25.fw
Extracting b43/a0g1initvals5.fw
Extracting b43/ucode24_lcn.fw
Extracting b43/n0initvals17.fw
Extracting b43/n0bsinitvals16.fw
Extracting b43/lp0initvals15.fw
Extracting b43/b0g0initvals5.fw
Extracting b43/ucode20_sslpn_nobt.fw
Extracting b43/lcn1initvals24.fw
Extracting b43/sslpn0initvals16.fw
Extracting b43/a0g1initvals13.fw
Extracting b43/lp1bsinitvals20.fw
Extracting b43/sslpn2initvals19.fw
Extracting b43/a0g1initvals9.fw
Extracting b43/lcn1bsinitvals24.fw
Extracting b43/ucode5.fw
Extracting b43/lcn2bsinitvals24.fw
Extracting b43/lp0bsinitvals13.fw
Extracting b43/n0initvals16.fw
Extracting b43/ucode19_sslpn_nobt.fw
Extracting b43/b0g0bsinitvals9.fw
Extracting b43/ucode11.fw
Extracting b43/lp0initvals16.fw
Extracting b43/ucode16_mimo.fw
Extracting b43/lcn0bsinitvals26.fw
Extracting b43/ht0initvals29.fw
Extracting b43/lcn2bsinitvals25.fw
Extracting b43/a0g0initvals9.fw
Extracting b43/ucode29_mimo.fw
Extracting b43/lcn0bsinitvals24.fw
Extracting b43/ucode19_sslpn.fw
Extracting b43/lcn1initvals25.fw
Extracting b43/ucode30_mimo.fw
Extracting b43/n16bsinitvals30.fw
Extracting b43/ucode25_mimo.fw
Extracting b43/ucode24_mimo.fw
Extracting b43/ucode27_sslpn.fw
Extracting b43/lp0initvals13.fw
Extracting b43/a0g0bsinitvals5.fw
Extracting b43/ht0bsinitvals26.fw
Extracting b43/ucode13.fw
Extracting b43/sslpn2bsinitvals19.fw
Extracting b43/ucode15.fw
Extracting b43/lp0bsinitvals15.fw
Extracting b43/n0initvals11.fw
Extracting b43/lcn0initvals25.fw
Extracting b43/sslpn0bsinitvals16.fw
Extracting b43/sslpn1initvals20.fw
Extracting b43/lcn1bsinitvals26.fw
Extracting b43/n0initvals22.fw
Extracting b43/ht0bsinitvals29.fw
Traitement des actions différées (« triggers ») pour man-db (2.8.3-2ubuntu0.1) ...
duq@duq-Latitude-D630:~$ 

Hors ligne

#48 Le 13/11/2019, à 00:38

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

Bon, eh bien voyons maintenant ce que donne un redémarrage et :

dmesg
sudo lshw -sanitize -c network

En ligne

#49 Le 13/11/2019, à 00:43

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

[    0.000000] PM: Registered nosave memory: [mem 0xfeda0000-0xfeda5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeda6000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee10000-0xffdfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
[    0.000000] e820: [mem 0xe0000000-0xf7ffffff] 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:2 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u1048576
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1029641
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-66-generic root=UUID=b4f5c9ca-20a3-4d34-8a0d-1ff1f3eb767f ro quiet splash video=SVIDEO-1:d 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: 3985964K/4184032K available (12300K kernel code, 2481K rwdata, 4260K rodata, 2436K init, 2388K bss, 198068K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39306 entries in 154 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[    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: 2 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.020000] tsc: Fast TSC calibration using PIT
[    0.024000] tsc: Detected 2193.625 MHz processor
[    0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4387.25 BogoMIPS (lpj=8774500)
[    0.024000] pid_max: default: 32768 minimum: 301
[    0.024000] Security Framework initialized
[    0.024000] Yama: becoming mindful.
[    0.024000] AppArmor: AppArmor initialized
[    0.029455] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.030966] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.031043] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.031083] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.031452] CPU0: Thermal monitoring enabled (TM2)
[    0.031456] process: using mwait in idle threads
[    0.031461] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.031462] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.031464] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.031466] Spectre V2 : Mitigation: Full generic retpoline
[    0.031467] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.031468] Speculative Store Bypass: Vulnerable
[    0.031510] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.031756] Freeing SMP alternatives memory: 36K
[    0.145293] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T7500  @ 2.20GHz (family: 0x6, model: 0xf, stepping: 0xb)
[    0.145429] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.145437] core: PEBS disabled due to CPU errata
[    0.145440] ... version:                2
[    0.145442] ... bit width:              40
[    0.145442] ... generic registers:      2
[    0.145443] ... value mask:             000000ffffffffff
[    0.145444] ... max period:             000000007fffffff
[    0.145445] ... fixed-purpose events:   3
[    0.145446] ... event mask:             0000000700000003
[    0.145505] Hierarchical SRCU implementation.
[    0.146776] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.146797] smp: Bringing up secondary CPUs ...
[    0.146954] x86: Booting SMP configuration:
[    0.146955] .... node  #0, CPUs:      #1
[    0.150046] smp: Brought up 1 node, 2 CPUs
[    0.150046] smpboot: Max logical packages: 1
[    0.150046] smpboot: Total of 2 processors activated (8774.50 BogoMIPS)
[    0.152335] devtmpfs: initialized
[    0.152335] x86/mm: Memory block size: 128MB
[    0.152782] evm: security.selinux
[    0.152783] evm: security.SMACK64
[    0.152784] evm: security.SMACK64EXEC
[    0.152785] evm: security.SMACK64TRANSMUTE
[    0.152786] evm: security.SMACK64MMAP
[    0.152786] evm: security.apparmor
[    0.152787] evm: security.ima
[    0.152788] evm: security.capability
[    0.152940] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.152940] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.152940] pinctrl core: initialized pinctrl subsystem
[    0.152940] RTC time: 22:37:14, date: 11/12/19
[    0.152940] NET: Registered protocol family 16
[    0.152940] audit: initializing netlink subsys (disabled)
[    0.152940] audit: type=2000 audit(1573598234.152:1): state=initialized audit_enabled=0 res=1
[    0.152940] cpuidle: using governor ladder
[    0.152940] cpuidle: using governor menu
[    0.152940] ACPI: bus type PCI registered
[    0.152940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.152940] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.152940] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.152940] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.152940] PCI: Using configuration type 1 for base access
[    0.156062] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.156110] ACPI: Added _OSI(Module Device)
[    0.156111] ACPI: Added _OSI(Processor Device)
[    0.156112] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.156113] ACPI: Added _OSI(Processor Aggregator Device)
[    0.156115] ACPI: Added _OSI(Linux-Dell-Video)
[    0.156116] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.156117] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.172173] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.177454] ACPI: Dynamic OEM Table Load:
[    0.177462] ACPI: SSDT 0xFFFF9B975A4BA000 000043 (v01 LMPWR  DELLLOM  00001001 INTL 20050624)
[    0.177992] ACPI: Dynamic OEM Table Load:
[    0.177998] ACPI: SSDT 0xFFFF9B975A5BF800 000286 (v01 PmRef  Cpu0Ist  00003000 INTL 20050624)
[    0.178395] ACPI: Dynamic OEM Table Load:
[    0.178402] ACPI: SSDT 0xFFFF9B975A4C3800 0005E5 (v01 PmRef  Cpu0Cst  00003001 INTL 20050624)
[    0.179136] ACPI: Dynamic OEM Table Load:
[    0.179141] ACPI: SSDT 0xFFFF9B975A597500 0000C4 (v01 PmRef  Cpu1Ist  00003000 INTL 20050624)
[    0.179379] ACPI: Dynamic OEM Table Load:
[    0.179384] ACPI: SSDT 0xFFFF9B975A59D480 000085 (v01 PmRef  Cpu1Cst  00003000 INTL 20050624)
[    0.180104] ACPI: Interpreter enabled
[    0.180126] ACPI: (supports S0 S3 S4 S5)
[    0.180128] ACPI: Using IOAPIC for interrupt routing
[    0.180162] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.180549] ACPI: GPE 0x1C active on init
[    0.180560] ACPI: Enabled 13 GPEs in block 00 to 1F
[    0.247766] acpi PNP0C15:00: ACPI dock station (docks/bays count: 1)
[    0.280118] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
[    0.282341] acpi LNXIOBAY:01: ACPI dock station (docks/bays count: 3)
[    0.321080] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.321087] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.321093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.321106] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.334457] PCI host bridge to bus 0000:00
[    0.334461] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.334462] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.334464] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.334466] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.334467] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
[    0.334469] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfebfffff window]
[    0.334470] pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfecfffff window]
[    0.334472] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1ffff window]
[    0.334473] pci_bus 0000:00: root bus resource [mem 0xfed90000-0xfed9ffff window]
[    0.334475] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.334476] pci_bus 0000:00: root bus resource [mem 0xfeda7000-0xfedfffff window]
[    0.334478] pci_bus 0000:00: root bus resource [mem 0xfee10000-0xff9fffff window]
[    0.334480] pci_bus 0000:00: root bus resource [mem 0xffc00000-0xffdfffff window]
[    0.334482] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.334492] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[    0.334643] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
[    0.334659] pci 0000:00:02.0: reg 0x10: [mem 0xf6e00000-0xf6efffff 64bit]
[    0.334667] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.334672] pci 0000:00:02.0: reg 0x20: [io  0xefe8-0xefef]
[    0.334815] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
[    0.334828] pci 0000:00:02.1: reg 0x10: [mem 0xf6f00000-0xf6ffffff 64bit]
[    0.335019] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[    0.335083] pci 0000:00:1a.0: reg 0x20: [io  0x6f20-0x6f3f]
[    0.335235] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[    0.335298] pci 0000:00:1a.1: reg 0x20: [io  0x6f00-0x6f1f]
[    0.335466] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[    0.335494] pci 0000:00:1a.7: reg 0x10: [mem 0xfed1c400-0xfed1c7ff]
[    0.335600] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.335736] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[    0.335769] pci 0000:00:1b.0: reg 0x10: [mem 0xf6dfc000-0xf6dfffff 64bit]
[    0.335885] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.336031] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[    0.336155] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.336303] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
[    0.336427] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.336579] pci 0000:00:1c.5: [8086:2849] type 01 class 0x060400
[    0.336704] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.336845] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[    0.336908] pci 0000:00:1d.0: reg 0x20: [io  0x6f80-0x6f9f]
[    0.337063] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[    0.337126] pci 0000:00:1d.1: reg 0x20: [io  0x6f60-0x6f7f]
[    0.337281] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[    0.337344] pci 0000:00:1d.2: reg 0x20: [io  0x6f40-0x6f5f]
[    0.337510] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[    0.337538] pci 0000:00:1d.7: reg 0x10: [mem 0xfed1c000-0xfed1c3ff]
[    0.337644] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.337776] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.337983] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
[    0.338107] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    0.338112] pci 0000:00:1f.0: quirk: [io  0x1080-0x10bf] claimed by ICH6 GPIO
[    0.338117] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0900 (mask 007f)
[    0.338122] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0c80 (mask 003f)
[    0.338274] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
[    0.338297] pci 0000:00:1f.1: reg 0x10: [io  0x01f0-0x01f7]
[    0.338309] pci 0000:00:1f.1: reg 0x14: [io  0x03f4-0x03f7]
[    0.338321] pci 0000:00:1f.1: reg 0x18: [io  0x0170-0x0177]
[    0.338332] pci 0000:00:1f.1: reg 0x1c: [io  0x0374-0x0377]
[    0.338344] pci 0000:00:1f.1: reg 0x20: [io  0x6fa0-0x6faf]
[    0.338370] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.338372] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.338373] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.338375] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.338503] pci 0000:00:1f.2: [8086:2828] type 00 class 0x01018f
[    0.338529] pci 0000:00:1f.2: reg 0x10: [io  0x6eb0-0x6eb7]
[    0.338541] pci 0000:00:1f.2: reg 0x14: [io  0x6eb8-0x6ebb]
[    0.338552] pci 0000:00:1f.2: reg 0x18: [io  0x6ec0-0x6ec7]
[    0.338564] pci 0000:00:1f.2: reg 0x1c: [io  0x6ec8-0x6ecb]
[    0.338576] pci 0000:00:1f.2: reg 0x20: [io  0x6ee0-0x6eef]
[    0.338587] pci 0000:00:1f.2: reg 0x24: [io  0xeff0-0xefff]
[    0.338636] pci 0000:00:1f.2: PME# supported from D3hot
[    0.338762] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[    0.338786] pci 0000:00:1f.3: reg 0x10: [mem 0xf6dfbf00-0xf6dfbfff]
[    0.338827] pci 0000:00:1f.3: reg 0x20: [io  0x10c0-0x10df]
[    0.339046] pci 0000:00:1c.0: PCI bridge to [bus 0b]
[    0.339162] pci 0000:0c:00.0: [14e4:4312] type 00 class 0x028000
[    0.339202] pci 0000:0c:00.0: reg 0x10: [mem 0xf6cfc000-0xf6cfffff]
[    0.339305] pci 0000:0c:00.0: enabling Extended Tags
[    0.339400] pci 0000:0c:00.0: supports D1 D2
[    0.339481] pci 0000:0c:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.339493] pci 0000:00:1c.1: PCI bridge to [bus 0c]
[    0.339500] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6cfffff]
[    0.339627] pci 0000:09:00.0: [14e4:1673] type 00 class 0x020000
[    0.339679] pci 0000:09:00.0: reg 0x10: [mem 0xf6bf0000-0xf6bfffff 64bit]
[    0.339768] pci 0000:09:00.0: enabling Extended Tags
[    0.339893] pci 0000:09:00.0: PME# supported from D3hot D3cold
[    0.352033] pci 0000:00:1c.5: PCI bridge to [bus 09]
[    0.352041] pci 0000:00:1c.5:   bridge window [mem 0xf6b00000-0xf6bfffff]
[    0.352155] pci 0000:03:01.0: [1217:7135] type 02 class 0x060700
[    0.352183] pci 0000:03:01.0: reg 0x10: [mem 0x00000000-0x00000fff]
[    0.352230] pci 0000:03:01.0: supports D1 D2
[    0.352232] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.352320] pci 0000:03:01.4: [1217:00f7] type 00 class 0x0c0010
[    0.352347] pci 0000:03:01.4: reg 0x10: [mem 0xf6aff000-0xf6afffff]
[    0.352358] pci 0000:03:01.4: reg 0x14: [mem 0xf6afe800-0xf6afefff]
[    0.352448] pci 0000:03:01.4: supports D1 D2
[    0.352449] pci 0000:03:01.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.352573] pci 0000:00:1e.0: PCI bridge to [bus 03-04] (subtractive decode)
[    0.352580] pci 0000:00:1e.0:   bridge window [mem 0xf6a00000-0xf6afffff]
[    0.352588] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.352590] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.352592] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.352593] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.352595] pci 0000:00:1e.0:   bridge window [mem 0xe0000000-0xf7ffffff window] (subtractive decode)
[    0.352597] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfebfffff window] (subtractive decode)
[    0.352599] pci 0000:00:1e.0:   bridge window [mem 0xfec10000-0xfecfffff window] (subtractive decode)
[    0.352601] pci 0000:00:1e.0:   bridge window [mem 0xfed1c000-0xfed1ffff window] (subtractive decode)
[    0.352602] pci 0000:00:1e.0:   bridge window [mem 0xfed90000-0xfed9ffff window] (subtractive decode)
[    0.352604] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode)
[    0.352606] pci 0000:00:1e.0:   bridge window [mem 0xfeda7000-0xfedfffff window] (subtractive decode)
[    0.352608] pci 0000:00:1e.0:   bridge window [mem 0xfee10000-0xff9fffff window] (subtractive decode)
[    0.352609] pci 0000:00:1e.0:   bridge window [mem 0xffc00000-0xffdfffff window] (subtractive decode)
[    0.352673] pci_bus 0000:04: busn_res: [bus 04] end can not be updated to 07
[    0.352679] pci 0000:00:1e.0: bridge has subordinate 04 but max busn 07
[    0.369261] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
[    0.369413] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *3
[    0.369563] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 *10 11)
[    0.369713] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 *11)
[    0.369864] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.370017] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.370170] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.370303] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.371028] SCSI subsystem initialized
[    0.371074] libata version 3.00 loaded.
[    0.371074] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.371074] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.371074] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.371074] vgaarb: loaded
[    0.371074] ACPI: bus type USB registered
[    0.371074] usbcore: registered new interface driver usbfs
[    0.371074] usbcore: registered new interface driver hub
[    0.371074] usbcore: registered new device driver usb
[    0.371074] EDAC MC: Ver: 3.0.0
[    0.371074] PCI: Using ACPI for IRQ routing
[    0.374186] PCI: pci_cache_line_size set to 64 bytes
[    0.374266] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.374268] e820: reserve RAM buffer [mem 0xdf65a800-0xdfffffff]
[    0.374405] NetLabel: Initializing
[    0.374406] NetLabel:  domain hash size = 128
[    0.374407] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.374429] NetLabel:  unlabeled traffic allowed by default
[    0.374450] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.374450] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.374450] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.377029] clocksource: Switched to clocksource hpet
[    0.395937] VFS: Disk quotas dquot_6.6.0
[    0.395963] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.396161] AppArmor: AppArmor Filesystem Enabled
[    0.396214] pnp: PnP ACPI init
[    0.396357] pnp 00:00: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.396406] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.396456] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.396550] system 00:03: [io  0x0c80-0x0caf] has been reserved
[    0.396552] system 00:03: [io  0x0cc0-0x0cff] could not be reserved
[    0.396559] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.396671] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.396677] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.404535] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.436169] system 00:06: [io  0x0cb0-0x0cbb] has been reserved
[    0.436172] system 00:06: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.436178] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.439159] pnp 00:07: disabling [io  0x1000-0x1005] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.439161] pnp 00:07: disabling [io  0x1008-0x100f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.439192] system 00:07: [io  0x0900-0x097f] has been reserved
[    0.439195] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.439201] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.439237] pnp 00:08: disabling [io  0x1006-0x1007] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.439239] pnp 00:08: disabling [io  0x100a-0x1059] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.439242] pnp 00:08: disabling [io  0x1060-0x107f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.439244] pnp 00:08: disabling [io  0x1010-0x102f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.439277] system 00:08: [io  0xf400-0xf4fe] has been reserved
[    0.439280] system 00:08: [io  0x1080-0x10bf] has been reserved
[    0.439282] system 00:08: [io  0x10c0-0x10df] has been reserved
[    0.439284] system 00:08: [io  0x0809] has been reserved
[    0.439290] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.458188] system 00:09: [mem 0x00000000-0x0009efff] could not be reserved
[    0.458191] system 00:09: [mem 0x0009f000-0x0009ffff] could not be reserved
[    0.458193] system 00:09: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.458195] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.458197] system 00:09: [mem 0x00100000-0xdf65a7ff] could not be reserved
[    0.458199] system 00:09: [mem 0xdf65a800-0xdf6fffff] has been reserved
[    0.458201] system 00:09: [mem 0xdf700000-0xdf7fffff] has been reserved
[    0.458203] system 00:09: [mem 0xdf700000-0xdfefffff] could not be reserved
[    0.458205] system 00:09: [mem 0xffe00000-0xffffffff] has been reserved
[    0.458207] system 00:09: [mem 0xffa00000-0xffbfffff] has been reserved
[    0.458209] system 00:09: [mem 0xfec00000-0xfec0ffff] could not be reserved
[    0.458211] system 00:09: [mem 0xfee00000-0xfee0ffff] has been reserved
[    0.458213] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.458215] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.458217] system 00:09: [mem 0xfeda0000-0xfeda3fff] has been reserved
[    0.458219] system 00:09: [mem 0xfeda4000-0xfeda4fff] has been reserved
[    0.458221] system 00:09: [mem 0xfeda5000-0xfeda5fff] has been reserved
[    0.458223] system 00:09: [mem 0xfeda6000-0xfeda6fff] has been reserved
[    0.458225] system 00:09: [mem 0xfed18000-0xfed1bfff] has been reserved
[    0.458227] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.458234] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.458314] pnp: PnP ACPI: found 10 devices
[    0.465511] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.465532] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 0b] add_size 1000
[    0.465536] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000 add_align 100000
[    0.465538] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 0b] add_size 200000 add_align 100000
[    0.465550] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 0c] add_size 1000
[    0.465552] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0c] add_size 200000 add_align 100000
[    0.465564] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    0.465566] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 09] add_size 200000 add_align 100000
[    0.465585] pci 0000:00:1e.0: bridge window [io  0x1000-0x0fff] to [bus 03-04] add_size 1000
[    0.465597] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf01fffff]
[    0.465605] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.465612] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.465619] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
[    0.465623] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.465625] pci 0000:00:1c.1: BAR 13: assigned [io  0x3000-0x3fff]
[    0.465628] pci 0000:00:1c.5: BAR 13: assigned [io  0x4000-0x4fff]
[    0.465631] pci 0000:00:1e.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.465634] pci 0000:00:1c.0: PCI bridge to [bus 0b]
[    0.465638] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.465644] pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf01fffff]
[    0.465648] pci 0000:00:1c.0:   bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.465656] pci 0000:00:1c.1: PCI bridge to [bus 0c]
[    0.465659] pci 0000:00:1c.1:   bridge window [io  0x3000-0x3fff]
[    0.465665] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6cfffff]
[    0.465670] pci 0000:00:1c.1:   bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.465677] pci 0000:00:1c.5: PCI bridge to [bus 09]
[    0.465680] pci 0000:00:1c.5:   bridge window [io  0x4000-0x4fff]
[    0.465686] pci 0000:00:1c.5:   bridge window [mem 0xf6b00000-0xf6bfffff]
[    0.465691] pci 0000:00:1c.5:   bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
[    0.465702] pci 0000:03:01.0: BAR 0: assigned [mem 0xf4000000-0xf4000fff]
[    0.465716] pci 0000:03:01.0: BAR 15: no space for [mem size 0x04000000 pref]
[    0.465718] pci 0000:03:01.0: BAR 15: failed to assign [mem size 0x04000000 pref]
[    0.465728] pci 0000:03:01.0: BAR 16: no space for [mem size 0x04000000]
[    0.465729] pci 0000:03:01.0: BAR 16: failed to assign [mem size 0x04000000]
[    0.465732] pci 0000:03:01.0: BAR 13: assigned [io  0x5000-0x50ff]
[    0.465734] pci 0000:03:01.0: BAR 14: assigned [io  0x5400-0x54ff]
[    0.465737] pci 0000:03:01.0: BAR 0: assigned [mem 0xf4000000-0xf4000fff]
[    0.465750] pci 0000:03:01.0: BAR 16: no space for [mem size 0x04000000]
[    0.465752] pci 0000:03:01.0: BAR 16: failed to assign [mem size 0x04000000]
[    0.465761] pci 0000:03:01.0: BAR 15: no space for [mem size 0x04000000 pref]
[    0.465763] pci 0000:03:01.0: BAR 15: failed to assign [mem size 0x04000000 pref]
[    0.465765] pci 0000:03:01.0: CardBus bridge to [bus 04]
[    0.465767] pci 0000:03:01.0:   bridge window [io  0x5000-0x50ff]
[    0.465771] pci 0000:03:01.0:   bridge window [io  0x5400-0x54ff]
[    0.465777] pci 0000:00:1e.0: PCI bridge to [bus 03-04]
[    0.465780] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[    0.465786] pci 0000:00:1e.0:   bridge window [mem 0xf6a00000-0xf6afffff]
[    0.465797] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.465799] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.465801] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.465802] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.465804] pci_bus 0000:00: resource 8 [mem 0xe0000000-0xf7ffffff window]
[    0.465806] pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfebfffff window]
[    0.465807] pci_bus 0000:00: resource 10 [mem 0xfec10000-0xfecfffff window]
[    0.465809] pci_bus 0000:00: resource 11 [mem 0xfed1c000-0xfed1ffff window]
[    0.465811] pci_bus 0000:00: resource 12 [mem 0xfed90000-0xfed9ffff window]
[    0.465812] pci_bus 0000:00: resource 13 [mem 0xfed40000-0xfed44fff window]
[    0.465814] pci_bus 0000:00: resource 14 [mem 0xfeda7000-0xfedfffff window]
[    0.465816] pci_bus 0000:00: resource 15 [mem 0xfee10000-0xff9fffff window]
[    0.465817] pci_bus 0000:00: resource 16 [mem 0xffc00000-0xffdfffff window]
[    0.465819] pci_bus 0000:0b: resource 0 [io  0x2000-0x2fff]
[    0.465821] pci_bus 0000:0b: resource 1 [mem 0xf0000000-0xf01fffff]
[    0.465822] pci_bus 0000:0b: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.465824] pci_bus 0000:0c: resource 0 [io  0x3000-0x3fff]
[    0.465826] pci_bus 0000:0c: resource 1 [mem 0xf6c00000-0xf6cfffff]
[    0.465827] pci_bus 0000:0c: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.465829] pci_bus 0000:09: resource 0 [io  0x4000-0x4fff]
[    0.465831] pci_bus 0000:09: resource 1 [mem 0xf6b00000-0xf6bfffff]
[    0.465832] pci_bus 0000:09: resource 2 [mem 0xf0600000-0xf07fffff 64bit pref]
[    0.465834] pci_bus 0000:03: resource 0 [io  0x5000-0x5fff]
[    0.465836] pci_bus 0000:03: resource 1 [mem 0xf6a00000-0xf6afffff]
[    0.465837] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.465839] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[    0.465841] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.465842] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.465844] pci_bus 0000:03: resource 8 [mem 0xe0000000-0xf7ffffff window]
[    0.465846] pci_bus 0000:03: resource 9 [mem 0xfc000000-0xfebfffff window]
[    0.465847] pci_bus 0000:03: resource 10 [mem 0xfec10000-0xfecfffff window]
[    0.465849] pci_bus 0000:03: resource 11 [mem 0xfed1c000-0xfed1ffff window]
[    0.465851] pci_bus 0000:03: resource 12 [mem 0xfed90000-0xfed9ffff window]
[    0.465852] pci_bus 0000:03: resource 13 [mem 0xfed40000-0xfed44fff window]
[    0.465854] pci_bus 0000:03: resource 14 [mem 0xfeda7000-0xfedfffff window]
[    0.465856] pci_bus 0000:03: resource 15 [mem 0xfee10000-0xff9fffff window]
[    0.465857] pci_bus 0000:03: resource 16 [mem 0xffc00000-0xffdfffff window]
[    0.465859] pci_bus 0000:04: resource 0 [io  0x5000-0x50ff]
[    0.465861] pci_bus 0000:04: resource 1 [io  0x5400-0x54ff]
[    0.466008] NET: Registered protocol family 2
[    0.466226] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.466361] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.466567] TCP: Hash tables configured (established 32768 bind 32768)
[    0.466631] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.466663] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.466734] NET: Registered protocol family 1
[    0.466754] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.469365] PCI: CLS 64 bytes, default 64
[    0.469425] Unpacking initramfs...
[    1.172671] Freeing initrd memory: 37928K
[    1.172679] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.172681] software IO TLB: mapped [mem 0xdb65a000-0xdf65a000] (64MB)
[    1.172898] Scanning for low memory corruption every 60 seconds
[    1.173738] Initialise system trusted keyrings
[    1.173754] Key type blacklist registered
[    1.173858] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    1.175850] zbud: loaded
[    1.176579] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.176862] fuse init (API version 7.26)
[    1.178930] Key type asymmetric registered
[    1.178932] Asymmetric key parser 'x509' registered
[    1.178976] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.179023] io scheduler noop registered
[    1.179024] io scheduler deadline registered
[    1.179064] io scheduler cfq registered (default)
[    1.180367] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    1.180368] vesafb: scrolling: redraw
[    1.180370] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.180395] vesafb: framebuffer at 0xe0000000, mapped to 0x        (ptrval), using 3072k, total 3072k
[    1.180540] Console: switching to colour frame buffer device 128x48
[    1.180566] fb0: VESA VGA frame buffer device
[    1.180591] intel_idle: does not run on family 6 model 15
[    1.180757] ACPI: AC Adapter [AC] (on-line)
[    1.180843] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.180875] ACPI: Lid Switch [LID]
[    1.180929] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.180949] ACPI: Power Button [PBTN]
[    1.180999] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.181009] ACPI: Sleep Button [SBTN]
[    1.181167] Monitor-Mwait will be used to enter C-1 state
[    1.181172] Monitor-Mwait will be used to enter C-2 state
[    1.181175] Monitor-Mwait will be used to enter C-3 state
[    1.181178] tsc: Marking TSC unstable due to TSC halts in idle
[    1.187482] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    1.189032] thermal LNXTHERM:00: registered as thermal_zone0
[    1.189034] ACPI: Thermal Zone [THM] (69 C)
[    1.196058] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.215936] ACPI: Battery Slot [BAT0] (battery present)
[    1.215988] ACPI: Battery Slot [BAT1] (battery absent)
[    1.217758] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.220932] Linux agpgart interface v0.103
[    1.223077] loop: module loaded
[    1.223256] ata_piix 0000:00:1f.1: version 2.13
[    1.224434] scsi host0: ata_piix
[    1.224601] scsi host1: ata_piix
[    1.224651] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x6fa0 irq 14
[    1.224653] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x6fa8 irq 15
[    1.224818] ata2: port disabled--ignoring
[    1.224994] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.385207] scsi host2: ata_piix
[    1.385392] scsi host3: ata_piix
[    1.385445] ata3: SATA max UDMA/133 cmd 0x6eb0 ctl 0x6eb8 bmdma 0x6ee0 irq 18
[    1.385451] ata4: SATA max UDMA/133 cmd 0x6ec0 ctl 0x6ec8 bmdma 0x6ee8 irq 18
[    1.385576] libphy: Fixed MDIO Bus: probed
[    1.385577] tun: Universal TUN/TAP device driver, 1.6
[    1.385643] PPP generic driver version 2.4.2
[    1.385719] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.385724] ehci-pci: EHCI PCI platform driver
[    1.385964] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.385974] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.385990] ehci-pci 0000:00:1a.7: debug port 1
[    1.389920] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    1.389935] ehci-pci 0000:00:1a.7: irq 22, io mem 0xfed1c400
[    1.404227] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.404320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.404324] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.404327] usb usb1: Product: EHCI Host Controller
[    1.404330] usb usb1: Manufacturer: Linux 4.15.0-66-generic ehci_hcd
[    1.404333] usb usb1: SerialNumber: 0000:00:1a.7
[    1.404519] hub 1-0:1.0: USB hub found
[    1.404527] hub 1-0:1.0: 4 ports detected
[    1.404662] ata1.00: ATAPI: HL-DT-ST DVD+/-RW GSA-T21N, A102, max UDMA/33
[    1.404957] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.404964] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.404980] ehci-pci 0000:00:1d.7: debug port 1
[    1.408902] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.408915] ehci-pci 0000:00:1d.7: irq 20, io mem 0xfed1c000
[    1.409716] ata1.00: configured for UDMA/33
[    1.415476] scsi 0:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-T21N A102 PQ: 0 ANSI: 5
[    1.424239] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.424346] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.424350] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.424353] usb usb2: Product: EHCI Host Controller
[    1.424357] usb usb2: Manufacturer: Linux 4.15.0-66-generic ehci_hcd
[    1.424359] usb usb2: SerialNumber: 0000:00:1d.7
[    1.424548] hub 2-0:1.0: USB hub found
[    1.424555] hub 2-0:1.0: 6 ports detected
[    1.424779] ehci-platform: EHCI generic platform driver
[    1.424800] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.424803] ohci-pci: OHCI PCI platform driver
[    1.424817] ohci-platform: OHCI generic platform driver
[    1.424827] uhci_hcd: USB Universal Host Controller Interface driver
[    1.425027] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.425034] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.425042] uhci_hcd 0000:00:1a.0: detected 2 ports
[    1.425065] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f20
[    1.425120] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.425122] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.425124] usb usb3: Product: UHCI Host Controller
[    1.425125] usb usb3: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.425127] usb usb3: SerialNumber: 0000:00:1a.0
[    1.425278] hub 3-0:1.0: USB hub found
[    1.425286] hub 3-0:1.0: 2 ports detected
[    1.425613] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.425619] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.425627] uhci_hcd 0000:00:1a.1: detected 2 ports
[    1.425656] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f00
[    1.425710] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.425712] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.425714] usb usb4: Product: UHCI Host Controller
[    1.425716] usb usb4: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.425717] usb usb4: SerialNumber: 0000:00:1a.1
[    1.425872] hub 4-0:1.0: USB hub found
[    1.425881] hub 4-0:1.0: 2 ports detected
[    1.426191] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.426198] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    1.426206] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.426228] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f80
[    1.426282] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.426284] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.426286] usb usb5: Product: UHCI Host Controller
[    1.426287] usb usb5: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.426289] usb usb5: SerialNumber: 0000:00:1d.0
[    1.426436] hub 5-0:1.0: USB hub found
[    1.426443] hub 5-0:1.0: 2 ports detected
[    1.426747] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.426753] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    1.426761] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.426783] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f60
[    1.426837] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.426839] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.426841] usb usb6: Product: UHCI Host Controller
[    1.426842] usb usb6: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.426844] usb usb6: SerialNumber: 0000:00:1d.1
[    1.426995] hub 6-0:1.0: USB hub found
[    1.427002] hub 6-0:1.0: 2 ports detected
[    1.427311] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.427321] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    1.427329] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.427351] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
[    1.427412] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.427414] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.427416] usb usb7: Product: UHCI Host Controller
[    1.427417] usb usb7: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.427419] usb usb7: SerialNumber: 0000:00:1d.2
[    1.427549] hub 7-0:1.0: USB hub found
[    1.427557] hub 7-0:1.0: 2 ports detected
[    1.427756] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.431218] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.431223] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.431401] mousedev: PS/2 mouse device common for all mice
[    1.431634] rtc_cmos 00:02: RTC can wake from S4
[    1.431810] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.431843] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.431852] i2c /dev entries driver
[    1.431924] device-mapper: uevent: version 1.0.3
[    1.432021] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    1.432054] ledtrig-cpu: registered to indicate activity on CPUs
[    1.432547] NET: Registered protocol family 10
[    1.434678] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.438450] Segment Routing with IPv6
[    1.438480] NET: Registered protocol family 17
[    1.438539] Key type dns_resolver registered
[    1.438762] mce: Using 6 MCE banks
[    1.438778] RAS: Correctable Errors collector initialized.
[    1.438823] microcode: sig=0x6fb, pf=0x80, revision=0xba
[    1.439201] microcode: Microcode Update Driver: v2.2.
[    1.439403] registered taskstats version 1
[    1.439422] Loading compiled-in X.509 certificates
[    1.443308] Loaded X.509 cert 'Build time autogenerated kernel key: 01a66adcc10ca4ce7676a3458c33483b0e2b806e'
[    1.443335] zswap: loaded using pool lzo/zbud
[    1.448397] Key type big_key registered
[    1.448401] Key type trusted registered
[    1.450825] Key type encrypted registered
[    1.450829] AppArmor: AppArmor sha1 policy hashing enabled
[    1.450833] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    1.450839] ima: Allocated hash algorithm: sha1
[    1.450867] evm: HMAC attrs: 0x1
[    1.451258]   Magic number: 11:847:653
[    1.451446] rtc_cmos 00:02: setting system clock to 2019-11-12 22:37:16 UTC (1573598236)
[    1.452602] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.452603] EDD information not available.
[    1.471830] sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    1.471833] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.472083] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.472152] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    1.896056] usb 5-2: new low-speed USB device number 2 using uhci_hcd
[    1.944059] usb 3-2: new full-speed USB device number 2 using uhci_hcd
[    1.965764] random: fast init done
[    2.091104] usb 5-2: New USB device found, idVendor=093a, idProduct=2510
[    2.091108] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.091111] usb 5-2: Product: USB Optical Mouse
[    2.091114] usb 5-2: Manufacturer: PixArt
[    2.158129] usb 3-2: New USB device found, idVendor=413c, idProduct=8140
[    2.158133] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.172182] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.172202] ata3.01: SATA link down (SStatus 0 SControl 300)
[    2.175319] ata3.00: ATA-8: ST9160412AS, 0002SDM1, max UDMA/133
[    2.175323] ata3.00: 312581808 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    2.180745] ata3.00: configured for UDMA/133
[    2.181067] scsi 2:0:0:0: Direct-Access     ATA      ST9160412AS      SDM1 PQ: 0 ANSI: 5
[    2.181363] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    2.181384] sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.181411] sd 2:0:0:0: [sda] Write Protect is off
[    2.181413] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.181474] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.204055] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1f9eac91c4b, max_idle_ns: 440795283802 ns
[    2.244403]  sda: sda1 sda2 < sda5 >
[    2.245104] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.724103] usb 7-1: new full-speed USB device number 2 using uhci_hcd
[    2.736123] ata4.01: failed to resume link (SControl 0)
[    2.736177] ata4.00: SATA link down (SStatus 0 SControl 300)
[    2.736201] ata4.01: SATA link down (SStatus 0 SControl 0)
[    2.740485] Freeing unused kernel image memory: 2436K
[    2.760123] Write protecting the kernel read-only data: 20480k
[    2.761484] Freeing unused kernel image memory: 2008K
[    2.762567] Freeing unused kernel image memory: 1884K
[    2.773729] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.773842] x86/mm: Checking user space page tables
[    2.784953] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.802052] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.802194] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.802203] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.897163] usb 7-1: New USB device found, idVendor=0b97, idProduct=7761
[    2.897166] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.900221] hub 7-1:1.0: USB hub found
[    2.902150] hub 7-1:1.0: 4 ports detected
[    2.943884] pps_core: LinuxPPS API ver. 1 registered
[    2.943885] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.946113] PTP clock support registered
[    2.946641] hidraw: raw HID events driver (C) Jiri Kosina
[    2.951358] tg3.c:v3.137 (May 11, 2014)
[    2.966159] usbcore: registered new interface driver usbhid
[    2.966161] usbhid: USB HID core driver
[    2.968146] ssb: Found chip with id 0x4311, rev 0x01 and package 0x00
[    2.968155] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
[    2.968163] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
[    2.968171] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
[    2.968179] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
[    2.970706] tg3 0000:09:00.0 eth0: Tigon3 [partno(BCM95755m) rev a002] (PCI Express) MAC address 00:1c:23:54:7a:b7
[    2.970709] tg3 0000:09:00.0 eth0: attached PHY is 5755 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[    2.970712] tg3 0000:09:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    2.970714] tg3 0000:09:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    3.012601] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/0003:093A:2510.0001/input/input6
[    3.012750] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1d.0-2/input0
[    3.014594] tg3 0000:09:00.0 enp9s0: renamed from eth0
[    3.024104] firewire_ohci 0000:03:01.4: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x10
[    3.076308] ssb: Sonics Silicon Backplane found on PCI device 0000:0c:00.0
[    3.204059] usb 7-1.2: new full-speed USB device number 3 using uhci_hcd
[    3.336184] usb 7-1.2: New USB device found, idVendor=0b97, idProduct=7772
[    3.336189] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.336193] usb 7-1.2: Product: O2Micro CCID SC Reader
[    3.336196] usb 7-1.2: Manufacturer: O2
[    3.548326] firewire_core 0000:03:01.4: created device fw0: GUID 354fc00028336070, S400
[    3.862053] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.296345] input: AlpsPS/2 ALPS DualPoint Stick as /devices/platform/i8042/serio1/input/input7
[    4.317208] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input5
[    5.493372] random: crng init done
[    5.493375] random: 7 urandom warning(s) missed due to ratelimiting
[    5.830012] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.965070] 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)
[    5.984326] systemd[1]: Detected architecture x86-64.
[    6.002540] systemd[1]: Set hostname to <duq-Latitude-D630>.
[    8.473007] systemd[1]: Reached target Remote File Systems.
[    8.473158] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.473456] systemd[1]: Created slice System Slice.
[    8.473580] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.473746] systemd[1]: Listening on Journal Audit Socket.
[    8.473854] systemd[1]: Listening on Journal Socket.
[    8.473937] systemd[1]: Listening on fsck to fsckd communication Socket.
[    9.067443] lp: driver loaded but no devices found
[    9.121567] ppdev: user-space parallel port driver
[    9.308562] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    9.461569] systemd-journald[255]: Received request to flush runtime journal from PID 1
[   16.975755] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[   17.003565] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   17.013830] audit: type=1400 audit(1573598252.060:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=374 comm="apparmor_parser"
[   17.013835] audit: type=1400 audit(1573598252.060:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=374 comm="apparmor_parser"
[   17.013838] audit: type=1400 audit(1573598252.060:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=374 comm="apparmor_parser"
[   17.013841] audit: type=1400 audit(1573598252.060:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=374 comm="apparmor_parser"
[   17.015459] audit: type=1400 audit(1573598252.060:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=373 comm="apparmor_parser"
[   17.015464] audit: type=1400 audit(1573598252.060:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=373 comm="apparmor_parser"
[   17.020872] audit: type=1400 audit(1573598252.068:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=377 comm="apparmor_parser"
[   17.020876] audit: type=1400 audit(1573598252.068:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=377 comm="apparmor_parser"
[   17.020879] audit: type=1400 audit(1573598252.068:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=377 comm="apparmor_parser"
[   17.025799] audit: type=1400 audit(1573598252.072:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=379 comm="apparmor_parser"
[   17.103158] Bluetooth: Core ver 2.22
[   17.103179] NET: Registered protocol family 31
[   17.103181] Bluetooth: HCI device and connection manager initialized
[   17.103185] Bluetooth: HCI socket layer initialized
[   17.103189] Bluetooth: L2CAP socket layer initialized
[   17.103196] Bluetooth: SCO socket layer initialized
[   17.121183] usbcore: registered new interface driver btusb
[   17.134853] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.154647] yenta_cardbus 0000:03:01.0: enabling device (0000 -> 0003)
[   17.154791] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:01f9]
[   17.154826] yenta_cardbus 0000:03:01.0: CardBus bridge to [bus 04]
[   17.154828] yenta_cardbus 0000:03:01.0:   bridge window [io  0x5000-0x50ff]
[   17.154833] yenta_cardbus 0000:03:01.0:   bridge window [io  0x5400-0x54ff]
[   17.154838] yenta_cardbus 0000:03:01.0:   bridge window [mem 0xf0800000-0xf0bfffff]
[   17.154843] yenta_cardbus 0000:03:01.0:   bridge window [mem 0xf0c00000-0xf0ffffff]
[   17.154852] yenta_cardbus 0000:03:01.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
[   17.159698] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   17.251919] snd_hda_codec_idt hdaudioC0D0: autoconfig for STAC9205: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
[   17.251923] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   17.251925] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
[   17.251926] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[   17.251928] snd_hda_codec_idt hdaudioC0D0:    dig-out=0x21/0x0
[   17.251930] snd_hda_codec_idt hdaudioC0D0:    inputs:
[   17.251932] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0xc
[   17.251934] snd_hda_codec_idt hdaudioC0D0:      Mic=0xb
[   17.288978] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 19
[   17.288982] yenta_cardbus 0000:03:01.0: Socket status: 30000006
[   17.288989] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [io  0x5000-0x5fff]
[   17.288991] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0xf6a00000-0xf6afffff]
[   17.288994] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6a00000-0xf6afffff:
[   17.289002]  excluding 0xf6af0000-0xf6afffff
[   17.313674] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   17.313755] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   17.399222] pci 0000:00:00.0: Intel 965GM Chipset
[   17.399249] pci 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[   17.400129] pci 0000:00:00.0: detected 8192K stolen memory
[   17.400179] [drm] Memory usable by graphics device = 512M
[   17.400183] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[   17.400185] fb: switching to inteldrmfb from VESA VGA
[   17.400242] Console: switching to colour dummy device 80x25
[   17.400405] [drm] Replacing VGA console driver
[   17.409105] kvm: disabled by bios
[   17.412228] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   17.412229] [drm] Driver supports precise vblank timestamp query.
[   17.414972] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   17.439530] kvm: disabled by bios
[   17.447437] intel_powerclamp: No package C-state available
[   17.447984] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   17.480675] dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
[   17.483458] intel_powerclamp: No package C-state available
[   17.564111] dell_laptop: Using i8042 filter function for receiving events
[   17.604641] [drm] forcing SVIDEO-1 connector off
[   17.630522] [drm] RC6 disabled, disabling runtime PM support
[   17.630532] [drm] initialized overlay support
[   17.630883] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[   17.632586] ACPI: Video Device [VID1] (multi-head: yes  rom: no  post: no)
[   17.632967] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input10
[   17.633053] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[   17.663185] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input11
[   17.680676] fbcon: inteldrmfb (fb0) is primary device
[   17.680789] Console: switching to colour frame buffer device 160x50
[   17.680825] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   17.696780] gpio_ich: GPIO from 446 to 495 on gpio_ich
[   17.753665] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
[   17.786938] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[   17.786948]  excluding 0xc0000-0xcffff 0xe0000-0xfffff
[   17.786980] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[   17.786996]  excluding 0xa0000000-0xa0ffffff
[   17.787017] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[   17.787033]  excluding 0x60000000-0x60ffffff
[   17.798131] b43-phy0: Found PHY: Analog 4, Type 2 (G), Revision 8
[   17.798140] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 2, Version 0
[   17.798142] b43-phy0 warning: 5 GHz band is unsupported on this PHY
[   17.799140] leds dell::kbd_backlight: Setting an LED's brightness failed (-5)
[   17.818346] Broadcom 43xx driver loaded [ Features: PNL ]
[   18.189597] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   20.533512] Adding 4183036k swap on /dev/sda5.  Priority:-2 extents:1 across:4183036k FS
[   22.714088] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   22.714090] Bluetooth: BNEP filters: protocol multicast
[   22.714095] Bluetooth: BNEP socket layer initialized
[   29.134115] IPv6: ADDRCONF(NETDEV_UP): enp9s0: link is not ready
[   29.174170] IPv6: ADDRCONF(NETDEV_UP): enp9s0: link is not ready
[   29.380832] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   29.548072] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[   29.732360] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   30.482949] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   32.807981] tg3 0000:09:00.0 enp9s0: Link is up at 1000 Mbps, full duplex
[   32.807985] tg3 0000:09:00.0 enp9s0: Flow control is off for TX and off for RX
[   32.808033] IPv6: ADDRCONF(NETDEV_CHANGE): enp9s0: link becomes ready
[   32.936363] wlan0: authenticate with b4:a5:ef:d4:39:56
[   32.952341] wlan0: send auth to b4:a5:ef:d4:39:56 (try 1/3)
[   33.156089] wlan0: send auth to b4:a5:ef:d4:39:56 (try 2/3)
[   33.157610] wlan0: authenticated
[   33.160058] wlan0: associate with b4:a5:ef:d4:39:56 (try 1/3)
[   33.162985] wlan0: RX AssocResp from b4:a5:ef:d4:39:56 (capab=0x411 status=0 aid=2)
[   33.163430] wlan0: associated
[   33.291001] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   45.283169] Bluetooth: RFCOMM TTY layer initialized
[   45.283175] Bluetooth: RFCOMM socket layer initialized
[   45.283182] Bluetooth: RFCOMM ver 1.11
[   91.923002] tg3 0000:09:00.0 enp9s0: Link is down
duq@duq-Latitude-D630:~$ 
duq@duq-Latitude-D630:~$ sudo lshw -sanitize -c network
[sudo] Mot de passe de duq : 
  *-network                 
       description: Interface réseau sans fil
       produit: BCM4311 802.11a/b/g
       fabriquant: Broadcom Inc. and subsidiaries
       identifiant matériel: 0
       information bus: pci@0000:0c:00.0
       nom logique: wlan0
       version: 01
       numéro de série: [REMOVED]
       bits: 32 bits
       horloge: 33MHz
       fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=b43 driverversion=4.15.0-66-generic firmware=666.2 ip=[REMOVED] latency=0 link=yes multicast=yes wireless=IEEE 802.11
       ressources: irq:17 mémoire:f6cfc000-f6cfffff
  *-network
       description: Ethernet interface
       produit: NetXtreme BCM5755M Gigabit Ethernet PCI Express
       fabriquant: Broadcom Inc. and subsidiaries
       identifiant matériel: 0
       information bus: pci@0000:09:00.0
       nom logique: enp9s0
       version: 02
       numéro de série: [REMOVED]
       capacité: 1Gbit/s
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 firmware=5755m-v3.29 latency=0 link=no multicast=yes port=twisted pair
       ressources: irq:25 mémoire:f6bf0000-f6bfffff
duq@duq-Latitude-D630:~$ 

c'est bon, le wifi est revenu au démarrage, merci pour votre patience

Hors ligne

#50 Le 13/11/2019, à 00:49

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

Reste à passer :

sudo apt autoremove --purge -y
sudo apt full-upgrade

En ligne