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.

#1 Le 11/11/2021, à 17:04

kookie68

Pilote graphique Radeon 2300 (non résolu mais clos)

Bonjour à vous
j'ai "déterré" un portable Asus F5VL avec puce graphique ATI Radeon X2300, qui fonctionnait déjà pas mal avec une Manjaro. Ne retrouvant plus le mot de passe, j'ai pensé refaire la machine et mettre une Xubuntu. Je passe les détails de mes tracas, et je me retrouve maintenant avec une version 21.10. Tout fonctionne, sauf l'affichage qui est mauvais : le scroll est saccadé, les polices sont floues (mes lunettes sont propres wink), les images sont pourries.

J'ai déjà fait un tas d'essais d'installation de pilotes radeon, j'ai écumé les forums (peut-être pas les bons ou alors avec un anglais technique hors de portée). L'écran n'est pas ou mal détecté, le taux de rafraichissement est à zéro et ne peut pas être modifié. Bref, avant que je jette la machine par la fenêtre, j'aimerais avoir votre avis smile

Voilà quelques infos techniques :

momo@momo-F5VL:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV516/M64 [Mobility Radeon X2300] [1002:718a] (prog-if 00 [VGA controller])
	Kernel modules: radeon
momo@momo-F5VL:~$  sudo lshw -enable pci -class display
[sudo] Mot de passe de momo : 
  *-display NON-RÉCLAMÉ     
       description: VGA compatible controller
       produit: RV516/M64 [Mobility Radeon X2300]
       fabricant: Advanced Micro Devices, Inc. [AMD/ATI]
       identifiant matériel: 0
       information bus: pci@0000:01:00.0
       version: 00
       bits: 32 bits
       horloge: 33MHz
       fonctionnalités: pm pciexpress msi vga_controller cap_list
       configuration : latency=0
       ressources : portE/S:a800(taille=256) mémoire:fa9f0000-fa9fffff mémoire:c0000-dffff

les drivers :

momo@momo-F5VL:~$ grep "drivers" /var/log/Xorg.0.log
[     9.331] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[     9.470] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[     9.483] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.486] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     9.489] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
momo@momo-F5VL:~$  glxinfo | grep OpenGL
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 12.0.1, 128 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.2.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.1 Mesa 21.2.2
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
momo@momo-F5VL:~$ fglrxinfo -v | grep OpenGL
fglrxinfo : commande introuvable
momo@momo-F5VL:~$ lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV516/M64 [Mobility Radeon X2300]
momo@momo-F5VL:~$ aticonfig --lsp
aticonfig : commande introuvable
momo@momo-F5VL:~$ lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV516/M64 [Mobility Radeon X2300] [1002:718a] (prog-if 00 [VGA controller])
	Kernel modules: radeon
momo@momo-F5VL:~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 800 x 600, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
   1024x768       0.00* 
   800x600        0.00 
momo@momo-F5VL:~$ uname -a
Linux momo-F5VL 5.13.0-21-generic #21-Ubuntu SMP Tue Oct 19 08:59:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Le kernel utilisé :

momo@momo-F5VL:~$ cat /proc/version
Linux version 5.13.0-21-generic (buildd@lgw01-amd64-052) (gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.37) #21-Ubuntu SMP Tue Oct 19 08:59:28 UTC 2021

Les kernels installés :

momo@momo-F5VL:~$ dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'
ii  linux-image-5.11.0-40-generic          5.11.0-40.44  amd64
ii  linux-modules-5.11.0-40-generic        5.11.0-40.44  amd64
ii  linux-modules-extra-5.11.0-40-generic  5.11.0-40.44  amd64
ii  linux-headers-5.13.0-21                5.13.0-21.21  all
ii  linux-headers-5.13.0-21-generic        5.13.0-21.21  amd64
ii  linux-image-5.13.0-21-generic          5.13.0-21.21  amd64
ii  linux-modules-5.13.0-21-generic        5.13.0-21.21  amd64
ii  linux-modules-extra-5.13.0-21-generic  5.13.0-21.21  amd64
ii  linux-generic                          5.13.0.21.32  amd64
ii  linux-headers-generic                  5.13.0.21.32  amd64
ii  linux-image-generic                    5.13.0.21.32  amd64
ii  linux-headers-generic-hwe-18.04        5.4.0.90.94   amd64

Voilà les quelques infos qui pourraient vous être utiles. Et j'en ai sûrement oublié ! Je suis à votre disposition pour d'autres retours de commande. Un grand merci d'avance. Je destinais ce PC à une personne d'un certain âge, et donc avec une vue basse. Et là, ça le fait vraiment pas ! wink

Dernière modification par kookie68 (Le 08/12/2021, à 09:26)

Hors ligne

#2 Le 11/11/2021, à 22:11

Nuliel

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

Bonjour,
C'est dommage de réinstaller pour un mot de passe oublié s'il y a pas de chiffrement, ça se change relativement facilement.
Tu peux redémarrer le pc et donner

sudo dmesg

on verra peut être des erreurs

Dernière modification par Nuliel (Le 11/11/2021, à 22:11)

Hors ligne

#3 Le 14/11/2021, à 11:32

kookie68

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

Bonjour Nuliel et merci pour ta réponse, mais j'ai déjà réinstallé.

Pour être plus exhaustif, je vais synthétiser les actions que j'ai entreprises :
1 - Installation de Xubuntu 20.04 (échouée. La bécane lance bien le DVD, mais n'arrive jamais sur la partie graphique qui permet d'installer le système)
2 - Tentatives avec d'autres DVD (Debian, Mandriva, même problème)
3 - Installation avec un vieux Xubuntu 18.04 (fonctionne mais avec déjà un graphisme pas terrible)
4 - Upgrade vers 20.04
5 - Après pas mal d'essais d'installation des drivers proprio ATI/Radeon, je passe par un upgrade vers 21.10 pour avoir le noyau le plus récent. Toujours pareil. Tout fonctionne à part le graphisme qui est toujours aussi moyen.

Hors ligne

#4 Le 14/11/2021, à 11:39

kookie68

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

La commande dmesg donne (curieux, je n'ai pas l'invite du début :

[    0.001101] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.001106] Spectre V2 : Mitigation: Full generic retpoline
[    0.001108] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.001111] Speculative Store Bypass: Vulnerable
[    0.001117] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.012617] Freeing SMP alternatives memory: 40K
[    0.125851] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T5250  @ 1.50GHz (family: 0x6, model: 0xf, stepping: 0xd)
[    0.126196] Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
[    0.126212] core: PEBS disabled due to CPU errata
[    0.126216] ... version:                2
[    0.126218] ... bit width:              40
[    0.126220] ... generic registers:      2
[    0.126222] ... value mask:             000000ffffffffff
[    0.126225] ... max period:             000000007fffffff
[    0.126227] ... fixed-purpose events:   3
[    0.126229] ... event mask:             0000000700000003
[    0.126473] rcu: Hierarchical SRCU implementation.
[    0.127710] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.127830] smp: Bringing up secondary CPUs ...
[    0.128018] x86: Booting SMP configuration:
[    0.128018] .... node  #0, CPUs:      #1
[    0.131773] smp: Brought up 1 node, 2 CPUs
[    0.131773] smpboot: Max logical packages: 1
[    0.131773] smpboot: Total of 2 processors activated (6001.22 BogoMIPS)
[    0.132601] devtmpfs: initialized
[    0.132601] x86/mm: Memory block size: 128MB
[    0.136076] PM: Registering ACPI NVS region [mem 0xbffa8000-0xbffaffff] (32768 bytes)
[    0.136082] PM: Registering ACPI NVS region [mem 0xbffbe000-0xbfffffff] (270336 bytes)
[    0.136195] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.136215] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.136354] pinctrl core: initialized pinctrl subsystem
[    0.136564] PM: RTC time: 10:33:29, date: 2021-11-14
[    0.136830] NET: Registered protocol family 16
[    0.137226] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.137438] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.137667] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.137711] audit: initializing netlink subsys (disabled)
[    0.137773] audit: type=2000 audit(1636886009.160:1): state=initialized audit_enabled=0 res=1
[    0.137773] thermal_sys: Registered thermal governor 'fair_share'
[    0.137773] thermal_sys: Registered thermal governor 'bang_bang'
[    0.137773] thermal_sys: Registered thermal governor 'step_wise'
[    0.137773] thermal_sys: Registered thermal governor 'user_space'
[    0.137773] thermal_sys: Registered thermal governor 'power_allocator'
[    0.137773] EISA bus registered
[    0.137773] cpuidle: using governor ladder
[    0.137773] cpuidle: using governor menu
[    0.137773] Simple Boot Flag value 0xc0 read from CMOS RAM was invalid
[    0.137773] Simple Boot Flag at 0xff set to 0x80
[    0.137773] ACPI: bus type PCI registered
[    0.137773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.137773] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.137773] PCI: not using MMCONFIG
[    0.137773] PCI: Using configuration type 1 for base access
[    0.143456] Kprobes globally optimized
[    0.144102] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.144298] ACPI: Added _OSI(Module Device)
[    0.144304] ACPI: Added _OSI(Processor Device)
[    0.144306] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.144309] ACPI: Added _OSI(Processor Aggregator Device)
[    0.144311] ACPI: Added _OSI(Linux-Dell-Video)
[    0.144314] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.144316] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.160494] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.164704] ACPI: Dynamic OEM Table Load:
[    0.164723] ACPI: SSDT 0xFFFF9066C107E000 000C99 (v01 AMI    CPU1PM   00000001 INTL 20051117)
[    0.170313] ACPI: Dynamic OEM Table Load:
[    0.170327] ACPI: SSDT 0xFFFF9066C107D000 000C99 (v01 AMI    CPU2PM   00000001 INTL 20051117)
[    0.173437] ACPI: EC: EC started
[    0.173440] ACPI: EC: interrupt blocked
[    0.173735] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.173741] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.173745] ACPI: Interpreter enabled
[    0.173794] ACPI: (supports S0 S3 S4 S5)
[    0.173798] ACPI: Using IOAPIC for interrupt routing
[    0.173875] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.175429] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.175459] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.175900] ACPI: Enabled 1 GPEs in block 00 to 0F
[    0.175910] ACPI: Enabled 1 GPEs in block 10 to 1F
[    0.189074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.189090] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.189693] PCI host bridge to bus 0000:00
[    0.189699] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.189703] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.189707] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.189711] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.189714] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.189717] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff window]
[    0.189721] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff window]
[    0.189752] pci 0000:00:00.0: [1039:0671] type 00 class 0x060000
[    0.190000] pci 0000:00:01.0: [1039:0004] type 01 class 0x060400
[    0.190056] pci 0000:00:01.0: enabling Extended Tags
[    0.190114] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.190342] pci 0000:00:02.0: [1039:0968] type 00 class 0x060100
[    0.190621] pci 0000:00:02.5: [1039:5513] type 00 class 0x010180
[    0.190676] pci 0000:00:02.5: reg 0x20: [io  0xffe0-0xffef]
[    0.190702] pci 0000:00:02.5: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.190706] pci 0000:00:02.5: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.190709] pci 0000:00:02.5: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.190712] pci 0000:00:02.5: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.190748] pci 0000:00:02.5: PME# supported from D3cold
[    0.190949] pci 0000:00:03.0: [1039:7001] type 00 class 0x0c0310
[    0.190970] pci 0000:00:03.0: reg 0x10: [mem 0xfebff000-0xfebfffff]
[    0.191220] pci 0000:00:03.1: [1039:7001] type 00 class 0x0c0310
[    0.191241] pci 0000:00:03.1: reg 0x10: [mem 0xfebfe000-0xfebfefff]
[    0.191505] pci 0000:00:03.3: [1039:7002] type 00 class 0x0c0320
[    0.191526] pci 0000:00:03.3: reg 0x10: [mem 0xfebfd000-0xfebfdfff]
[    0.191615] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
[    0.191821] pci 0000:00:05.0: [1039:1183] type 00 class 0x010185
[    0.191842] pci 0000:00:05.0: reg 0x10: [io  0xec00-0xec07]
[    0.191855] pci 0000:00:05.0: reg 0x14: [io  0xe800-0xe803]
[    0.191867] pci 0000:00:05.0: reg 0x18: [io  0xe400-0xe407]
[    0.191879] pci 0000:00:05.0: reg 0x1c: [io  0xe000-0xe003]
[    0.191891] pci 0000:00:05.0: reg 0x20: [io  0xdc00-0xdc0f]
[    0.191903] pci 0000:00:05.0: reg 0x24: [io  0xd800-0xd87f]
[    0.191951] pci 0000:00:05.0: PME# supported from D3cold
[    0.192165] pci 0000:00:06.0: [1039:000a] type 01 class 0x060400
[    0.192219] pci 0000:00:06.0: enabling Extended Tags
[    0.192283] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.192541] pci 0000:00:07.0: [1039:000a] type 01 class 0x060400
[    0.192595] pci 0000:00:07.0: enabling Extended Tags
[    0.192659] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.192894] pci 0000:00:0d.0: [10ec:8139] type 00 class 0x020000
[    0.192916] pci 0000:00:0d.0: reg 0x10: [io  0xd400-0xd4ff]
[    0.192929] pci 0000:00:0d.0: reg 0x14: [mem 0xfebfcc00-0xfebfccff]
[    0.193012] pci 0000:00:0d.0: supports D1 D2
[    0.193016] pci 0000:00:0d.0: PME# supported from D1 D2 D3hot D3cold
[    0.193216] pci 0000:00:0f.0: [1039:7502] type 00 class 0x040300
[    0.193237] pci 0000:00:0f.0: reg 0x10: [mem 0xfebf8000-0xfebfbfff]
[    0.193327] pci 0000:00:0f.0: PME# supported from D0 D3hot D3cold
[    0.193642] pci 0000:01:00.0: [1002:718a] type 00 class 0x030000
[    0.193665] pci 0000:01:00.0: reg 0x10: [mem 0xb0000000-0xb7ffffff pref]
[    0.193678] pci 0000:01:00.0: reg 0x14: [io  0xa800-0xa8ff]
[    0.193691] pci 0000:01:00.0: reg 0x18: [mem 0xfa9f0000-0xfa9fffff]
[    0.193731] pci 0000:01:00.0: reg 0x30: [mem 0xfa9c0000-0xfa9dffff pref]
[    0.193742] pci 0000:01:00.0: enabling Extended Tags
[    0.193802] pci 0000:01:00.0: supports D1 D2
[    0.193970] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.193985] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.193994] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
[    0.194000] pci 0000:00:01.0:   bridge window [mem 0xfa900000-0xfa9fffff]
[    0.194009] pci 0000:00:01.0:   bridge window [mem 0xaff00000-0xbfefffff 64bit pref]
[    0.194134] pci 0000:02:00.0: [168c:001c] type 00 class 0x020000
[    0.194176] pci 0000:02:00.0: reg 0x10: [mem 0xfaaf0000-0xfaafffff 64bit]
[    0.194557] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.194573] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.194584] pci 0000:00:06.0:   bridge window [mem 0xfaa00000-0xfaafffff]
[    0.194755] acpiphp: Slot [1] registered
[    0.194821] pci 0000:00:07.0: PCI bridge to [bus 03-05]
[    0.194830] pci 0000:00:07.0:   bridge window [io  0xb000-0xcfff]
[    0.194836] pci 0000:00:07.0:   bridge window [mem 0xfab00000-0xfeafffff]
[    0.194845] pci 0000:00:07.0:   bridge window [mem 0xbff00000-0xdfefffff 64bit pref]
[    0.196226] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.196401] ACPI: PCI: Interrupt link LNKB configured for IRQ 15
[    0.196575] ACPI: PCI: Interrupt link LNKC configured for IRQ 7
[    0.196747] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.196750] ACPI: PCI: Interrupt link LNKD disabled
[    0.196922] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    0.197095] ACPI: PCI: Interrupt link LNKF configured for IRQ 5
[    0.197267] ACPI: PCI: Interrupt link LNKG configured for IRQ 3
[    0.197438] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.197441] ACPI: PCI: Interrupt link LNKH disabled
[    0.197950] ACPI: EC: interrupt unblocked
[    0.197953] ACPI: EC: event unblocked
[    0.197958] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.197961] ACPI: EC: GPE=0x19
[    0.197965] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.197970] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.198186] iommu: Default domain type: Translated 
[    0.198186] SCSI subsystem initialized
[    0.198186] libata version 3.00 loaded.
[    0.198186] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.198186] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.198186] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.198186] vgaarb: loaded
[    0.198186] ACPI: bus type USB registered
[    0.198186] usbcore: registered new interface driver usbfs
[    0.198186] usbcore: registered new interface driver hub
[    0.198186] usbcore: registered new device driver usb
[    0.198186] pps_core: LinuxPPS API ver. 1 registered
[    0.198186] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.198186] PTP clock support registered
[    0.198186] EDAC MC: Ver: 3.0.0
[    0.198186] NetLabel: Initializing
[    0.198186] NetLabel:  domain hash size = 128
[    0.198186] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.198186] NetLabel:  unlabeled traffic allowed by default
[    0.200162] PCI: Using ACPI for IRQ routing
[    0.211581] PCI: pci_cache_line_size set to 64 bytes
[    0.211590] pci 0000:00:01.0: can't claim BAR 15 [mem 0xaff00000-0xbfefffff 64bit pref]: no compatible bridge window
[    0.211601] pci 0000:00:07.0: can't claim BAR 15 [mem 0xbff00000-0xdfefffff 64bit pref]: no compatible bridge window
[    0.211605] pci 0000:00:07.0: [mem 0xbff00000-0xdfefffff 64bit pref] clipped to [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.211614] pci 0000:00:07.0:   bridge window [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.211627] pci 0000:01:00.0: can't claim BAR 0 [mem 0xb0000000-0xb7ffffff pref]: no compatible bridge window
[    0.211679] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.211685] e820: reserve RAM buffer [mem 0xbffa8000-0xbfffffff]
[    0.215220] clocksource: Switched to clocksource tsc-early
[    0.244642] VFS: Disk quotas dquot_6.6.0
[    0.244699] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.245048] AppArmor: AppArmor Filesystem Enabled
[    0.245146] pnp: PnP ACPI init
[    0.245403] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.245585] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.245742] pnp 00:02: Plug and Play ACPI device, IDs SYN0a04 SYN0a00 SYN0002 PNP0f03 AUI1307 AUI1303 (active)
[    0.246230] system 00:03: [io  0x0290-0x0297] has been reserved
[    0.246238] system 00:03: [io  0x0c00-0x0c05] has been reserved
[    0.246242] system 00:03: [io  0x0d00-0x0d05] has been reserved
[    0.246246] system 00:03: [io  0x0480-0x048f] has been reserved
[    0.246250] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.246254] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.246258] system 00:03: [io  0x0880-0x08ff] has been reserved
[    0.246262] system 00:03: [io  0x0c00-0x0c7f] could not be reserved
[    0.246266] system 00:03: [io  0x025c-0x025f] has been reserved
[    0.246269] system 00:03: [io  0x2000-0x20fe] has been reserved
[    0.246275] system 00:03: [mem 0xfff80000-0xffffffff] has been reserved
[    0.246279] system 00:03: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.246283] system 00:03: [mem 0xffee0000-0xffefffff] has been reserved
[    0.246288] system 00:03: [mem 0xfed10000-0xfed3ffff] has been reserved
[    0.246292] system 00:03: [mem 0xfed4b000-0xfed8afff] has been reserved
[    0.246308] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.246501] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.246507] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.246519] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.246803] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.246817] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.247565] system 00:06: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.247571] system 00:06: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.247575] system 00:06: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.247579] system 00:06: [mem 0x00100000-0xbfffffff] could not be reserved
[    0.247591] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.247947] pnp: PnP ACPI: found 7 devices
[    0.255730] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.255871] NET: Registered protocol family 2
[    0.256167] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.258948] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.259196] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.259684] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.259795] TCP: Hash tables configured (established 32768 bind 32768)
[    0.260101] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.260192] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.260261] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.260355] NET: Registered protocol family 1
[    0.260370] NET: Registered protocol family 44
[    0.260439] pci 0000:01:00.0: BAR 0: no space for [mem size 0x08000000 pref]
[    0.260450] pci 0000:01:00.0: BAR 0: trying firmware assignment [mem 0xb0000000-0xb7ffffff pref]
[    0.260455] pci 0000:01:00.0: BAR 0: [mem 0xb0000000-0xb7ffffff pref] conflicts with System RAM [mem 0x00100000-0xbffa7fff]
[    0.260461] pci 0000:01:00.0: BAR 0: failed to assign [mem size 0x08000000 pref]
[    0.260466] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.260474] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
[    0.260482] pci 0000:00:01.0:   bridge window [mem 0xfa900000-0xfa9fffff]
[    0.260494] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.260501] pci 0000:00:06.0:   bridge window [mem 0xfaa00000-0xfaafffff]
[    0.260513] pci 0000:00:07.0: PCI bridge to [bus 03-05]
[    0.260517] pci 0000:00:07.0:   bridge window [io  0xb000-0xcfff]
[    0.260524] pci 0000:00:07.0:   bridge window [mem 0xfab00000-0xfeafffff]
[    0.260530] pci 0000:00:07.0:   bridge window [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.260540] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.260544] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.260548] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.260551] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.260555] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.260558] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff window]
[    0.260562] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff window]
[    0.260566] pci_bus 0000:01: resource 0 [io  0xa000-0xafff]
[    0.260569] pci_bus 0000:01: resource 1 [mem 0xfa900000-0xfa9fffff]
[    0.260574] pci_bus 0000:02: resource 1 [mem 0xfaa00000-0xfaafffff]
[    0.260577] pci_bus 0000:03: resource 0 [io  0xb000-0xcfff]
[    0.260581] pci_bus 0000:03: resource 1 [mem 0xfab00000-0xfeafffff]
[    0.260584] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.289003] pci 0000:00:03.0: quirk_usb_early_handoff+0x0/0x120 took 27547 usecs
[    0.316974] pci 0000:00:03.1: quirk_usb_early_handoff+0x0/0x120 took 27291 usecs
[    0.317298] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.317311] PCI: CLS 32 bytes, default 64
[    0.317551] Trying to unpack rootfs image as initramfs...
[    0.318644] Initialise system trusted keyrings
[    0.318690] Key type blacklist registered
[    0.318882] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.322667] zbud: loaded
[    0.323763] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.324527] fuse: init (API version 7.34)
[    0.325060] integrity: Platform Keyring initialized
[    0.345794] Key type asymmetric registered
[    0.345810] Asymmetric key parser 'x509' registered
[    0.345866] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.346039] io scheduler mq-deadline registered
[    0.348164] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.348339] vesafb: cannot reserve video memory at 0xb0000000
[    0.348344] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    0.348348] vesafb: scrolling: redraw
[    0.348350] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    0.348366] ------------[ cut here ]------------
[    0.348368] ioremap on RAM at 0x00000000b0000000 - 0x00000000b02fffff
[    0.348391] WARNING: CPU: 0 PID: 1 at arch/x86/mm/ioremap.c:210 __ioremap_caller+0x314/0x330
[    0.348413] Modules linked in:
[    0.348422] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.13.0-21-generic #21-Ubuntu
[    0.348428] Hardware name: ASUSTeK Computer Inc.  F5VL              /F5VL    , BIOS 210        10/17/2007
[    0.348432] RIP: 0010:__ioremap_caller+0x314/0x330
[    0.348441] Code: 00 00 e8 bf ca ff ff 49 09 c7 e9 3d fe ff ff 48 8d 55 c8 48 8d 75 b8 48 c7 c7 9d 1f 3b 8c c6 05 a6 c3 08 02 01 e8 cb 49 b4 00 <0f> 0b 45 31 ed e9 b5 fe ff ff e8 ed 21 ba 00 66 66 2e 0f 1f 84 00
[    0.348447] RSP: 0000:ffffb215c001bb60 EFLAGS: 00010286
[    0.348453] RAX: 0000000000000000 RBX: 0000000000300000 RCX: ffffffff8cd25228
[    0.348457] RDX: 0000000000000000 RSI: 00000000ffffdfff RDI: ffffffff8cc75220
[    0.348460] RBP: ffffb215c001bbc8 R08: 0000000000000000 R09: ffffb215c001b950
[    0.348463] R10: ffffb215c001b948 R11: ffffffff8cd55268 R12: 00000000b0000000
[    0.348466] R13: 0000000000000002 R14: 0000000000300000 R15: ffff9066c2bc7418
[    0.348471] FS:  0000000000000000(0000) GS:ffff90677cc00000(0000) knlGS:0000000000000000
[    0.348475] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.348479] CR2: ffff906769e01000 CR3: 00000000a9210000 CR4: 00000000000006f0
[    0.348484] Call Trace:
[    0.348495]  ? vesafb_probe.cold+0x4d7/0x5c0
[    0.348511]  ioremap+0x1a/0x20
[    0.348515]  vesafb_probe.cold+0x4d7/0x5c0
[    0.348521]  platform_probe+0x45/0xa0
[    0.348531]  really_probe+0x24b/0x4c0
[    0.348536]  driver_probe_device+0xf0/0x160
[    0.348541]  device_driver_attach+0xab/0xb0
[    0.348546]  __driver_attach+0xb2/0x140
[    0.348550]  ? device_driver_attach+0xb0/0xb0
[    0.348555]  bus_for_each_dev+0x7e/0xc0
[    0.348560]  driver_attach+0x1e/0x20
[    0.348564]  bus_add_driver+0x135/0x1f0
[    0.348568]  driver_register+0x95/0xf0
[    0.348573]  ? asiliantfb_init+0x3b/0x3b
[    0.348579]  __platform_driver_register+0x1e/0x20
[    0.348584]  vesafb_driver_init+0x17/0x19
[    0.348588]  do_one_initcall+0x48/0x1d0
[    0.348599]  do_initcalls+0xcc/0xec
[    0.348609]  kernel_init_freeable+0x175/0x1c4
[    0.348614]  ? rest_init+0xba/0xba
[    0.348625]  kernel_init+0xe/0x116
[    0.348630]  ret_from_fork+0x22/0x30
[    0.348639] ---[ end trace c7a230127468d02b ]---
[    0.348642] vesafb: abort, cannot ioremap video memory 0x300000 @ 0xb0000000
[    0.348651] Trying to free nonexistent resource <00000000b0000000-00000000b02fffff>
[    0.348658] vesa-framebuffer: probe of vesa-framebuffer.0 failed with error -5
[    0.348988] ACPI: \_PR_.CPU1: Found 2 idle states
[    0.349076] ACPI: \_PR_.CPU2: Found 2 idle states
[    0.349451] ACPI: AC: AC Adapter [AC0] (on-line)
[    0.349602] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.349653] ACPI: button: Lid Switch [LID]
[    0.349730] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.349821] ACPI: button: Power Button [PWRB]
[    0.349895] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.349960] ACPI: button: Sleep Button [SLPB]
[    0.350321] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.350386] ACPI: button: Power Button [PWRF]
[    0.350625] ACPI: \_PR_.CPU1: Found 2 idle states
[    0.350633] tsc: Marking TSC unstable due to TSC halts in idle
[    0.351211] ACPI: \_PR_.CPU2: Found 2 idle states
[    0.352692] clocksource: Switched to clocksource acpi_pm
[    0.356402] thermal LNXTHERM:00: registered as thermal_zone0
[    0.356410] ACPI: thermal: Thermal Zone [THRM] (65 C)
[    0.356893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.361269] Linux agpgart interface v0.103
[    0.361839] ACPI: battery: Slot [BAT0] (battery absent)
[    0.520287] loop: module loaded
[    0.521249] pata_sis 0000:00:02.5: version 0.5.2
[    0.523687] scsi host0: pata_sis
[    0.524144] scsi host1: pata_sis
[    0.524273] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffe0 irq 14
[    0.524279] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffe8 irq 15
[    0.524833] libphy: Fixed MDIO Bus: probed
[    0.524836] tun: Universal TUN/TAP device driver, 1.6
[    0.525363] PPP generic driver version 2.4.2
[    0.525542] VFIO - User Level meta-driver version: 0.3
[    0.525889] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.525924] ehci-pci: EHCI PCI platform driver
[    0.526460] ehci-pci 0000:00:03.3: EHCI Host Controller
[    0.526492] ehci-pci 0000:00:03.3: new USB bus registered, assigned bus number 1
[    0.526638] ehci-pci 0000:00:03.3: irq 22, io mem 0xfebfd000
[    0.540169] ehci-pci 0000:00:03.3: USB 2.0 started, EHCI 1.00
[    0.540520] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    0.540533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.540537] usb usb1: Product: EHCI Host Controller
[    0.540543] usb usb1: Manufacturer: Linux 5.13.0-21-generic ehci_hcd
[    0.540548] usb usb1: SerialNumber: 0000:00:03.3
[    0.540943] hub 1-0:1.0: USB hub found
[    0.540968] hub 1-0:1.0: 8 ports detected
[    0.541669] ehci-platform: EHCI generic platform driver
[    0.541763] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.541779] ohci-pci: OHCI PCI platform driver
[    0.542277] ohci-pci 0000:00:03.0: OHCI PCI host controller
[    0.542301] ohci-pci 0000:00:03.0: new USB bus registered, assigned bus number 2
[    0.542439] ohci-pci 0000:00:03.0: irq 20, io mem 0xfebff000
[    0.602381] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.13
[    0.602410] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.602415] usb usb2: Product: OHCI PCI host controller
[    0.602422] usb usb2: Manufacturer: Linux 5.13.0-21-generic ohci_hcd
[    0.602427] usb usb2: SerialNumber: 0000:00:03.0
[    0.602856] hub 2-0:1.0: USB hub found
[    0.602883] hub 2-0:1.0: 4 ports detected
[    0.603940] ohci-pci 0000:00:03.1: OHCI PCI host controller
[    0.603968] ohci-pci 0000:00:03.1: new USB bus registered, assigned bus number 3
[    0.604151] ohci-pci 0000:00:03.1: irq 21, io mem 0xfebfe000
[    0.666274] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.13
[    0.666292] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.666296] usb usb3: Product: OHCI PCI host controller
[    0.666300] usb usb3: Manufacturer: Linux 5.13.0-21-generic ohci_hcd
[    0.666303] usb usb3: SerialNumber: 0000:00:03.1
[    0.666678] hub 3-0:1.0: USB hub found
[    0.666697] hub 3-0:1.0: 4 ports detected
[    0.667131] ohci-platform: OHCI generic platform driver
[    0.667187] uhci_hcd: USB Universal Host Controller Interface driver
[    0.667369] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.669287] i8042: Detected active multiplexing controller, rev 1.1
[    0.670038] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.670065] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.670176] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.670237] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.670298] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.670608] mousedev: PS/2 mouse device common for all mice
[    0.671032] rtc_cmos 00:00: RTC can wake from S4
[    0.671400] rtc_cmos 00:00: registered as rtc0
[    0.671457] rtc_cmos 00:00: setting system clock to 2021-11-14T10:33:29 UTC (1636886009)
[    0.671509] rtc_cmos 00:00: alarms up to one year, 114 bytes nvram
[    0.671540] i2c /dev entries driver
[    0.671738] device-mapper: uevent: version 1.0.3
[    0.671883] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.671957] platform eisa.0: Probing EISA bus 0
[    0.671963] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.671968] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.671971] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.671975] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.671978] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.671981] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.671985] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.671988] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.671991] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.671994] platform eisa.0: EISA: Detected 0 cards
[    0.672000] intel_pstate: CPU model not supported
[    0.672913] ledtrig-cpu: registered to indicate activity on CPUs
[    0.673187] drop_monitor: Initializing network drop monitor service
[    0.673673] NET: Registered protocol family 10
[    0.690776] ata1.00: ATAPI: MATSHITADVD-RAM UJ-860S, 1.00, max UDMA/33
[    0.698675] scsi 0:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ-860S  1.00 PQ: 0 ANSI: 5
[    0.706762] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    0.754024] sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    0.754041] cdrom: Uniform CD-ROM driver Revision: 3.20
[    0.788213] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    0.788459] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    0.788752] ata2: port disabled--ignoring
[    1.204158] usb 3-1: new full-speed USB device number 2 using ohci-pci
[    1.312058] random: fast init done
[    1.445718] usb 3-1: New USB device found, idVendor=046d, idProduct=c52f, bcdDevice=22.00
[    1.445735] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.445740] usb 3-1: Product: USB Receiver
[    1.445744] usb 3-1: Manufacturer: Logitech
[    1.616741] Freeing initrd memory: 41928K
[    1.633634] Segment Routing with IPv6
[    1.633713] NET: Registered protocol family 17
[    1.633821] Key type dns_resolver registered
[    1.634313] microcode: sig=0x6fd, pf=0x80, revision=0xa4
[    1.634401] microcode: Microcode Update Driver: v2.2.
[    1.634412] IPI shorthand broadcast: enabled
[    1.634656] registered taskstats version 1
[    1.634687] Loading compiled-in X.509 certificates
[    1.636716] Loaded X.509 cert 'Build time autogenerated kernel key: c65ffb76dc88cc0813dfc7779027354571160686'
[    1.638470] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    1.640221] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    1.640225] blacklist: Loading compiled-in revocation X.509 certificates
[    1.640265] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    1.640551] zswap: loaded using pool lzo/zbud
[    1.640867] Key type ._fscrypt registered
[    1.640871] Key type .fscrypt registered
[    1.640873] Key type fscrypt-provisioning registered
[    1.649270] Key type encrypted registered
[    1.649285] AppArmor: AppArmor sha1 policy hashing enabled
[    1.649302] ima: No TPM chip found, activating TPM-bypass!
[    1.649313] Loading compiled-in module X.509 certificates
[    1.651098] Loaded X.509 cert 'Build time autogenerated kernel key: c65ffb76dc88cc0813dfc7779027354571160686'
[    1.651103] ima: Allocated hash algorithm: sha1
[    1.651119] ima: No architecture policies found
[    1.651155] evm: Initialising EVM extended attributes:
[    1.651157] evm: security.selinux
[    1.651159] evm: security.SMACK64
[    1.651161] evm: security.SMACK64EXEC
[    1.651163] evm: security.SMACK64TRANSMUTE
[    1.651164] evm: security.SMACK64MMAP
[    1.651166] evm: security.apparmor
[    1.651168] evm: security.ima
[    1.651169] evm: security.capability
[    1.651171] evm: HMAC attrs: 0x1
[    1.651795] PM:   Magic number: 13:172:578
[    1.651878] platform pcspkr: hash matches
[    1.660154] RAS: Correctable Errors collector initialized.
[    1.660181] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    1.664919] Freeing unused decrypted memory: 2036K
[    1.667037] Freeing unused kernel image (initmem) memory: 2860K
[    1.696087] Write protecting the kernel read-only data: 30720k
[    1.698614] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.700619] Freeing unused kernel image (rodata/data gap) memory: 1788K
[    1.776056] usb 1-5: new high-speed USB device number 3 using ehci-pci
[    1.804474] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.804499] x86/mm: Checking user space page tables
[    1.884980] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.885029] Run /init as init process
[    1.885034]   with arguments:
[    1.885036]     /init
[    1.885039]     splash
[    1.885041]   with environment:
[    1.885043]     HOME=/
[    1.885046]     TERM=linux
[    1.885048]     BOOT_IMAGE=/boot/vmlinuz-5.13.0-21-generic
[    1.940594] usb 1-5: config 1 interface 0 altsetting 0 endpoint 0x81 has invalid wMaxPacketSize 0
[    1.940961] usb 1-5: New USB device found, idVendor=05e1, idProduct=0501, bcdDevice= 0.05
[    1.940968] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.940972] usb 1-5: Product: USB 2.0 Image Capture Controller
[    1.940976] usb 1-5: Manufacturer: Syntek Semiconductor
[    2.068064] usb 1-8: new high-speed USB device number 4 using ehci-pci
[    2.206599] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    2.209813] sata_sis 0000:00:05.0: version 1.0
[    2.210030] sata_sis 0000:00:05.0: Detected SiS 1183/966/966L/968/680 controller in PATA mode
[    2.223752] hid: raw HID events driver (C) Jiri Kosina
[    2.224935] acpi device:10: registered as cooling_device2
[    2.225047] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0d/LNXVIDEO:00/input/input9
[    2.230712] scsi host2: sata_sis
[    2.231192] scsi host3: sata_sis
[    2.231291] ata3: PATA max UDMA/133 cmd 0xec00 ctl 0xe800 bmdma 0xdc00 irq 17
[    2.231297] ata4: PATA max UDMA/133 cmd 0xe400 ctl 0xe000 bmdma 0xdc08 irq 17
[    2.241734] usbcore: registered new interface driver usbhid
[    2.241744] usbhid: USB HID core driver
[    2.247600] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[    2.247611] 8139cp 0000:00:0d.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
[    2.251617] 8139too: 8139too Fast Ethernet driver 0.9.28
[    2.251764] usb 1-8: New USB device found, idVendor=0bda, idProduct=0116, bcdDevice=16.10
[    2.251772] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.251777] usb 1-8: Product: USB2.0-CRW
[    2.251781] usb 1-8: Manufacturer: Generic
[    2.251784] usb 1-8: SerialNumber: 20021111153705700
[    2.252679] 8139too 0000:00:0d.0 eth0: RealTek RTL8139 at 0x(____ptrval____), 00:1e:8c:62:8d:b7, IRQ 17
[    2.367187] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.0/0003:046D:C52F.0001/input/input14
[    2.370325] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:03.1-1/input0
[    2.371143] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/input/input15
[    2.372438] 8139too 0000:00:0d.0 enp0s13: renamed from eth0
[    2.390550] ata3.00: supports DRM functions and may not be fully accessible
[    2.390561] ata3.00: ATA-10: CT250MX500SSD1, M3CR020, max UDMA/133
[    2.390565] ata3.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 0/32)
[    2.391763] ata3.00: supports DRM functions and may not be fully accessible
[    2.392778] scsi 2:0:0:0: Direct-Access     ATA      CT250MX500SSD1   020  PQ: 0 ANSI: 5
[    2.393217] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    2.393372] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    2.393378] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    2.393404] sd 2:0:0:0: [sda] Write Protect is off
[    2.393408] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.393452] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.405298]  sda: sda1 sda2 < sda5 sda6 >
[    2.411390] usb-storage 1-8:1.0: USB Mass Storage device detected
[    2.411713] scsi host4: usb-storage 1-8:1.0
[    2.411885] usbcore: registered new interface driver usb-storage
[    2.415433] usbcore: registered new interface driver uas
[    2.428399] hid-generic 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:03.1-1/input1
[    2.440628] sd 2:0:0:0: [sda] supports TCG Opal
[    2.440638] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.460752] logitech-djreceiver 0003:046D:C52F.0001: hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:03.1-1/input0
[    2.557116] logitech-djreceiver 0003:046D:C52F.0002: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:03.1-1/input1
[    2.619741] logitech-djreceiver 0003:046D:C52F.0002: device of type eQUAD step 4 DJ (0x04) connected on slot 1
[    2.621303] input: Logitech Wireless Mouse PID:101f Mouse as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/0003:046D:101F.0003/input/input18
[    2.621535] input: Logitech Wireless Mouse PID:101f Consumer Control as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/0003:046D:101F.0003/input/input19
[    2.621664] hid-generic 0003:046D:101F.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:101f] on usb-0000:00:03.1-1/input1:1
[    2.744069] input: Logitech M305 as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/0003:046D:101F.0003/input/input23
[    2.744276] logitech-hidpp-device 0003:046D:101F.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech M305] on usb-0000:00:03.1-1/input1:1
[    2.878230] fbcon: Taking over console
[    2.891060] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    3.036739] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008/0x0/0x0, board id: 0, fw id: 30712
[    3.076086] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13
[    3.196515] systemd[1]: Inserted module 'autofs4'
[    3.236836] systemd[1]: systemd 248.3-1ubuntu8 running in system mode. (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS -OPENSSL +ACL +BLKID +CURL +ELFUTILS -FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    3.256188] systemd[1]: Detected architecture x86-64.
[    3.256865] systemd[1]: Hostname set to <momo-F5VL>.
[    3.438354] scsi 4:0:0:0: Direct-Access     Generic- xD/SDMMC/MS/Pro  1.00 PQ: 0 ANSI: 0 CCS
[    3.438817] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    3.477052] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[    3.654552] systemd[1]: Queued start job for default target Graphical Interface.
[    3.657023] systemd[1]: Created slice system-modprobe.slice.
[    3.657770] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.658378] systemd[1]: Created slice User and Session Slice.
[    3.658576] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.659032] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.659228] systemd[1]: Reached target User and Group Name Lookups.
[    3.659291] systemd[1]: Reached target Remote File Systems.
[    3.659340] systemd[1]: Reached target Slices.
[    3.659427] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    3.659782] systemd[1]: Listening on Syslog Socket.
[    3.660083] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.660245] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.660788] systemd[1]: Listening on Journal Audit Socket.
[    3.661039] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.661355] systemd[1]: Listening on Journal Socket.
[    3.662000] systemd[1]: Listening on udev Control Socket.
[    3.662276] systemd[1]: Listening on udev Kernel Socket.
[    3.664354] systemd[1]: Mounting Huge Pages File System...
[    3.666853] systemd[1]: Mounting POSIX Message Queue File System...
[    3.669928] systemd[1]: Mounting Kernel Debug File System...
[    3.672525] systemd[1]: Mounting Kernel Trace File System...
[    3.677400] systemd[1]: Starting Journal Service...
[    3.681029] systemd[1]: Starting Set the console keyboard layout...
[    3.683852] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.687002] systemd[1]: Starting Load Kernel Module configfs...
[    3.689831] systemd[1]: Starting Load Kernel Module drm...
[    3.700122] systemd[1]: Starting Load Kernel Module fuse...
[    3.702924] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    3.703112] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    3.713647] systemd[1]: Starting Load Kernel Modules...
[    3.721339] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.725068] systemd[1]: Starting Coldplug All udev Devices...
[    3.727487] systemd[1]: Starting Uncomplicated firewall...
[    3.738582] systemd[1]: Mounted Huge Pages File System.
[    3.738949] systemd[1]: Mounted POSIX Message Queue File System.
[    3.739235] systemd[1]: Mounted Kernel Debug File System.
[    3.739541] systemd[1]: Mounted Kernel Trace File System.
[    3.741161] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.742836] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.746561] systemd[1]: Finished Load Kernel Module configfs.
[    3.747729] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.764490] systemd[1]: Finished Load Kernel Module fuse.
[    3.765746] systemd[1]: Finished Uncomplicated firewall.
[    3.770016] systemd[1]: Mounting FUSE Control File System...
[    3.772114] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[    3.778507] systemd[1]: Mounting Kernel Configuration File System...
[    3.801903] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.803841] systemd[1]: Finished Load Kernel Module drm.
[    3.806255] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.808370] systemd[1]: Mounted FUSE Control File System.
[    3.808703] systemd[1]: Mounted Kernel Configuration File System.
[    3.820726] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    3.820894] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    3.823340] systemd[1]: Starting Load/Save Random Seed...
[    3.830615] systemd[1]: Starting Create System Users...
[    3.861377] lp: driver loaded but no devices found
[    3.875926] systemd[1]: Finished Load/Save Random Seed.
[    3.876538] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    3.885442] ppdev: user-space parallel port driver
[    3.907183] systemd[1]: Finished Load Kernel Modules.
[    3.915058] systemd[1]: Starting Apply Kernel Variables...
[    3.945258] systemd[1]: Finished Create System Users.
[    3.961205] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.011644] systemd[1]: Finished Apply Kernel Variables.
[    4.023264] systemd[1]: Started Journal Service.
[    4.039480] systemd-journald[248]: Received client request to flush runtime journal.
[    4.240396] loop0: detected capacity change from 0 to 8
[    4.257161] loop1: detected capacity change from 0 to 296144
[    4.274640] loop2: detected capacity change from 0 to 133552
[    4.294260] loop3: detected capacity change from 0 to 113656
[    4.344365] loop4: detected capacity change from 0 to 337424
[    4.375259] loop5: detected capacity change from 0 to 448512
[    4.404353] loop6: detected capacity change from 0 to 66440
[    4.426897] loop7: detected capacity change from 0 to 104360
[    4.863861] asus_laptop: Asus Laptop Support version 0.42
[    4.864906] asus_laptop:    model detected
[    4.867936] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input24
[    5.257561] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.300700] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.330081] mc: Linux media interface: v0.10
[    5.580209] videodev: Linux video capture interface: v2.00
[    5.642716] stkwebcam: Syntek USB2.0 Camera is now controlling device video0
[    5.642801] usbcore: registered new interface driver stkwebcam
[    5.643558] intel_powerclamp: No package C-state available
[    5.675463] intel_powerclamp: No package C-state available
[    5.793694] ath5k 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    5.794115] ath5k 0000:02:00.0: registered as 'phy0'
[    6.053453] [drm] radeon kernel modesetting enabled.
[    6.053642] radeon 0000:01:00.0: vgaarb: deactivate vga console
[    6.058165] [drm] initializing kernel modesetting (RV515 0x1002:0x718A 0x1043:0x1449 0x00).
[    6.058266] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
[    6.058275] caller pci_map_rom+0x82/0x1e0 mapping multiple BARs
[    6.101566] ATOM BIOS: Asus
[    6.101614] [drm] Generation 2 PCI interface, using max accessible memory
[    6.101622] radeon 0000:01:00.0: VRAM: 128M 0x0000000000000000 - 0x0000000007FFFFFF (128M used)
[    6.101631] radeon 0000:01:00.0: GTT: 512M 0x0000000008000000 - 0x0000000027FFFFFF
[    6.101686] ------------[ cut here ]------------
[    6.101688] memtype_reserve failed: [mem 0x00000000-0xffffffffffffffff], req write-combining
[    6.101700] WARNING: CPU: 1 PID: 294 at arch/x86/mm/pat/memtype.c:588 memtype_reserve+0x267/0x2b0
[    6.101713] Modules linked in: snd_seq_midi snd_seq_midi_event radeon(+) snd_rawmidi drm_ttm_helper ttm ath5k(+) drm_kms_helper ath stkwebcam cec rc_core videodev snd_seq coretemp mac80211 joydev input_leds i2c_algo_bit snd_seq_device mc fb_sys_fops serio_raw cfg80211 snd_timer syscopyarea snd sysfillrect libarc4 soundcore sysimgblt sis_agp mac_hid asus_laptop sparse_keymap sch_fq_codel msr parport_pc ppdev lp parport drm ip_tables x_tables autofs4 hid_logitech_hidpp hid_logitech_dj uas usb_storage hid_generic psmouse 8139too 8139cp mii usbhid hid sata_sis pata_acpi video
[    6.101819] CPU: 1 PID: 294 Comm: systemd-udevd Tainted: G        W         5.13.0-21-generic #21-Ubuntu
[    6.101825] Hardware name: ASUSTeK Computer Inc.  F5VL              /F5VL    , BIOS 210        10/17/2007
[    6.101828] RIP: 0010:memtype_reserve+0x267/0x2b0
[    6.101835] Code: 3b 8c 41 83 fe 05 77 08 4e 8b 04 f5 00 d6 00 8c 48 8d 4b ff 4c 89 e2 48 c7 c6 30 d6 00 8c 48 c7 c7 e0 26 3b 8c e8 38 d9 b3 00 <0f> 0b 41 bf ea ff ff ff e9 08 fe ff ff 41 bf ea ff ff ff e9 fd fd
[    6.101840] RSP: 0018:ffffb215c054b878 EFLAGS: 00010286
[    6.101845] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000027
[    6.101849] RDX: ffff90677cd189c8 RSI: 0000000000000001 RDI: ffff90677cd189c0
[    6.101852] RBP: ffffb215c054b8b8 R08: 0000000000000000 R09: ffffb215c054b668
[    6.101855] R10: ffffb215c054b660 R11: ffffffff8cd55268 R12: 0000000000000000
[    6.101858] R13: 0000000000000001 R14: 0000000000000001 R15: 0000000000000000
[    6.101862] FS:  00007f3963cf38c0(0000) GS:ffff90677cd00000(0000) knlGS:0000000000000000
[    6.101866] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    6.101870] CR2: 00005639353b62a8 CR3: 00000000035d6000 CR4: 00000000000006e0
[    6.101874] Call Trace:
[    6.101882]  memtype_reserve_io+0x5a/0x120
[    6.101888]  ? __debugfs_create_file+0x124/0x1a0
[    6.101897]  arch_io_reserve_memtype_wc+0x2f/0x50
[    6.101903]  radeon_bo_init+0x21/0x60 [radeon]
[    6.102124]  rv515_init+0x138/0x1f0 [radeon]
[    6.102235]  radeon_device_init+0x4dc/0x980 [radeon]
[    6.102325]  radeon_driver_load_kms+0x90/0x210 [radeon]
[    6.102416]  drm_dev_register+0xd9/0x1c0 [drm]
[    6.102549]  radeon_pci_probe+0x117/0x1a0 [radeon]
[    6.102638]  ? __pm_runtime_resume+0x60/0x80
[    6.102647]  local_pci_probe+0x48/0x80
[    6.102654]  pci_device_probe+0x105/0x1c0
[    6.102660]  really_probe+0x24b/0x4c0
[    6.102667]  driver_probe_device+0xf0/0x160
[    6.102672]  device_driver_attach+0xab/0xb0
[    6.102678]  __driver_attach+0xb2/0x140
[    6.102682]  ? device_driver_attach+0xb0/0xb0
[    6.102687]  bus_for_each_dev+0x7e/0xc0
[    6.102692]  driver_attach+0x1e/0x20
[    6.102696]  bus_add_driver+0x135/0x1f0
[    6.102701]  driver_register+0x95/0xf0
[    6.102706]  ? 0xffffffffc074b000
[    6.102711]  __pci_register_driver+0x57/0x60
[    6.102716]  radeon_module_init+0x7a/0x1000 [radeon]
[    6.102807]  do_one_initcall+0x48/0x1d0
[    6.102815]  ? kmem_cache_alloc_trace+0xfb/0x240
[    6.102823]  do_init_module+0x62/0x290
[    6.102830]  load_module+0xa8f/0xb10
[    6.102836]  __do_sys_finit_module+0xc2/0x120
[    6.102843]  __x64_sys_finit_module+0x18/0x20
[    6.102848]  do_syscall_64+0x61/0xb0
[    6.102856]  ? fput+0x13/0x20
[    6.102861]  ? switch_fpu_return+0x49/0xc0
[    6.102868]  ? exit_to_user_mode_prepare+0x95/0xb0
[    6.102874]  ? syscall_exit_to_user_mode+0x27/0x50
[    6.102879]  ? __x64_sys_mmap+0x33/0x40
[    6.102884]  ? do_syscall_64+0x6e/0xb0
[    6.102888]  ? irqentry_exit+0x19/0x30
[    6.102892]  ? sysvec_apic_timer_interrupt+0x4e/0x90
[    6.102898]  ? asm_sysvec_apic_timer_interrupt+0xa/0x20
[    6.102904]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[    6.102912] RIP: 0033:0x7f396428994d
[    6.102917] Code: 5b 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b3 64 0f 00 f7 d8 64 89 01 48
[    6.102922] RSP: 002b:00007ffd9711f568 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[    6.102928] RAX: ffffffffffffffda RBX: 00005639353bc960 RCX: 00007f396428994d
[    6.102931] RDX: 0000000000000000 RSI: 00007f39644193fe RDI: 0000000000000017
[    6.102934] RBP: 0000000000020000 R08: 0000000000000000 R09: 00005639353bac70
[    6.102937] R10: 0000000000000017 R11: 0000000000000246 R12: 00007f39644193fe
[    6.102941] R13: 000056393528f180 R14: 00005639353bc8c0 R15: 00005639353bdd30
[    6.102947] ---[ end trace c7a230127468d02d ]---
[    6.102951] [drm] Detected VRAM RAM=128M, BAR=0M
[    6.102955] [drm] RAM width 64bits DDR
[    6.114215] radeon 0000:01:00.0: Fatal error during GPU init
[    6.114238] [drm] radeon: finishing device.
[    6.114247] [drm] radeon: cp finalized
[    6.114270] [drm] radeon: ttm finalized
[    6.114275] x86/PAT: systemd-udevd:294 freeing invalid memtype [mem 0x00000000-0xffffffffffffffff]
[    6.119481] radeon: probe of 0000:01:00.0 failed with error -12
[    6.450293] snd_hda_intel 0000:00:0f.0: CORB reset timeout#1, CORBRP = 0
[    6.488463] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC660-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    6.488481] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.488486] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    6.488491] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    6.488494] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    6.488497] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
[    6.488501] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    6.529851] input: HDA SIS966 Mic as /devices/pci0000:00/0000:00:0f.0/sound/card0/input25
[    6.529982] input: HDA SIS966 Headphone as /devices/pci0000:00/0000:00:0f.0/sound/card0/input26
[    6.711539] random: perl: uninitialized urandom read (4 bytes read)
[    6.783192] ath: EEPROM regdomain: 0x60
[    6.783211] ath: EEPROM indicates we should expect a direct regpair map
[    6.783218] ath: Country alpha2 being used: 00
[    6.783221] ath: Regpair used: 0x60
[    6.783306] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    6.784881] ath5k: phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
[    6.817237] ath5k 0000:02:00.0 wlp2s0: renamed from wlan0
[    7.008153] Adding 8787964k swap on /dev/sda5.  Priority:-2 extents:1 across:8787964k SSFS
[    7.038125] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    7.143630] audit: type=1400 audit(1636886015.967:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=554 comm="apparmor_parser"
[    7.203869] audit: type=1400 audit(1636886016.027:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=556 comm="apparmor_parser"
[    7.203883] audit: type=1400 audit(1636886016.027:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=556 comm="apparmor_parser"
[    7.209935] audit: type=1400 audit(1636886016.035:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=553 comm="apparmor_parser"
[    7.209948] audit: type=1400 audit(1636886016.035:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=553 comm="apparmor_parser"
[    7.244688] audit: type=1400 audit(1636886016.071:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=561 comm="apparmor_parser"
[    7.244708] audit: type=1400 audit(1636886016.071:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=561 comm="apparmor_parser"
[    7.244715] audit: type=1400 audit(1636886016.071:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=561 comm="apparmor_parser"
[    7.256184] audit: type=1400 audit(1636886016.079:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=559 comm="apparmor_parser"
[    7.256201] audit: type=1400 audit(1636886016.079:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=559 comm="apparmor_parser"
[    7.902222] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    7.928201] random: avahi-daemon: uninitialized urandom read (4 bytes read)
[    8.492356] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    9.024441] urandom_read: 1 callbacks suppressed
[    9.024449] random: cupsd: uninitialized urandom read (4096 bytes read)
[    9.221506] random: lightdm: uninitialized urandom read (16 bytes read)
[    9.640881] loop8: detected capacity change from 0 to 8
[    9.655204] 8139too 0000:00:0d.0 enp0s13: link down
[    9.992130] ath5k: ath5k_hw_get_isr: ISR: 0x00040004 IMR: 0x00000000
[   11.076534] wlp2s0: authenticate with 70:fc:8f:59:87:ae
[   11.081139] wlp2s0: send auth to 70:fc:8f:59:87:ae (try 1/3)
[   11.085473] wlp2s0: authenticated
[   11.088100] wlp2s0: associate with 70:fc:8f:59:87:ae (try 1/3)
[   11.092072] wlp2s0: RX AssocResp from 70:fc:8f:59:87:ae (capab=0x1411 status=0 aid=1)
[   11.092202] wlp2s0: associated
[   11.095823] random: wpa_supplicant: uninitialized urandom read (4096 bytes read)
[   11.164268] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   13.002114] random: NetworkManager: uninitialized urandom read (16 bytes read)
[   13.399200] random: pulseaudio: uninitialized urandom read (4 bytes read)
[   13.712756] random: crng init done
[   15.905709] kauditd_printk_skb: 27 callbacks suppressed
[   15.905717] audit: type=1400 audit(1636886024.731:39): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=922 comm="cups-browsed" capability=23  capname="sys_nice"
[   19.066702] audit: type=1400 audit(1636886027.891:40): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/sys/kernel/osrelease" pid=686 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   19.066932] audit: type=1400 audit(1636886027.891:41): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/1/environ" pid=686 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   19.067101] audit: type=1400 audit(1636886027.891:42): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/cmdline" pid=686 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   28.346606] logitech-hidpp-device 0003:046D:101F.0003: HID++ 1.0 device connected.

Encore merci et bon dimanche !

Hors ligne

#5 Le 14/11/2021, à 11:40

kookie68

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

La commande dmesg donne (curieux, je n'ai pas l'invite du début :

[    0.001101] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.001106] Spectre V2 : Mitigation: Full generic retpoline
[    0.001108] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.001111] Speculative Store Bypass: Vulnerable
[    0.001117] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.012617] Freeing SMP alternatives memory: 40K
[    0.125851] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T5250  @ 1.50GHz (family: 0x6, model: 0xf, stepping: 0xd)
[    0.126196] Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
[    0.126212] core: PEBS disabled due to CPU errata
[    0.126216] ... version:                2
[    0.126218] ... bit width:              40
[    0.126220] ... generic registers:      2
[    0.126222] ... value mask:             000000ffffffffff
[    0.126225] ... max period:             000000007fffffff
[    0.126227] ... fixed-purpose events:   3
[    0.126229] ... event mask:             0000000700000003
[    0.126473] rcu: Hierarchical SRCU implementation.
[    0.127710] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.127830] smp: Bringing up secondary CPUs ...
[    0.128018] x86: Booting SMP configuration:
[    0.128018] .... node  #0, CPUs:      #1
[    0.131773] smp: Brought up 1 node, 2 CPUs
[    0.131773] smpboot: Max logical packages: 1
[    0.131773] smpboot: Total of 2 processors activated (6001.22 BogoMIPS)
[    0.132601] devtmpfs: initialized
[    0.132601] x86/mm: Memory block size: 128MB
[    0.136076] PM: Registering ACPI NVS region [mem 0xbffa8000-0xbffaffff] (32768 bytes)
[    0.136082] PM: Registering ACPI NVS region [mem 0xbffbe000-0xbfffffff] (270336 bytes)
[    0.136195] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.136215] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.136354] pinctrl core: initialized pinctrl subsystem
[    0.136564] PM: RTC time: 10:33:29, date: 2021-11-14
[    0.136830] NET: Registered protocol family 16
[    0.137226] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.137438] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.137667] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.137711] audit: initializing netlink subsys (disabled)
[    0.137773] audit: type=2000 audit(1636886009.160:1): state=initialized audit_enabled=0 res=1
[    0.137773] thermal_sys: Registered thermal governor 'fair_share'
[    0.137773] thermal_sys: Registered thermal governor 'bang_bang'
[    0.137773] thermal_sys: Registered thermal governor 'step_wise'
[    0.137773] thermal_sys: Registered thermal governor 'user_space'
[    0.137773] thermal_sys: Registered thermal governor 'power_allocator'
[    0.137773] EISA bus registered
[    0.137773] cpuidle: using governor ladder
[    0.137773] cpuidle: using governor menu
[    0.137773] Simple Boot Flag value 0xc0 read from CMOS RAM was invalid
[    0.137773] Simple Boot Flag at 0xff set to 0x80
[    0.137773] ACPI: bus type PCI registered
[    0.137773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.137773] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.137773] PCI: not using MMCONFIG
[    0.137773] PCI: Using configuration type 1 for base access
[    0.143456] Kprobes globally optimized
[    0.144102] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.144298] ACPI: Added _OSI(Module Device)
[    0.144304] ACPI: Added _OSI(Processor Device)
[    0.144306] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.144309] ACPI: Added _OSI(Processor Aggregator Device)
[    0.144311] ACPI: Added _OSI(Linux-Dell-Video)
[    0.144314] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.144316] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.160494] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.164704] ACPI: Dynamic OEM Table Load:
[    0.164723] ACPI: SSDT 0xFFFF9066C107E000 000C99 (v01 AMI    CPU1PM   00000001 INTL 20051117)
[    0.170313] ACPI: Dynamic OEM Table Load:
[    0.170327] ACPI: SSDT 0xFFFF9066C107D000 000C99 (v01 AMI    CPU2PM   00000001 INTL 20051117)
[    0.173437] ACPI: EC: EC started
[    0.173440] ACPI: EC: interrupt blocked
[    0.173735] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.173741] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.173745] ACPI: Interpreter enabled
[    0.173794] ACPI: (supports S0 S3 S4 S5)
[    0.173798] ACPI: Using IOAPIC for interrupt routing
[    0.173875] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.175429] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.175459] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.175900] ACPI: Enabled 1 GPEs in block 00 to 0F
[    0.175910] ACPI: Enabled 1 GPEs in block 10 to 1F
[    0.189074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.189090] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.189693] PCI host bridge to bus 0000:00
[    0.189699] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.189703] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.189707] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.189711] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.189714] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.189717] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff window]
[    0.189721] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff window]
[    0.189752] pci 0000:00:00.0: [1039:0671] type 00 class 0x060000
[    0.190000] pci 0000:00:01.0: [1039:0004] type 01 class 0x060400
[    0.190056] pci 0000:00:01.0: enabling Extended Tags
[    0.190114] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.190342] pci 0000:00:02.0: [1039:0968] type 00 class 0x060100
[    0.190621] pci 0000:00:02.5: [1039:5513] type 00 class 0x010180
[    0.190676] pci 0000:00:02.5: reg 0x20: [io  0xffe0-0xffef]
[    0.190702] pci 0000:00:02.5: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.190706] pci 0000:00:02.5: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.190709] pci 0000:00:02.5: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.190712] pci 0000:00:02.5: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.190748] pci 0000:00:02.5: PME# supported from D3cold
[    0.190949] pci 0000:00:03.0: [1039:7001] type 00 class 0x0c0310
[    0.190970] pci 0000:00:03.0: reg 0x10: [mem 0xfebff000-0xfebfffff]
[    0.191220] pci 0000:00:03.1: [1039:7001] type 00 class 0x0c0310
[    0.191241] pci 0000:00:03.1: reg 0x10: [mem 0xfebfe000-0xfebfefff]
[    0.191505] pci 0000:00:03.3: [1039:7002] type 00 class 0x0c0320
[    0.191526] pci 0000:00:03.3: reg 0x10: [mem 0xfebfd000-0xfebfdfff]
[    0.191615] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
[    0.191821] pci 0000:00:05.0: [1039:1183] type 00 class 0x010185
[    0.191842] pci 0000:00:05.0: reg 0x10: [io  0xec00-0xec07]
[    0.191855] pci 0000:00:05.0: reg 0x14: [io  0xe800-0xe803]
[    0.191867] pci 0000:00:05.0: reg 0x18: [io  0xe400-0xe407]
[    0.191879] pci 0000:00:05.0: reg 0x1c: [io  0xe000-0xe003]
[    0.191891] pci 0000:00:05.0: reg 0x20: [io  0xdc00-0xdc0f]
[    0.191903] pci 0000:00:05.0: reg 0x24: [io  0xd800-0xd87f]
[    0.191951] pci 0000:00:05.0: PME# supported from D3cold
[    0.192165] pci 0000:00:06.0: [1039:000a] type 01 class 0x060400
[    0.192219] pci 0000:00:06.0: enabling Extended Tags
[    0.192283] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.192541] pci 0000:00:07.0: [1039:000a] type 01 class 0x060400
[    0.192595] pci 0000:00:07.0: enabling Extended Tags
[    0.192659] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.192894] pci 0000:00:0d.0: [10ec:8139] type 00 class 0x020000
[    0.192916] pci 0000:00:0d.0: reg 0x10: [io  0xd400-0xd4ff]
[    0.192929] pci 0000:00:0d.0: reg 0x14: [mem 0xfebfcc00-0xfebfccff]
[    0.193012] pci 0000:00:0d.0: supports D1 D2
[    0.193016] pci 0000:00:0d.0: PME# supported from D1 D2 D3hot D3cold
[    0.193216] pci 0000:00:0f.0: [1039:7502] type 00 class 0x040300
[    0.193237] pci 0000:00:0f.0: reg 0x10: [mem 0xfebf8000-0xfebfbfff]
[    0.193327] pci 0000:00:0f.0: PME# supported from D0 D3hot D3cold
[    0.193642] pci 0000:01:00.0: [1002:718a] type 00 class 0x030000
[    0.193665] pci 0000:01:00.0: reg 0x10: [mem 0xb0000000-0xb7ffffff pref]
[    0.193678] pci 0000:01:00.0: reg 0x14: [io  0xa800-0xa8ff]
[    0.193691] pci 0000:01:00.0: reg 0x18: [mem 0xfa9f0000-0xfa9fffff]
[    0.193731] pci 0000:01:00.0: reg 0x30: [mem 0xfa9c0000-0xfa9dffff pref]
[    0.193742] pci 0000:01:00.0: enabling Extended Tags
[    0.193802] pci 0000:01:00.0: supports D1 D2
[    0.193970] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.193985] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.193994] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
[    0.194000] pci 0000:00:01.0:   bridge window [mem 0xfa900000-0xfa9fffff]
[    0.194009] pci 0000:00:01.0:   bridge window [mem 0xaff00000-0xbfefffff 64bit pref]
[    0.194134] pci 0000:02:00.0: [168c:001c] type 00 class 0x020000
[    0.194176] pci 0000:02:00.0: reg 0x10: [mem 0xfaaf0000-0xfaafffff 64bit]
[    0.194557] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.194573] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.194584] pci 0000:00:06.0:   bridge window [mem 0xfaa00000-0xfaafffff]
[    0.194755] acpiphp: Slot [1] registered
[    0.194821] pci 0000:00:07.0: PCI bridge to [bus 03-05]
[    0.194830] pci 0000:00:07.0:   bridge window [io  0xb000-0xcfff]
[    0.194836] pci 0000:00:07.0:   bridge window [mem 0xfab00000-0xfeafffff]
[    0.194845] pci 0000:00:07.0:   bridge window [mem 0xbff00000-0xdfefffff 64bit pref]
[    0.196226] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.196401] ACPI: PCI: Interrupt link LNKB configured for IRQ 15
[    0.196575] ACPI: PCI: Interrupt link LNKC configured for IRQ 7
[    0.196747] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.196750] ACPI: PCI: Interrupt link LNKD disabled
[    0.196922] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    0.197095] ACPI: PCI: Interrupt link LNKF configured for IRQ 5
[    0.197267] ACPI: PCI: Interrupt link LNKG configured for IRQ 3
[    0.197438] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.197441] ACPI: PCI: Interrupt link LNKH disabled
[    0.197950] ACPI: EC: interrupt unblocked
[    0.197953] ACPI: EC: event unblocked
[    0.197958] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.197961] ACPI: EC: GPE=0x19
[    0.197965] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.197970] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.198186] iommu: Default domain type: Translated 
[    0.198186] SCSI subsystem initialized
[    0.198186] libata version 3.00 loaded.
[    0.198186] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.198186] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.198186] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.198186] vgaarb: loaded
[    0.198186] ACPI: bus type USB registered
[    0.198186] usbcore: registered new interface driver usbfs
[    0.198186] usbcore: registered new interface driver hub
[    0.198186] usbcore: registered new device driver usb
[    0.198186] pps_core: LinuxPPS API ver. 1 registered
[    0.198186] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.198186] PTP clock support registered
[    0.198186] EDAC MC: Ver: 3.0.0
[    0.198186] NetLabel: Initializing
[    0.198186] NetLabel:  domain hash size = 128
[    0.198186] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.198186] NetLabel:  unlabeled traffic allowed by default
[    0.200162] PCI: Using ACPI for IRQ routing
[    0.211581] PCI: pci_cache_line_size set to 64 bytes
[    0.211590] pci 0000:00:01.0: can't claim BAR 15 [mem 0xaff00000-0xbfefffff 64bit pref]: no compatible bridge window
[    0.211601] pci 0000:00:07.0: can't claim BAR 15 [mem 0xbff00000-0xdfefffff 64bit pref]: no compatible bridge window
[    0.211605] pci 0000:00:07.0: [mem 0xbff00000-0xdfefffff 64bit pref] clipped to [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.211614] pci 0000:00:07.0:   bridge window [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.211627] pci 0000:01:00.0: can't claim BAR 0 [mem 0xb0000000-0xb7ffffff pref]: no compatible bridge window
[    0.211679] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.211685] e820: reserve RAM buffer [mem 0xbffa8000-0xbfffffff]
[    0.215220] clocksource: Switched to clocksource tsc-early
[    0.244642] VFS: Disk quotas dquot_6.6.0
[    0.244699] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.245048] AppArmor: AppArmor Filesystem Enabled
[    0.245146] pnp: PnP ACPI init
[    0.245403] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.245585] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.245742] pnp 00:02: Plug and Play ACPI device, IDs SYN0a04 SYN0a00 SYN0002 PNP0f03 AUI1307 AUI1303 (active)
[    0.246230] system 00:03: [io  0x0290-0x0297] has been reserved
[    0.246238] system 00:03: [io  0x0c00-0x0c05] has been reserved
[    0.246242] system 00:03: [io  0x0d00-0x0d05] has been reserved
[    0.246246] system 00:03: [io  0x0480-0x048f] has been reserved
[    0.246250] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.246254] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.246258] system 00:03: [io  0x0880-0x08ff] has been reserved
[    0.246262] system 00:03: [io  0x0c00-0x0c7f] could not be reserved
[    0.246266] system 00:03: [io  0x025c-0x025f] has been reserved
[    0.246269] system 00:03: [io  0x2000-0x20fe] has been reserved
[    0.246275] system 00:03: [mem 0xfff80000-0xffffffff] has been reserved
[    0.246279] system 00:03: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.246283] system 00:03: [mem 0xffee0000-0xffefffff] has been reserved
[    0.246288] system 00:03: [mem 0xfed10000-0xfed3ffff] has been reserved
[    0.246292] system 00:03: [mem 0xfed4b000-0xfed8afff] has been reserved
[    0.246308] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.246501] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.246507] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.246519] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.246803] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.246817] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.247565] system 00:06: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.247571] system 00:06: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.247575] system 00:06: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.247579] system 00:06: [mem 0x00100000-0xbfffffff] could not be reserved
[    0.247591] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.247947] pnp: PnP ACPI: found 7 devices
[    0.255730] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.255871] NET: Registered protocol family 2
[    0.256167] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.258948] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.259196] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.259684] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.259795] TCP: Hash tables configured (established 32768 bind 32768)
[    0.260101] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.260192] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.260261] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.260355] NET: Registered protocol family 1
[    0.260370] NET: Registered protocol family 44
[    0.260439] pci 0000:01:00.0: BAR 0: no space for [mem size 0x08000000 pref]
[    0.260450] pci 0000:01:00.0: BAR 0: trying firmware assignment [mem 0xb0000000-0xb7ffffff pref]
[    0.260455] pci 0000:01:00.0: BAR 0: [mem 0xb0000000-0xb7ffffff pref] conflicts with System RAM [mem 0x00100000-0xbffa7fff]
[    0.260461] pci 0000:01:00.0: BAR 0: failed to assign [mem size 0x08000000 pref]
[    0.260466] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.260474] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
[    0.260482] pci 0000:00:01.0:   bridge window [mem 0xfa900000-0xfa9fffff]
[    0.260494] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.260501] pci 0000:00:06.0:   bridge window [mem 0xfaa00000-0xfaafffff]
[    0.260513] pci 0000:00:07.0: PCI bridge to [bus 03-05]
[    0.260517] pci 0000:00:07.0:   bridge window [io  0xb000-0xcfff]
[    0.260524] pci 0000:00:07.0:   bridge window [mem 0xfab00000-0xfeafffff]
[    0.260530] pci 0000:00:07.0:   bridge window [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.260540] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.260544] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.260548] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.260551] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.260555] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.260558] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff window]
[    0.260562] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff window]
[    0.260566] pci_bus 0000:01: resource 0 [io  0xa000-0xafff]
[    0.260569] pci_bus 0000:01: resource 1 [mem 0xfa900000-0xfa9fffff]
[    0.260574] pci_bus 0000:02: resource 1 [mem 0xfaa00000-0xfaafffff]
[    0.260577] pci_bus 0000:03: resource 0 [io  0xb000-0xcfff]
[    0.260581] pci_bus 0000:03: resource 1 [mem 0xfab00000-0xfeafffff]
[    0.260584] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.289003] pci 0000:00:03.0: quirk_usb_early_handoff+0x0/0x120 took 27547 usecs
[    0.316974] pci 0000:00:03.1: quirk_usb_early_handoff+0x0/0x120 took 27291 usecs
[    0.317298] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.317311] PCI: CLS 32 bytes, default 64
[    0.317551] Trying to unpack rootfs image as initramfs...
[    0.318644] Initialise system trusted keyrings
[    0.318690] Key type blacklist registered
[    0.318882] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.322667] zbud: loaded
[    0.323763] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.324527] fuse: init (API version 7.34)
[    0.325060] integrity: Platform Keyring initialized
[    0.345794] Key type asymmetric registered
[    0.345810] Asymmetric key parser 'x509' registered
[    0.345866] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.346039] io scheduler mq-deadline registered
[    0.348164] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.348339] vesafb: cannot reserve video memory at 0xb0000000
[    0.348344] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    0.348348] vesafb: scrolling: redraw
[    0.348350] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    0.348366] ------------[ cut here ]------------
[    0.348368] ioremap on RAM at 0x00000000b0000000 - 0x00000000b02fffff
[    0.348391] WARNING: CPU: 0 PID: 1 at arch/x86/mm/ioremap.c:210 __ioremap_caller+0x314/0x330
[    0.348413] Modules linked in:
[    0.348422] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.13.0-21-generic #21-Ubuntu
[    0.348428] Hardware name: ASUSTeK Computer Inc.  F5VL              /F5VL    , BIOS 210        10/17/2007
[    0.348432] RIP: 0010:__ioremap_caller+0x314/0x330
[    0.348441] Code: 00 00 e8 bf ca ff ff 49 09 c7 e9 3d fe ff ff 48 8d 55 c8 48 8d 75 b8 48 c7 c7 9d 1f 3b 8c c6 05 a6 c3 08 02 01 e8 cb 49 b4 00 <0f> 0b 45 31 ed e9 b5 fe ff ff e8 ed 21 ba 00 66 66 2e 0f 1f 84 00
[    0.348447] RSP: 0000:ffffb215c001bb60 EFLAGS: 00010286
[    0.348453] RAX: 0000000000000000 RBX: 0000000000300000 RCX: ffffffff8cd25228
[    0.348457] RDX: 0000000000000000 RSI: 00000000ffffdfff RDI: ffffffff8cc75220
[    0.348460] RBP: ffffb215c001bbc8 R08: 0000000000000000 R09: ffffb215c001b950
[    0.348463] R10: ffffb215c001b948 R11: ffffffff8cd55268 R12: 00000000b0000000
[    0.348466] R13: 0000000000000002 R14: 0000000000300000 R15: ffff9066c2bc7418
[    0.348471] FS:  0000000000000000(0000) GS:ffff90677cc00000(0000) knlGS:0000000000000000
[    0.348475] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.348479] CR2: ffff906769e01000 CR3: 00000000a9210000 CR4: 00000000000006f0
[    0.348484] Call Trace:
[    0.348495]  ? vesafb_probe.cold+0x4d7/0x5c0
[    0.348511]  ioremap+0x1a/0x20
[    0.348515]  vesafb_probe.cold+0x4d7/0x5c0
[    0.348521]  platform_probe+0x45/0xa0
[    0.348531]  really_probe+0x24b/0x4c0
[    0.348536]  driver_probe_device+0xf0/0x160
[    0.348541]  device_driver_attach+0xab/0xb0
[    0.348546]  __driver_attach+0xb2/0x140
[    0.348550]  ? device_driver_attach+0xb0/0xb0
[    0.348555]  bus_for_each_dev+0x7e/0xc0
[    0.348560]  driver_attach+0x1e/0x20
[    0.348564]  bus_add_driver+0x135/0x1f0
[    0.348568]  driver_register+0x95/0xf0
[    0.348573]  ? asiliantfb_init+0x3b/0x3b
[    0.348579]  __platform_driver_register+0x1e/0x20
[    0.348584]  vesafb_driver_init+0x17/0x19
[    0.348588]  do_one_initcall+0x48/0x1d0
[    0.348599]  do_initcalls+0xcc/0xec
[    0.348609]  kernel_init_freeable+0x175/0x1c4
[    0.348614]  ? rest_init+0xba/0xba
[    0.348625]  kernel_init+0xe/0x116
[    0.348630]  ret_from_fork+0x22/0x30
[    0.348639] ---[ end trace c7a230127468d02b ]---
[    0.348642] vesafb: abort, cannot ioremap video memory 0x300000 @ 0xb0000000
[    0.348651] Trying to free nonexistent resource <00000000b0000000-00000000b02fffff>
[    0.348658] vesa-framebuffer: probe of vesa-framebuffer.0 failed with error -5
[    0.348988] ACPI: \_PR_.CPU1: Found 2 idle states
[    0.349076] ACPI: \_PR_.CPU2: Found 2 idle states
[    0.349451] ACPI: AC: AC Adapter [AC0] (on-line)
[    0.349602] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.349653] ACPI: button: Lid Switch [LID]
[    0.349730] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.349821] ACPI: button: Power Button [PWRB]
[    0.349895] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.349960] ACPI: button: Sleep Button [SLPB]
[    0.350321] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.350386] ACPI: button: Power Button [PWRF]
[    0.350625] ACPI: \_PR_.CPU1: Found 2 idle states
[    0.350633] tsc: Marking TSC unstable due to TSC halts in idle
[    0.351211] ACPI: \_PR_.CPU2: Found 2 idle states
[    0.352692] clocksource: Switched to clocksource acpi_pm
[    0.356402] thermal LNXTHERM:00: registered as thermal_zone0
[    0.356410] ACPI: thermal: Thermal Zone [THRM] (65 C)
[    0.356893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.361269] Linux agpgart interface v0.103
[    0.361839] ACPI: battery: Slot [BAT0] (battery absent)
[    0.520287] loop: module loaded
[    0.521249] pata_sis 0000:00:02.5: version 0.5.2
[    0.523687] scsi host0: pata_sis
[    0.524144] scsi host1: pata_sis
[    0.524273] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffe0 irq 14
[    0.524279] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffe8 irq 15
[    0.524833] libphy: Fixed MDIO Bus: probed
[    0.524836] tun: Universal TUN/TAP device driver, 1.6
[    0.525363] PPP generic driver version 2.4.2
[    0.525542] VFIO - User Level meta-driver version: 0.3
[    0.525889] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.525924] ehci-pci: EHCI PCI platform driver
[    0.526460] ehci-pci 0000:00:03.3: EHCI Host Controller
[    0.526492] ehci-pci 0000:00:03.3: new USB bus registered, assigned bus number 1
[    0.526638] ehci-pci 0000:00:03.3: irq 22, io mem 0xfebfd000
[    0.540169] ehci-pci 0000:00:03.3: USB 2.0 started, EHCI 1.00
[    0.540520] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    0.540533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.540537] usb usb1: Product: EHCI Host Controller
[    0.540543] usb usb1: Manufacturer: Linux 5.13.0-21-generic ehci_hcd
[    0.540548] usb usb1: SerialNumber: 0000:00:03.3
[    0.540943] hub 1-0:1.0: USB hub found
[    0.540968] hub 1-0:1.0: 8 ports detected
[    0.541669] ehci-platform: EHCI generic platform driver
[    0.541763] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.541779] ohci-pci: OHCI PCI platform driver
[    0.542277] ohci-pci 0000:00:03.0: OHCI PCI host controller
[    0.542301] ohci-pci 0000:00:03.0: new USB bus registered, assigned bus number 2
[    0.542439] ohci-pci 0000:00:03.0: irq 20, io mem 0xfebff000
[    0.602381] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.13
[    0.602410] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.602415] usb usb2: Product: OHCI PCI host controller
[    0.602422] usb usb2: Manufacturer: Linux 5.13.0-21-generic ohci_hcd
[    0.602427] usb usb2: SerialNumber: 0000:00:03.0
[    0.602856] hub 2-0:1.0: USB hub found
[    0.602883] hub 2-0:1.0: 4 ports detected
[    0.603940] ohci-pci 0000:00:03.1: OHCI PCI host controller
[    0.603968] ohci-pci 0000:00:03.1: new USB bus registered, assigned bus number 3
[    0.604151] ohci-pci 0000:00:03.1: irq 21, io mem 0xfebfe000
[    0.666274] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.13
[    0.666292] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.666296] usb usb3: Product: OHCI PCI host controller
[    0.666300] usb usb3: Manufacturer: Linux 5.13.0-21-generic ohci_hcd
[    0.666303] usb usb3: SerialNumber: 0000:00:03.1
[    0.666678] hub 3-0:1.0: USB hub found
[    0.666697] hub 3-0:1.0: 4 ports detected
[    0.667131] ohci-platform: OHCI generic platform driver
[    0.667187] uhci_hcd: USB Universal Host Controller Interface driver
[    0.667369] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.669287] i8042: Detected active multiplexing controller, rev 1.1
[    0.670038] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.670065] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.670176] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.670237] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.670298] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.670608] mousedev: PS/2 mouse device common for all mice
[    0.671032] rtc_cmos 00:00: RTC can wake from S4
[    0.671400] rtc_cmos 00:00: registered as rtc0
[    0.671457] rtc_cmos 00:00: setting system clock to 2021-11-14T10:33:29 UTC (1636886009)
[    0.671509] rtc_cmos 00:00: alarms up to one year, 114 bytes nvram
[    0.671540] i2c /dev entries driver
[    0.671738] device-mapper: uevent: version 1.0.3
[    0.671883] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.671957] platform eisa.0: Probing EISA bus 0
[    0.671963] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.671968] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.671971] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.671975] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.671978] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.671981] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.671985] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.671988] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.671991] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.671994] platform eisa.0: EISA: Detected 0 cards
[    0.672000] intel_pstate: CPU model not supported
[    0.672913] ledtrig-cpu: registered to indicate activity on CPUs
[    0.673187] drop_monitor: Initializing network drop monitor service
[    0.673673] NET: Registered protocol family 10
[    0.690776] ata1.00: ATAPI: MATSHITADVD-RAM UJ-860S, 1.00, max UDMA/33
[    0.698675] scsi 0:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ-860S  1.00 PQ: 0 ANSI: 5
[    0.706762] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    0.754024] sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    0.754041] cdrom: Uniform CD-ROM driver Revision: 3.20
[    0.788213] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    0.788459] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    0.788752] ata2: port disabled--ignoring
[    1.204158] usb 3-1: new full-speed USB device number 2 using ohci-pci
[    1.312058] random: fast init done
[    1.445718] usb 3-1: New USB device found, idVendor=046d, idProduct=c52f, bcdDevice=22.00
[    1.445735] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.445740] usb 3-1: Product: USB Receiver
[    1.445744] usb 3-1: Manufacturer: Logitech
[    1.616741] Freeing initrd memory: 41928K
[    1.633634] Segment Routing with IPv6
[    1.633713] NET: Registered protocol family 17
[    1.633821] Key type dns_resolver registered
[    1.634313] microcode: sig=0x6fd, pf=0x80, revision=0xa4
[    1.634401] microcode: Microcode Update Driver: v2.2.
[    1.634412] IPI shorthand broadcast: enabled
[    1.634656] registered taskstats version 1
[    1.634687] Loading compiled-in X.509 certificates
[    1.636716] Loaded X.509 cert 'Build time autogenerated kernel key: c65ffb76dc88cc0813dfc7779027354571160686'
[    1.638470] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    1.640221] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    1.640225] blacklist: Loading compiled-in revocation X.509 certificates
[    1.640265] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    1.640551] zswap: loaded using pool lzo/zbud
[    1.640867] Key type ._fscrypt registered
[    1.640871] Key type .fscrypt registered
[    1.640873] Key type fscrypt-provisioning registered
[    1.649270] Key type encrypted registered
[    1.649285] AppArmor: AppArmor sha1 policy hashing enabled
[    1.649302] ima: No TPM chip found, activating TPM-bypass!
[    1.649313] Loading compiled-in module X.509 certificates
[    1.651098] Loaded X.509 cert 'Build time autogenerated kernel key: c65ffb76dc88cc0813dfc7779027354571160686'
[    1.651103] ima: Allocated hash algorithm: sha1
[    1.651119] ima: No architecture policies found
[    1.651155] evm: Initialising EVM extended attributes:
[    1.651157] evm: security.selinux
[    1.651159] evm: security.SMACK64
[    1.651161] evm: security.SMACK64EXEC
[    1.651163] evm: security.SMACK64TRANSMUTE
[    1.651164] evm: security.SMACK64MMAP
[    1.651166] evm: security.apparmor
[    1.651168] evm: security.ima
[    1.651169] evm: security.capability
[    1.651171] evm: HMAC attrs: 0x1
[    1.651795] PM:   Magic number: 13:172:578
[    1.651878] platform pcspkr: hash matches
[    1.660154] RAS: Correctable Errors collector initialized.
[    1.660181] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    1.664919] Freeing unused decrypted memory: 2036K
[    1.667037] Freeing unused kernel image (initmem) memory: 2860K
[    1.696087] Write protecting the kernel read-only data: 30720k
[    1.698614] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.700619] Freeing unused kernel image (rodata/data gap) memory: 1788K
[    1.776056] usb 1-5: new high-speed USB device number 3 using ehci-pci
[    1.804474] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.804499] x86/mm: Checking user space page tables
[    1.884980] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.885029] Run /init as init process
[    1.885034]   with arguments:
[    1.885036]     /init
[    1.885039]     splash
[    1.885041]   with environment:
[    1.885043]     HOME=/
[    1.885046]     TERM=linux
[    1.885048]     BOOT_IMAGE=/boot/vmlinuz-5.13.0-21-generic
[    1.940594] usb 1-5: config 1 interface 0 altsetting 0 endpoint 0x81 has invalid wMaxPacketSize 0
[    1.940961] usb 1-5: New USB device found, idVendor=05e1, idProduct=0501, bcdDevice= 0.05
[    1.940968] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.940972] usb 1-5: Product: USB 2.0 Image Capture Controller
[    1.940976] usb 1-5: Manufacturer: Syntek Semiconductor
[    2.068064] usb 1-8: new high-speed USB device number 4 using ehci-pci
[    2.206599] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    2.209813] sata_sis 0000:00:05.0: version 1.0
[    2.210030] sata_sis 0000:00:05.0: Detected SiS 1183/966/966L/968/680 controller in PATA mode
[    2.223752] hid: raw HID events driver (C) Jiri Kosina
[    2.224935] acpi device:10: registered as cooling_device2
[    2.225047] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0d/LNXVIDEO:00/input/input9
[    2.230712] scsi host2: sata_sis
[    2.231192] scsi host3: sata_sis
[    2.231291] ata3: PATA max UDMA/133 cmd 0xec00 ctl 0xe800 bmdma 0xdc00 irq 17
[    2.231297] ata4: PATA max UDMA/133 cmd 0xe400 ctl 0xe000 bmdma 0xdc08 irq 17
[    2.241734] usbcore: registered new interface driver usbhid
[    2.241744] usbhid: USB HID core driver
[    2.247600] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[    2.247611] 8139cp 0000:00:0d.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
[    2.251617] 8139too: 8139too Fast Ethernet driver 0.9.28
[    2.251764] usb 1-8: New USB device found, idVendor=0bda, idProduct=0116, bcdDevice=16.10
[    2.251772] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.251777] usb 1-8: Product: USB2.0-CRW
[    2.251781] usb 1-8: Manufacturer: Generic
[    2.251784] usb 1-8: SerialNumber: 20021111153705700
[    2.252679] 8139too 0000:00:0d.0 eth0: RealTek RTL8139 at 0x(____ptrval____), 00:1e:8c:62:8d:b7, IRQ 17
[    2.367187] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.0/0003:046D:C52F.0001/input/input14
[    2.370325] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:03.1-1/input0
[    2.371143] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/input/input15
[    2.372438] 8139too 0000:00:0d.0 enp0s13: renamed from eth0
[    2.390550] ata3.00: supports DRM functions and may not be fully accessible
[    2.390561] ata3.00: ATA-10: CT250MX500SSD1, M3CR020, max UDMA/133
[    2.390565] ata3.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 0/32)
[    2.391763] ata3.00: supports DRM functions and may not be fully accessible
[    2.392778] scsi 2:0:0:0: Direct-Access     ATA      CT250MX500SSD1   020  PQ: 0 ANSI: 5
[    2.393217] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    2.393372] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    2.393378] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    2.393404] sd 2:0:0:0: [sda] Write Protect is off
[    2.393408] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.393452] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.405298]  sda: sda1 sda2 < sda5 sda6 >
[    2.411390] usb-storage 1-8:1.0: USB Mass Storage device detected
[    2.411713] scsi host4: usb-storage 1-8:1.0
[    2.411885] usbcore: registered new interface driver usb-storage
[    2.415433] usbcore: registered new interface driver uas
[    2.428399] hid-generic 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:03.1-1/input1
[    2.440628] sd 2:0:0:0: [sda] supports TCG Opal
[    2.440638] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.460752] logitech-djreceiver 0003:046D:C52F.0001: hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:03.1-1/input0
[    2.557116] logitech-djreceiver 0003:046D:C52F.0002: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:03.1-1/input1
[    2.619741] logitech-djreceiver 0003:046D:C52F.0002: device of type eQUAD step 4 DJ (0x04) connected on slot 1
[    2.621303] input: Logitech Wireless Mouse PID:101f Mouse as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/0003:046D:101F.0003/input/input18
[    2.621535] input: Logitech Wireless Mouse PID:101f Consumer Control as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/0003:046D:101F.0003/input/input19
[    2.621664] hid-generic 0003:046D:101F.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:101f] on usb-0000:00:03.1-1/input1:1
[    2.744069] input: Logitech M305 as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/0003:046D:101F.0003/input/input23
[    2.744276] logitech-hidpp-device 0003:046D:101F.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech M305] on usb-0000:00:03.1-1/input1:1
[    2.878230] fbcon: Taking over console
[    2.891060] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    3.036739] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008/0x0/0x0, board id: 0, fw id: 30712
[    3.076086] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13
[    3.196515] systemd[1]: Inserted module 'autofs4'
[    3.236836] systemd[1]: systemd 248.3-1ubuntu8 running in system mode. (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS -OPENSSL +ACL +BLKID +CURL +ELFUTILS -FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    3.256188] systemd[1]: Detected architecture x86-64.
[    3.256865] systemd[1]: Hostname set to <momo-F5VL>.
[    3.438354] scsi 4:0:0:0: Direct-Access     Generic- xD/SDMMC/MS/Pro  1.00 PQ: 0 ANSI: 0 CCS
[    3.438817] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    3.477052] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[    3.654552] systemd[1]: Queued start job for default target Graphical Interface.
[    3.657023] systemd[1]: Created slice system-modprobe.slice.
[    3.657770] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.658378] systemd[1]: Created slice User and Session Slice.
[    3.658576] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.659032] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.659228] systemd[1]: Reached target User and Group Name Lookups.
[    3.659291] systemd[1]: Reached target Remote File Systems.
[    3.659340] systemd[1]: Reached target Slices.
[    3.659427] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    3.659782] systemd[1]: Listening on Syslog Socket.
[    3.660083] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.660245] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.660788] systemd[1]: Listening on Journal Audit Socket.
[    3.661039] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.661355] systemd[1]: Listening on Journal Socket.
[    3.662000] systemd[1]: Listening on udev Control Socket.
[    3.662276] systemd[1]: Listening on udev Kernel Socket.
[    3.664354] systemd[1]: Mounting Huge Pages File System...
[    3.666853] systemd[1]: Mounting POSIX Message Queue File System...
[    3.669928] systemd[1]: Mounting Kernel Debug File System...
[    3.672525] systemd[1]: Mounting Kernel Trace File System...
[    3.677400] systemd[1]: Starting Journal Service...
[    3.681029] systemd[1]: Starting Set the console keyboard layout...
[    3.683852] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.687002] systemd[1]: Starting Load Kernel Module configfs...
[    3.689831] systemd[1]: Starting Load Kernel Module drm...
[    3.700122] systemd[1]: Starting Load Kernel Module fuse...
[    3.702924] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    3.703112] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    3.713647] systemd[1]: Starting Load Kernel Modules...
[    3.721339] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.725068] systemd[1]: Starting Coldplug All udev Devices...
[    3.727487] systemd[1]: Starting Uncomplicated firewall...
[    3.738582] systemd[1]: Mounted Huge Pages File System.
[    3.738949] systemd[1]: Mounted POSIX Message Queue File System.
[    3.739235] systemd[1]: Mounted Kernel Debug File System.
[    3.739541] systemd[1]: Mounted Kernel Trace File System.
[    3.741161] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.742836] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.746561] systemd[1]: Finished Load Kernel Module configfs.
[    3.747729] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.764490] systemd[1]: Finished Load Kernel Module fuse.
[    3.765746] systemd[1]: Finished Uncomplicated firewall.
[    3.770016] systemd[1]: Mounting FUSE Control File System...
[    3.772114] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[    3.778507] systemd[1]: Mounting Kernel Configuration File System...
[    3.801903] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.803841] systemd[1]: Finished Load Kernel Module drm.
[    3.806255] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.808370] systemd[1]: Mounted FUSE Control File System.
[    3.808703] systemd[1]: Mounted Kernel Configuration File System.
[    3.820726] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    3.820894] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    3.823340] systemd[1]: Starting Load/Save Random Seed...
[    3.830615] systemd[1]: Starting Create System Users...
[    3.861377] lp: driver loaded but no devices found
[    3.875926] systemd[1]: Finished Load/Save Random Seed.
[    3.876538] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    3.885442] ppdev: user-space parallel port driver
[    3.907183] systemd[1]: Finished Load Kernel Modules.
[    3.915058] systemd[1]: Starting Apply Kernel Variables...
[    3.945258] systemd[1]: Finished Create System Users.
[    3.961205] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.011644] systemd[1]: Finished Apply Kernel Variables.
[    4.023264] systemd[1]: Started Journal Service.
[    4.039480] systemd-journald[248]: Received client request to flush runtime journal.
[    4.240396] loop0: detected capacity change from 0 to 8
[    4.257161] loop1: detected capacity change from 0 to 296144
[    4.274640] loop2: detected capacity change from 0 to 133552
[    4.294260] loop3: detected capacity change from 0 to 113656
[    4.344365] loop4: detected capacity change from 0 to 337424
[    4.375259] loop5: detected capacity change from 0 to 448512
[    4.404353] loop6: detected capacity change from 0 to 66440
[    4.426897] loop7: detected capacity change from 0 to 104360
[    4.863861] asus_laptop: Asus Laptop Support version 0.42
[    4.864906] asus_laptop:    model detected
[    4.867936] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input24
[    5.257561] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.300700] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.330081] mc: Linux media interface: v0.10
[    5.580209] videodev: Linux video capture interface: v2.00
[    5.642716] stkwebcam: Syntek USB2.0 Camera is now controlling device video0
[    5.642801] usbcore: registered new interface driver stkwebcam
[    5.643558] intel_powerclamp: No package C-state available
[    5.675463] intel_powerclamp: No package C-state available
[    5.793694] ath5k 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    5.794115] ath5k 0000:02:00.0: registered as 'phy0'
[    6.053453] [drm] radeon kernel modesetting enabled.
[    6.053642] radeon 0000:01:00.0: vgaarb: deactivate vga console
[    6.058165] [drm] initializing kernel modesetting (RV515 0x1002:0x718A 0x1043:0x1449 0x00).
[    6.058266] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
[    6.058275] caller pci_map_rom+0x82/0x1e0 mapping multiple BARs
[    6.101566] ATOM BIOS: Asus
[    6.101614] [drm] Generation 2 PCI interface, using max accessible memory
[    6.101622] radeon 0000:01:00.0: VRAM: 128M 0x0000000000000000 - 0x0000000007FFFFFF (128M used)
[    6.101631] radeon 0000:01:00.0: GTT: 512M 0x0000000008000000 - 0x0000000027FFFFFF
[    6.101686] ------------[ cut here ]------------
[    6.101688] memtype_reserve failed: [mem 0x00000000-0xffffffffffffffff], req write-combining
[    6.101700] WARNING: CPU: 1 PID: 294 at arch/x86/mm/pat/memtype.c:588 memtype_reserve+0x267/0x2b0
[    6.101713] Modules linked in: snd_seq_midi snd_seq_midi_event radeon(+) snd_rawmidi drm_ttm_helper ttm ath5k(+) drm_kms_helper ath stkwebcam cec rc_core videodev snd_seq coretemp mac80211 joydev input_leds i2c_algo_bit snd_seq_device mc fb_sys_fops serio_raw cfg80211 snd_timer syscopyarea snd sysfillrect libarc4 soundcore sysimgblt sis_agp mac_hid asus_laptop sparse_keymap sch_fq_codel msr parport_pc ppdev lp parport drm ip_tables x_tables autofs4 hid_logitech_hidpp hid_logitech_dj uas usb_storage hid_generic psmouse 8139too 8139cp mii usbhid hid sata_sis pata_acpi video
[    6.101819] CPU: 1 PID: 294 Comm: systemd-udevd Tainted: G        W         5.13.0-21-generic #21-Ubuntu
[    6.101825] Hardware name: ASUSTeK Computer Inc.  F5VL              /F5VL    , BIOS 210        10/17/2007
[    6.101828] RIP: 0010:memtype_reserve+0x267/0x2b0
[    6.101835] Code: 3b 8c 41 83 fe 05 77 08 4e 8b 04 f5 00 d6 00 8c 48 8d 4b ff 4c 89 e2 48 c7 c6 30 d6 00 8c 48 c7 c7 e0 26 3b 8c e8 38 d9 b3 00 <0f> 0b 41 bf ea ff ff ff e9 08 fe ff ff 41 bf ea ff ff ff e9 fd fd
[    6.101840] RSP: 0018:ffffb215c054b878 EFLAGS: 00010286
[    6.101845] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000027
[    6.101849] RDX: ffff90677cd189c8 RSI: 0000000000000001 RDI: ffff90677cd189c0
[    6.101852] RBP: ffffb215c054b8b8 R08: 0000000000000000 R09: ffffb215c054b668
[    6.101855] R10: ffffb215c054b660 R11: ffffffff8cd55268 R12: 0000000000000000
[    6.101858] R13: 0000000000000001 R14: 0000000000000001 R15: 0000000000000000
[    6.101862] FS:  00007f3963cf38c0(0000) GS:ffff90677cd00000(0000) knlGS:0000000000000000
[    6.101866] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    6.101870] CR2: 00005639353b62a8 CR3: 00000000035d6000 CR4: 00000000000006e0
[    6.101874] Call Trace:
[    6.101882]  memtype_reserve_io+0x5a/0x120
[    6.101888]  ? __debugfs_create_file+0x124/0x1a0
[    6.101897]  arch_io_reserve_memtype_wc+0x2f/0x50
[    6.101903]  radeon_bo_init+0x21/0x60 [radeon]
[    6.102124]  rv515_init+0x138/0x1f0 [radeon]
[    6.102235]  radeon_device_init+0x4dc/0x980 [radeon]
[    6.102325]  radeon_driver_load_kms+0x90/0x210 [radeon]
[    6.102416]  drm_dev_register+0xd9/0x1c0 [drm]
[    6.102549]  radeon_pci_probe+0x117/0x1a0 [radeon]
[    6.102638]  ? __pm_runtime_resume+0x60/0x80
[    6.102647]  local_pci_probe+0x48/0x80
[    6.102654]  pci_device_probe+0x105/0x1c0
[    6.102660]  really_probe+0x24b/0x4c0
[    6.102667]  driver_probe_device+0xf0/0x160
[    6.102672]  device_driver_attach+0xab/0xb0
[    6.102678]  __driver_attach+0xb2/0x140
[    6.102682]  ? device_driver_attach+0xb0/0xb0
[    6.102687]  bus_for_each_dev+0x7e/0xc0
[    6.102692]  driver_attach+0x1e/0x20
[    6.102696]  bus_add_driver+0x135/0x1f0
[    6.102701]  driver_register+0x95/0xf0
[    6.102706]  ? 0xffffffffc074b000
[    6.102711]  __pci_register_driver+0x57/0x60
[    6.102716]  radeon_module_init+0x7a/0x1000 [radeon]
[    6.102807]  do_one_initcall+0x48/0x1d0
[    6.102815]  ? kmem_cache_alloc_trace+0xfb/0x240
[    6.102823]  do_init_module+0x62/0x290
[    6.102830]  load_module+0xa8f/0xb10
[    6.102836]  __do_sys_finit_module+0xc2/0x120
[    6.102843]  __x64_sys_finit_module+0x18/0x20
[    6.102848]  do_syscall_64+0x61/0xb0
[    6.102856]  ? fput+0x13/0x20
[    6.102861]  ? switch_fpu_return+0x49/0xc0
[    6.102868]  ? exit_to_user_mode_prepare+0x95/0xb0
[    6.102874]  ? syscall_exit_to_user_mode+0x27/0x50
[    6.102879]  ? __x64_sys_mmap+0x33/0x40
[    6.102884]  ? do_syscall_64+0x6e/0xb0
[    6.102888]  ? irqentry_exit+0x19/0x30
[    6.102892]  ? sysvec_apic_timer_interrupt+0x4e/0x90
[    6.102898]  ? asm_sysvec_apic_timer_interrupt+0xa/0x20
[    6.102904]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[    6.102912] RIP: 0033:0x7f396428994d
[    6.102917] Code: 5b 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b3 64 0f 00 f7 d8 64 89 01 48
[    6.102922] RSP: 002b:00007ffd9711f568 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[    6.102928] RAX: ffffffffffffffda RBX: 00005639353bc960 RCX: 00007f396428994d
[    6.102931] RDX: 0000000000000000 RSI: 00007f39644193fe RDI: 0000000000000017
[    6.102934] RBP: 0000000000020000 R08: 0000000000000000 R09: 00005639353bac70
[    6.102937] R10: 0000000000000017 R11: 0000000000000246 R12: 00007f39644193fe
[    6.102941] R13: 000056393528f180 R14: 00005639353bc8c0 R15: 00005639353bdd30
[    6.102947] ---[ end trace c7a230127468d02d ]---
[    6.102951] [drm] Detected VRAM RAM=128M, BAR=0M
[    6.102955] [drm] RAM width 64bits DDR
[    6.114215] radeon 0000:01:00.0: Fatal error during GPU init
[    6.114238] [drm] radeon: finishing device.
[    6.114247] [drm] radeon: cp finalized
[    6.114270] [drm] radeon: ttm finalized
[    6.114275] x86/PAT: systemd-udevd:294 freeing invalid memtype [mem 0x00000000-0xffffffffffffffff]
[    6.119481] radeon: probe of 0000:01:00.0 failed with error -12
[    6.450293] snd_hda_intel 0000:00:0f.0: CORB reset timeout#1, CORBRP = 0
[    6.488463] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC660-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    6.488481] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.488486] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    6.488491] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    6.488494] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    6.488497] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
[    6.488501] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    6.529851] input: HDA SIS966 Mic as /devices/pci0000:00/0000:00:0f.0/sound/card0/input25
[    6.529982] input: HDA SIS966 Headphone as /devices/pci0000:00/0000:00:0f.0/sound/card0/input26
[    6.711539] random: perl: uninitialized urandom read (4 bytes read)
[    6.783192] ath: EEPROM regdomain: 0x60
[    6.783211] ath: EEPROM indicates we should expect a direct regpair map
[    6.783218] ath: Country alpha2 being used: 00
[    6.783221] ath: Regpair used: 0x60
[    6.783306] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    6.784881] ath5k: phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
[    6.817237] ath5k 0000:02:00.0 wlp2s0: renamed from wlan0
[    7.008153] Adding 8787964k swap on /dev/sda5.  Priority:-2 extents:1 across:8787964k SSFS
[    7.038125] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    7.143630] audit: type=1400 audit(1636886015.967:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=554 comm="apparmor_parser"
[    7.203869] audit: type=1400 audit(1636886016.027:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=556 comm="apparmor_parser"
[    7.203883] audit: type=1400 audit(1636886016.027:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=556 comm="apparmor_parser"
[    7.209935] audit: type=1400 audit(1636886016.035:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=553 comm="apparmor_parser"
[    7.209948] audit: type=1400 audit(1636886016.035:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=553 comm="apparmor_parser"
[    7.244688] audit: type=1400 audit(1636886016.071:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=561 comm="apparmor_parser"
[    7.244708] audit: type=1400 audit(1636886016.071:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=561 comm="apparmor_parser"
[    7.244715] audit: type=1400 audit(1636886016.071:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=561 comm="apparmor_parser"
[    7.256184] audit: type=1400 audit(1636886016.079:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=559 comm="apparmor_parser"
[    7.256201] audit: type=1400 audit(1636886016.079:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=559 comm="apparmor_parser"
[    7.902222] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    7.928201] random: avahi-daemon: uninitialized urandom read (4 bytes read)
[    8.492356] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    9.024441] urandom_read: 1 callbacks suppressed
[    9.024449] random: cupsd: uninitialized urandom read (4096 bytes read)
[    9.221506] random: lightdm: uninitialized urandom read (16 bytes read)
[    9.640881] loop8: detected capacity change from 0 to 8
[    9.655204] 8139too 0000:00:0d.0 enp0s13: link down
[    9.992130] ath5k: ath5k_hw_get_isr: ISR: 0x00040004 IMR: 0x00000000
[   11.076534] wlp2s0: authenticate with 70:fc:8f:59:87:ae
[   11.081139] wlp2s0: send auth to 70:fc:8f:59:87:ae (try 1/3)
[   11.085473] wlp2s0: authenticated
[   11.088100] wlp2s0: associate with 70:fc:8f:59:87:ae (try 1/3)
[   11.092072] wlp2s0: RX AssocResp from 70:fc:8f:59:87:ae (capab=0x1411 status=0 aid=1)
[   11.092202] wlp2s0: associated
[   11.095823] random: wpa_supplicant: uninitialized urandom read (4096 bytes read)
[   11.164268] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   13.002114] random: NetworkManager: uninitialized urandom read (16 bytes read)
[   13.399200] random: pulseaudio: uninitialized urandom read (4 bytes read)
[   13.712756] random: crng init done
[   15.905709] kauditd_printk_skb: 27 callbacks suppressed
[   15.905717] audit: type=1400 audit(1636886024.731:39): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=922 comm="cups-browsed" capability=23  capname="sys_nice"
[   19.066702] audit: type=1400 audit(1636886027.891:40): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/sys/kernel/osrelease" pid=686 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   19.066932] audit: type=1400 audit(1636886027.891:41): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/1/environ" pid=686 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   19.067101] audit: type=1400 audit(1636886027.891:42): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/cmdline" pid=686 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   28.346606] logitech-hidpp-device 0003:046D:101F.0003: HID++ 1.0 device connected.

Encore merci et bon dimanche !

Hors ligne

#6 Le 14/11/2021, à 13:47

Nuliel

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

Bon, on trouve un crash du module et

radeon 0000:01:00.0: Fatal error during GPU init

Le voilà le problème.

Tu peux donner

cat /proc/cmdline

Hors ligne

#7 Le 14/11/2021, à 19:13

kookie68

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

Oui, j'ai bien aussi vu cette ligne... mais à quelle erreur ça correspond euhh hmm
Voici le retrour de commande demandé

momo@momo-F5VL:~$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.13.0-21-generic root=UUID=f5779d7f-1029-4ef7-8889-3c2afd5a145f ro quiet splash vt.handoff=7

Hors ligne

#8 Le 14/11/2021, à 19:47

Nuliel

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

Edit: j'avais pas vu que la puce graphique date, amdgpu va à mon avis pas marcher. Donc ne suis pas mon message, à mon avis ça sert à rien. Je continue mes recherches.

Tu peux démarrer sur un live usb et donner

sudo dmesg

depuis le live usb, histoire de voir si c'est relatif à ton install actuelle.

Dernière modification par Nuliel (Le 14/11/2021, à 19:58)

Hors ligne

#9 Le 15/11/2021, à 10:59

kookie68

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

Ça tombe bien, je n'avais encore rien fait ! Ce PC c'est acrobatique, j'ai dû trouver un live cd qui accepte de booter : le xubuntu 18.04 qui m'avait permis d'installer le système avant de passer par les différents upgrades (voir le premier message).
Voici donc le retour demandé de sudo dmesg : 

[    0.044294] ACPI: DSDT 0x00000000BFFB0630 0071A5 (v01 F5VL0  F5VL0002 00000002 INTL 20051117)
[    0.044301] ACPI: FACS 0x00000000BFFBE000 000040
[    0.044306] ACPI: APIC 0x00000000BFFB0390 00005C (v01 101707 APIC0922 20071017 MSFT 00000097)
[    0.044313] ACPI: MCFG 0x00000000BFFB03F0 00003C (v01 101707 OEMMCFG  20071017 MSFT 00000097)
[    0.044319] ACPI: SLIC 0x00000000BFFB0430 000176 (v01 _ASUS_ Notebook 20071017 MSFT 00000097)
[    0.044325] ACPI: WDRT 0x00000000BFFB05B0 000047 (v01 101707 OEMWDRT  20071017 MSFT 00000097)
[    0.044331] ACPI: BOOT 0x00000000BFFB0600 000028 (v01 101707 BOOT0922 20071017 MSFT 00000097)
[    0.044338] ACPI: OEMB 0x00000000BFFBE040 000071 (v01 101707 OEMB0922 20071017 MSFT 00000097)
[    0.044361] ACPI: Local APIC address 0xfee00000
[    0.044512] No NUMA configuration found
[    0.044515] Faking a node at [mem 0x0000000000000000-0x00000000bffa7fff]
[    0.044536] NODE_DATA(0) allocated [mem 0xbff7d000-0xbffa7fff]
[    0.045056] Zone ranges:
[    0.045057]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.045060]   DMA32    [mem 0x0000000001000000-0x00000000bffa7fff]
[    0.045062]   Normal   empty
[    0.045064]   Device   empty
[    0.045066] Movable zone start for each node
[    0.045071] Early memory node ranges
[    0.045073]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.045075]   node   0: [mem 0x0000000000100000-0x00000000bffa7fff]
[    0.045084] Zeroed struct page in unavailable ranges: 186 pages
[    0.045086] Initmem setup node 0 [mem 0x0000000000001000-0x00000000bffa7fff]
[    0.045088] On node 0 totalpages: 786246
[    0.045090]   DMA zone: 64 pages used for memmap
[    0.045092]   DMA zone: 21 pages reserved
[    0.045094]   DMA zone: 3998 pages, LIFO batch:0
[    0.045214]   DMA32 zone: 12223 pages used for memmap
[    0.045215]   DMA32 zone: 782248 pages, LIFO batch:63
[    0.099835] ACPI: PM-Timer IO Port: 0x808
[    0.099840] ACPI: Local APIC address 0xfee00000
[    0.099877] IOAPIC[0]: apic_id 2, version 20, address 0xfec00000, GSI 0-23
[    0.099882] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.099886] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.099889] ACPI: IRQ0 used by override.
[    0.099891] ACPI: IRQ9 used by override.
[    0.099895] Using ACPI (MADT) for SMP configuration information
[    0.099903] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.099941] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.099944] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.099945] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.099947] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.099951] [mem 0xc0000000-0xfedfffff] available for PCI devices
[    0.099954] Booting paravirtualized kernel on bare hardware
[    0.099964] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.099976] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[    0.101476] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u1048576
[    0.101489] pcpu-alloc: s184320 r8192 d28672 u1048576 alloc=1*2097152
[    0.101492] pcpu-alloc: [0] 0 1 
[    0.101560] Built 1 zonelists, mobility grouping on.  Total pages: 773938
[    0.101563] Policy zone: DMA32
[    0.101568] Kernel command line: file=/cdrom/preseed/xubuntu.seed boot=casper initrd=/casper/initrd quiet splash --- maybe-ubiquity
[    0.104163] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.105308] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.105408] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.105418] Calgary: detecting Calgary via BIOS EBDA area
[    0.105420] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.163313] Memory: 3013204K/3144984K available (14339K kernel code, 2378K rwdata, 4924K rodata, 2704K init, 5020K bss, 131780K reserved, 0K cma-reserved)
[    0.163334] random: get_random_u64 called from __kmem_cache_create+0x41/0x550 with crng_init=0
[    0.163791] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.163839] Kernel/User page tables isolation: enabled
[    0.163897] ftrace: allocating 44191 entries in 173 pages
[    0.202501] rcu: Hierarchical RCU implementation.
[    0.202506] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[    0.202508] 	Tasks RCU enabled.
[    0.202510] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.202512] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.209273] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[    0.211520] Console: colour VGA+ 80x25
[    0.211531] printk: console [tty0] enabled
[    0.211582] ACPI: Core revision 20190816
[    0.211744] APIC: Switch to symmetric I/O mode setup
[    0.212077] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.231744] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x15a084f0282, max_idle_ns: 440795253999 ns
[    0.231756] Calibrating delay loop (skipped), value calculated using timer frequency.. 3000.75 BogoMIPS (lpj=6001500)
[    0.231760] pid_max: default: 32768 minimum: 301
[    0.231831] LSM: Security Framework initializing
[    0.231857] Yama: becoming mindful.
[    0.231927] AppArmor: AppArmor initialized
[    0.232046] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.232099] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.232144] *** VALIDATE tmpfs ***
[    0.232519] *** VALIDATE proc ***
[    0.232667] *** VALIDATE cgroup1 ***
[    0.232670] *** VALIDATE cgroup2 ***
[    0.232781] process: using mwait in idle threads
[    0.232790] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.232792] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.232798] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.232801] Spectre V2 : Mitigation: Full generic retpoline
[    0.232803] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.232804] Speculative Store Bypass: Vulnerable
[    0.232811] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.233088] Freeing SMP alternatives memory: 40K
[    0.348817] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T5250  @ 1.50GHz (family: 0x6, model: 0xf, stepping: 0xd)
[    0.349492] Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
[    0.349505] core: PEBS disabled due to CPU errata
[    0.349508] ... version:                2
[    0.349509] ... bit width:              40
[    0.349510] ... generic registers:      2
[    0.349512] ... value mask:             000000ffffffffff
[    0.349513] ... max period:             000000007fffffff
[    0.349514] ... fixed-purpose events:   3
[    0.349516] ... event mask:             0000000700000003
[    0.349621] rcu: Hierarchical SRCU implementation.
[    0.351749] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.351749] smp: Bringing up secondary CPUs ...
[    0.351902] x86: Booting SMP configuration:
[    0.351904] .... node  #0, CPUs:      #1
[    0.355873] smp: Brought up 1 node, 2 CPUs
[    0.355873] smpboot: Max logical packages: 1
[    0.355873] smpboot: Total of 2 processors activated (6001.50 BogoMIPS)
[    0.357938] devtmpfs: initialized
[    0.357938] x86/mm: Memory block size: 128MB
[    0.359831] PM: Registering ACPI NVS region [mem 0xbffa8000-0xbffaffff] (32768 bytes)
[    0.359834] PM: Registering ACPI NVS region [mem 0xbffbe000-0xbfffffff] (270336 bytes)
[    0.359983] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.359983] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.359983] pinctrl core: initialized pinctrl subsystem
[    0.360139] PM: RTC time: 09:43:33, date: 2021-11-15
[    0.360377] NET: Registered protocol family 16
[    0.360590] audit: initializing netlink subsys (disabled)
[    0.360604] audit: type=2000 audit(1636969413.148:1): state=initialized audit_enabled=0 res=1
[    0.360604] EISA bus registered
[    0.360604] cpuidle: using governor ladder
[    0.360604] cpuidle: using governor menu
[    0.360604] Simple Boot Flag value 0xc0 read from CMOS RAM was invalid
[    0.360604] Simple Boot Flag at 0xff set to 0x80
[    0.360604] ACPI: bus type PCI registered
[    0.360604] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.360604] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.360604] PCI: not using MMCONFIG
[    0.360604] PCI: Using configuration type 1 for base access
[    0.367178] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.371995] ACPI: Added _OSI(Module Device)
[    0.371997] ACPI: Added _OSI(Processor Device)
[    0.371999] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.372001] ACPI: Added _OSI(Processor Aggregator Device)
[    0.372003] ACPI: Added _OSI(Linux-Dell-Video)
[    0.372005] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.372007] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.386223] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.392465] ACPI: Dynamic OEM Table Load:
[    0.392479] ACPI: SSDT 0xFFFF92B4BC2EA000 000C99 (v01 AMI    CPU1PM   00000001 INTL 20051117)
[    0.395182] ACPI: Dynamic OEM Table Load:
[    0.395194] ACPI: SSDT 0xFFFF92B4BC2EC000 000C99 (v01 AMI    CPU2PM   00000001 INTL 20051117)
[    0.398298] ACPI: EC: EC started
[    0.398300] ACPI: EC: interrupt blocked
[    0.398582] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as first EC
[    0.398585] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x19, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.398588] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.398589] ACPI: Interpreter enabled
[    0.398636] ACPI: (supports S0 S3 S4 S5)
[    0.398639] ACPI: Using IOAPIC for interrupt routing
[    0.398715] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.400174] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.400200] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.400620] ACPI: Enabled 1 GPEs in block 00 to 0F
[    0.400627] ACPI: Enabled 1 GPEs in block 10 to 1F
[    0.413162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.413174] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.413763] PCI host bridge to bus 0000:00
[    0.413768] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.413771] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.413773] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.413776] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.413778] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff window]
[    0.413781] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff window]
[    0.413784] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.413805] pci 0000:00:00.0: [1039:0671] type 00 class 0x060000
[    0.414022] pci 0000:00:01.0: [1039:0004] type 01 class 0x060400
[    0.414079] pci 0000:00:01.0: enabling Extended Tags
[    0.414139] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.414335] pci 0000:00:02.0: [1039:0968] type 00 class 0x060100
[    0.414589] pci 0000:00:02.5: [1039:5513] type 00 class 0x010180
[    0.414648] pci 0000:00:02.5: reg 0x20: [io  0xffe0-0xffef]
[    0.414672] pci 0000:00:02.5: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.414674] pci 0000:00:02.5: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.414677] pci 0000:00:02.5: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.414679] pci 0000:00:02.5: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.414715] pci 0000:00:02.5: PME# supported from D3cold
[    0.414892] pci 0000:00:03.0: [1039:7001] type 00 class 0x0c0310
[    0.414914] pci 0000:00:03.0: reg 0x10: [mem 0xfebff000-0xfebfffff]
[    0.415140] pci 0000:00:03.1: [1039:7001] type 00 class 0x0c0310
[    0.415164] pci 0000:00:03.1: reg 0x10: [mem 0xfebfe000-0xfebfefff]
[    0.415410] pci 0000:00:03.3: [1039:7002] type 00 class 0x0c0320
[    0.415434] pci 0000:00:03.3: reg 0x10: [mem 0xfebfd000-0xfebfdfff]
[    0.415522] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
[    0.415703] pci 0000:00:05.0: [1039:1183] type 00 class 0x010185
[    0.415727] pci 0000:00:05.0: reg 0x10: [io  0xec00-0xec07]
[    0.415739] pci 0000:00:05.0: reg 0x14: [io  0xe800-0xe803]
[    0.415754] pci 0000:00:05.0: reg 0x18: [io  0xe400-0xe407]
[    0.415766] pci 0000:00:05.0: reg 0x1c: [io  0xe000-0xe003]
[    0.415777] pci 0000:00:05.0: reg 0x20: [io  0xdc00-0xdc0f]
[    0.415788] pci 0000:00:05.0: reg 0x24: [io  0xd800-0xd87f]
[    0.415836] pci 0000:00:05.0: PME# supported from D3cold
[    0.416012] pci 0000:00:06.0: [1039:000a] type 01 class 0x060400
[    0.416069] pci 0000:00:06.0: enabling Extended Tags
[    0.416134] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.416326] pci 0000:00:07.0: [1039:000a] type 01 class 0x060400
[    0.416382] pci 0000:00:07.0: enabling Extended Tags
[    0.416447] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.416645] pci 0000:00:0d.0: [10ec:8139] type 00 class 0x020000
[    0.416669] pci 0000:00:0d.0: reg 0x10: [io  0xd400-0xd4ff]
[    0.416682] pci 0000:00:0d.0: reg 0x14: [mem 0xfebfcc00-0xfebfccff]
[    0.416764] pci 0000:00:0d.0: supports D1 D2
[    0.416767] pci 0000:00:0d.0: PME# supported from D1 D2 D3hot D3cold
[    0.416943] pci 0000:00:0f.0: [1039:7502] type 00 class 0x040300
[    0.416967] pci 0000:00:0f.0: reg 0x10: [mem 0xfebf8000-0xfebfbfff]
[    0.417057] pci 0000:00:0f.0: PME# supported from D0 D3hot D3cold
[    0.417343] pci 0000:01:00.0: [1002:718a] type 00 class 0x030000
[    0.417368] pci 0000:01:00.0: reg 0x10: [mem 0xb0000000-0xb7ffffff pref]
[    0.417380] pci 0000:01:00.0: reg 0x14: [io  0xa800-0xa8ff]
[    0.417392] pci 0000:01:00.0: reg 0x18: [mem 0xfa9f0000-0xfa9fffff]
[    0.417431] pci 0000:01:00.0: reg 0x30: [mem 0xfa9c0000-0xfa9dffff pref]
[    0.417442] pci 0000:01:00.0: enabling Extended Tags
[    0.417502] pci 0000:01:00.0: supports D1 D2
[    0.417627] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.417641] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.417649] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
[    0.417654] pci 0000:00:01.0:   bridge window [mem 0xfa900000-0xfa9fffff]
[    0.417661] pci 0000:00:01.0:   bridge window [mem 0xaff00000-0xbfefffff 64bit pref]
[    0.417777] pci 0000:02:00.0: [168c:001c] type 00 class 0x020000
[    0.417824] pci 0000:02:00.0: reg 0x10: [mem 0xfaaf0000-0xfaafffff 64bit]
[    0.418186] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.418201] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.418212] pci 0000:00:06.0:   bridge window [mem 0xfaa00000-0xfaafffff]
[    0.418382] acpiphp: Slot [1] registered
[    0.418448] pci 0000:00:07.0: PCI bridge to [bus 03-05]
[    0.418457] pci 0000:00:07.0:   bridge window [io  0xb000-0xcfff]
[    0.418462] pci 0000:00:07.0:   bridge window [mem 0xfab00000-0xfeafffff]
[    0.418469] pci 0000:00:07.0:   bridge window [mem 0xbff00000-0xdfefffff 64bit pref]
[    0.419679] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.419856] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 *15)
[    0.420024] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 *7 10 11 12 14 15)
[    0.420190] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.420359] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 *11 12 14 15)
[    0.420526] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.420692] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 7 10 11 12 14)
[    0.420858] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.421344] ACPI: EC: interrupt unblocked
[    0.421355] ACPI: EC: event unblocked
[    0.421363] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x19, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.421366] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions and events
[    0.421593] iommu: Default domain type: Translated 
[    0.421593] SCSI subsystem initialized
[    0.421593] libata version 3.00 loaded.
[    0.421593] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.421593] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.421593] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.421593] vgaarb: loaded
[    0.421593] ACPI: bus type USB registered
[    0.421593] usbcore: registered new interface driver usbfs
[    0.421593] usbcore: registered new interface driver hub
[    0.421593] usbcore: registered new device driver usb
[    0.421593] pps_core: LinuxPPS API ver. 1 registered
[    0.421593] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.421593] PTP clock support registered
[    0.421593] EDAC MC: Ver: 3.0.0
[    0.421593] PCI: Using ACPI for IRQ routing
[    0.433926] PCI: pci_cache_line_size set to 64 bytes
[    0.433935] pci 0000:00:01.0: can't claim BAR 15 [mem 0xaff00000-0xbfefffff 64bit pref]: no compatible bridge window
[    0.433941] pci 0000:00:07.0: can't claim BAR 15 [mem 0xbff00000-0xdfefffff 64bit pref]: no compatible bridge window
[    0.433945] pci 0000:00:07.0: [mem 0xbff00000-0xdfefffff 64bit pref] clipped to [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.433949] pci 0000:00:07.0:   bridge window [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.433961] pci 0000:01:00.0: can't claim BAR 0 [mem 0xb0000000-0xb7ffffff pref]: no compatible bridge window
[    0.434009] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.434012] e820: reserve RAM buffer [mem 0xbffa8000-0xbfffffff]
[    0.434248] NetLabel: Initializing
[    0.434250] NetLabel:  domain hash size = 128
[    0.434251] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.434286] NetLabel:  unlabeled traffic allowed by default
[    0.436540] clocksource: Switched to clocksource tsc-early
[    0.473657] *** VALIDATE bpf ***
[    0.474061] VFS: Disk quotas dquot_6.6.0
[    0.474105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.474176] *** VALIDATE ramfs ***
[    0.474184] *** VALIDATE hugetlbfs ***
[    0.474466] AppArmor: AppArmor Filesystem Enabled
[    0.474553] pnp: PnP ACPI init
[    0.474770] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.474939] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.475088] pnp 00:02: Plug and Play ACPI device, IDs SYN0a04 SYN0a00 SYN0002 PNP0f03 AUI1307 AUI1303 (active)
[    0.475558] system 00:03: [io  0x0290-0x0297] has been reserved
[    0.475562] system 00:03: [io  0x0c00-0x0c05] has been reserved
[    0.475565] system 00:03: [io  0x0d00-0x0d05] has been reserved
[    0.475578] system 00:03: [io  0x0480-0x048f] has been reserved
[    0.475581] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.475584] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.475587] system 00:03: [io  0x0880-0x08ff] has been reserved
[    0.475591] system 00:03: [io  0x0c00-0x0c7f] could not be reserved
[    0.475594] system 00:03: [io  0x025c-0x025f] has been reserved
[    0.475597] system 00:03: [io  0x2000-0x20fe] has been reserved
[    0.475601] system 00:03: [mem 0xfff80000-0xffffffff] has been reserved
[    0.475605] system 00:03: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.475608] system 00:03: [mem 0xffee0000-0xffefffff] has been reserved
[    0.475611] system 00:03: [mem 0xfed10000-0xfed3ffff] has been reserved
[    0.475615] system 00:03: [mem 0xfed4b000-0xfed8afff] has been reserved
[    0.475626] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.475807] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.475811] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.475820] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.476092] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.476101] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.476806] system 00:06: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.476809] system 00:06: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.476813] system 00:06: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.476816] system 00:06: [mem 0x00100000-0xbfffffff] could not be reserved
[    0.476825] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.477166] pnp: PnP ACPI: found 7 devices
[    0.480494] thermal_sys: Registered thermal governor 'fair_share'
[    0.480496] thermal_sys: Registered thermal governor 'bang_bang'
[    0.480498] thermal_sys: Registered thermal governor 'step_wise'
[    0.480500] thermal_sys: Registered thermal governor 'user_space'
[    0.480501] thermal_sys: Registered thermal governor 'power_allocator'
[    0.485006] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.485098] pci 0000:01:00.0: BAR 0: no space for [mem size 0x08000000 pref]
[    0.485103] pci 0000:01:00.0: BAR 0: trying firmware assignment [mem 0xb0000000-0xb7ffffff pref]
[    0.485107] pci 0000:01:00.0: BAR 0: [mem 0xb0000000-0xb7ffffff pref] conflicts with System RAM [mem 0x00100000-0xbffa7fff]
[    0.485110] pci 0000:01:00.0: BAR 0: failed to assign [mem size 0x08000000 pref]
[    0.485114] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.485120] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
[    0.485126] pci 0000:00:01.0:   bridge window [mem 0xfa900000-0xfa9fffff]
[    0.485137] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.485143] pci 0000:00:06.0:   bridge window [mem 0xfaa00000-0xfaafffff]
[    0.485154] pci 0000:00:07.0: PCI bridge to [bus 03-05]
[    0.485158] pci 0000:00:07.0:   bridge window [io  0xb000-0xcfff]
[    0.485164] pci 0000:00:07.0:   bridge window [mem 0xfab00000-0xfeafffff]
[    0.485169] pci 0000:00:07.0:   bridge window [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.485177] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.485180] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.485182] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.485185] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.485187] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.485190] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff window]
[    0.485192] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff window]
[    0.485195] pci_bus 0000:01: resource 0 [io  0xa000-0xafff]
[    0.485197] pci_bus 0000:01: resource 1 [mem 0xfa900000-0xfa9fffff]
[    0.485200] pci_bus 0000:02: resource 1 [mem 0xfaa00000-0xfaafffff]
[    0.485203] pci_bus 0000:03: resource 0 [io  0xb000-0xcfff]
[    0.485205] pci_bus 0000:03: resource 1 [mem 0xfab00000-0xfeafffff]
[    0.485207] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.485384] NET: Registered protocol family 2
[    0.485721] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.485856] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.486169] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.486289] TCP: Hash tables configured (established 32768 bind 32768)
[    0.486416] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.486469] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.486675] NET: Registered protocol family 1
[    0.486687] NET: Registered protocol family 44
[    0.516038] pci 0000:00:03.0: quirk_usb_early_handoff+0x0/0x6b0 took 28616 usecs
[    0.547709] pci 0000:00:03.1: quirk_usb_early_handoff+0x0/0x6b0 took 30917 usecs
[    0.548018] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.548027] PCI: CLS 32 bytes, default 64
[    0.548189] Trying to unpack rootfs image as initramfs...
[   15.625034] Freeing initrd memory: 42920K
[   15.625559] check: Scanning for low memory corruption every 60 seconds
[   15.626588] Initialise system trusted keyrings
[   15.626615] Key type blacklist registered
[   15.626762] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[   15.630521] zbud: loaded
[   15.631414] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   15.631873] fuse: init (API version 7.31)
[   15.631914] *** VALIDATE fuse ***
[   15.631917] *** VALIDATE fuse ***
[   15.632155] Platform Keyring initialized
[   15.641739] Key type asymmetric registered
[   15.641742] Asymmetric key parser 'x509' registered
[   15.641775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[   15.641886] io scheduler mq-deadline registered
[   15.642713] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   15.642839] intel_idle: does not run on family 6 model 15
[   15.643254] ACPI: AC Adapter [AC0] (on-line)
[   15.643375] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[   15.643427] ACPI: Lid Switch [LID]
[   15.643500] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[   15.643588] ACPI: Power Button [PWRB]
[   15.643665] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[   15.643739] ACPI: Sleep Button [SLPB]
[   15.643832] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   15.643895] ACPI: Power Button [PWRF]
[   15.644055] tsc: Marking TSC unstable due to TSC halts in idle
[   15.644163] clocksource: Switched to clocksource acpi_pm
[   15.647576] thermal LNXTHERM:00: registered as thermal_zone0
[   15.647578] ACPI: Thermal Zone [THRM] (68 C)
[   15.647746] battery: ACPI: Battery Slot [BAT0] (battery absent)
[   15.647930] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[   15.652051] Linux agpgart interface v0.103
[   15.657186] loop: module loaded
[   15.657657] pata_sis 0000:00:02.5: version 0.5.2
[   15.659263] scsi host0: pata_sis
[   15.659558] scsi host1: pata_sis
[   15.659651] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffe0 irq 14
[   15.659653] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffe8 irq 15
[   15.659921] libphy: Fixed MDIO Bus: probed
[   15.659923] tun: Universal TUN/TAP device driver, 1.6
[   15.660038] PPP generic driver version 2.4.2
[   15.660179] VFIO - User Level meta-driver version: 0.3
[   15.660317] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   15.660327] ehci-pci: EHCI PCI platform driver
[   15.660607] ehci-pci 0000:00:03.3: EHCI Host Controller
[   15.660624] ehci-pci 0000:00:03.3: new USB bus registered, assigned bus number 1
[   15.660704] ehci-pci 0000:00:03.3: irq 22, io mem 0xfebfd000
[   15.675778] ehci-pci 0000:00:03.3: USB 2.0 started, EHCI 1.00
[   15.675896] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[   15.675899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.675902] usb usb1: Product: EHCI Host Controller
[   15.675905] usb usb1: Manufacturer: Linux 5.4.0-42-generic ehci_hcd
[   15.675907] usb usb1: SerialNumber: 0000:00:03.3
[   15.676128] hub 1-0:1.0: USB hub found
[   15.676142] hub 1-0:1.0: 8 ports detected
[   15.676557] ehci-platform: EHCI generic platform driver
[   15.676586] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   15.676592] ohci-pci: OHCI PCI platform driver
[   15.676781] ohci-pci 0000:00:03.0: OHCI PCI host controller
[   15.676790] ohci-pci 0000:00:03.0: new USB bus registered, assigned bus number 2
[   15.676833] ohci-pci 0000:00:03.0: irq 20, io mem 0xfebff000
[   15.737840] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[   15.737844] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.737846] usb usb2: Product: OHCI PCI host controller
[   15.737849] usb usb2: Manufacturer: Linux 5.4.0-42-generic ohci_hcd
[   15.737851] usb usb2: SerialNumber: 0000:00:03.0
[   15.738047] hub 2-0:1.0: USB hub found
[   15.738061] hub 2-0:1.0: 4 ports detected
[   15.738502] ohci-pci 0000:00:03.1: OHCI PCI host controller
[   15.738511] ohci-pci 0000:00:03.1: new USB bus registered, assigned bus number 3
[   15.738553] ohci-pci 0000:00:03.1: irq 21, io mem 0xfebfe000
[   15.797842] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[   15.797845] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.797848] usb usb3: Product: OHCI PCI host controller
[   15.797850] usb usb3: Manufacturer: Linux 5.4.0-42-generic ohci_hcd
[   15.797853] usb usb3: SerialNumber: 0000:00:03.1
[   15.798040] hub 3-0:1.0: USB hub found
[   15.798054] hub 3-0:1.0: 4 ports detected
[   15.798327] ohci-platform: OHCI generic platform driver
[   15.798347] uhci_hcd: USB Universal Host Controller Interface driver
[   15.798503] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[   15.800136] i8042: Detected active multiplexing controller, rev 1.1
[   15.800772] serio: i8042 KBD port at 0x60,0x64 irq 1
[   15.800780] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[   15.800840] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[   15.800889] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[   15.800947] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[   15.801184] mousedev: PS/2 mouse device common for all mice
[   15.801612] rtc_cmos 00:00: RTC can wake from S4
[   15.801876] rtc_cmos 00:00: registered as rtc0
[   15.801912] rtc_cmos 00:00: alarms up to one year, 114 bytes nvram
[   15.801929] i2c /dev entries driver
[   15.802035] device-mapper: uevent: version 1.0.3
[   15.802166] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[   15.802206] platform eisa.0: Probing EISA bus 0
[   15.802210] platform eisa.0: EISA: Cannot allocate resource for mainboard
[   15.802213] platform eisa.0: Cannot allocate resource for EISA slot 1
[   15.802216] platform eisa.0: Cannot allocate resource for EISA slot 2
[   15.802218] platform eisa.0: Cannot allocate resource for EISA slot 3
[   15.802221] platform eisa.0: Cannot allocate resource for EISA slot 4
[   15.802223] platform eisa.0: Cannot allocate resource for EISA slot 5
[   15.802226] platform eisa.0: Cannot allocate resource for EISA slot 6
[   15.802228] platform eisa.0: Cannot allocate resource for EISA slot 7
[   15.802231] platform eisa.0: Cannot allocate resource for EISA slot 8
[   15.802234] platform eisa.0: EISA: Detected 0 cards
[   15.802241] intel_pstate: CPU model not supported
[   15.802290] ledtrig-cpu: registered to indicate activity on CPUs
[   15.802452] drop_monitor: Initializing network drop monitor service
[   15.802836] NET: Registered protocol family 10
[   15.815294] Segment Routing with IPv6
[   15.815360] NET: Registered protocol family 17
[   15.815472] Key type dns_resolver registered
[   15.815940] RAS: Correctable Errors collector initialized.
[   15.816021] microcode: sig=0x6fd, pf=0x80, revision=0xa4
[   15.816107] microcode: Microcode Update Driver: v2.2.
[   15.816119] IPI shorthand broadcast: enabled
[   15.816251] registered taskstats version 1
[   15.816276] Loading compiled-in X.509 certificates
[   15.820326] Loaded X.509 cert 'Build time autogenerated kernel key: 48ee52262915d1ee4db3e3222acce2ebb1a0fb65'
[   15.820414] zswap: loaded using pool lzo/zbud
[   15.820588] Key type ._fscrypt registered
[   15.820590] Key type .fscrypt registered
[   15.822354] ata1.00: ATAPI: MATSHITADVD-RAM UJ-860S, 1.00, max UDMA/33
[   15.829695] scsi 0:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ-860S  1.00 PQ: 0 ANSI: 5
[   15.832805] Key type big_key registered
[   15.836495] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[   15.838596] Key type encrypted registered
[   15.838605] AppArmor: AppArmor sha1 policy hashing enabled
[   15.838632] ima: No TPM chip found, activating TPM-bypass!
[   15.838645] ima: Allocated hash algorithm: sha1
[   15.838661] ima: No architecture policies found
[   15.838680] evm: Initialising EVM extended attributes:
[   15.838681] evm: security.selinux
[   15.838683] evm: security.SMACK64
[   15.838684] evm: security.SMACK64EXEC
[   15.838685] evm: security.SMACK64TRANSMUTE
[   15.838686] evm: security.SMACK64MMAP
[   15.838687] evm: security.apparmor
[   15.838688] evm: security.ima
[   15.838689] evm: security.capability
[   15.838691] evm: HMAC attrs: 0x1
[   15.839412] PM:   Magic number: 13:794:727
[   15.839417] PM:   hash matches /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/drivers/base/power/main.c:1721
[   15.839460] block loop7: hash matches
[   15.839655] rtc_cmos 00:00: setting system clock to 2021-11-15T09:43:48 UTC (1636969428)
[   15.846871] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[   15.862162] sr 0:0:0:0: [sr0] scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[   15.862165] cdrom: Uniform CD-ROM driver Revision: 3.20
[   15.862570] sr 0:0:0:0: Attached scsi CD-ROM sr0
[   15.862677] sr 0:0:0:0: Attached scsi generic sg0 type 5
[   15.862812] ata2: port disabled--ignoring
[   15.866031] Freeing unused decrypted memory: 2040K
[   15.868386] Freeing unused kernel image memory: 2704K
[   15.883778] Write protecting the kernel read-only data: 22528k
[   15.885775] Freeing unused kernel image memory: 2008K
[   15.886911] Freeing unused kernel image memory: 1220K
[   15.913938] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   15.913962] x86/mm: Checking user space page tables
[   15.941059] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   15.941089] Run /init as init process
[   16.163279] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[   16.171439] acpi device:10: registered as cooling_device2
[   16.171563] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0d/LNXVIDEO:00/input/input9
[   16.185348] sata_sis 0000:00:05.0: version 1.0
[   16.186618] sata_sis 0000:00:05.0: Detected SiS 1183/966/966L/968/680 controller in PATA mode
[   16.196202] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[   16.196211] 8139cp 0000:00:0d.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
[   16.199927] scsi host2: sata_sis
[   16.208838] scsi host3: sata_sis
[   16.209030] ata3: PATA max UDMA/133 cmd 0xec00 ctl 0xe800 bmdma 0xdc00 irq 17
[   16.209033] ata4: PATA max UDMA/133 cmd 0xe400 ctl 0xe000 bmdma 0xdc08 irq 17
[   16.230618] 8139too: 8139too Fast Ethernet driver 0.9.28
[   16.231876] 8139too 0000:00:0d.0 eth0: RealTek RTL8139 at 0x(____ptrval____), 00:1e:8c:62:8d:b7, IRQ 17
[   16.288946] [drm] radeon kernel modesetting enabled.
[   16.289081] radeon 0000:01:00.0: remove_conflicting_pci_framebuffers: bar 2: 0xfa9f0000 -> 0xfa9fffff
[   16.289085] radeon 0000:01:00.0: remove_conflicting_pci_framebuffers: passed res_id (0) is not a memory bar
[   16.289088] radeon 0000:01:00.0: vgaarb: deactivate vga console
[   16.289624] Console: switching to colour dummy device 80x25
[   16.290561] [drm] initializing kernel modesetting (RV515 0x1002:0x718A 0x1043:0x1449 0x00).
[   16.290624] ------------[ cut here ]------------
[   16.290627] ioremap on RAM at 0x0000000000000000 - 0x000000000003ffff
[   16.290647] WARNING: CPU: 0 PID: 220 at /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/arch/x86/mm/ioremap.c:209 __ioremap_caller+0x2d1/0x340
[   16.290648] Modules linked in: radeon(+) i2c_algo_bit ttm psmouse 8139too drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops 8139cp drm mii pata_acpi sis_agp sata_sis video
[   16.290667] CPU: 0 PID: 220 Comm: systemd-udevd Not tainted 5.4.0-42-generic #46~18.04.1-Ubuntu
[   16.290669] Hardware name: ASUSTeK Computer Inc.  F5VL              /F5VL    , BIOS 210        10/17/2007
[   16.290673] RIP: 0010:__ioremap_caller+0x2d1/0x340
[   16.290676] Code: e9 87 fe ff ff 4c 89 ff e8 ec 62 1f 00 eb cf 48 8d 55 c8 48 8d 75 b8 48 c7 c7 2f 39 54 b7 c6 05 b0 83 78 01 01 e8 2f f7 01 00 <0f> 0b 45 31 ff e9 bd fd ff ff 0f b7 05 16 ce 5b 01 48 09 c1 e9 96
[   16.290678] RSP: 0018:ffffa993402fb7f0 EFLAGS: 00010282
[   16.290681] RAX: 0000000000000000 RBX: 0000000000000000 RCX: ffffffffb7864be8
[   16.290682] RDX: 0000000000000001 RSI: 0000000000000086 RDI: 0000000000000247
[   16.290684] RBP: ffffa993402fb858 R08: 0000000000000251 R09: 0000000000000004
[   16.290686] R10: 0000000000000008 R11: 0000000000000001 R12: 0000000000040000
[   16.290687] R13: 0000000000000002 R14: ffffffffc0266571 R15: 0000000000000000
[   16.290690] FS:  00007f18debdd680(0000) GS:ffff92b4bca00000(0000) knlGS:0000000000000000
[   16.290692] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   16.290694] CR2: 00007ffed2cadc50 CR3: 00000000bac0c000 CR4: 00000000000006f0
[   16.290695] Call Trace:
[   16.290706]  ? up+0x32/0x50
[   16.290710]  ioremap_nocache+0x1a/0x20
[   16.290834]  igp_read_bios_from_vram+0x41/0xb0 [radeon]
[   16.290886]  radeon_get_bios+0x2c8/0x1010 [radeon]
[   16.290891]  ? _cond_resched+0x19/0x40
[   16.290895]  ? kmem_cache_alloc_trace+0x208/0x220
[   16.290898]  ? _cond_resched+0x19/0x40
[   16.290900]  ? mutex_lock+0x12/0x40
[   16.290905]  ? register_client+0xc1/0x100
[   16.290961]  rv515_init+0x2c/0x240 [radeon]
[   16.291003]  radeon_device_init+0x54d/0xc50 [radeon]
[   16.291045]  radeon_driver_load_kms+0x80/0x260 [radeon]
[   16.291114]  drm_dev_register+0x12b/0x1c0 [drm]
[   16.291154]  radeon_pci_probe+0x137/0x1e0 [radeon]
[   16.291161]  ? __pm_runtime_resume+0x5b/0x80
[   16.291165]  local_pci_probe+0x47/0xa0
[   16.291168]  pci_device_probe+0x10b/0x1b0
[   16.291172]  really_probe+0xf5/0x440
[   16.291175]  driver_probe_device+0x11b/0x130
[   16.291178]  device_driver_attach+0x58/0x60
[   16.291180]  __driver_attach+0xa3/0x140
[   16.291182]  ? device_driver_attach+0x60/0x60
[   16.291184]  ? device_driver_attach+0x60/0x60
[   16.291188]  bus_for_each_dev+0x74/0xb0
[   16.291191]  ? kmem_cache_alloc_trace+0x208/0x220
[   16.291193]  driver_attach+0x1e/0x20
[   16.291195]  bus_add_driver+0x14a/0x220
[   16.291198]  ? 0xffffffffc0394000
[   16.291201]  driver_register+0x60/0x100
[   16.291203]  ? 0xffffffffc0394000
[   16.291207]  __pci_register_driver+0x5a/0x60
[   16.291247]  radeon_init+0x96/0xab [radeon]
[   16.291252]  do_one_initcall+0x4a/0x1fa
[   16.291255]  ? _cond_resched+0x19/0x40
[   16.291257]  ? kmem_cache_alloc_trace+0x208/0x220
[   16.291262]  do_init_module+0x5f/0x226
[   16.291265]  load_module+0x1b46/0x2150
[   16.291271]  __do_sys_finit_module+0xfc/0x120
[   16.291273]  ? __do_sys_finit_module+0xfc/0x120
[   16.291277]  __x64_sys_finit_module+0x1a/0x20
[   16.291280]  do_syscall_64+0x57/0x190
[   16.291283]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   16.291285] RIP: 0033:0x7f18de6e7959
[   16.291289] Code: 00 f3 c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d ff f4 2c 00 f7 d8 64 89 01 48
[   16.291290] RSP: 002b:00007ffd5e719a28 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   16.291293] RAX: ffffffffffffffda RBX: 00005562ebc8e3b0 RCX: 00007f18de6e7959
[   16.291295] RDX: 0000000000000000 RSI: 00007f18de3c6105 RDI: 0000000000000013
[   16.291296] RBP: 00007f18de3c6105 R08: 0000000000000000 R09: 00007ffd5e719b40
[   16.291298] R10: 0000000000000013 R11: 0000000000000246 R12: 0000000000000000
[   16.291300] R13: 00005562ebc777c0 R14: 0000000000020000 R15: 00005562ebc8e3b0
[   16.291303] ---[ end trace d4abc4f87d12f095 ]---
[   16.291316] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
[   16.291319] caller pci_map_rom+0x71/0x1d0 mapping multiple BARs
[   16.293865] ATOM BIOS: Asus
[   16.293896] [drm] Generation 2 PCI interface, using max accessible memory
[   16.293905] radeon 0000:01:00.0: VRAM: 128M 0x0000000000000000 - 0x0000000007FFFFFF (128M used)
[   16.293908] radeon 0000:01:00.0: GTT: 512M 0x0000000008000000 - 0x0000000027FFFFFF
[   16.293938] ------------[ cut here ]------------
[   16.293941] reserve_memtype failed: [mem 0x00000000-0xffffffffffffffff], req write-combining
[   16.293954] WARNING: CPU: 0 PID: 220 at /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/arch/x86/mm/pat.c:557 reserve_memtype+0x2b7/0x430
[   16.293955] Modules linked in: radeon(+) i2c_algo_bit ttm psmouse 8139too drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops 8139cp drm mii pata_acpi sis_agp sata_sis video
[   16.293972] CPU: 0 PID: 220 Comm: systemd-udevd Tainted: G        W         5.4.0-42-generic #46~18.04.1-Ubuntu
[   16.293974] Hardware name: ASUSTeK Computer Inc.  F5VL              /F5VL    , BIOS 210        10/17/2007
[   16.293977] RIP: 0010:reserve_memtype+0x2b7/0x430
[   16.293980] Code: c7 c0 bd 40 54 b7 77 08 4e 8b 04 f5 c0 c5 20 b7 48 8d 4b ff 4c 89 e2 48 c7 c6 f0 c5 20 b7 48 c7 c7 20 3e 54 b7 e8 09 a7 01 00 <0f> 0b 41 bf ea ff ff ff e9 52 fe ff ff 41 bf ea ff ff ff e9 47 fe
[   16.293982] RSP: 0018:ffffa993402fb880 EFLAGS: 00010282
[   16.293984] RAX: 0000000000000000 RBX: 0000000000000000 RCX: ffffffffb7864be8
[   16.293986] RDX: 0000000000000001 RSI: 0000000000000086 RDI: 0000000000000247
[   16.293988] RBP: ffffa993402fb8c8 R08: 000000000000029c R09: 0000000000000004
[   16.293989] R10: ffffffffc03591af R11: 0000000000000001 R12: 0000000000000000
[   16.293991] R13: 0000000000000001 R14: 0000000000000001 R15: ffffa993402fb92c
[   16.293994] FS:  00007f18debdd680(0000) GS:ffff92b4bca00000(0000) knlGS:0000000000000000
[   16.293996] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   16.293997] CR2: 00007ffed2cadc50 CR3: 00000000bac0c000 CR4: 00000000000006f0
[   16.293999] Call Trace:
[   16.294006]  io_reserve_memtype+0x59/0x110
[   16.294009]  arch_io_reserve_memtype_wc+0x2f/0x50
[   16.294091]  radeon_bo_init+0x20/0xa0 [radeon]
[   16.294147]  rv515_init+0x143/0x240 [radeon]
[   16.294188]  radeon_device_init+0x54d/0xc50 [radeon]
[   16.294230]  radeon_driver_load_kms+0x80/0x260 [radeon]
[   16.294276]  drm_dev_register+0x12b/0x1c0 [drm]
[   16.294317]  radeon_pci_probe+0x137/0x1e0 [radeon]
[   16.294323]  ? __pm_runtime_resume+0x5b/0x80
[   16.294327]  local_pci_probe+0x47/0xa0
[   16.294330]  pci_device_probe+0x10b/0x1b0
[   16.294334]  really_probe+0xf5/0x440
[   16.294337]  driver_probe_device+0x11b/0x130
[   16.294339]  device_driver_attach+0x58/0x60
[   16.294342]  __driver_attach+0xa3/0x140
[   16.294344]  ? device_driver_attach+0x60/0x60
[   16.294346]  ? device_driver_attach+0x60/0x60
[   16.294350]  bus_for_each_dev+0x74/0xb0
[   16.294354]  ? kmem_cache_alloc_trace+0x208/0x220
[   16.294356]  driver_attach+0x1e/0x20
[   16.294358]  bus_add_driver+0x14a/0x220
[   16.294361]  ? 0xffffffffc0394000
[   16.294363]  driver_register+0x60/0x100
[   16.294365]  ? 0xffffffffc0394000
[   16.294369]  __pci_register_driver+0x5a/0x60
[   16.294409]  radeon_init+0x96/0xab [radeon]
[   16.294413]  do_one_initcall+0x4a/0x1fa
[   16.294418]  ? _cond_resched+0x19/0x40
[   16.294420]  ? kmem_cache_alloc_trace+0x208/0x220
[   16.294425]  do_init_module+0x5f/0x226
[   16.294428]  load_module+0x1b46/0x2150
[   16.294433]  __do_sys_finit_module+0xfc/0x120
[   16.294436]  ? __do_sys_finit_module+0xfc/0x120
[   16.294440]  __x64_sys_finit_module+0x1a/0x20
[   16.294442]  do_syscall_64+0x57/0x190
[   16.294445]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   16.294447] RIP: 0033:0x7f18de6e7959
[   16.294450] Code: 00 f3 c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d ff f4 2c 00 f7 d8 64 89 01 48
[   16.294452] RSP: 002b:00007ffd5e719a28 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   16.294454] RAX: ffffffffffffffda RBX: 00005562ebc8e3b0 RCX: 00007f18de6e7959
[   16.294456] RDX: 0000000000000000 RSI: 00007f18de3c6105 RDI: 0000000000000013
[   16.294458] RBP: 00007f18de3c6105 R08: 0000000000000000 R09: 00007ffd5e719b40
[   16.294459] R10: 0000000000000013 R11: 0000000000000246 R12: 0000000000000000
[   16.294461] R13: 00005562ebc777c0 R14: 0000000000020000 R15: 00005562ebc8e3b0
[   16.294464] ---[ end trace d4abc4f87d12f096 ]---
[   16.294468] [drm] Detected VRAM RAM=128M, BAR=0M
[   16.294469] [drm] RAM width 64bits DDR
[   16.297275] [TTM] Zone  kernel: Available graphics memory: 1532068 KiB
[   16.297279] [TTM] Initializing pool allocator
[   16.297291] [TTM] Initializing DMA pool allocator
[   16.297332] radeon 0000:01:00.0: Fatal error during GPU init
[   16.297346] [drm] radeon: finishing device.
[   16.297353] [drm] radeon: cp finalized
[   16.297362] [TTM] Trying to take down uninitialized memory manager type 1
[   16.297372] [TTM] Finalizing pool allocator
[   16.297378] [TTM] Finalizing DMA pool allocator
[   16.297447] [TTM] Zone  kernel: Used memory at exit: 0 KiB
[   16.297451] [drm] radeon: ttm finalized
[   16.297457] x86/PAT: systemd-udevd:220 freeing invalid memtype [mem 0x00000000-0xffffffffffffffff]
[   16.297977] radeon: probe of 0000:01:00.0 failed with error -12
[   16.309008] random: fast init done
[   16.309118] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[   16.309137] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[   16.309160] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[   16.327967] 8139too 0000:00:0d.0 enp0s13: renamed from eth0
[   16.343809] usb 3-1: new full-speed USB device number 2 using ohci-pci
[   16.370261] ata3.00: supports DRM functions and may not be fully accessible
[   16.370267] ata3.00: ATA-10: CT250MX500SSD1, M3CR020, max UDMA/133
[   16.370270] ata3.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 0/32)
[   16.371481] ata3.00: supports DRM functions and may not be fully accessible
[   16.372526] scsi 2:0:0:0: Direct-Access     ATA      CT250MX500SSD1   020  PQ: 0 ANSI: 5
[   16.372919] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   16.373061] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[   16.373064] sd 2:0:0:0: [sda] 4096-byte physical blocks
[   16.373090] sd 2:0:0:0: [sda] Write Protect is off
[   16.373094] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   16.373136] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   16.389122]  sda: sda1 sda2 < sda5 sda6 >
[   16.390273] sd 2:0:0:0: [sda] supports TCG Opal
[   16.390277] sd 2:0:0:0: [sda] Attached SCSI disk
[   16.597876] usb 3-1: New USB device found, idVendor=046d, idProduct=c52f, bcdDevice=22.00
[   16.597883] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   16.597886] usb 3-1: Product: USB Receiver
[   16.597889] usb 3-1: Manufacturer: Logitech
[   16.612315] hidraw: raw HID events driver (C) Jiri Kosina
[   16.627358] usbcore: registered new interface driver usbhid
[   16.627361] usbhid: USB HID core driver
[   16.631956] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.0/0003:046D:C52F.0001/input/input14
[   16.632345] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:03.1-1/input0
[   16.633104] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/input/input15
[   16.692066] hid-generic 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:03.1-1/input1
[   16.724416] logitech-djreceiver 0003:046D:C52F.0001: hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:03.1-1/input0
[   16.816904] logitech-djreceiver 0003:046D:C52F.0002: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:03.1-1/input1
[   16.878858] logitech-djreceiver 0003:046D:C52F.0002: device of type eQUAD step 4 DJ (0x04) connected on slot 1
[   16.880305] input: Logitech Wireless Mouse PID:101f Mouse as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/0003:046D:101F.0003/input/input18
[   16.880545] input: Logitech Wireless Mouse PID:101f Consumer Control as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/0003:046D:101F.0003/input/input19
[   16.880676] hid-generic 0003:046D:101F.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:101f] on usb-0000:00:03.1-1/input1:1
[   16.915808] usb 1-5: new high-speed USB device number 3 using ehci-pci
[   16.969159] input: Logitech M305 as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/0003:046D:101F.0003/input/input23
[   16.969374] logitech-hidpp-device 0003:046D:101F.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech M305] on usb-0000:00:03.1-1/input1:1
[   17.015198] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008/0x0/0x0, board id: 0, fw id: 30712
[   17.054935] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13
[   17.076527] usb 1-5: config 1 interface 0 altsetting 0 endpoint 0x81 has invalid wMaxPacketSize 0
[   17.076899] usb 1-5: New USB device found, idVendor=05e1, idProduct=0501, bcdDevice= 0.05
[   17.076902] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   17.076905] usb 1-5: Product: USB 2.0 Image Capture Controller
[   17.076907] usb 1-5: Manufacturer: Syntek Semiconductor
[   17.207798] usb 1-8: new high-speed USB device number 4 using ehci-pci
[   17.388783] usb 1-8: New USB device found, idVendor=0bda, idProduct=0116, bcdDevice=16.10
[   17.388786] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   17.388789] usb 1-8: Product: USB2.0-CRW
[   17.388791] usb 1-8: Manufacturer: Generic
[   17.388794] usb 1-8: SerialNumber: 20021111153705700
[   17.544255] usb-storage 1-8:1.0: USB Mass Storage device detected
[   17.544783] scsi host4: usb-storage 1-8:1.0
[   17.544979] usbcore: registered new interface driver usb-storage
[   17.548359] usbcore: registered new interface driver uas
[   18.558121] scsi 4:0:0:0: Direct-Access     Generic- xD/SDMMC/MS/Pro  1.00 PQ: 0 ANSI: 0 CCS
[   18.558610] sd 4:0:0:0: Attached scsi generic sg2 type 0
[   18.573973] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[   20.835529] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   20.887287] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[   22.131809] ISO 9660 Extensions: Microsoft Joliet Level 3
[   22.138196] ISO 9660 Extensions: RRIP_1991A
[   36.151810] Adding 8787964k swap on /dev/sda5.  Priority:-2 extents:1 across:8787964k SSFS
[   65.809099] 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)
[   65.827890] systemd[1]: Detected architecture x86-64.
[   65.843931] systemd[1]: Set hostname to <xubuntu>.
[   65.844308] systemd[1]: Initializing machine ID from random generator.
[   67.613133] systemd[1]: Created slice System Slice.
[   67.613545] systemd[1]: Listening on Journal Audit Socket.
[   67.613764] systemd[1]: Listening on Journal Socket.
[   67.613813] systemd[1]: Reached target User and Group Name Lookups.
[   67.615747] systemd[1]: Mounting Huge Pages File System...
[   67.616238] systemd[1]: Listening on Syslog Socket.
[   69.185198] systemd-journald[1047]: Received request to flush runtime journal from PID 1
[   71.358366] lp: driver loaded but no devices found
[   71.535496] ppdev: user-space parallel port driver
[   82.707794] random: crng init done
[   82.707803] random: 7 urandom warning(s) missed due to ratelimiting
[   94.825557] asus_laptop: Asus Laptop Support version 0.42
[   94.825857] asus_laptop:    model detected
[   94.836213] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input24
[  101.472305] intel_powerclamp: No package C-state available
[  101.508280] intel_powerclamp: No package C-state available
[  104.311972] mc: Linux media interface: v0.10
[  105.287087] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[  105.293121] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  106.254385] videodev: Linux video capture interface: v2.00
[  107.321498] stkwebcam: Syntek USB2.0 Camera is now controlling device video0
[  107.321560] usbcore: registered new interface driver stkwebcam
[  108.089375] snd_hda_intel 0000:00:0f.0: CORB reset timeout#1, CORBRP = 0
[  109.468275] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC660-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[  109.468284] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  109.468287] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[  109.468290] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[  109.468292] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[  109.468295] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
[  109.468298] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[  110.585346] input: HDA SIS966 Mic as /devices/pci0000:00/0000:00:0f.0/sound/card0/input25
[  110.585592] input: HDA SIS966 Headphone as /devices/pci0000:00/0000:00:0f.0/sound/card0/input26
[  111.411159] ath5k 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[  111.412928] ath5k 0000:02:00.0: registered as 'phy0'
[  111.931402] ath: EEPROM regdomain: 0x60
[  111.931405] ath: EEPROM indicates we should expect a direct regpair map
[  111.931409] ath: Country alpha2 being used: 00
[  111.931410] ath: Regpair used: 0x60
[  111.931463] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[  111.936479] ath5k: phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
[  112.514465] ath5k 0000:02:00.0 wlp2s0: renamed from wlan0
[  121.788815] 8139too 0000:00:0d.0 enp0s13: link down
[  136.665932] audit: type=1400 audit(1636969549.322:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1394 comm="apparmor_parser"
[  136.666841] audit: type=1400 audit(1636969549.322:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1394 comm="apparmor_parser"
[  206.829057] logitech-hidpp-device 0003:046D:101F.0003: HID++ 1.0 device connected.
[  277.407804] usb 1-1: new high-speed USB device number 5 using ehci-pci
[  277.485771] perf: interrupt took too long (2542 > 2500), lowering kernel.perf_event_max_sample_rate to 78500
[  277.572723] usb 1-1: New USB device found, idVendor=0204, idProduct=6025, bcdDevice= 1.00
[  277.572728] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  277.572731] usb 1-1: Product: Flash Disk
[  277.572733] usb 1-1: Manufacturer: USB 2.0
[  277.572736] usb 1-1: SerialNumber: 270853004354E006
[  277.573350] usb-storage 1-1:1.0: USB Mass Storage device detected
[  277.579058] scsi host5: usb-storage 1-1:1.0
[  278.580544] scsi 5:0:0:0: Direct-Access     USB 2.0  Flash Disk       5.00 PQ: 0 ANSI: 2
[  278.581156] sd 5:0:0:0: Attached scsi generic sg3 type 0
[  278.585801] sd 5:0:0:0: [sdc] 4145664 512-byte logical blocks: (2.12 GB/1.98 GiB)
[  278.586743] sd 5:0:0:0: [sdc] Write Protect is off
[  278.586748] sd 5:0:0:0: [sdc] Mode Sense: 0b 00 00 08
[  278.587385] sd 5:0:0:0: [sdc] No Caching mode page found
[  278.587391] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[  278.615546]  sdc:
[  278.618541] sd 5:0:0:0: [sdc] Attached SCSI removable disk

Hors ligne

#10 Le 15/11/2021, à 20:07

Nuliel

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

Je commence à me demander si ce serait pas un pb matériel hmm (les pc de cette époque avaient une faiblesse au niveau des puces graphique). Et c'est bête mais il y a pas de graphique intégré à ton processeur.

A noter que je suis passé à côté de

[   15.846871] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line

qui peut sans pb mettre le bazar.

Tu peux essayer de démarrer avec le paramètre noyau

trace_clock=global

  et redonner (encore)

cat /proc/cmdline
sudo dmesg

Pour cela, il faudrait éteindre le pc, appuyer sur le bouton power, appuyer sur Maj pour afficher le menu grub, faire e sur la première entrée, et ajouter trace_clock=global entre quiet et splash de cette manière

quiet trace_clock=global splash

puis F10 pour démarrer si je dis pas de bêtises.
A noter que tu auras dans grub un clavier qwerty, tu peux regarder https://fr.wikipedia.org/wiki/QWERTY#/m … andard.svg pour ça

A noter que cette procédure n'est pas persistante: après un redémarrage le paramètre passé disparaît, utile pour faire des tests

Dernière modification par Nuliel (Le 15/11/2021, à 20:09)

Hors ligne

#11 Le 16/11/2021, à 10:29

kookie68

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

C'est tout à fait possible que la puce graphique soit hs mais alors pourquoi j'aurais quand même un affichage ?

Et quand je regarde les pilotes chargés dans les modules, je me dis que peut-être il y a quand même un os dans le potage :

momo@momo-F5VL:~$ grep "drivers" /var/log/Xorg.0.log
[    12.555] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    12.664] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    12.693] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    12.696] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    12.702] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so

Pourquoi tant de lignes ?:rolleyes:

Bonne journée à toi et encore merci de prendre de ton temps pour me répondre.

Hors ligne

#12 Le 16/11/2021, à 13:16

Nuliel

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

Le processeur peut quand même s'occuper de l'affichage même s'il n'a pas ce qu'il faut (depuis bien longtemps les processeurs contiennent une partie graphique qui consomme peu)
Il peut y avoir plusieurs so (librairies dynamiques) chargées et pas toutes utilisées.

Je te laisse essayer ce que j'ai proposé au post précédent.

Hors ligne

#13 Le 17/11/2021, à 09:38

kookie68

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

J'ai fini par faire les modifs en dur dans le fichier grub. Voilà le retour demandé :

[    0.201445] Console: colour dummy device 80x25
[    0.201470] printk: console [tty0] enabled
[    0.201527] ACPI: Core revision 20210331
[    0.201689] APIC: Switch to symmetric I/O mode setup
[    0.202022] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.221687] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x15a0812b783, max_idle_ns: 440795277941 ns
[    0.221703] Calibrating delay loop (skipped), value calculated using timer frequency.. 3000.74 BogoMIPS (lpj=6001484)
[    0.221710] pid_max: default: 32768 minimum: 301
[    0.221764] LSM: Security Framework initializing
[    0.221788] Yama: becoming mindful.
[    0.221884] AppArmor: AppArmor initialized
[    0.221999] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.222059] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.222768] process: using mwait in idle threads
[    0.222777] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.222780] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.222788] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.222793] Spectre V2 : Mitigation: Full generic retpoline
[    0.222795] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.222798] Speculative Store Bypass: Vulnerable
[    0.222804] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.232722] Freeing SMP alternatives memory: 40K
[    0.344560] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T5250  @ 1.50GHz (family: 0x6, model: 0xf, stepping: 0xd)
[    0.344913] Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
[    0.344929] core: PEBS disabled due to CPU errata
[    0.344933] ... version:                2
[    0.344935] ... bit width:              40
[    0.344937] ... generic registers:      2
[    0.344939] ... value mask:             000000ffffffffff
[    0.344941] ... max period:             000000007fffffff
[    0.344943] ... fixed-purpose events:   3
[    0.344945] ... event mask:             0000000700000003
[    0.345189] rcu: Hierarchical SRCU implementation.
[    0.345696] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.345696] smp: Bringing up secondary CPUs ...
[    0.345696] x86: Booting SMP configuration:
[    0.345696] .... node  #0, CPUs:      #1
[    0.349453] smp: Brought up 1 node, 2 CPUs
[    0.349453] smpboot: Max logical packages: 1
[    0.349453] smpboot: Total of 2 processors activated (6001.48 BogoMIPS)
[    0.350281] devtmpfs: initialized
[    0.350281] x86/mm: Memory block size: 128MB
[    0.350727] PM: Registering ACPI NVS region [mem 0xbffa8000-0xbffaffff] (32768 bytes)
[    0.350727] PM: Registering ACPI NVS region [mem 0xbffbe000-0xbfffffff] (270336 bytes)
[    0.350727] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.350727] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.350727] pinctrl core: initialized pinctrl subsystem
[    0.350727] PM: RTC time: 08:30:47, date: 2021-11-17
[    0.350727] NET: Registered protocol family 16
[    0.350746] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.350963] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.351190] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.351233] audit: initializing netlink subsys (disabled)
[    0.353807] audit: type=2000 audit(1637137846.152:1): state=initialized audit_enabled=0 res=1
[    0.354147] thermal_sys: Registered thermal governor 'fair_share'
[    0.354151] thermal_sys: Registered thermal governor 'bang_bang'
[    0.354153] thermal_sys: Registered thermal governor 'step_wise'
[    0.354155] thermal_sys: Registered thermal governor 'user_space'
[    0.354158] thermal_sys: Registered thermal governor 'power_allocator'
[    0.354183] EISA bus registered
[    0.354216] cpuidle: using governor ladder
[    0.354225] cpuidle: using governor menu
[    0.354378] Simple Boot Flag value 0xc0 read from CMOS RAM was invalid
[    0.354381] Simple Boot Flag at 0xff set to 0x80
[    0.354421] ACPI: bus type PCI registered
[    0.354426] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.354655] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.354668] PCI: not using MMCONFIG
[    0.354678] PCI: Using configuration type 1 for base access
[    0.360282] Kprobes globally optimized
[    0.360295] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.361977] ACPI: Added _OSI(Module Device)
[    0.361983] ACPI: Added _OSI(Processor Device)
[    0.361986] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.361988] ACPI: Added _OSI(Processor Aggregator Device)
[    0.361991] ACPI: Added _OSI(Linux-Dell-Video)
[    0.361993] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.361996] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.376932] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.382384] ACPI: Dynamic OEM Table Load:
[    0.382403] ACPI: SSDT 0xFFFF9BF98107E000 000C99 (v01 AMI    CPU1PM   00000001 INTL 20051117)
[    0.386520] ACPI: Dynamic OEM Table Load:
[    0.386535] ACPI: SSDT 0xFFFF9BF98107D000 000C99 (v01 AMI    CPU2PM   00000001 INTL 20051117)
[    0.389369] ACPI: EC: EC started
[    0.389372] ACPI: EC: interrupt blocked
[    0.389666] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.389672] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.389676] ACPI: Interpreter enabled
[    0.389731] ACPI: (supports S0 S3 S4 S5)
[    0.389735] ACPI: Using IOAPIC for interrupt routing
[    0.389812] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.391368] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.391398] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.391840] ACPI: Enabled 1 GPEs in block 00 to 0F
[    0.391849] ACPI: Enabled 1 GPEs in block 10 to 1F
[    0.405033] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.405050] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.405650] PCI host bridge to bus 0000:00
[    0.405656] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.405661] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.405665] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.405668] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.405672] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.405675] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff window]
[    0.405679] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff window]
[    0.405714] pci 0000:00:00.0: [1039:0671] type 00 class 0x060000
[    0.405957] pci 0000:00:01.0: [1039:0004] type 01 class 0x060400
[    0.406013] pci 0000:00:01.0: enabling Extended Tags
[    0.406072] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.406300] pci 0000:00:02.0: [1039:0968] type 00 class 0x060100
[    0.406578] pci 0000:00:02.5: [1039:5513] type 00 class 0x010180
[    0.406632] pci 0000:00:02.5: reg 0x20: [io  0xffe0-0xffef]
[    0.406658] pci 0000:00:02.5: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.406662] pci 0000:00:02.5: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.406665] pci 0000:00:02.5: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.406668] pci 0000:00:02.5: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.406704] pci 0000:00:02.5: PME# supported from D3cold
[    0.406903] pci 0000:00:03.0: [1039:7001] type 00 class 0x0c0310
[    0.406925] pci 0000:00:03.0: reg 0x10: [mem 0xfebff000-0xfebfffff]
[    0.407176] pci 0000:00:03.1: [1039:7001] type 00 class 0x0c0310
[    0.407197] pci 0000:00:03.1: reg 0x10: [mem 0xfebfe000-0xfebfefff]
[    0.407460] pci 0000:00:03.3: [1039:7002] type 00 class 0x0c0320
[    0.407481] pci 0000:00:03.3: reg 0x10: [mem 0xfebfd000-0xfebfdfff]
[    0.407569] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
[    0.407775] pci 0000:00:05.0: [1039:1183] type 00 class 0x010185
[    0.407796] pci 0000:00:05.0: reg 0x10: [io  0xec00-0xec07]
[    0.407809] pci 0000:00:05.0: reg 0x14: [io  0xe800-0xe803]
[    0.407821] pci 0000:00:05.0: reg 0x18: [io  0xe400-0xe407]
[    0.407833] pci 0000:00:05.0: reg 0x1c: [io  0xe000-0xe003]
[    0.407845] pci 0000:00:05.0: reg 0x20: [io  0xdc00-0xdc0f]
[    0.407857] pci 0000:00:05.0: reg 0x24: [io  0xd800-0xd87f]
[    0.407905] pci 0000:00:05.0: PME# supported from D3cold
[    0.408112] pci 0000:00:06.0: [1039:000a] type 01 class 0x060400
[    0.408167] pci 0000:00:06.0: enabling Extended Tags
[    0.408230] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.408488] pci 0000:00:07.0: [1039:000a] type 01 class 0x060400
[    0.408543] pci 0000:00:07.0: enabling Extended Tags
[    0.408606] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.408850] pci 0000:00:0d.0: [10ec:8139] type 00 class 0x020000
[    0.408872] pci 0000:00:0d.0: reg 0x10: [io  0xd400-0xd4ff]
[    0.408885] pci 0000:00:0d.0: reg 0x14: [mem 0xfebfcc00-0xfebfccff]
[    0.408968] pci 0000:00:0d.0: supports D1 D2
[    0.408972] pci 0000:00:0d.0: PME# supported from D1 D2 D3hot D3cold
[    0.409172] pci 0000:00:0f.0: [1039:7502] type 00 class 0x040300
[    0.409194] pci 0000:00:0f.0: reg 0x10: [mem 0xfebf8000-0xfebfbfff]
[    0.409284] pci 0000:00:0f.0: PME# supported from D0 D3hot D3cold
[    0.409600] pci 0000:01:00.0: [1002:718a] type 00 class 0x030000
[    0.409623] pci 0000:01:00.0: reg 0x10: [mem 0xb0000000-0xb7ffffff pref]
[    0.409636] pci 0000:01:00.0: reg 0x14: [io  0xa800-0xa8ff]
[    0.409649] pci 0000:01:00.0: reg 0x18: [mem 0xfa9f0000-0xfa9fffff]
[    0.409688] pci 0000:01:00.0: reg 0x30: [mem 0xfa9c0000-0xfa9dffff pref]
[    0.409705] pci 0000:01:00.0: enabling Extended Tags
[    0.409766] pci 0000:01:00.0: supports D1 D2
[    0.409932] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.409948] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.409957] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
[    0.409963] pci 0000:00:01.0:   bridge window [mem 0xfa900000-0xfa9fffff]
[    0.409971] pci 0000:00:01.0:   bridge window [mem 0xaff00000-0xbfefffff 64bit pref]
[    0.410096] pci 0000:02:00.0: [168c:001c] type 00 class 0x020000
[    0.410138] pci 0000:02:00.0: reg 0x10: [mem 0xfaaf0000-0xfaafffff 64bit]
[    0.410512] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.410528] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.410539] pci 0000:00:06.0:   bridge window [mem 0xfaa00000-0xfaafffff]
[    0.410711] acpiphp: Slot [1] registered
[    0.410776] pci 0000:00:07.0: PCI bridge to [bus 03-05]
[    0.410786] pci 0000:00:07.0:   bridge window [io  0xb000-0xcfff]
[    0.410793] pci 0000:00:07.0:   bridge window [mem 0xfab00000-0xfeafffff]
[    0.410801] pci 0000:00:07.0:   bridge window [mem 0xbff00000-0xdfefffff 64bit pref]
[    0.412167] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.412342] ACPI: PCI: Interrupt link LNKB configured for IRQ 15
[    0.412514] ACPI: PCI: Interrupt link LNKC configured for IRQ 7
[    0.412686] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.412690] ACPI: PCI: Interrupt link LNKD disabled
[    0.412861] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    0.413034] ACPI: PCI: Interrupt link LNKF configured for IRQ 5
[    0.413206] ACPI: PCI: Interrupt link LNKG configured for IRQ 3
[    0.413377] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.413381] ACPI: PCI: Interrupt link LNKH disabled
[    0.413906] ACPI: EC: interrupt unblocked
[    0.413909] ACPI: EC: event unblocked
[    0.413914] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.413917] ACPI: EC: GPE=0x19
[    0.413920] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.413925] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.414136] iommu: Default domain type: Translated 
[    0.414201] SCSI subsystem initialized
[    0.414216] libata version 3.00 loaded.
[    0.414216] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.414216] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.414216] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.414216] vgaarb: loaded
[    0.414216] ACPI: bus type USB registered
[    0.414216] usbcore: registered new interface driver usbfs
[    0.414216] usbcore: registered new interface driver hub
[    0.414216] usbcore: registered new device driver usb
[    0.414216] pps_core: LinuxPPS API ver. 1 registered
[    0.414216] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.414216] PTP clock support registered
[    0.414216] EDAC MC: Ver: 3.0.0
[    0.414216] NetLabel: Initializing
[    0.414216] NetLabel:  domain hash size = 128
[    0.414216] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.414216] NetLabel:  unlabeled traffic allowed by default
[    0.414216] PCI: Using ACPI for IRQ routing
[    0.422559] PCI: pci_cache_line_size set to 64 bytes
[    0.422569] pci 0000:00:01.0: can't claim BAR 15 [mem 0xaff00000-0xbfefffff 64bit pref]: no compatible bridge window
[    0.422579] pci 0000:00:07.0: can't claim BAR 15 [mem 0xbff00000-0xdfefffff 64bit pref]: no compatible bridge window
[    0.422584] pci 0000:00:07.0: [mem 0xbff00000-0xdfefffff 64bit pref] clipped to [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.422592] pci 0000:00:07.0:   bridge window [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.422606] pci 0000:01:00.0: can't claim BAR 0 [mem 0xb0000000-0xb7ffffff pref]: no compatible bridge window
[    0.422655] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.422661] e820: reserve RAM buffer [mem 0xbffa8000-0xbfffffff]
[    0.429886] clocksource: Switched to clocksource tsc-early
[    0.461953] VFS: Disk quotas dquot_6.6.0
[    0.462010] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.462345] AppArmor: AppArmor Filesystem Enabled
[    0.462442] pnp: PnP ACPI init
[    0.462696] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.462878] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.463034] pnp 00:02: Plug and Play ACPI device, IDs SYN0a04 SYN0a00 SYN0002 PNP0f03 AUI1307 AUI1303 (active)
[    0.463515] system 00:03: [io  0x0290-0x0297] has been reserved
[    0.463523] system 00:03: [io  0x0c00-0x0c05] has been reserved
[    0.463527] system 00:03: [io  0x0d00-0x0d05] has been reserved
[    0.463531] system 00:03: [io  0x0480-0x048f] has been reserved
[    0.463535] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.463539] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.463543] system 00:03: [io  0x0880-0x08ff] has been reserved
[    0.463547] system 00:03: [io  0x0c00-0x0c7f] could not be reserved
[    0.463551] system 00:03: [io  0x025c-0x025f] has been reserved
[    0.463555] system 00:03: [io  0x2000-0x20fe] has been reserved
[    0.463560] system 00:03: [mem 0xfff80000-0xffffffff] has been reserved
[    0.463564] system 00:03: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.463569] system 00:03: [mem 0xffee0000-0xffefffff] has been reserved
[    0.463573] system 00:03: [mem 0xfed10000-0xfed3ffff] has been reserved
[    0.463577] system 00:03: [mem 0xfed4b000-0xfed8afff] has been reserved
[    0.463593] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.463784] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.463789] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.463801] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.464084] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.464098] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.464845] system 00:06: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.464851] system 00:06: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.464855] system 00:06: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.464859] system 00:06: [mem 0x00100000-0xbfffffff] could not be reserved
[    0.464872] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.465230] pnp: PnP ACPI: found 7 devices
[    0.473016] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.473158] NET: Registered protocol family 2
[    0.473459] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.476232] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.476475] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.476967] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.477079] TCP: Hash tables configured (established 32768 bind 32768)
[    0.477391] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    0.477483] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.477683] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.477861] NET: Registered protocol family 1
[    0.477876] NET: Registered protocol family 44
[    0.477943] pci 0000:01:00.0: BAR 0: no space for [mem size 0x08000000 pref]
[    0.477954] pci 0000:01:00.0: BAR 0: trying firmware assignment [mem 0xb0000000-0xb7ffffff pref]
[    0.477960] pci 0000:01:00.0: BAR 0: [mem 0xb0000000-0xb7ffffff pref] conflicts with System RAM [mem 0x00100000-0xbffa7fff]
[    0.477966] pci 0000:01:00.0: BAR 0: failed to assign [mem size 0x08000000 pref]
[    0.477972] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.477980] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
[    0.477987] pci 0000:00:01.0:   bridge window [mem 0xfa900000-0xfa9fffff]
[    0.477999] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.478006] pci 0000:00:06.0:   bridge window [mem 0xfaa00000-0xfaafffff]
[    0.478017] pci 0000:00:07.0: PCI bridge to [bus 03-05]
[    0.478022] pci 0000:00:07.0:   bridge window [io  0xb000-0xcfff]
[    0.478029] pci 0000:00:07.0:   bridge window [mem 0xfab00000-0xfeafffff]
[    0.478035] pci 0000:00:07.0:   bridge window [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.478045] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.478048] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.478052] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.478056] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.478060] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.478063] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff window]
[    0.478067] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff window]
[    0.478071] pci_bus 0000:01: resource 0 [io  0xa000-0xafff]
[    0.478074] pci_bus 0000:01: resource 1 [mem 0xfa900000-0xfa9fffff]
[    0.478078] pci_bus 0000:02: resource 1 [mem 0xfaa00000-0xfaafffff]
[    0.478082] pci_bus 0000:03: resource 0 [io  0xb000-0xcfff]
[    0.478085] pci_bus 0000:03: resource 1 [mem 0xfab00000-0xfeafffff]
[    0.478088] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xdfefffff 64bit pref]
[    0.509680] pci 0000:00:03.0: quirk_usb_early_handoff+0x0/0x120 took 30657 usecs
[    0.537651] pci 0000:00:03.1: quirk_usb_early_handoff+0x0/0x120 took 27290 usecs
[    0.537975] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.537988] PCI: CLS 32 bytes, default 64
[    0.538225] Trying to unpack rootfs image as initramfs...
[    0.539361] Initialise system trusted keyrings
[    0.539407] Key type blacklist registered
[    0.539615] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.543368] zbud: loaded
[    0.544455] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.545228] fuse: init (API version 7.34)
[    0.545759] integrity: Platform Keyring initialized
[    0.565219] Key type asymmetric registered
[    0.565233] Asymmetric key parser 'x509' registered
[    0.565307] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.565501] io scheduler mq-deadline registered
[    0.567505] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.567669] vesafb: cannot reserve video memory at 0xb0000000
[    0.567673] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    0.567676] vesafb: scrolling: redraw
[    0.567679] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    0.567692] ------------[ cut here ]------------
[    0.567694] ioremap on RAM at 0x00000000b0000000 - 0x00000000b02fffff
[    0.567712] WARNING: CPU: 0 PID: 1 at arch/x86/mm/ioremap.c:210 __ioremap_caller+0x314/0x330
[    0.567727] Modules linked in:
[    0.567734] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.13.0-21-generic #21-Ubuntu
[    0.567739] Hardware name: ASUSTeK Computer Inc.  F5VL              /F5VL    , BIOS 210        10/17/2007
[    0.567743] RIP: 0010:__ioremap_caller+0x314/0x330
[    0.567750] Code: 00 00 e8 bf ca ff ff 49 09 c7 e9 3d fe ff ff 48 8d 55 c8 48 8d 75 b8 48 c7 c7 9d 1f 3b bd c6 05 a6 c3 08 02 01 e8 cb 49 b4 00 <0f> 0b 45 31 ed e9 b5 fe ff ff e8 ed 21 ba 00 66 66 2e 0f 1f 84 00
[    0.567755] RSP: 0000:ffffb43e4001bb60 EFLAGS: 00010286
[    0.567760] RAX: 0000000000000000 RBX: 0000000000300000 RCX: ffffffffbdd25228
[    0.567764] RDX: 0000000000000000 RSI: 00000000ffffdfff RDI: ffffffffbdc75220
[    0.567767] RBP: ffffb43e4001bbc8 R08: 0000000000000000 R09: ffffb43e4001b950
[    0.567770] R10: ffffb43e4001b948 R11: ffffffffbdd55268 R12: 00000000b0000000
[    0.567773] R13: 0000000000000002 R14: 0000000000300000 R15: ffff9bf982bc0418
[    0.567778] FS:  0000000000000000(0000) GS:ffff9bfa3fc00000(0000) knlGS:0000000000000000
[    0.567782] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.567785] CR2: ffff9bfa3de01000 CR3: 00000000bd210000 CR4: 00000000000006f0
[    0.567789] Call Trace:
[    0.567799]  ? vesafb_probe.cold+0x4d7/0x5c0
[    0.567812]  ioremap+0x1a/0x20
[    0.567817]  vesafb_probe.cold+0x4d7/0x5c0
[    0.567823]  platform_probe+0x45/0xa0
[    0.567833]  really_probe+0x24b/0x4c0
[    0.567839]  driver_probe_device+0xf0/0x160
[    0.567844]  device_driver_attach+0xab/0xb0
[    0.567849]  __driver_attach+0xb2/0x140
[    0.567854]  ? device_driver_attach+0xb0/0xb0
[    0.567858]  bus_for_each_dev+0x7e/0xc0
[    0.567863]  driver_attach+0x1e/0x20
[    0.567867]  bus_add_driver+0x135/0x1f0
[    0.567872]  driver_register+0x95/0xf0
[    0.567876]  ? asiliantfb_init+0x3b/0x3b
[    0.567884]  __platform_driver_register+0x1e/0x20
[    0.567889]  vesafb_driver_init+0x17/0x19
[    0.567893]  do_one_initcall+0x48/0x1d0
[    0.567903]  do_initcalls+0xcc/0xec
[    0.567910]  kernel_init_freeable+0x175/0x1c4
[    0.567915]  ? rest_init+0xba/0xba
[    0.567924]  kernel_init+0xe/0x116
[    0.567928]  ret_from_fork+0x22/0x30
[    0.567937] ---[ end trace 3138416687805530 ]---
[    0.567940] vesafb: abort, cannot ioremap video memory 0x300000 @ 0xb0000000
[    0.567949] Trying to free nonexistent resource <00000000b0000000-00000000b02fffff>
[    0.567957] vesa-framebuffer: probe of vesa-framebuffer.0 failed with error -5
[    0.568278] ACPI: \_PR_.CPU1: Found 2 idle states
[    0.568365] ACPI: \_PR_.CPU2: Found 2 idle states
[    0.568710] ACPI: AC: AC Adapter [AC0] (on-line)
[    0.568848] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.568900] ACPI: button: Lid Switch [LID]
[    0.568976] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.569116] ACPI: button: Power Button [PWRB]
[    0.569197] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.569261] ACPI: button: Sleep Button [SLPB]
[    0.569336] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.569399] ACPI: button: Power Button [PWRF]
[    0.569638] ACPI: \_PR_.CPU1: Found 2 idle states
[    0.569646] tsc: Marking TSC unstable due to TSC halts in idle
[    0.570175] ACPI: \_PR_.CPU2: Found 2 idle states
[    0.570681] clocksource: Switched to clocksource acpi_pm
[    0.574596] thermal LNXTHERM:00: registered as thermal_zone0
[    0.574605] ACPI: thermal: Thermal Zone [THRM] (34 C)
[    0.575067] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.579375] Linux agpgart interface v0.103
[    0.580249] ACPI: battery: Slot [BAT0] (battery absent)
[    0.742017] loop: module loaded
[    0.743042] pata_sis 0000:00:02.5: version 0.5.2
[    0.745313] scsi host0: pata_sis
[    0.745883] scsi host1: pata_sis
[    0.745988] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffe0 irq 14
[    0.745994] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffe8 irq 15
[    0.746536] libphy: Fixed MDIO Bus: probed
[    0.746542] tun: Universal TUN/TAP device driver, 1.6
[    0.747017] PPP generic driver version 2.4.2
[    0.747251] VFIO - User Level meta-driver version: 0.3
[    0.747514] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.747535] ehci-pci: EHCI PCI platform driver
[    0.748097] ehci-pci 0000:00:03.3: EHCI Host Controller
[    0.748114] ehci-pci 0000:00:03.3: new USB bus registered, assigned bus number 1
[    0.748221] ehci-pci 0000:00:03.3: irq 22, io mem 0xfebfd000
[    0.761828] ehci-pci 0000:00:03.3: USB 2.0 started, EHCI 1.00
[    0.762123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    0.762133] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.762137] usb usb1: Product: EHCI Host Controller
[    0.762141] usb usb1: Manufacturer: Linux 5.13.0-21-generic ehci_hcd
[    0.762144] usb usb1: SerialNumber: 0000:00:03.3
[    0.762550] hub 1-0:1.0: USB hub found
[    0.762572] hub 1-0:1.0: 8 ports detected
[    0.763267] ehci-platform: EHCI generic platform driver
[    0.763371] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.763392] ohci-pci: OHCI PCI platform driver
[    0.763876] ohci-pci 0000:00:03.0: OHCI PCI host controller
[    0.763905] ohci-pci 0000:00:03.0: new USB bus registered, assigned bus number 2
[    0.764044] ohci-pci 0000:00:03.0: irq 20, io mem 0xfebff000
[    0.824017] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.13
[    0.824032] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.824036] usb usb2: Product: OHCI PCI host controller
[    0.824040] usb usb2: Manufacturer: Linux 5.13.0-21-generic ohci_hcd
[    0.824044] usb usb2: SerialNumber: 0000:00:03.0
[    0.824410] hub 2-0:1.0: USB hub found
[    0.824429] hub 2-0:1.0: 4 ports detected
[    0.825234] ohci-pci 0000:00:03.1: OHCI PCI host controller
[    0.825250] ohci-pci 0000:00:03.1: new USB bus registered, assigned bus number 3
[    0.825334] ohci-pci 0000:00:03.1: irq 21, io mem 0xfebfe000
[    0.883973] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.13
[    0.883990] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.883994] usb usb3: Product: OHCI PCI host controller
[    0.883998] usb usb3: Manufacturer: Linux 5.13.0-21-generic ohci_hcd
[    0.884001] usb usb3: SerialNumber: 0000:00:03.1
[    0.884410] hub 3-0:1.0: USB hub found
[    0.884429] hub 3-0:1.0: 4 ports detected
[    0.884857] ohci-platform: OHCI generic platform driver
[    0.884913] uhci_hcd: USB Universal Host Controller Interface driver
[    0.885118] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.887371] i8042: Detected active multiplexing controller, rev 1.1
[    0.888279] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.888316] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.888445] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.888498] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.888550] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.888857] mousedev: PS/2 mouse device common for all mice
[    0.889305] rtc_cmos 00:00: RTC can wake from S4
[    0.889659] rtc_cmos 00:00: registered as rtc0
[    0.889748] rtc_cmos 00:00: setting system clock to 2021-11-17T08:30:47 UTC (1637137847)
[    0.889809] rtc_cmos 00:00: alarms up to one year, 114 bytes nvram
[    0.889840] i2c /dev entries driver
[    0.890039] device-mapper: uevent: version 1.0.3
[    0.890188] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.890260] platform eisa.0: Probing EISA bus 0
[    0.890267] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.890271] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.890275] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.890279] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.890282] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.890285] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.890289] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.890292] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.890295] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.890298] platform eisa.0: EISA: Detected 0 cards
[    0.890306] intel_pstate: CPU model not supported
[    0.890384] ledtrig-cpu: registered to indicate activity on CPUs
[    0.890624] drop_monitor: Initializing network drop monitor service
[    0.891065] NET: Registered protocol family 10
[    0.908402] ata1.00: ATAPI: MATSHITADVD-RAM UJ-860S, 1.00, max UDMA/33
[    0.916066] scsi 0:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ-860S  1.00 PQ: 0 ANSI: 5
[    0.924313] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    0.983881] sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    0.983899] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.025885] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.026143] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    1.026312] ata2: port disabled--ignoring
[    1.429794] usb 3-1: new full-speed USB device number 2 using ohci-pci
[    1.645746] random: fast init done
[    1.671162] usb 3-1: New USB device found, idVendor=046d, idProduct=c52f, bcdDevice=22.00
[    1.671179] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.671183] usb 3-1: Product: USB Receiver
[    1.671188] usb 3-1: Manufacturer: Logitech
[    1.831611] Freeing initrd memory: 41928K
[    1.848262] Segment Routing with IPv6
[    1.848336] NET: Registered protocol family 17
[    1.848445] Key type dns_resolver registered
[    1.848978] microcode: sig=0x6fd, pf=0x80, revision=0xa4
[    1.849066] microcode: Microcode Update Driver: v2.2.
[    1.849079] IPI shorthand broadcast: enabled
[    1.849297] registered taskstats version 1
[    1.849336] Loading compiled-in X.509 certificates
[    1.851323] Loaded X.509 cert 'Build time autogenerated kernel key: c65ffb76dc88cc0813dfc7779027354571160686'
[    1.853078] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    1.854887] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    1.854891] blacklist: Loading compiled-in revocation X.509 certificates
[    1.854947] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    1.855240] zswap: loaded using pool lzo/zbud
[    1.855565] Key type ._fscrypt registered
[    1.855568] Key type .fscrypt registered
[    1.855570] Key type fscrypt-provisioning registered
[    1.864006] Key type encrypted registered
[    1.864021] AppArmor: AppArmor sha1 policy hashing enabled
[    1.864040] ima: No TPM chip found, activating TPM-bypass!
[    1.864052] Loading compiled-in module X.509 certificates
[    1.865841] Loaded X.509 cert 'Build time autogenerated kernel key: c65ffb76dc88cc0813dfc7779027354571160686'
[    1.865846] ima: Allocated hash algorithm: sha1
[    1.865862] ima: No architecture policies found
[    1.865887] evm: Initialising EVM extended attributes:
[    1.865889] evm: security.selinux
[    1.865891] evm: security.SMACK64
[    1.865893] evm: security.SMACK64EXEC
[    1.865895] evm: security.SMACK64TRANSMUTE
[    1.865896] evm: security.SMACK64MMAP
[    1.865898] evm: security.apparmor
[    1.865900] evm: security.ima
[    1.865901] evm: security.capability
[    1.865903] evm: HMAC attrs: 0x1
[    1.866536] PM:   Magic number: 13:632:523
[    1.874624] RAS: Correctable Errors collector initialized.
[    1.879405] Freeing unused decrypted memory: 2036K
[    1.881498] Freeing unused kernel image (initmem) memory: 2860K
[    1.901745] Write protecting the kernel read-only data: 30720k
[    1.903787] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.905323] Freeing unused kernel image (rodata/data gap) memory: 1788K
[    1.990663] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.990704] x86/mm: Checking user space page tables
[    2.001731] usb 1-5: new high-speed USB device number 3 using ehci-pci
[    2.071441] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.071496] Run /init as init process
[    2.071501]   with arguments:
[    2.071504]     /init
[    2.071507]     splash
[    2.071509]     splash
[    2.071511]   with environment:
[    2.071514]     HOME=/
[    2.071516]     TERM=linux
[    2.071519]     BOOT_IMAGE=/boot/vmlinuz-5.13.0-21-generic
[    2.071521]     trace_clock=global
[    2.158302] usb 1-5: config 1 interface 0 altsetting 0 endpoint 0x81 has invalid wMaxPacketSize 0
[    2.158671] usb 1-5: New USB device found, idVendor=05e1, idProduct=0501, bcdDevice= 0.05
[    2.158678] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.158683] usb 1-5: Product: USB 2.0 Image Capture Controller
[    2.158687] usb 1-5: Manufacturer: Syntek Semiconductor
[    2.285748] usb 1-8: new high-speed USB device number 4 using ehci-pci
[    2.398366] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    2.399104] sata_sis 0000:00:05.0: version 1.0
[    2.399311] sata_sis 0000:00:05.0: Detected SiS 1183/966/966L/968/680 controller in PATA mode
[    2.400963] hid: raw HID events driver (C) Jiri Kosina
[    2.404389] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[    2.404398] 8139cp 0000:00:0d.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
[    2.408654] scsi host2: sata_sis
[    2.409443] acpi device:10: registered as cooling_device2
[    2.409560] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0d/LNXVIDEO:00/input/input9
[    2.414261] 8139too: 8139too Fast Ethernet driver 0.9.28
[    2.415412] 8139too 0000:00:0d.0 eth0: RealTek RTL8139 at 0x(____ptrval____), 00:1e:8c:62:8d:b7, IRQ 17
[    2.418019] scsi host3: sata_sis
[    2.418127] usbcore: registered new interface driver usbhid
[    2.418131] usbhid: USB HID core driver
[    2.418189] ata3: PATA max UDMA/133 cmd 0xec00 ctl 0xe800 bmdma 0xdc00 irq 17
[    2.418195] ata4: PATA max UDMA/133 cmd 0xe400 ctl 0xe000 bmdma 0xdc08 irq 17
[    2.458808] usb 1-8: New USB device found, idVendor=0bda, idProduct=0116, bcdDevice=16.10
[    2.458820] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.458824] usb 1-8: Product: USB2.0-CRW
[    2.458828] usb 1-8: Manufacturer: Generic
[    2.458831] usb 1-8: SerialNumber: 20021111153705700
[    2.529105] 8139too 0000:00:0d.0 enp0s13: renamed from eth0
[    2.539105] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.0/0003:046D:C52F.0001/input/input14
[    2.539348] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:03.1-1/input0
[    2.540072] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/input/input15
[    2.584193] ata3.00: supports DRM functions and may not be fully accessible
[    2.584205] ata3.00: ATA-10: CT250MX500SSD1, M3CR020, max UDMA/133
[    2.584209] ata3.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 0/32)
[    2.585428] ata3.00: supports DRM functions and may not be fully accessible
[    2.586465] scsi 2:0:0:0: Direct-Access     ATA      CT250MX500SSD1   020  PQ: 0 ANSI: 5
[    2.586886] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    2.587152] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    2.587158] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    2.587185] sd 2:0:0:0: [sda] Write Protect is off
[    2.587189] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.587232] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.598016] hid-generic 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:03.1-1/input1
[    2.603098]  sda: sda1 sda2 < sda5 sda6 >
[    2.616406] usb-storage 1-8:1.0: USB Mass Storage device detected
[    2.616753] scsi host4: usb-storage 1-8:1.0
[    2.616920] usbcore: registered new interface driver usb-storage
[    2.620138] usbcore: registered new interface driver uas
[    2.626278] sd 2:0:0:0: [sda] supports TCG Opal
[    2.626287] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.650435] logitech-djreceiver 0003:046D:C52F.0001: hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:03.1-1/input0
[    2.763807] logitech-djreceiver 0003:046D:C52F.0002: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:03.1-1/input1
[    2.829182] logitech-djreceiver 0003:046D:C52F.0002: device of type eQUAD step 4 DJ (0x04) connected on slot 1
[    2.830742] input: Logitech Wireless Mouse PID:101f Mouse as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/0003:046D:101F.0003/input/input18
[    2.831006] input: Logitech Wireless Mouse PID:101f Consumer Control as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/0003:046D:101F.0003/input/input19
[    2.831148] hid-generic 0003:046D:101F.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:101f] on usb-0000:00:03.1-1/input1:1
[    3.157655] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008/0x0/0x0, board id: 0, fw id: 30712
[    3.196966] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13
[    3.407224] logitech-hidpp-device 0003:046D:101F.0003: HID++ 1.0 device connected.
[    3.469715] input: Logitech M305 as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:046D:C52F.0002/0003:046D:101F.0003/input/input23
[    3.469996] logitech-hidpp-device 0003:046D:101F.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech M305] on usb-0000:00:03.1-1/input1:1
[    3.611317] fbcon: Taking over console
[    3.619817] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    3.632342] scsi 4:0:0:0: Direct-Access     Generic- xD/SDMMC/MS/Pro  1.00 PQ: 0 ANSI: 0 CCS
[    3.633335] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    3.675768] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[    3.913274] systemd[1]: Inserted module 'autofs4'
[    3.953484] systemd[1]: systemd 248.3-1ubuntu8 running in system mode. (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS -OPENSSL +ACL +BLKID +CURL +ELFUTILS -FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    3.969853] systemd[1]: Detected architecture x86-64.
[    3.970533] systemd[1]: Hostname set to <momo-F5VL>.
[    4.368025] systemd[1]: Queued start job for default target Graphical Interface.
[    4.370496] systemd[1]: Created slice system-modprobe.slice.
[    4.371255] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    4.371841] systemd[1]: Created slice User and Session Slice.
[    4.372033] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.372527] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.372734] systemd[1]: Reached target User and Group Name Lookups.
[    4.372796] systemd[1]: Reached target Remote File Systems.
[    4.372843] systemd[1]: Reached target Slices.
[    4.372927] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    4.373287] systemd[1]: Listening on Syslog Socket.
[    4.373547] systemd[1]: Listening on fsck to fsckd communication Socket.
[    4.373696] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    4.374266] systemd[1]: Listening on Journal Audit Socket.
[    4.374512] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.374817] systemd[1]: Listening on Journal Socket.
[    4.375508] systemd[1]: Listening on udev Control Socket.
[    4.375785] systemd[1]: Listening on udev Kernel Socket.
[    4.377929] systemd[1]: Mounting Huge Pages File System...
[    4.380553] systemd[1]: Mounting POSIX Message Queue File System...
[    4.383758] systemd[1]: Mounting Kernel Debug File System...
[    4.386423] systemd[1]: Mounting Kernel Trace File System...
[    4.391317] systemd[1]: Starting Journal Service...
[    4.395064] systemd[1]: Starting Set the console keyboard layout...
[    4.397989] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    4.400971] systemd[1]: Starting Load Kernel Module configfs...
[    4.403765] systemd[1]: Starting Load Kernel Module drm...
[    4.415462] systemd[1]: Starting Load Kernel Module fuse...
[    4.422852] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    4.423039] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    4.427324] systemd[1]: Starting Load Kernel Modules...
[    4.432029] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.438284] systemd[1]: Starting Coldplug All udev Devices...
[    4.443827] systemd[1]: Starting Uncomplicated firewall...
[    4.483196] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[    4.504173] systemd[1]: Mounted Huge Pages File System.
[    4.504477] systemd[1]: Mounted POSIX Message Queue File System.
[    4.504719] systemd[1]: Mounted Kernel Debug File System.
[    4.504952] systemd[1]: Mounted Kernel Trace File System.
[    4.513010] lp: driver loaded but no devices found
[    4.513623] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    4.514749] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.515363] systemd[1]: Finished Load Kernel Module configfs.
[    4.516107] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.516693] systemd[1]: Finished Load Kernel Module fuse.
[    4.517569] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.529145] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.529770] systemd[1]: Finished Load Kernel Module drm.
[    4.530693] systemd[1]: Finished Uncomplicated firewall.
[    4.533434] systemd[1]: Mounting FUSE Control File System...
[    4.543230] systemd[1]: Mounting Kernel Configuration File System...
[    4.544326] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    4.544556] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    4.547520] systemd[1]: Starting Load/Save Random Seed...
[    4.550239] systemd[1]: Starting Create System Users...
[    4.551908] ppdev: user-space parallel port driver
[    4.565432] systemd[1]: Mounted FUSE Control File System.
[    4.582515] systemd[1]: Finished Load Kernel Modules.
[    4.590495] systemd[1]: Starting Apply Kernel Variables...
[    4.600182] systemd[1]: Mounted Kernel Configuration File System.
[    4.631380] systemd[1]: Finished Load/Save Random Seed.
[    4.631918] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    4.662509] systemd[1]: Finished Create System Users.
[    4.664869] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.678272] systemd[1]: Finished Apply Kernel Variables.
[    4.713410] systemd[1]: Started Journal Service.
[    4.726989] systemd-journald[249]: Received client request to flush runtime journal.
[    4.934276] loop0: detected capacity change from 0 to 296144
[    4.936188] loop1: detected capacity change from 0 to 8
[    4.950954] loop2: detected capacity change from 0 to 113656
[    4.980153] loop3: detected capacity change from 0 to 337424
[    5.010481] loop4: detected capacity change from 0 to 448512
[    5.032776] loop5: detected capacity change from 0 to 104360
[    5.062764] loop6: detected capacity change from 0 to 133552
[    5.083786] loop7: detected capacity change from 0 to 66440
[    5.626861] asus_laptop: Asus Laptop Support version 0.42
[    5.627076] asus_laptop:    model detected
[    5.627470] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input24
[    6.008603] mc: Linux media interface: v0.10
[    6.045124] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.052063] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.132839] videodev: Linux video capture interface: v2.00
[    6.151069] stkwebcam: Syntek USB2.0 Camera is now controlling device video0
[    6.151129] usbcore: registered new interface driver stkwebcam
[    6.362063] [drm] radeon kernel modesetting enabled.
[    6.362247] radeon 0000:01:00.0: vgaarb: deactivate vga console
[    6.363017] [drm] initializing kernel modesetting (RV515 0x1002:0x718A 0x1043:0x1449 0x00).
[    6.363141] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
[    6.363152] caller pci_map_rom+0x82/0x1e0 mapping multiple BARs
[    6.366100] ATOM BIOS: Asus
[    6.366137] [drm] Generation 2 PCI interface, using max accessible memory
[    6.366144] radeon 0000:01:00.0: VRAM: 128M 0x0000000000000000 - 0x0000000007FFFFFF (128M used)
[    6.366152] radeon 0000:01:00.0: GTT: 512M 0x0000000008000000 - 0x0000000027FFFFFF
[    6.366186] ------------[ cut here ]------------
[    6.366188] memtype_reserve failed: [mem 0x00000000-0xffffffffffffffff], req write-combining
[    6.366198] WARNING: CPU: 1 PID: 297 at arch/x86/mm/pat/memtype.c:588 memtype_reserve+0x267/0x2b0
[    6.366209] Modules linked in: radeon(+) ath snd_seq mac80211 drm_ttm_helper ttm stkwebcam snd_seq_device snd_timer drm_kms_helper videodev cfg80211 input_leds joydev mc cec rc_core serio_raw snd libarc4 soundcore i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt asus_laptop mac_hid sis_agp sparse_keymap sch_fq_codel msr parport_pc ppdev lp parport drm ip_tables x_tables autofs4 hid_logitech_hidpp uas usb_storage hid_logitech_dj hid_generic 8139too usbhid 8139cp psmouse hid mii sata_sis pata_acpi video
[    6.366306] CPU: 1 PID: 297 Comm: systemd-udevd Tainted: G        W         5.13.0-21-generic #21-Ubuntu
[    6.366311] Hardware name: ASUSTeK Computer Inc.  F5VL              /F5VL    , BIOS 210        10/17/2007
[    6.366314] RIP: 0010:memtype_reserve+0x267/0x2b0
[    6.366321] Code: 3b bd 41 83 fe 05 77 08 4e 8b 04 f5 00 d6 00 bd 48 8d 4b ff 4c 89 e2 48 c7 c6 30 d6 00 bd 48 c7 c7 e0 26 3b bd e8 38 d9 b3 00 <0f> 0b 41 bf ea ff ff ff e9 08 fe ff ff 41 bf ea ff ff ff e9 fd fd
[    6.366326] RSP: 0018:ffffb43e405d7908 EFLAGS: 00010286
[    6.366331] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000027
[    6.366335] RDX: ffff9bfa3fd189c8 RSI: 0000000000000001 RDI: ffff9bfa3fd189c0
[    6.366338] RBP: ffffb43e405d7948 R08: 0000000000000000 R09: ffffb43e405d76f8
[    6.366341] R10: ffffb43e405d76f0 R11: ffffffffbdd55268 R12: 0000000000000000
[    6.366345] R13: 0000000000000001 R14: 0000000000000001 R15: 0000000000000000
[    6.366348] FS:  00007fb10dcb38c0(0000) GS:ffff9bfa3fd00000(0000) knlGS:0000000000000000
[    6.366352] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    6.366356] CR2: 00007f5d60000018 CR3: 00000000035fc000 CR4: 00000000000006e0
[    6.366360] Call Trace:
[    6.366370]  memtype_reserve_io+0x5a/0x120
[    6.366376]  ? __debugfs_create_file+0x124/0x1a0
[    6.366385]  arch_io_reserve_memtype_wc+0x2f/0x50
[    6.366391]  radeon_bo_init+0x21/0x60 [radeon]
[    6.366636]  rv515_init+0x138/0x1f0 [radeon]
[    6.366777]  radeon_device_init+0x4dc/0x980 [radeon]
[    6.366868]  radeon_driver_load_kms+0x90/0x210 [radeon]
[    6.366959]  drm_dev_register+0xd9/0x1c0 [drm]
[    6.367073]  radeon_pci_probe+0x117/0x1a0 [radeon]
[    6.367162]  ? __pm_runtime_resume+0x60/0x80
[    6.367169]  local_pci_probe+0x48/0x80
[    6.367176]  pci_device_probe+0x105/0x1c0
[    6.367182]  really_probe+0x24b/0x4c0
[    6.367188]  driver_probe_device+0xf0/0x160
[    6.367193]  device_driver_attach+0xab/0xb0
[    6.367198]  __driver_attach+0xb2/0x140
[    6.367203]  ? device_driver_attach+0xb0/0xb0
[    6.367208]  bus_for_each_dev+0x7e/0xc0
[    6.367212]  driver_attach+0x1e/0x20
[    6.367217]  bus_add_driver+0x135/0x1f0
[    6.367222]  driver_register+0x95/0xf0
[    6.367226]  ? 0xffffffffc097e000
[    6.367231]  __pci_register_driver+0x57/0x60
[    6.367235]  radeon_module_init+0x7a/0x1000 [radeon]
[    6.367324]  do_one_initcall+0x48/0x1d0
[    6.367331]  ? kmem_cache_alloc_trace+0xfb/0x240
[    6.367340]  do_init_module+0x62/0x290
[    6.367347]  load_module+0xa8f/0xb10
[    6.367352]  __do_sys_finit_module+0xc2/0x120
[    6.367359]  __x64_sys_finit_module+0x18/0x20
[    6.367363]  do_syscall_64+0x61/0xb0
[    6.367370]  ? syscall_exit_to_user_mode+0x27/0x50
[    6.367376]  ? __x64_sys_newfstatat+0x1c/0x20
[    6.367381]  ? do_syscall_64+0x6e/0xb0
[    6.367386]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[    6.367394] RIP: 0033:0x7fb10e24994d
[    6.367399] Code: 5b 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d b3 64 0f 00 f7 d8 64 89 01 48
[    6.367403] RSP: 002b:00007ffc3206a5a8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[    6.367409] RAX: ffffffffffffffda RBX: 000055f9aeb56ef0 RCX: 00007fb10e24994d
[    6.367413] RDX: 0000000000000000 RSI: 00007fb10e3d93fe RDI: 0000000000000018
[    6.367416] RBP: 0000000000020000 R08: 0000000000000000 R09: 000055f9aea3cb50
[    6.367419] R10: 0000000000000018 R11: 0000000000000246 R12: 00007fb10e3d93fe
[    6.367422] R13: 000055f9aeb55d50 R14: 000055f9aeb56e10 R15: 000055f9aeb583e0
[    6.367428] ---[ end trace 3138416687805532 ]---
[    6.367433] [drm] Detected VRAM RAM=128M, BAR=0M
[    6.367436] [drm] RAM width 64bits DDR
[    6.367512] radeon 0000:01:00.0: Fatal error during GPU init
[    6.367523] [drm] radeon: finishing device.
[    6.367530] [drm] radeon: cp finalized
[    6.367562] [drm] radeon: ttm finalized
[    6.367567] x86/PAT: systemd-udevd:297 freeing invalid memtype [mem 0x00000000-0xffffffffffffffff]
[    6.368151] radeon: probe of 0000:01:00.0 failed with error -12
[    6.397288] intel_powerclamp: No package C-state available
[    6.420608] ath5k 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    6.421091] ath5k 0000:02:00.0: registered as 'phy0'
[    6.441461] intel_powerclamp: No package C-state available
[    7.147464] snd_hda_intel 0000:00:0f.0: CORB reset timeout#1, CORBRP = 0
[    7.186013] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC660-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    7.186031] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.186036] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    7.186041] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    7.186044] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    7.186047] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
[    7.186052] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    7.220429] input: HDA SIS966 Mic as /devices/pci0000:00/0000:00:0f.0/sound/card0/input25
[    7.220582] input: HDA SIS966 Headphone as /devices/pci0000:00/0000:00:0f.0/sound/card0/input26
[    7.269929] ath: EEPROM regdomain: 0x60
[    7.269964] ath: EEPROM indicates we should expect a direct regpair map
[    7.269969] ath: Country alpha2 being used: 00
[    7.269971] ath: Regpair used: 0x60
[    7.270050] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    7.278653] ath5k: phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
[    7.300249] ath5k 0000:02:00.0 wlp2s0: renamed from wlan0
[    7.401405] random: perl: uninitialized urandom read (4 bytes read)
[    7.621750] Adding 8787964k swap on /dev/sda5.  Priority:-2 extents:1 across:8787964k SSFS
[    8.656795] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    8.760563] audit: type=1400 audit(1637137855.367:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=552 comm="apparmor_parser"
[    8.780756] audit: type=1400 audit(1637137855.387:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=553 comm="apparmor_parser"
[    8.780776] audit: type=1400 audit(1637137855.387:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=553 comm="apparmor_parser"
[    8.808943] audit: type=1400 audit(1637137855.415:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=551 comm="apparmor_parser"
[    8.808962] audit: type=1400 audit(1637137855.415:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=551 comm="apparmor_parser"
[    8.836791] audit: type=1400 audit(1637137855.443:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=559 comm="apparmor_parser"
[    8.836808] audit: type=1400 audit(1637137855.443:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=559 comm="apparmor_parser"
[    8.836814] audit: type=1400 audit(1637137855.443:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=559 comm="apparmor_parser"
[    8.854863] audit: type=1400 audit(1637137855.463:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=560 comm="apparmor_parser"
[    8.865085] audit: type=1400 audit(1637137855.471:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=561 comm="apparmor_parser"
[    9.509073] random: avahi-daemon: uninitialized urandom read (4 bytes read)
[    9.510238] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[   10.229459] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[   10.266470] random: crng init done
[   11.334770] loop8: detected capacity change from 0 to 8
[   11.643548] 8139too 0000:00:0d.0 enp0s13: link down
[   13.177351] wlp2s0: authenticate with 70:fc:8f:59:87:ae
[   13.181908] wlp2s0: send auth to 70:fc:8f:59:87:ae (try 1/3)
[   13.184970] wlp2s0: authenticated
[   13.185911] wlp2s0: associate with 70:fc:8f:59:87:ae (try 1/3)
[   13.191589] wlp2s0: RX AssocResp from 70:fc:8f:59:87:ae (capab=0x1411 status=0 aid=1)
[   13.191726] wlp2s0: associated
[   13.326337] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   18.001314] kauditd_printk_skb: 27 callbacks suppressed
[   18.001322] audit: type=1400 audit(1637137864.607:39): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=941 comm="cups-browsed" capability=23  capname="sys_nice"
[   22.042172] audit: type=1400 audit(1637137868.651:40): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/sys/kernel/osrelease" pid=722 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   22.042877] audit: type=1400 audit(1637137868.651:41): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/1/environ" pid=722 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   22.043208] audit: type=1400 audit(1637137868.651:42): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/cmdline" pid=722 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

Hors ligne

#14 Le 18/11/2021, à 17:14

Nuliel

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

Cela ne résout pas le pb, tu peux enlever le paramètre hmm
Honnêtement j'arrive à cours d'idée sad
Je vais demander si qqun aurait une idée

Hors ligne

#15 Le 18/11/2021, à 18:26

ares

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

@kookie68

Bonjour... et je constate que tu es patient ou obstiné... donc j'abuse wink

Questions :
* le paquet linux-firmaware (1.201.1) est-il présent ?
* le paquet intel-microcode (en théorie déjà installé)  est-il présent ?

@+

Hors ligne

#16 Le 18/11/2021, à 19:27

kookie68

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

Nuliel a écrit :

Cela ne résout pas le pb, tu peux enlever le paramètre hmm
Honnêtement j'arrive à cours d'idée sad
Je vais demander si qqun aurait une idée

Je vais continuer à chercher de mon côté, peut-être sur des sites anglophones. Le premier qui trouve ! wink
Et encore merci en attendant

Hors ligne

#17 Le 18/11/2021, à 19:29

xubu1957

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

Bonjour,

Montre aussi d'éventuels paquets cassés :

dpkg -l | grep -v ^ii

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

Hors ligne

#18 Le 18/11/2021, à 19:32

kookie68

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

ares a écrit :

@kookie68

Bonjour... et je constate que tu es patient ou obstiné... donc j'abuse wink

Questions :
* le paquet linux-firmaware (1.201.1) est-il présent ?
* le paquet intel-microcode (en théorie déjà installé)  est-il présent ?

@+

Bonjour ares et bienvenue dans notre petit apparté ! Je prépare les cahouettes et les olives. Pour répondre à ta première question, je suis patient ...et obstiné smile
Pour ce qui concerne les deux autres questions, je réponds sans hésitation aucune par oui.

Hors ligne

#19 Le 18/11/2021, à 20:47

kookie68

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

Bonsoir xubu1957 et bienvenu au club ! Voici le retour de commande demandé :

momo@momo-F5VL:~$ 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  ca-certificates-java                  20190909                            all          Common CA certificates (JKS keystore)
rc  dctrl-tools                           2.24-3                              amd64        Command-line tools to process Debian package information
rc  dkms                                  2.8.1-5ubuntu2                      all          Dynamic Kernel Module Support Framework
rc  ippusbxd                              1.34-2ubuntu1                       amd64        Daemon for IPP USB printer support
rc  java-common                           0.72                                all          Base package for Java runtimes
rc  libpython3.8-minimal:amd64            3.8.10-0ubuntu1~20.04.1             amd64        Minimal subset of the Python language (version 3.8)
rc  libsensors4:amd64                     1:3.4.0-4                           amd64        library to read temperature/voltage/fan sensors
rc  libvdpau1:i386                        1.3-1ubuntu2                        i386         Video Decode and Presentation API for Unix (libraries)
rc  linux-image-5.4.0-42-generic          5.4.0-42.46                         amd64        Signed kernel image generic
rc  linux-modules-5.4.0-42-generic        5.4.0-42.46                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-42-generic  5.4.0-42.46                         amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  openjdk-11-jre-headless:amd64         11.0.11+9-0ubuntu2                  amd64        OpenJDK Java runtime, using Hotspot JIT (headless)
rc  postfix                               3.5.6-1ubuntu0.2                    amd64        High-performance mail transport agent
rc  python                                2.7.15~rc1-1                        amd64        interactive high-level object-oriented language (default version)
rc  python3.8-minimal                     3.8.10-0ubuntu1~20.04.1             amd64        Minimal subset of the Python language (version 3.8)

Hors ligne

#20 Le 18/11/2021, à 20:53

ares

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

kookie68 a écrit :

(...)
Je prépare les cahouettes et les olives.
(...)

C'est sympa, merci... aujourd'hui c'est le Beaujolais nouveau !

Bon, j'avoue que je planche, car la fréquence de rafraîchissement est = 0
Et le message "radeon: probe of 0000:01:00.0 failed with error -12" ne donnent aucune info.

A tout hasard et puisque tu es obstine tu peux nous indiquer les options graphiques du BIOS.
Et j'adore emmerder abuser faire un "reset" ou un "valeur par défaut" du BIOS.

Merci, bon apéro et à ta santé ! smile

Hors ligne

#21 Le 08/12/2021, à 09:25

kookie68

Re : Pilote graphique Radeon 2300 (non résolu mais clos)

Merci pour tous vos messages. J'ai écumé une bonne partie du web sans rien trouver. Comme dit ares, je suis obstiné mais pas mono-maniaque wink ! Je laisse tomber l'affaire avec regret, mais avec raison.
Bonne journée à vous

Hors ligne