Pages : 1
#1 Le 02/01/2020, à 16:10
- antares876
Bluetooth ne s'active plus
Bonjour et bonne année,
Jusqu'il y a un mois, le Bluetooth fonctionnait parfaitement. Puis subitement (en tout cas, j'ai pas eu l'impression d'avoir tripoté quoi que ce soit qui pourrait expliquer cela), le Bluetooth ne s'active plus: dans l'application paramètres, j'ai beau cliquer sur le bouton d'activation, rien ne se passe et "Bluetooth désactivé" est toujours affiché dans la fenêtre.
Je suis sous ubuntu 18.04.3 LTS,et a priori, le mode avion est désactivé.
Merci pour votre aide
https://nsa40.casimages.com/img/2020/01 … 159771.jpg
Modération: merci de poster des miniatures cliquables sur le forum
Dernière modification par Nuliel (Le 03/01/2020, à 09:37)
Hors ligne
#2 Le 02/01/2020, à 17:32
- xubu1957
Re : Bluetooth ne s'active plus
Bonjour,
Si tu ne trouves pas de solution dans > [Tuto] Pas de Bluetooth ? Quelques solutions
Il faudra fournir, en te servant du Retour utilisable de commande :
uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
sudo service bluetooth status
dpkg -l | grep blue
et :
rfkill list all
Astuce pour copier / coller sans erreur :
triple clic gauche pour sélectionner et copier une ligne entière
clic molette pour coller dans le terminal
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
#3 Le 02/01/2020, à 18:15
- antares876
Re : Bluetooth ne s'active plus
Je n'ai pas trouve d'exemple relatif a mon problème: Bluetooth qui fonctionnait et subitement ne fonctionne plus.
Voila les infos demandées:
antares@antares-HP-Laptop-14-cm0xxx:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux antares-HP-Laptop-14-cm0xxx 5.0.0-37-generic #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Hewlett-Packard Company RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [103c:84a0]
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:d723]
Subsystem: Hewlett-Packard Company Device [103c:8319]
Kernel driver in use: rtl8723de
Kernel modules: rtl8723de, wl
Bus 001 Device 005: ID 0bda:b009 Realtek Semiconductor Corp.
Bus 001 Device 004: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 001 Device 003: ID 0408:5362 Quanta Computer, Inc.
Bus 001 Device 002: ID 0438:7900 Advanced Micro Devices, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[ 2.857993] Bluetooth: Core ver 2.22
[ 2.858014] Bluetooth: HCI device and connection manager initialized
[ 2.858018] Bluetooth: HCI socket layer initialized
[ 2.858021] Bluetooth: L2CAP socket layer initialized
[ 2.858025] Bluetooth: SCO socket layer initialized
[ 2.902882] Bluetooth: hci0: RTL: rtl: examining hci_ver=08 hci_rev=000d lmp_ver=08 lmp_subver=8723
[ 2.904773] Bluetooth: hci0: RTL: rom_version status=0 version=2
[ 2.904777] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8723d_fw.bin
[ 2.918348] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8723d_config.bin
[ 2.921876] Bluetooth: hci0: RTL: cfg_sz 10, total sz 33266
[ 4.999215] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.999225] Bluetooth: BNEP filters: protocol multicast
[ 4.999233] Bluetooth: BNEP socket layer initialized
[ 5.072178] Bluetooth: hci0: command 0xfc20 tx timeout
[ 13.168187] Bluetooth: hci0: RTL: download fw command failed (-110)
[ 0.326872] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 2.030351] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5d4f01)
[ 3.498868] rtl8723de: Using firmware rtlwifi/rtl8723defw.bin
[ 3.661901] [drm] Found UVD firmware Version: 1.38 Family ID: 15
[ 3.668558] [drm] Found VCE firmware Version: 52.0 Binary ID: 3
bluetooth 557056 12 btrtl,btintel,btbcm,bnep,btusb
ecdh_generic 28672 1 bluetooth
antares@antares-HP-Laptop-14-cm0xxx:~$ sudo service bluetooth status
[sudo] Mot de passe de antares :
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2020-01-02 10:23:02 MSK; 9h ago
Docs: man:bluetoothd(8)
Main PID: 870 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─870 /usr/lib/bluetooth/bluetoothd
janv. 02 10:23:02 antares-HP-Laptop-14-cm0xxx systemd[1]: Starting Bluetooth service...
janv. 02 10:23:02 antares-HP-Laptop-14-cm0xxx bluetoothd[870]: Bluetooth daemon 5.48
janv. 02 10:23:02 antares-HP-Laptop-14-cm0xxx bluetoothd[870]: Starting SDP server
janv. 02 10:23:02 antares-HP-Laptop-14-cm0xxx bluetoothd[870]: Bluetooth management interface 1.14 initialized
janv. 02 10:23:02 antares-HP-Laptop-14-cm0xxx systemd[1]: Started Bluetooth service.
janv. 02 10:23:10 antares-HP-Laptop-14-cm0xxx bluetoothd[870]: No Bluetooth address for index 0
antares@antares-HP-Laptop-14-cm0xxx:~$ dpkg -l | grep blue
rc blueman 2.0.5-1ubuntu1 amd64 Graphical bluetooth manager
ii bluez 5.48-0ubuntu3.2 amd64 Bluetooth tools and daemons
ii bluez-cups 5.48-0ubuntu3.2 amd64 Bluetooth printer driver for CUPS
ii bluez-obexd 5.48-0ubuntu3.2 amd64 bluez obex daemon
ii gir1.2-gnomebluetooth-1.0:amd64 3.28.0-2ubuntu0.2 amd64 Introspection data for GnomeBluetooth
ii gnome-bluetooth 3.28.0-2ubuntu0.2 amd64 GNOME Bluetooth tools
rc indicator-bluetooth 0.0.6+17.10.20170605-0ubuntu3 amd64 System bluetooth indicator.
ii libbluetooth3:amd64 5.48-0ubuntu3.2 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libgnome-bluetooth13:amd64 3.28.0-2ubuntu0.2 amd64 GNOME Bluetooth tools - support library
ii pulseaudio-module-bluetooth 1:11.1-1ubuntu7.4 amd64 Bluetooth module for PulseAudio sound server
antares@antares-HP-Laptop-14-cm0xxx:~$
antares@antares-HP-Laptop-14-cm0xxx:~$ rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
Hors ligne
#4 Le 02/01/2020, à 18:27
- xubu1957
Re : Bluetooth ne s'active plus
1: phy0: Wireless LAN
Soft blocked: yes
Tu as du Wi-Fi ?
Tente :
sudo rfkill unblock all
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
#5 Le 02/01/2020, à 18:41
- antares876
Re : Bluetooth ne s'active plus
Le wifi n'a jamais vraiment marché, mais je ne m'en suis pas préoccupé jusqu'à présent; à la maison j'utilise le câble et en déplacement, téléphone + USB.
Par contre, le Bluetooth a fonctionné dès l'installation.
sudo rfkill unblock all + reboot:.
rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Mais pas d’amélioration pour le bluetooth
Dernière modification par antares876 (Le 02/01/2020, à 18:56)
Hors ligne
#6 Le 02/01/2020, à 19:14
- xubu1957
Re : Bluetooth ne s'active plus
Tente :
sudo /etc/init.d/bluetooth restart
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
#7 Le 02/01/2020, à 21:19
- antares876
Re : Bluetooth ne s'active plus
Le Bluetooth est toujours désactivé dans la fenêtre paramètres. est-ce possible que cela soit un problème de soft?
antares@antares-HP-Laptop-14-cm0xxx:~$ sudo service bluetooth status
[sudo] Mot de passe de antares :
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2020-01-02 23:10:59 MSK; 2min 31s ago
Docs: man:bluetoothd(8)
Main PID: 830 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─830 /usr/lib/bluetooth/bluetoothd
janv. 02 23:10:59 antares-HP-Laptop-14-cm0xxx systemd[1]: Starting Bluetooth service...
janv. 02 23:10:59 antares-HP-Laptop-14-cm0xxx bluetoothd[830]: Bluetooth daemon 5.48
janv. 02 23:10:59 antares-HP-Laptop-14-cm0xxx bluetoothd[830]: Starting SDP server
janv. 02 23:10:59 antares-HP-Laptop-14-cm0xxx systemd[1]: Started Bluetooth service.
janv. 02 23:10:59 antares-HP-Laptop-14-cm0xxx bluetoothd[830]: Bluetooth management interface 1.14 initialized
antares@antares-HP-Laptop-14-cm0xxx:~$ rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Hors ligne
#8 Le 02/01/2020, à 21:23
- xubu1957
Re : Bluetooth ne s'active plus
hcitool scan
donne un retour ?
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
#9 Le 02/01/2020, à 21:25
- antares876
Re : Bluetooth ne s'active plus
antares@antares-HP-Laptop-14-cm0xxx:~$ hcitool scan
Device is not available: No such device
Hors ligne
#10 Le 02/01/2020, à 21:33
- xubu1957
Re : Bluetooth ne s'active plus
Le RTL8723DE est pénible !
Essaye :
Merci xubu, du coup je vais aussi demander le long retour à donner après redémarrage afin qu'il n'y ait pas trop d'infos (à la recherche du firmware rtl8723de notamment)
dmesg
comme dans > Plus de bluetooth depuis la mise à niveau 19.10
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
#11 Le 08/01/2020, à 11:07
- antares876
Re : Bluetooth ne s'active plus
Bonjour,
Voici le retour du dmesg
antares@antares-HP-Laptop-14-cm0xxx:~$ dmesg
[ 0.000000] Linux version 5.0.0-37-generic (buildd@lcy01-amd64-023) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 (Ubuntu 5.0.0-37.40~18.04.1-generic 5.0.21)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-37-generic root=UUID=cd8d9a96-1faa-454b-9809-8190ee18730a ro quiet splash vt.handoff=1
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000da8fafff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000da8fb000-0x00000000dabfafff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000dabfb000-0x00000000dd9dafff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000dd9db000-0x00000000ddacafff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ddacb000-0x00000000ddafafff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000ddafb000-0x00000000ddc00fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ddc01000-0x00000000ddec0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ddec1000-0x00000000ddf80fff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000ddf81000-0x00000000deffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe700000-0x00000000fe7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000fedc0fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedc8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001feffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000001ff000000-0x000000021effffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.60 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0xddae0000 ACPI=0xddae0000 SMBIOS=0xdde2b000 SMBIOS 3.0=0xdde2a000 MEMATTR=0xdc240018 MPS=0xfc980 ESRT=0xdc6cf618
[ 0.000000] secureboot: Secure boot could not be determined (mode 0)
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: HP HP Laptop 14-cm0xxx/84A0, BIOS F.24 01/04/2019
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3094.210 MHz processor
[ 0.002369] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.002370] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.002379] last_pfn = 0x1ff000 max_arch_pfn = 0x400000000
[ 0.002383] MTRR default type: uncachable
[ 0.002384] MTRR fixed ranges enabled:
[ 0.002385] 00000-9FFFF write-back
[ 0.002386] A0000-BFFFF write-through
[ 0.002387] C0000-FFFFF write-protect
[ 0.002388] MTRR variable ranges enabled:
[ 0.002389] 0 base 000000000000 mask FFFF80000000 write-back
[ 0.002390] 1 base 000080000000 mask FFFFC0000000 write-back
[ 0.002391] 2 base 0000C0000000 mask FFFFE0000000 write-back
[ 0.002392] 3 base 0000DF000000 mask FFFFFF000000 uncachable
[ 0.002392] 4 disabled
[ 0.002393] 5 disabled
[ 0.002393] 6 disabled
[ 0.002394] 7 disabled
[ 0.002395] TOM2: 000000021f000000 aka 8688M
[ 0.002646] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.002760] total RAM covered: 3568M
[ 0.003231] Found optimal setting for mtrr clean up
[ 0.003233] gran_size: 64K chunk_size: 1G num_reg: 3 lose cover RAM: 0G
[ 0.003399] e820: update [mem 0xdf000000-0xffffffff] usable ==> reserved
[ 0.003407] last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[ 0.007347] found SMP MP-table at [mem 0x000fcb70-0x000fcb7f]
[ 0.007365] esrt: Reserving ESRT space from 0x00000000dc6cf618 to 0x00000000dc6cf650.
[ 0.007383] check: Scanning 1 areas for low memory corruption
[ 0.007386] Using GB pages for direct mapping
[ 0.007389] BRK [0x1d8801000, 0x1d8801fff] PGTABLE
[ 0.007391] BRK [0x1d8802000, 0x1d8802fff] PGTABLE
[ 0.007392] BRK [0x1d8803000, 0x1d8803fff] PGTABLE
[ 0.007441] BRK [0x1d8804000, 0x1d8804fff] PGTABLE
[ 0.007443] BRK [0x1d8805000, 0x1d8805fff] PGTABLE
[ 0.007679] BRK [0x1d8806000, 0x1d8806fff] PGTABLE
[ 0.007737] BRK [0x1d8807000, 0x1d8807fff] PGTABLE
[ 0.007817] BRK [0x1d8808000, 0x1d8808fff] PGTABLE
[ 0.007925] BRK [0x1d8809000, 0x1d8809fff] PGTABLE
[ 0.007989] BRK [0x1d880a000, 0x1d880afff] PGTABLE
[ 0.008137] RAMDISK: [mem 0x33217000-0x35902fff]
[ 0.008146] ACPI: Early table checksum verification disabled
[ 0.008150] ACPI: RSDP 0x00000000DDAE0000 000024 (v02 HPQOEM)
[ 0.008154] ACPI: XSDT 0x00000000DDAE0098 0000AC (v01 HPQOEM SLIC-MPC 01072009 HP 00010013)
[ 0.008159] ACPI: FACP 0x00000000DDAF17A8 000114 (v06 HPQOEM SLIC-MPC 01072009 HP 00010013)
[ 0.008164] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20181213/tbfadt-624)
[ 0.008168] ACPI: DSDT 0x00000000DDAE01D0 0115D3 (v02 HPQOEM 84A0 01072009 ACPI 20120913)
[ 0.008170] ACPI: FACS 0x00000000DDBF5F00 000040
[ 0.008172] ACPI: APIC 0x00000000DDAF18C0 00007E (v03 HPQOEM 84A0 01072009 HP 00010013)
[ 0.008175] ACPI: FPDT 0x00000000DDAF1940 000044 (v01 HPQOEM 84A0 01072009 HP 00010013)
[ 0.008177] ACPI: FIDT 0x00000000DDAF1988 00009C (v01 HPQOEM 84A0 01072009 HP 00010013)
[ 0.008179] ACPI: EEPM 0x00000000DDAF1A28 00002F (v01 HPQOEM 84A0 01072009 HP 00010013)
[ 0.008181] ACPI: MCFG 0x00000000DDAF1A58 00003C (v01 HPQOEM 84A0 01072009 HP 00010013)
[ 0.008183] ACPI: HPET 0x00000000DDAF1A98 000038 (v01 HPQOEM 84A0 01072009 HP 00000005)
[ 0.008185] ACPI: UEFI 0x00000000DDAF1AD0 000042 (v01 HPQOEM 84A0 00000000 HP 00000000)
[ 0.008187] ACPI: IVRS 0x00000000DDAF1B18 0000D0 (v02 HPQOEM 84A0 00000001 HP 00000000)
[ 0.008190] ACPI: SSDT 0x00000000DDAF1BE8 0006B2 (v01 HPQOEM 84A0 00000001 ACPI 00000001)
[ 0.008192] ACPI: SSDT 0x00000000DDAF22A0 004B5B (v02 HPQOEM 84A0 00000002 ACPI 04000000)
[ 0.008194] ACPI: CRAT 0x00000000DDAF6E00 0002E8 (v01 HPQOEM 84A0 00000001 HP 00000001)
[ 0.008196] ACPI: SSDT 0x00000000DDAF70E8 0015D3 (v01 HPQOEM 84A0 00000001 ACPI 20120913)
[ 0.008198] ACPI: SSDT 0x00000000DDAF86C0 00160A (v01 HPQOEM 84A0 00000001 ACPI 20120913)
[ 0.008200] ACPI: SSDT 0x00000000DDAF9CD0 00043B (v01 HPQOEM 84A0 00000001 ACPI 20120913)
[ 0.008202] ACPI: WSMT 0x00000000DDAFA110 000028 (v01 HPQOEM 84A0 01072009 HP 00010013)
[ 0.008204] ACPI: BGRT 0x00000000DDAFA138 000038 (v01 HPQOEM 84A0 01072009 HP 00010013)
[ 0.008213] ACPI: Local APIC address 0xfee00000
[ 0.008309] No NUMA configuration found
[ 0.008310] Faking a node at [mem 0x0000000000000000-0x00000001feffffff]
[ 0.008318] NODE_DATA(0) allocated [mem 0x1fefd5000-0x1feffffff]
[ 0.008576] Zone ranges:
[ 0.008577] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.008578] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.008579] Normal [mem 0x0000000100000000-0x00000001feffffff]
[ 0.008580] Device empty
[ 0.008580] Movable zone start for each node
[ 0.008582] Early memory node ranges
[ 0.008583] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.008584] node 0: [mem 0x0000000000100000-0x00000000da8fafff]
[ 0.008584] node 0: [mem 0x00000000dabfb000-0x00000000dd9dafff]
[ 0.008585] node 0: [mem 0x00000000ddf81000-0x00000000deffffff]
[ 0.008585] node 0: [mem 0x0000000100000000-0x00000001feffffff]
[ 0.008669] Zeroed struct page in unavailable ranges: 6407 pages
[ 0.008670] Initmem setup node 0 [mem 0x0000000000001000-0x00000001feffffff]
[ 0.008672] On node 0 totalpages: 1955577
[ 0.008673] DMA zone: 64 pages used for memmap
[ 0.008674] DMA zone: 27 pages reserved
[ 0.008674] DMA zone: 3999 pages, LIFO batch:0
[ 0.008762] DMA32 zone: 14174 pages used for memmap
[ 0.008763] DMA32 zone: 907098 pages, LIFO batch:63
[ 0.030617] Normal zone: 16320 pages used for memmap
[ 0.030618] Normal zone: 1044480 pages, LIFO batch:63
[ 0.055108] ACPI: PM-Timer IO Port: 0x808
[ 0.055110] ACPI: Local APIC address 0xfee00000
[ 0.055116] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.055124] IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23
[ 0.055127] IOAPIC[1]: apic_id 1, version 33, address 0xfec01000, GSI 24-55
[ 0.055129] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.055131] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.055132] ACPI: IRQ0 used by override.
[ 0.055133] ACPI: IRQ9 used by override.
[ 0.055134] Using ACPI (MADT) for SMP configuration information
[ 0.055136] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.055143] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.055169] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.055171] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.055172] PM: Registered nosave memory: [mem 0xda8fb000-0xdabfafff]
[ 0.055174] PM: Registered nosave memory: [mem 0xdd9db000-0xddacafff]
[ 0.055174] PM: Registered nosave memory: [mem 0xddacb000-0xddafafff]
[ 0.055175] PM: Registered nosave memory: [mem 0xddafb000-0xddc00fff]
[ 0.055175] PM: Registered nosave memory: [mem 0xddc01000-0xddec0fff]
[ 0.055176] PM: Registered nosave memory: [mem 0xddec1000-0xddf80fff]
[ 0.055177] PM: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[ 0.055178] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[ 0.055178] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.055179] PM: Registered nosave memory: [mem 0xfc000000-0xfe6fffff]
[ 0.055179] PM: Registered nosave memory: [mem 0xfe700000-0xfe7fffff]
[ 0.055180] PM: Registered nosave memory: [mem 0xfe800000-0xfeb7ffff]
[ 0.055180] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[ 0.055181] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[ 0.055181] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 0.055182] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[ 0.055182] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.055183] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[ 0.055183] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[ 0.055184] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[ 0.055184] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[ 0.055185] PM: Registered nosave memory: [mem 0xfed90000-0xfedbffff]
[ 0.055185] PM: Registered nosave memory: [mem 0xfedc0000-0xfedc0fff]
[ 0.055186] PM: Registered nosave memory: [mem 0xfedc1000-0xfedc1fff]
[ 0.055186] PM: Registered nosave memory: [mem 0xfedc2000-0xfedc8fff]
[ 0.055187] PM: Registered nosave memory: [mem 0xfedc9000-0xfedfffff]
[ 0.055187] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[ 0.055188] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[ 0.055188] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.055190] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[ 0.055191] Booting paravirtualized kernel on bare hardware
[ 0.055194] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.055205] random: get_random_bytes called from start_kernel+0x97/0x516 with crng_init=0
[ 0.055214] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.055867] percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u524288
[ 0.055874] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[ 0.055875] pcpu-alloc: [0] 0 1 2 3
[ 0.055905] Built 1 zonelists, mobility grouping on. Total pages: 1924992
[ 0.055905] Policy zone: Normal
[ 0.055907] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-37-generic root=UUID=cd8d9a96-1faa-454b-9809-8190ee18730a ro quiet splash vt.handoff=1
[ 0.071322] Calgary: detecting Calgary via BIOS EBDA area
[ 0.071324] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.104765] Memory: 7525404K/7822308K available (14339K kernel code, 2336K rwdata, 4416K rodata, 2588K init, 5192K bss, 296904K reserved, 0K cma-reserved)
[ 0.105000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.105009] ftrace: allocating 41688 entries in 163 pages
[ 0.125036] rcu: Hierarchical RCU implementation.
[ 0.125038] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.125039] Tasks RCU enabled.
[ 0.125040] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.125041] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.127888] NR_IRQS: 524544, nr_irqs: 1000, preallocated irqs: 16
[ 0.128085] vt handoff: transparent VT on vt#1
[ 0.128091] Console: colour dummy device 80x25
[ 0.128097] printk: console [tty0] enabled
[ 0.128118] ACPI: Core revision 20181213
[ 0.128339] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.128350] hpet clockevent registered
[ 0.128354] APIC: Switch to symmetric I/O mode setup
[ 0.149553] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.168354] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2c99ea503c4, max_idle_ns: 440795287709 ns
[ 0.168368] Calibrating delay loop (skipped), value calculated using timer frequency.. 6188.42 BogoMIPS (lpj=12376840)
[ 0.168371] pid_max: default: 32768 minimum: 301
[ 0.170389] LSM: Security Framework initializing
[ 0.170401] Yama: becoming mindful.
[ 0.170426] AppArmor: AppArmor initialized
[ 0.172541] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.173574] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.173629] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.173661] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.173928] BIOS may not properly restore RDRAND after suspend, hiding RDRAND via CPUID. Use rdrand=force to reenable.
[ 0.173983] LVT offset 1 assigned for vector 0xf9
[ 0.173991] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[ 0.173992] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[ 0.173994] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.173995] Spectre V2 : Mitigation: Full AMD retpoline
[ 0.173996] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.174004] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.174005] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.174190] Freeing SMP alternatives memory: 36K
[ 0.285693] smpboot: CPU0: AMD A9-9425 RADEON R5, 5 COMPUTE CORES 2C+3G (family: 0x15, model: 0x70, stepping: 0x0)
[ 0.285825] Performance Events: Fam15h core perfctr, AMD PMU driver.
[ 0.285830] ... version: 0
[ 0.285831] ... bit width: 48
[ 0.285831] ... generic registers: 6
[ 0.285832] ... value mask: 0000ffffffffffff
[ 0.285832] ... max period: 00007fffffffffff
[ 0.285833] ... fixed-purpose events: 0
[ 0.285833] ... event mask: 000000000000003f
[ 0.285874] rcu: Hierarchical SRCU implementation.
[ 0.286636] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.286698] smp: Bringing up secondary CPUs ...
[ 0.286811] x86: Booting SMP configuration:
[ 0.286812] .... node #0, CPUs: #1
[ 0.288356] smp: Brought up 1 node, 2 CPUs
[ 0.288356] smpboot: Max logical packages: 2
[ 0.288356] smpboot: Total of 2 processors activated (12376.84 BogoMIPS)
[ 0.288415] devtmpfs: initialized
[ 0.288418] x86/mm: Memory block size: 128MB
[ 0.289020] PM: Registering ACPI NVS region [mem 0xda8fb000-0xdabfafff] (3145728 bytes)
[ 0.289020] PM: Registering ACPI NVS region [mem 0xddafb000-0xddc00fff] (1073152 bytes)
[ 0.289020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.289020] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.289020] pinctrl core: initialized pinctrl subsystem
[ 0.289020] RTC time: 07:17:08, date: 2020-01-08
[ 0.289020] NET: Registered protocol family 16
[ 0.289020] audit: initializing netlink subsys (disabled)
[ 0.289020] audit: type=2000 audit(1578467828.144:1): state=initialized audit_enabled=0 res=1
[ 0.289020] EISA bus registered
[ 0.289020] cpuidle: using governor ladder
[ 0.289020] cpuidle: using governor menu
[ 0.289020] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.289020] ACPI: bus type PCI registered
[ 0.289020] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.289020] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.289020] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.289020] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[ 0.289020] PCI: Using configuration type 1 for base access
[ 0.289723] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.289723] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.289723] ACPI: Added _OSI(Module Device)
[ 0.289723] ACPI: Added _OSI(Processor Device)
[ 0.289723] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.289723] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.289723] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.289723] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.289723] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.306703] ACPI: 6 ACPI AML tables successfully acquired and loaded
[ 0.312794] ACPI: EC: EC started
[ 0.312795] ACPI: EC: interrupt blocked
[ 0.312917] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as first EC
[ 0.312919] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.312920] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions
[ 0.312921] ACPI: Interpreter enabled
[ 0.312944] ACPI: (supports S0 S3 S4 S5)
[ 0.312945] ACPI: Using IOAPIC for interrupt routing
[ 0.312977] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.313376] ACPI: Enabled 6 GPEs in block 00 to 1F
[ 0.314758] ACPI: Power Resource [P0SD] (off)
[ 0.314790] ACPI: Power Resource [P3SD] (off)
[ 0.314897] ACPI: Power Resource [P0ST] (on)
[ 0.314929] ACPI: Power Resource [P3ST] (on)
[ 0.317476] ACPI: Power Resource [P0U2] (off)
[ 0.317508] ACPI: Power Resource [P3U2] (off)
[ 0.317893] ACPI: Power Resource [P0U3] (off)
[ 0.317926] ACPI: Power Resource [P3U3] (off)
[ 0.320516] ACPI: Power Resource [FN00] (on)
[ 0.321262] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.321268] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.321468] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PME LTR]
[ 0.321656] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug AER PCIeCapability]
[ 0.321657] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.321673] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.322034] PCI host bridge to bus 0000:00
[ 0.322036] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.322037] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.322038] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.322041] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.322042] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.322043] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.322044] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfed3ffff window]
[ 0.322045] pci_bus 0000:00: root bus resource [mem 0xfedca000-0xffffffff window]
[ 0.322047] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.322054] pci 0000:00:00.0: [1022:1576] type 00 class 0x060000
[ 0.322149] pci 0000:00:00.2: [1022:1577] type 00 class 0x080600
[ 0.322253] pci 0000:00:01.0: [1002:98e4] type 00 class 0x030000
[ 0.322269] pci 0000:00:01.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.322277] pci 0000:00:01.0: reg 0x18: [mem 0xf0000000-0xf07fffff 64bit pref]
[ 0.322281] pci 0000:00:01.0: reg 0x20: [io 0xf000-0xf0ff]
[ 0.322286] pci 0000:00:01.0: reg 0x24: [mem 0xfeb00000-0xfeb3ffff]
[ 0.322291] pci 0000:00:01.0: reg 0x30: [mem 0xfeb40000-0xfeb5ffff pref]
[ 0.322294] pci 0000:00:01.0: enabling Extended Tags
[ 0.322302] pci 0000:00:01.0: BAR 0: assigned to efifb
[ 0.322330] pci 0000:00:01.0: supports D1 D2
[ 0.322331] pci 0000:00:01.0: PME# supported from D1 D2 D3hot
[ 0.322413] pci 0000:00:01.1: [1002:15b3] type 00 class 0x040300
[ 0.322426] pci 0000:00:01.1: reg 0x10: [mem 0xfeb64000-0xfeb67fff 64bit]
[ 0.322447] pci 0000:00:01.1: enabling Extended Tags
[ 0.322473] pci 0000:00:01.1: supports D1 D2
[ 0.322538] pci 0000:00:02.0: [1022:157b] type 00 class 0x060000
[ 0.322622] pci 0000:00:02.1: [1022:157c] type 01 class 0x060400
[ 0.322652] pci 0000:00:02.1: enabling Extended Tags
[ 0.322715] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[ 0.322799] pci 0000:00:02.4: [1022:157c] type 01 class 0x060400
[ 0.322829] pci 0000:00:02.4: enabling Extended Tags
[ 0.322865] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[ 0.322945] pci 0000:00:02.5: [1022:157c] type 01 class 0x060400
[ 0.322975] pci 0000:00:02.5: enabling Extended Tags
[ 0.323011] pci 0000:00:02.5: PME# supported from D0 D3hot D3cold
[ 0.323088] pci 0000:00:03.0: [1022:157b] type 00 class 0x060000
[ 0.323175] pci 0000:00:08.0: [1022:1578] type 00 class 0x108000
[ 0.323186] pci 0000:00:08.0: reg 0x10: [mem 0xf0800000-0xf081ffff 64bit pref]
[ 0.323190] pci 0000:00:08.0: reg 0x18: [mem 0xfe800000-0xfe8fffff]
[ 0.323194] pci 0000:00:08.0: reg 0x1c: [mem 0xfeb6f000-0xfeb6ffff]
[ 0.323201] pci 0000:00:08.0: reg 0x24: [mem 0xfeb6a000-0xfeb6bfff]
[ 0.323280] pci 0000:00:09.0: [1022:157d] type 00 class 0x060000
[ 0.323357] pci 0000:00:09.2: [1022:157a] type 00 class 0x040300
[ 0.323366] pci 0000:00:09.2: reg 0x10: [mem 0xfeb60000-0xfeb63fff]
[ 0.323394] pci 0000:00:09.2: PME# supported from D0 D3hot D3cold
[ 0.323478] pci 0000:00:10.0: [1022:7914] type 00 class 0x0c0330
[ 0.323505] pci 0000:00:10.0: reg 0x10: [mem 0xfeb68000-0xfeb69fff 64bit]
[ 0.323607] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[ 0.323697] pci 0000:00:11.0: [1022:7901] type 00 class 0x010601
[ 0.323716] pci 0000:00:11.0: reg 0x10: [io 0xf140-0xf147]
[ 0.323724] pci 0000:00:11.0: reg 0x14: [io 0xf130-0xf133]
[ 0.323731] pci 0000:00:11.0: reg 0x18: [io 0xf120-0xf127]
[ 0.323739] pci 0000:00:11.0: reg 0x1c: [io 0xf110-0xf113]
[ 0.323747] pci 0000:00:11.0: reg 0x20: [io 0xf100-0xf10f]
[ 0.323755] pci 0000:00:11.0: reg 0x24: [mem 0xfeb6d000-0xfeb6d3ff]
[ 0.323791] pci 0000:00:11.0: PME# supported from D3hot
[ 0.324527] pci 0000:00:12.0: [1022:7908] type 00 class 0x0c0320
[ 0.324546] pci 0000:00:12.0: reg 0x10: [mem 0xfeb6c000-0xfeb6c0ff]
[ 0.324617] pci 0000:00:12.0: supports D1 D2
[ 0.324618] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.324691] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.324811] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.324940] pci 0000:00:18.0: [1022:15b0] type 00 class 0x060000
[ 0.325006] pci 0000:00:18.1: [1022:15b1] type 00 class 0x060000
[ 0.325067] pci 0000:00:18.2: [1022:15b2] type 00 class 0x060000
[ 0.325137] pci 0000:00:18.3: [1022:15b3] type 00 class 0x060000
[ 0.325202] pci 0000:00:18.4: [1022:15b4] type 00 class 0x060000
[ 0.325264] pci 0000:00:18.5: [1022:15b5] type 00 class 0x060000
[ 0.325390] pci 0000:00:02.1: PCI bridge to [bus 01]
[ 0.325478] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.325518] pci 0000:02:00.0: reg 0x10: [io 0xe000-0xe0ff]
[ 0.325545] pci 0000:02:00.0: reg 0x18: [mem 0xfea04000-0xfea04fff 64bit]
[ 0.325563] pci 0000:02:00.0: reg 0x20: [mem 0xfea00000-0xfea03fff 64bit]
[ 0.325662] pci 0000:02:00.0: supports D1 D2
[ 0.325663] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.325833] pci 0000:00:02.4: PCI bridge to [bus 02]
[ 0.325837] pci 0000:00:02.4: bridge window [io 0xe000-0xefff]
[ 0.325839] pci 0000:00:02.4: bridge window [mem 0xfea00000-0xfeafffff]
[ 0.325900] pci 0000:03:00.0: [10ec:d723] type 00 class 0x028000
[ 0.325930] pci 0000:03:00.0: reg 0x10: [io 0xd000-0xd0ff]
[ 0.325952] pci 0000:03:00.0: reg 0x18: [mem 0xfe900000-0xfe90ffff 64bit]
[ 0.326064] pci 0000:03:00.0: supports D1 D2
[ 0.326065] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.326199] pci 0000:00:02.5: PCI bridge to [bus 03]
[ 0.326203] pci 0000:00:02.5: bridge window [io 0xd000-0xdfff]
[ 0.326205] pci 0000:00:02.5: bridge window [mem 0xfe900000-0xfe9fffff]
[ 0.327384] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 *5 7 10 11 14 15)
[ 0.327446] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[ 0.327502] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 *11 14 15)
[ 0.327566] ACPI: PCI Interrupt Link [LNKD] (IRQs *4 5 7 10 11 14 15)
[ 0.327625] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[ 0.327675] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[ 0.327727] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 *11 14 15)
[ 0.327776] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 *10 11 14 15)
[ 0.328478] ACPI: EC: interrupt unblocked
[ 0.328478] ACPI: EC: event unblocked
[ 0.328482] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.328482] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions and events
[ 0.328563] SCSI subsystem initialized
[ 0.328563] libata version 3.00 loaded.
[ 0.328563] pci 0000:00:01.0: vgaarb: setting as boot VGA device
[ 0.328563] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.328563] pci 0000:00:01.0: vgaarb: bridge control possible
[ 0.328563] vgaarb: loaded
[ 0.328563] ACPI: bus type USB registered
[ 0.328563] usbcore: registered new interface driver usbfs
[ 0.328563] usbcore: registered new interface driver hub
[ 0.328563] usbcore: registered new device driver usb
[ 0.328563] pps_core: LinuxPPS API ver. 1 registered
[ 0.328563] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.328563] PTP clock support registered
[ 0.328563] EDAC MC: Ver: 3.0.0
[ 0.328563] Registered efivars operations
[ 0.328563] PCI: Using ACPI for IRQ routing
[ 0.330103] PCI: pci_cache_line_size set to 64 bytes
[ 0.330147] e820: reserve RAM buffer [mem 0xda8fb000-0xdbffffff]
[ 0.330148] e820: reserve RAM buffer [mem 0xdd9db000-0xdfffffff]
[ 0.330149] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[ 0.330150] e820: reserve RAM buffer [mem 0x1ff000000-0x1ffffffff]
[ 0.330247] NetLabel: Initializing
[ 0.330248] NetLabel: domain hash size = 128
[ 0.330248] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.330264] NetLabel: unlabeled traffic allowed by default
[ 0.330280] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.330280] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.332366] clocksource: Switched to clocksource tsc-early
[ 0.345554] VFS: Disk quotas dquot_6.6.0
[ 0.345573] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.345713] AppArmor: AppArmor Filesystem Enabled
[ 0.345749] pnp: PnP ACPI init
[ 0.345929] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.345935] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.346008] system 00:01: [mem 0xc0000000-0xdfffffff] could not be reserved
[ 0.346011] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.346082] system 00:02: [mem 0xfeb80000-0xfebfffff] could not be reserved
[ 0.346085] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.346988] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.347031] pnp 00:04: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
[ 0.347071] pnp 00:05: Plug and Play ACPI device, IDs ETD073a ETD0000 PNP0f13 (active)
[ 0.347316] system 00:06: [io 0x04d0-0x04d1] has been reserved
[ 0.347317] system 00:06: [io 0x040b] has been reserved
[ 0.347319] system 00:06: [io 0x04d6] has been reserved
[ 0.347320] system 00:06: [io 0x0c00-0x0c01] has been reserved
[ 0.347321] system 00:06: [io 0x0c14] has been reserved
[ 0.347322] system 00:06: [io 0x0c50-0x0c51] has been reserved
[ 0.347323] system 00:06: [io 0x0c52] has been reserved
[ 0.347324] system 00:06: [io 0x0c6c] has been reserved
[ 0.347325] system 00:06: [io 0x0c6f] has been reserved
[ 0.347327] system 00:06: [io 0x0cd0-0x0cd1] has been reserved
[ 0.347328] system 00:06: [io 0x0cd2-0x0cd3] has been reserved
[ 0.347329] system 00:06: [io 0x0cd4-0x0cd5] has been reserved
[ 0.347331] system 00:06: [io 0x0cd6-0x0cd7] has been reserved
[ 0.347332] system 00:06: [io 0x0cd8-0x0cdf] has been reserved
[ 0.347333] system 00:06: [io 0x0800-0x089f] has been reserved
[ 0.347334] system 00:06: [io 0x0b00-0x0b0f] has been reserved
[ 0.347335] system 00:06: [io 0x0b20-0x0b3f] has been reserved
[ 0.347336] system 00:06: [io 0x0900-0x090f] has been reserved
[ 0.347337] system 00:06: [io 0x0910-0x091f] has been reserved
[ 0.347339] system 00:06: [io 0xfe00-0xfefe] has been reserved
[ 0.347340] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.347342] system 00:06: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.347343] system 00:06: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.347344] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.347345] system 00:06: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.347346] system 00:06: [mem 0xfed61000-0xfed70fff] has been reserved
[ 0.347347] system 00:06: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.347349] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.347352] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.347864] pnp: PnP ACPI: found 7 devices
[ 0.353746] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.353764] pci 0000:00:02.1: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 0.353767] pci 0000:00:02.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 0.353769] pci 0000:00:02.1: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[ 0.353788] pci 0000:00:02.1: BAR 14: assigned [mem 0xf0900000-0xf0afffff]
[ 0.353792] pci 0000:00:02.1: BAR 15: assigned [mem 0xf0b00000-0xf0cfffff 64bit pref]
[ 0.353797] pci 0000:00:02.1: BAR 13: assigned [io 0x1000-0x1fff]
[ 0.353799] pci 0000:00:02.1: PCI bridge to [bus 01]
[ 0.353801] pci 0000:00:02.1: bridge window [io 0x1000-0x1fff]
[ 0.353804] pci 0000:00:02.1: bridge window [mem 0xf0900000-0xf0afffff]
[ 0.353807] pci 0000:00:02.1: bridge window [mem 0xf0b00000-0xf0cfffff 64bit pref]
[ 0.353810] pci 0000:00:02.4: PCI bridge to [bus 02]
[ 0.353812] pci 0000:00:02.4: bridge window [io 0xe000-0xefff]
[ 0.353815] pci 0000:00:02.4: bridge window [mem 0xfea00000-0xfeafffff]
[ 0.353820] pci 0000:00:02.5: PCI bridge to [bus 03]
[ 0.353821] pci 0000:00:02.5: bridge window [io 0xd000-0xdfff]
[ 0.353824] pci 0000:00:02.5: bridge window [mem 0xfe900000-0xfe9fffff]
[ 0.353831] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.353832] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.353833] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.353833] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.353834] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.353835] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.353836] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfed3ffff window]
[ 0.353837] pci_bus 0000:00: resource 11 [mem 0xfedca000-0xffffffff window]
[ 0.353838] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
[ 0.353839] pci_bus 0000:01: resource 1 [mem 0xf0900000-0xf0afffff]
[ 0.353840] pci_bus 0000:01: resource 2 [mem 0xf0b00000-0xf0cfffff 64bit pref]
[ 0.353841] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
[ 0.353842] pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
[ 0.353843] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 0.353844] pci_bus 0000:03: resource 1 [mem 0xfe900000-0xfe9fffff]
[ 0.353935] NET: Registered protocol family 2
[ 0.354131] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[ 0.354160] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.354298] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.354529] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.354593] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.354633] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.354774] NET: Registered protocol family 1
[ 0.354781] NET: Registered protocol family 44
[ 0.354792] pci 0000:00:01.0: disabling ATS (broken on this device)
[ 0.354799] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.354804] pci 0000:00:01.1: Linked as a consumer to 0000:00:01.0
[ 0.355075] pci 0000:00:10.0: PME# does not work under D0, disabling it
[ 0.379754] pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x6a0 took 24086 usecs
[ 0.379776] PCI: CLS 64 bytes, default 64
[ 0.379825] Unpacking initramfs...
[ 0.885205] Freeing initrd memory: 39856K
[ 0.885254] AMD-Vi: IOMMU performance counters supported
[ 0.885410] pci 0000:00:00.2: can't derive routing for PCI INT A
[ 0.885411] pci 0000:00:00.2: PCI INT A: not connected
[ 0.885591] iommu: Adding device 0000:00:01.0 to group 0
[ 0.885603] iommu: Using direct mapping for device 0000:00:01.0
[ 0.885617] iommu: Adding device 0000:00:01.1 to group 0
[ 0.885667] iommu: Adding device 0000:00:02.0 to group 1
[ 0.885682] iommu: Adding device 0000:00:02.1 to group 1
[ 0.885698] iommu: Adding device 0000:00:02.4 to group 1
[ 0.885714] iommu: Adding device 0000:00:02.5 to group 1
[ 0.885773] iommu: Adding device 0000:00:03.0 to group 2
[ 0.885837] iommu: Adding device 0000:00:08.0 to group 3
[ 0.885898] iommu: Adding device 0000:00:09.0 to group 4
[ 0.885912] iommu: Adding device 0000:00:09.2 to group 4
[ 0.885974] iommu: Adding device 0000:00:10.0 to group 5
[ 0.886032] iommu: Adding device 0000:00:11.0 to group 6
[ 0.886096] iommu: Adding device 0000:00:12.0 to group 7
[ 0.886165] iommu: Adding device 0000:00:14.0 to group 8
[ 0.886179] iommu: Adding device 0000:00:14.3 to group 8
[ 0.886263] iommu: Adding device 0000:00:18.0 to group 9
[ 0.886277] iommu: Adding device 0000:00:18.1 to group 9
[ 0.886291] iommu: Adding device 0000:00:18.2 to group 9
[ 0.886305] iommu: Adding device 0000:00:18.3 to group 9
[ 0.886321] iommu: Adding device 0000:00:18.4 to group 9
[ 0.886334] iommu: Adding device 0000:00:18.5 to group 9
[ 0.886351] iommu: Adding device 0000:02:00.0 to group 1
[ 0.886368] iommu: Adding device 0000:03:00.0 to group 1
[ 0.886872] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[ 0.886874] AMD-Vi: Extended features (0x37ef22294ada):
[ 0.886875] PPR NX GT IA GA PC GA_vAPIC
[ 0.886878] AMD-Vi: Interrupt remapping enabled
[ 0.886878] AMD-Vi: Virtual APIC enabled
[ 0.887013] AMD-Vi: Lazy IO/TLB flushing enabled
[ 0.888456] LVT offset 0 assigned for vector 0x400
[ 0.888489] perf: AMD IBS detected (0x000007ff)
[ 0.888498] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.888563] check: Scanning for low memory corruption every 60 seconds
[ 0.890100] Initialise system trusted keyrings
[ 0.890110] Key type blacklist registered
[ 0.890159] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[ 0.891546] zbud: loaded
[ 0.891979] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.892180] fuse init (API version 7.28)
[ 0.927987] Key type asymmetric registered
[ 0.927989] Asymmetric key parser 'x509' registered
[ 0.928011] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.928069] io scheduler mq-deadline registered
[ 0.928754] pciehp 0000:00:02.1:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.929044] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.929108] efifb: probing for efifb
[ 0.929138] efifb: framebuffer at 0xe0000000, using 3072k, total 3072k
[ 0.929139] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 0.929139] efifb: scrolling: redraw
[ 0.929140] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.929242] Console: switching to colour frame buffer device 128x48
[ 0.929256] fb0: EFI VGA frame buffer device
[ 1.207943] ACPI: AC Adapter [AC] (on-line)
[ 1.208026] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 1.208032] ACPI: Power Button [PWRB]
[ 1.208070] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 1.208075] ACPI: Lid Switch [LID]
[ 1.208102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 1.208118] ACPI: Power Button [PWRF]
[ 1.208819] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.208820] ACPI: Thermal Zone [TZ0] (49 C)
[ 1.208939] thermal LNXTHERM:01: registered as thermal_zone1
[ 1.208940] ACPI: Thermal Zone [TZ1] (0 C)
[ 1.209103] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.210534] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 1.210624] Linux agpgart interface v0.103
[ 1.212633] loop: module loaded
[ 1.212871] libphy: Fixed MDIO Bus: probed
[ 1.212872] tun: Universal TUN/TAP device driver, 1.6
[ 1.212904] PPP generic driver version 2.4.2
[ 1.212943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.212945] ehci-pci: EHCI PCI platform driver
[ 1.213127] ehci-pci 0000:00:12.0: EHCI Host Controller
[ 1.213132] ehci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
[ 1.213144] ehci-pci 0000:00:12.0: debug port 2
[ 1.213200] ehci-pci 0000:00:12.0: irq 18, io mem 0xfeb6c000
[ 1.228528] ehci-pci 0000:00:12.0: USB 2.0 started, EHCI 1.00
[ 1.228652] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[ 1.228654] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.228655] usb usb1: Product: EHCI Host Controller
[ 1.228656] usb usb1: Manufacturer: Linux 5.0.0-37-generic ehci_hcd
[ 1.228656] usb usb1: SerialNumber: 0000:00:12.0
[ 1.228796] hub 1-0:1.0: USB hub found
[ 1.228802] hub 1-0:1.0: 2 ports detected
[ 1.228987] ehci-platform: EHCI generic platform driver
[ 1.229007] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.229010] ohci-pci: OHCI PCI platform driver
[ 1.229020] ohci-platform: OHCI generic platform driver
[ 1.229028] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.229161] xhci_hcd 0000:00:10.0: xHCI Host Controller
[ 1.229165] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[ 1.229356] xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000410
[ 1.229591] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[ 1.229592] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.229593] usb usb2: Product: xHCI Host Controller
[ 1.229594] usb usb2: Manufacturer: Linux 5.0.0-37-generic xhci-hcd
[ 1.229595] usb usb2: SerialNumber: 0000:00:10.0
[ 1.229685] hub 2-0:1.0: USB hub found
[ 1.229694] hub 2-0:1.0: 4 ports detected
[ 1.230244] xhci_hcd 0000:00:10.0: xHCI Host Controller
[ 1.230247] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
[ 1.230249] xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
[ 1.236268] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.236286] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[ 1.236287] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.236288] usb usb3: Product: xHCI Host Controller
[ 1.236289] usb usb3: Manufacturer: Linux 5.0.0-37-generic xhci-hcd
[ 1.236289] usb usb3: SerialNumber: 0000:00:10.0
[ 1.236370] hub 3-0:1.0: USB hub found
[ 1.236380] hub 3-0:1.0: 4 ports detected
[ 1.236792] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.244276] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.244279] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.244386] mousedev: PS/2 mouse device common for all mice
[ 1.244518] rtc_cmos 00:03: RTC can wake from S4
[ 1.244634] rtc_cmos 00:03: registered as rtc0
[ 1.244648] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 1.244653] i2c /dev entries driver
[ 1.244751] device-mapper: uevent: version 1.0.3
[ 1.244808] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[ 1.244827] platform eisa.0: Probing EISA bus 0
[ 1.244829] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 1.244830] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 1.244831] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 1.244832] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 1.244833] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 1.244833] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 1.244834] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 1.244835] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 1.244836] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 1.244837] platform eisa.0: EISA: Detected 0 cards
[ 1.244858] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.244860] EFI Variables Facility v0.08 2004-May-17
[ 1.251688] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 1.260923] x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
[ 1.261108] NET: Registered protocol family 10
[ 1.266024] Segment Routing with IPv6
[ 1.266052] NET: Registered protocol family 17
[ 1.266107] Key type dns_resolver registered
[ 1.266279] mce: Using 7 MCE banks
[ 1.266298] RAS: Correctable Errors collector initialized.
[ 1.266334] microcode: CPU0: patch_level=0x06006705
[ 1.266339] microcode: CPU1: patch_level=0x06006705
[ 1.266367] microcode: Microcode Update Driver: v2.2.
[ 1.266380] sched_clock: Marking stable (1250067511, 16295955)->(1380665019, -114301553)
[ 1.266522] registered taskstats version 1
[ 1.266531] Loading compiled-in X.509 certificates
[ 1.268117] Loaded X.509 cert 'Build time autogenerated kernel key: 88fcad88465f792265cf358553c118dce4c5c672'
[ 1.268924] Couldn't get size: 0x800000000000000e
[ 1.268926] MODSIGN: Couldn't get UEFI db list
[ 1.269318] Couldn't get size: 0x800000000000000e
[ 1.269319] MODSIGN: Couldn't get UEFI MokListRT
[ 1.269708] Couldn't get size: 0x800000000000000e
[ 1.269708] MODSIGN: Couldn't get UEFI dbx list
[ 1.269741] zswap: loaded using pool lzo/zbud
[ 1.274345] Key type big_key registered
[ 1.274353] Key type trusted registered
[ 1.276624] Key type encrypted registered
[ 1.276632] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.278217] ima: No TPM chip found, activating TPM-bypass!
[ 1.278224] ima: Allocated hash algorithm: sha1
[ 1.278232] No architecture policies found
[ 1.278249] evm: Initialising EVM extended attributes:
[ 1.278250] evm: security.selinux
[ 1.278250] evm: security.SMACK64
[ 1.278251] evm: security.SMACK64EXEC
[ 1.278251] evm: security.SMACK64TRANSMUTE
[ 1.278251] evm: security.SMACK64MMAP
[ 1.278252] evm: security.apparmor
[ 1.278252] evm: security.ima
[ 1.278252] evm: security.capability
[ 1.278253] evm: HMAC attrs: 0x1
[ 1.279266] Magic number: 4:30:268
[ 1.279376] rtc_cmos 00:03: setting system clock to 2020-01-08T07:17:09 UTC (1578467829)
[ 1.279538] acpi_cpufreq: overriding BIOS provided _PSD data
[ 1.281310] Freeing unused decrypted memory: 2040K
[ 1.282095] Freeing unused kernel image memory: 2588K
[ 1.300619] Write protecting the kernel read-only data: 22528k
[ 1.301283] Freeing unused kernel image memory: 2016K
[ 1.301851] Freeing unused kernel image memory: 1728K
[ 1.311371] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.311374] Run /init as init process
[ 1.386094] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 1.386455] acpi device:02: registered as cooling_device3
[ 1.386504] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[ 1.407276] ahci 0000:00:11.0: version 3.0
[ 1.407508] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 1.407511] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio slum part
[ 1.407568] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 1.410615] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 1.410618] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 1.414418] scsi host0: ahci
[ 1.421956] scsi host1: ahci
[ 1.422087] ata1: SATA max UDMA/133 abar m1024@0xfeb6d000 port 0xfeb6d100 irq 19
[ 1.422089] ata2: SATA max UDMA/133 abar m1024@0xfeb6d000 port 0xfeb6d180 irq 19
[ 1.422504] libphy: r8169: probed
[ 1.422853] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 7c:d3:0a:73:cf:c6, XID 541, IRQ 31
[ 1.422855] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 1.456159] r8169 0000:02:00.0 eno1: renamed from eth0
[ 1.564533] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.721023] usb 1-1: New USB device found, idVendor=0438, idProduct=7900, bcdDevice= 0.18
[ 1.721026] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.721295] hub 1-1:1.0: USB hub found
[ 1.721395] hub 1-1:1.0: 4 ports detected
[ 1.896595] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.896618] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.896928] ata1.00: ATA-11: LITEON CV8-8E128-HP, V881, max UDMA/100
[ 1.896930] ata1.00: 250069680 sectors, multi 2: LBA48 NCQ (depth 32), AA
[ 1.897509] ata1.00: configured for UDMA/100
[ 1.897694] scsi 0:0:0:0: Direct-Access ATA LITEON CV8-8E128 V881 PQ: 0 ANSI: 5
[ 1.897905] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.898010] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[ 1.898012] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.898021] sd 0:0:0:0: [sda] Write Protect is off
[ 1.898023] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.898044] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.899933] sda: sda1 sda2
[ 1.900336] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.904404] tsc: Refined TSC clocksource calibration: 3094.192 MHz
[ 1.904409] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2c99d8d467b, max_idle_ns: 440795208709 ns
[ 1.904422] clocksource: Switched to clocksource tsc
[ 1.907577] ata2.00: ATA-10: ST1000LM035-1RK172, RSM7, max UDMA/100
[ 1.907582] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.933659] ata2.00: configured for UDMA/100
[ 1.933908] scsi 1:0:0:0: Direct-Access ATA ST1000LM035-1RK1 RSM7 PQ: 0 ANSI: 5
[ 1.934121] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 1.934220] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 1.934221] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 1.934231] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.934232] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.934246] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.008595] usb 1-1.1: new high-speed USB device number 3 using ehci-pci
[ 2.041925] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 2.052059] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5d4f01)
[ 2.056756] random: fast init done
[ 2.058858] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.058867] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.058961] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.065985] psmouse serio1: elantech: Synaptics capabilities query result 0x71, 0x1a, 0x0b.
[ 2.080244] psmouse serio1: elantech: Elan sample query result 02, b7, 97
[ 2.103342] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.124612] usb 1-1.1: New USB device found, idVendor=0408, idProduct=5362, bcdDevice= 0.02
[ 2.124615] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.124616] usb 1-1.1: Product: HP TrueVision HD Camera
[ 2.124617] usb 1-1.1: Manufacturer: SunplusIT Inc
[ 2.165244] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6
[ 2.204389] usb 1-1.2: new full-speed USB device number 4 using ehci-pci
[ 2.309292] 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)
[ 2.316441] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[ 2.316443] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.316444] usb 1-1.2: Product: USB Receiver
[ 2.316445] usb 1-1.2: Manufacturer: Logitech
[ 2.328614] systemd[1]: Detected architecture x86-64.
[ 2.331374] systemd[1]: Set hostname to <antares-HP-Laptop-14-cm0xxx>.
[ 2.396394] usb 1-1.3: new full-speed USB device number 5 using ehci-pci
[ 2.472573] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.472807] systemd[1]: Created slice System Slice.
[ 2.472881] systemd[1]: Listening on udev Kernel Socket.
[ 2.472957] systemd[1]: Listening on Journal Socket.
[ 2.473714] systemd[1]: Mounting POSIX Message Queue File System...
[ 2.474740] systemd[1]: Mounting Kernel Debug File System...
[ 2.475063] systemd[1]: Listening on Journal Audit Socket.
[ 2.506982] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 2.513671] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=b009, bcdDevice= 2.00
[ 2.513674] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.513675] usb 1-1.3: Product: 802.11n WLAN Adapter
[ 2.513677] usb 1-1.3: Manufacturer: Realtek
[ 2.513678] usb 1-1.3: SerialNumber: 00e04c000001
[ 2.520081] lp: driver loaded but no devices found
[ 2.545397] ppdev: user-space parallel port driver
[ 2.665398] systemd-journald[288]: Received request to flush runtime journal from PID 1
[ 2.720888] Adding 2097148k swap on /swapfile. Priority:-2 extents:6 across:2260988k SSFS
[ 2.954564] Bluetooth: Core ver 2.22
[ 2.954598] NET: Registered protocol family 31
[ 2.954599] Bluetooth: HCI device and connection manager initialized
[ 2.954608] Bluetooth: HCI socket layer initialized
[ 2.954611] Bluetooth: L2CAP socket layer initialized
[ 2.954615] Bluetooth: SCO socket layer initialized
[ 3.003023] usbcore: registered new interface driver btusb
[ 3.008420] Bluetooth: hci0: RTL: rtl: examining hci_ver=08 hci_rev=000d lmp_ver=08 lmp_subver=8723
[ 3.011125] Bluetooth: hci0: RTL: rom_version status=0 version=2
[ 3.011128] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8723d_fw.bin
[ 3.034862] input: HP Wireless hotkeys as /devices/virtual/input/input7
[ 3.037406] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8723d_config.bin
[ 3.089935] Bluetooth: hci0: RTL: cfg_sz 10, total sz 33266
[ 3.263092] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 3.286096] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 3.347310] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 3.368628] media: Linux media interface: v0.10
[ 3.383854] PKCS#7 signature not signed with a trusted key
[ 3.383863] rtlwifi: loading out-of-tree module taints kernel.
[ 3.394230] rtlwifi: module verification failed: signature and/or required key missing - tainting kernel
[ 3.398415] videodev: Linux video capture interface: v2.00
[ 3.401487] PKCS#7 signature not signed with a trusted key
[ 3.402493] PKCS#7 signature not signed with a trusted key
[ 3.405615] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.412852] usbcore: registered new interface driver usbhid
[ 3.412854] usbhid: USB HID core driver
[ 3.422573] [drm] amdgpu kernel modesetting enabled.
[ 3.426971] ACPI Error: Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20181213/dsopcode-201)
[ 3.426985] No Local Variables are initialized for Method [HWMC]
[ 3.426987] Initialized Arguments for Method [HWMC]: (2 arguments defined for method invocation)
[ 3.426988] Arg0: (____ptrval____) <Obj> Integer 0000000000000002
[ 3.426993] Arg1: (____ptrval____) <Obj> Buffer(20) 53 45 43 55 01 00 00 00
[ 3.427002] ACPI Error: Method parse/execution failed \HWMC, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 3.427012] ACPI Error: Method parse/execution failed \_SB.WMID.WMAA, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 3.427075] ACPI Error: Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20181213/dsopcode-201)
[ 3.427081] No Local Variables are initialized for Method [HWMC]
[ 3.427083] Initialized Arguments for Method [HWMC]: (2 arguments defined for method invocation)
[ 3.427084] Arg0: (____ptrval____) <Obj> Integer 0000000000000002
[ 3.427087] Arg1: (____ptrval____) <Obj> Buffer(20) 53 45 43 55 01 00 00 00
[ 3.427096] ACPI Error: Method parse/execution failed \HWMC, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 3.427104] ACPI Error: Method parse/execution failed \_SB.WMID.WMAA, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 3.427167] ACPI Error: Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20181213/dsopcode-201)
[ 3.427173] No Local Variables are initialized for Method [HWMC]
[ 3.427174] Initialized Arguments for Method [HWMC]: (2 arguments defined for method invocation)
[ 3.427175] Arg0: (____ptrval____) <Obj> Integer 0000000000000002
[ 3.427179] Arg1: (____ptrval____) <Obj> Buffer(20) 53 45 43 55 01 00 00 00
[ 3.427186] ACPI Error: Method parse/execution failed \HWMC, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 3.427194] ACPI Error: Method parse/execution failed \_SB.WMID.WMAA, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 3.427264] input: HP WMI hotkeys as /devices/virtual/input/input8
[ 3.427517] ACPI Error: Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20181213/dsopcode-201)
[ 3.427526] No Local Variables are initialized for Method [HWMC]
[ 3.427527] Initialized Arguments for Method [HWMC]: (2 arguments defined for method invocation)
[ 3.427528] Arg0: (____ptrval____) <Obj> Integer 0000000000000002
[ 3.427533] Arg1: (____ptrval____) <Obj> Buffer(20) 53 45 43 55 01 00 00 00
[ 3.427540] ACPI Error: Method parse/execution failed \HWMC, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 3.427550] ACPI Error: Method parse/execution failed \_SB.WMID.WMAA, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 3.427611] ACPI Error: Field [D128] at bit offset/length 128/1024 exceeds size of target Buffer (160 bits) (20181213/dsopcode-201)
[ 3.427618] No Local Variables are initialized for Method [HWMC]
[ 3.427619] Initialized Arguments for Method [HWMC]: (2 arguments defined for method invocation)
[ 3.427620] Arg0: (____ptrval____) <Obj> Integer 0000000000000003
[ 3.427623] Arg1: (____ptrval____) <Obj> Buffer(20) 53 45 43 55 01 00 00 00
[ 3.427630] ACPI Error: Method parse/execution failed \HWMC, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 3.427639] ACPI Error: Method parse/execution failed \_SB.WMID.WMAA, AE_AML_BUFFER_LIMIT (20181213/psparse-531)
[ 3.427890] Parsing CRAT table with 1 nodes
[ 3.427894] Creating topology SYSFS entries
[ 3.427932] Topology: Add APU node [0x0:0x0]
[ 3.427933] Finished initializing topology
[ 3.428018] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[ 3.428020] fb0: switching to amdgpudrmfb from EFI VGA
[ 3.428109] Console: switching to colour dummy device 80x25
[ 3.429008] PKCS#7 signature not signed with a trusted key
[ 3.431944] [drm] initializing kernel modesetting (STONEY 0x1002:0x98E4 0x103C:0x84A0 0xDA).
[ 3.432339] [drm] register mmio base: 0xFEB00000
[ 3.432340] [drm] register mmio size: 262144
[ 3.432343] [drm] add ip block number 0 <vi_common>
[ 3.432344] [drm] add ip block number 1 <gmc_v8_0>
[ 3.432345] [drm] add ip block number 2 <cz_ih>
[ 3.432346] [drm] add ip block number 3 <gfx_v8_0>
[ 3.432347] [drm] add ip block number 4 <sdma_v3_0>
[ 3.432349] [drm] add ip block number 5 <powerplay>
[ 3.432350] [drm] add ip block number 6 <dm>
[ 3.432350] [drm] add ip block number 7 <uvd_v6_0>
[ 3.432351] [drm] add ip block number 8 <vce_v3_0>
[ 3.432352] [drm] add ip block number 9 <acp_ip>
[ 3.432356] amdgpu 0000:00:01.0: kfd not supported on this ASIC
[ 3.433100] [drm] UVD is enabled in physical mode
[ 3.433103] [drm] VCE enabled in VM mode
[ 3.443508] PKCS#7 signature not signed with a trusted key
[ 3.446736] PKCS#7 signature not signed with a trusted key
[ 3.447396] rtl8723de 0000:03:00.0: enabling device (0000 -> 0003)
[ 3.468492] uvcvideo: Found UVC 1.00 device HP TrueVision HD Camera (0408:5362)
[ 3.470237] rtl8723de: Using firmware rtlwifi/rtl8723defw.bin
[ 3.505319] [drm] BIOS signature incorrect 1e 0
[ 3.505402] ATOM BIOS: 113-C91400-007
[ 3.505460] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[ 3.505468] amdgpu 0000:00:01.0: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[ 3.505470] amdgpu 0000:00:01.0: GART: 1024M 0x000000FF00000000 - 0x000000FF3FFFFFFF
[ 3.505475] [drm] Detected VRAM RAM=512M, BAR=512M
[ 3.505477] [drm] RAM width 64bits UNKNOWN
[ 3.510481] uvcvideo 1-1.1:1.0: Entity type for entity Extension 4 was not initialized!
[ 3.510485] uvcvideo 1-1.1:1.0: Entity type for entity Extension 3 was not initialized!
[ 3.510486] uvcvideo 1-1.1:1.0: Entity type for entity Processing 2 was not initialized!
[ 3.510488] uvcvideo 1-1.1:1.0: Entity type for entity Camera 1 was not initialized!
[ 3.511538] input: HP TrueVision HD Camera: HP Tru as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input9
[ 3.511595] [TTM] Zone kernel: Available graphics memory: 3836852 kiB
[ 3.511596] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 3.511597] [TTM] Initializing pool allocator
[ 3.511663] usbcore: registered new interface driver uvcvideo
[ 3.511663] USB Video Class driver (1.1.1)
[ 3.511865] [TTM] Initializing DMA pool allocator
[ 3.511953] [drm] amdgpu: 512M of VRAM memory ready
[ 3.511959] [drm] amdgpu: 3072M of GTT memory ready.
[ 3.511996] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 3.512029] [drm] PCIE GART of 1024M enabled (table at 0x000000F400300000).
[ 3.519911] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[ 3.520257] rtlwifi: rtlwifi: wireless switch is on
[ 3.554067] cryptd: max_cpu_qlen set to 1000
[ 3.585914] random: crng init done
[ 3.585918] random: 7 urandom warning(s) missed due to ratelimiting
[ 3.596670] AVX2 version of gcm_enc/dec engaged.
[ 3.596671] AES CTR mode by8 optimization enabled
[ 3.605263] PKCS#7 signature not signed with a trusted key
[ 3.605278] wl: module license 'MIXED/Proprietary' taints kernel.
[ 3.605279] Disabling lock debugging due to kernel taint
[ 3.637589] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[ 3.637808] snd_hda_intel 0000:00:09.2: enabling device (0004 -> 0006)
[ 3.663860] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input10
[ 3.668081] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC236: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 3.668084] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 3.668086] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 3.668087] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 3.668092] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 3.668094] snd_hda_codec_realtek hdaudioC1D0: Mic=0x19
[ 3.668095] snd_hda_codec_realtek hdaudioC1D0: Internal Mic=0x12
[ 3.670549] [drm] Found UVD firmware Version: 1.38 Family ID: 15
[ 3.670587] [drm] UVD ENC is disabled
[ 3.680158] [drm] Found VCE firmware Version: 52.0 Binary ID: 3
[ 3.685048] smu version 26.17.00
[ 3.732484] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:09.2/sound/card1/input11
[ 3.732540] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:09.2/sound/card1/input12
[ 3.846851] [drm] DM_PPLIB: values for Engine clock
[ 3.846854] [drm] DM_PPLIB: 200000
[ 3.846854] [drm] DM_PPLIB: 300000
[ 3.846855] [drm] DM_PPLIB: 400000
[ 3.846855] [drm] DM_PPLIB: 496560
[ 3.846856] [drm] DM_PPLIB: 600000
[ 3.846856] [drm] DM_PPLIB: 720000
[ 3.846857] [drm] DM_PPLIB: 847060
[ 3.846857] [drm] DM_PPLIB: 900000
[ 3.846858] [drm] DM_PPLIB: Validation clocks:
[ 3.846859] [drm] DM_PPLIB: engine_max_clock: 90000
[ 3.846859] [drm] DM_PPLIB: memory_max_clock: 93300
[ 3.846860] [drm] DM_PPLIB: level : 8
[ 3.846861] [drm] DM_PPLIB: values for Display clock
[ 3.846862] [drm] DM_PPLIB: 300000
[ 3.846862] [drm] DM_PPLIB: 400000
[ 3.846863] [drm] DM_PPLIB: 496560
[ 3.846863] [drm] DM_PPLIB: 626090
[ 3.846864] [drm] DM_PPLIB: 685720
[ 3.846864] [drm] DM_PPLIB: 757900
[ 3.846864] [drm] DM_PPLIB: 800000
[ 3.846865] [drm] DM_PPLIB: 847060
[ 3.846865] [drm] DM_PPLIB: Validation clocks:
[ 3.846866] [drm] DM_PPLIB: engine_max_clock: 90000
[ 3.846866] [drm] DM_PPLIB: memory_max_clock: 93300
[ 3.846867] [drm] DM_PPLIB: level : 8
[ 3.846868] [drm] DM_PPLIB: values for Memory clock
[ 3.846868] [drm] DM_PPLIB: 667000
[ 3.846869] [drm] DM_PPLIB: 933000
[ 3.846869] [drm] DM_PPLIB: Validation clocks:
[ 3.846869] [drm] DM_PPLIB: engine_max_clock: 90000
[ 3.846870] [drm] DM_PPLIB: memory_max_clock: 93300
[ 3.846870] [drm] DM_PPLIB: level : 8
[ 3.856193] kvm: disabled by bios
[ 3.856540] [drm] Display Core initialized with v3.2.08!
[ 3.875152] [drm] SADs count is: -2, don't need to read it
[ 3.877318] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.877319] [drm] Driver supports precise vblank timestamp query.
[ 3.906235] MCE: In-kernel MCE decoding enabled.
[ 3.908342] kvm: disabled by bios
[ 3.990452] [drm] UVD initialized successfully.
[ 4.095259] [drm] VCE initialized successfully.
[ 4.106960] [drm] fb mappable at 0x1FF76D000
[ 4.106962] [drm] vram apper at 0x1FF000000
[ 4.106963] [drm] size 4325376
[ 4.106964] [drm] fb depth is 24
[ 4.106964] [drm] pitch is 5632
[ 4.113061] fbcon: amdgpudrmfb (fb0) is primary device
[ 4.114565] Console: switching to colour frame buffer device 170x48
[ 4.114594] amdgpu 0000:00:01.0: fb0: amdgpudrmfb frame buffer device
[ 4.230018] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C534.0001/input/input13
[ 4.272380] [drm] Initialized amdgpu 3.27.0 20150101 for 0000:00:01.0 on minor 0
[ 4.289329] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:12.0-1.2/input0
[ 4.289674] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C534.0002/input/input14
[ 4.290412] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C534.0002/input/input15
[ 4.300859] rtl8723de 0000:03:00.0 wlp3s0: renamed from wlan0
[ 4.348524] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C534.0002/input/input16
[ 4.348952] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:12.0-1.2/input1
[ 4.706941] audit: type=1400 audit(1578467832.921:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=773 comm="apparmor_parser"
[ 4.706945] audit: type=1400 audit(1578467832.921:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=773 comm="apparmor_parser"
[ 4.706948] audit: type=1400 audit(1578467832.921:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=773 comm="apparmor_parser"
[ 4.706950] audit: type=1400 audit(1578467832.921:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=773 comm="apparmor_parser"
[ 4.732195] audit: type=1400 audit(1578467832.945:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=776 comm="apparmor_parser"
[ 4.732200] audit: type=1400 audit(1578467832.945:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=776 comm="apparmor_parser"
[ 4.732203] audit: type=1400 audit(1578467832.945:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=776 comm="apparmor_parser"
[ 4.734084] audit: type=1400 audit(1578467832.949:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=777 comm="apparmor_parser"
[ 4.735477] audit: type=1400 audit(1578467832.949:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=778 comm="apparmor_parser"
[ 5.003216] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.003218] Bluetooth: BNEP filters: protocol multicast
[ 5.003224] Bluetooth: BNEP socket layer initialized
[ 5.265503] Bluetooth: hci0: command 0xfc20 tx timeout
[ 5.589100] Generic PHY r8169-200:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
[ 5.707602] r8169 0000:02:00.0 eno1: Link is Down
[ 9.615748] rfkill: input handler disabled
[ 11.152153] r8169 0000:02:00.0 eno1: Link is Up - 1Gbps/Full - flow control rx/tx
[ 11.152172] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[ 13.424392] Bluetooth: hci0: RTL: download fw command failed (-110)
[ 112.650866] EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: (null)
[ 4873.925618] perf: interrupt took too long (2511 > 2500), lowering kernel.perf_event_max_sample_rate to 79500
Hors ligne
#12 Le 08/01/2020, à 11:20
- xubu1957
Re : Bluetooth ne s'active plus
Bonjour,
Je relève :
Bluetooth: hci0: RTL: download fw command failed (-110)
Il semble nécessaire d'avoir un pilote réservé au Bluetooth, à lire> superuser.com/questions/1301390/bluetooth-not-working-for-realtek-rtl8723de-hci0-didnt-find-patch-for-chip-.
Je vais signaler ton fil à Naziel, mais je ne connais pas ses disponibilités.
_ _ _
> askubuntu.com/questions/1200750/cannot-start-realtek-8723-bluetooth-in-ubuntu-19-10
En attente d'éventuelles réponses !
Dernière modification par xubu1957 (Le 08/01/2020, à 11:37)
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
#13 Le 08/01/2020, à 14:41
- antares876
Re : Bluetooth ne s'active plus
ok merci.
Mais dans ce cas, pourquoi est-ce que le bluetooth fonctionnait jusqu’à début décembre?
Hors ligne
#14 Le 08/01/2020, à 14:46
- xubu1957
Re : Bluetooth ne s'active plus
J'en sais rien, sur un forum d'entraide, on voit surtout les pannes.
rc blueman 2.0.5-1ubuntu1 amd64 Graphical bluetooth manager
rc indicator-bluetooth 0.0.6+17.10.20170605-0ubuntu3 amd64 System bluetooth indicator.
Tu avais tripoté des paquets ?
Fais voir :
dpkg -l | grep -v ^ii
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
#15 Le 08/01/2020, à 14:54
- antares876
Re : Bluetooth ne s'active plus
a part les mises a jours et peut être installation de nouveaux logiciels, je n'ai rien tripoté.
antares@antares-HP-Laptop-14-cm0xxx:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-=============================================-===============================================-============-===============================================================================
rc blueman 2.0.5-1ubuntu1 amd64 Graphical bluetooth manager
rc indicator-applet 12.10.2+17.10.20170425-0ubuntu1 amd64 GNOME panel indicator applet
rc indicator-bluetooth 0.0.6+17.10.20170605-0ubuntu3 amd64 System bluetooth indicator.
rc indicator-datetime 15.10+17.10.20170829.2-0ubuntu4 amd64 Simple clock
rc indicator-keyboard 0.0.0+18.04.20180216-0ubuntu1 amd64 Keyboard indicator
rc indicator-messages 13.10.1+17.04.20170120-0ubuntu2 amd64 indicator that collects messages that need a response
rc indicator-power 12.10.6+17.10.20170829.1-0ubuntu4 amd64 Indicator showing power state.
rc indicator-sound 12.10.2+18.04.20180420.3-0ubuntu1 amd64 System sound indicator.
rc libglade2-0:amd64 1:2.6.4-2 amd64 library to load .glade files at runtime
rc linux-image-4.18.0-15-generic 4.18.0-15.16~18.04.1 amd64 Signed kernel image generic
rc linux-image-4.18.0-25-generic 4.18.0-25.26~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.0.0-23-generic 5.0.0-23.24~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.0.0-25-generic 5.0.0-25.26~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.0.0-27-generic 5.0.0-27.28~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.0.0-29-generic 5.0.0-29.31~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.0.0-31-generic 5.0.0-31.33~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.0.0-32-generic 5.0.0-32.34~18.04.2 amd64 Signed kernel image generic
rc linux-image-5.0.0-35-generic 5.0.0-35.38~18.04.1 amd64 Signed kernel image generic
rc linux-modules-4.18.0-15-generic 4.18.0-15.16~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-4.18.0-25-generic 4.18.0-25.26~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-23-generic 5.0.0-23.24~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-25-generic 5.0.0-25.26~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-27-generic 5.0.0-27.28~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-29-generic 5.0.0-29.31~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-31-generic 5.0.0-31.33~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-32-generic 5.0.0-32.34~18.04.2 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-35-generic 5.0.0-35.38~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-4.18.0-15-generic 4.18.0-15.16~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-extra-4.18.0-25-generic 4.18.0-25.26~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-23-generic 5.0.0-23.24~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-25-generic 5.0.0-25.26~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-27-generic 5.0.0-27.28~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-29-generic 5.0.0-29.31~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-31-generic 5.0.0-31.33~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-32-generic 5.0.0-32.34~18.04.2 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-35-generic 5.0.0-35.38~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc nautilus-dropbox 2015.10.28-1ubuntu2 amd64 Dropbox integration for Nautilus
rc python-twisted-core 17.9.0-2 all Event-based framework for internet applications
rc unity-control-center 15.04.0+18.04.20180216-0ubuntu1 amd64 utilities to configure the GNOME desktop
rc unity-settings-daemon 15.04.1+18.04.20180413-0ubuntu1.2 amd64 daemon handling the Unity session settings
Hors ligne
#16 Le 08/01/2020, à 14:58
- xubu1957
Re : Bluetooth ne s'active plus
Si tu veux nettoyer :
Pour supprimer tous ces fichiers de configuration devenus sans objets et marqués "rc", et uniquement ces fichiers,
exécuter :dpkg -l | awk '/^rc/{print $2}' | xargs -r sudo dpkg -P
Tu as les icônes du Bluetooth et du son dans ta barre d'outils ?
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
#18 Le 25/02/2020, à 11:18
- xubu1957
Re : Bluetooth ne s'active plus
Bonjour,
Amélioration avec le noyau 5.3.0-40 > [Résolu] Plus de bluetooth depuis la mise à niveau 19.10
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
Pages : 1