Bonjour,

J’ai un PC tour quasiment neuf sous Fedora 34.

Pour le son, j'utilise une carte son « pro » USB externe Audient ID14 qui est habituellement branché sur un PC Windows sur lequel je fais de la musique. Avec mon boulot moitié sur site moitié télétravail je n'utilise plus trop mon PC musique, pour raisons pratique, j'ai donc depuis un moment branché la carte son Audient ID14 sur mon PC Linux pour profiter de mes enceintes et casque pro et tout fonctionnait très bien par défaut, pas de drivers Linux de toute façon chez Audient, mais il y a 1h j'écoutais de la musique sans souci, je mets en pause, puis je relance quelques secondes plus tard et je n’ai plus de son, j'ai redémarré plusieurs fois le PC , mais toujours pas de son.

Dans les paramètres son de Gnome, en sortie je n'ai plus que Sortie numérique (S/PDIF) Family 17 HD Audio Controller. Alors qu'en temps normal j'ai bien Audient ID14.

En entrée, rien.

J'ouvre un terminal :

lsusb me retrouve bien la carte :
Bus 001 Device 004: ID 2708:0002 Audient Audient iD14
Je lance AlsaMixer, je suis en S/PDIF. Par défaut.

Si je fais F6 pour sélectionner la carte Audient, elle est présente dans la liste, mais j'ai ce message d'erreur quand je la sélectionne :
les contrôles de mixage ne peuvent pas être chargés: Relais brisé (pipe).
J'ai changé de port USB sur le PC, débranché rebranché l'USB à l'arrière de la carte, etc. Rien à faire toujours pas de son et S/PDIF uniquement.

Informations sur la carte => https://audient.com/fr/produits/interfaces-audio/id14/presentation/

Avez-vous une idée s'il vous plaît ?

Merci à vous 🙂
Bonjour,

Suite des recherches de mon côté :

Voici ce que me retourne la commande
sudo alsactl restore
alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2
No state is present for card iD14
alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2
Found hardware: "USB-Audio" "USB Mixer" "USB2708:0002" "" ""
Hardware is initialized using a generic method
No state is present for card iD14
alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HDA ATI HDMI at 0xfcf60000 irq 67)
alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:1 use case configuration -6
alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HD-Audio Generic at 0xfce00000 irq 69)
alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:2 use case configuration -6
On constate bien des erreurs :
alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2
No state is present for card iD14

alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2
Found hardware: "USB-Audio" "USB Mixer" "USB2708:0002" "" ""
Hardware is initialized using a generic method
No state is present for card iD14
Si je comprend bien c'est le fichier de configuration Alsa situé dans :
/var/lib/alsa
asound.state
Qui ne se charge pas correctement ? Plus spécifiquement la configuration concernant la carte Audient ID14 ?

Merci 🙂
Que retourne
$ systemctl --user status wireplumber.service 
Bonjour,

La commande retourne :

Sans sudo :
Unit wireplumber.service could not be found
Avec sudo :
Failed to connect to bus: $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR not defined (consider using --machine=<user>@.host --user to connect to bus of other user)
Merci pour ton aide
Pardon, je n'avais pas fait attention que tu étais en F34 et non F35.

Attention à ne pas lancer des commandes avec sudo qui ne sont pas nécessaires.

Que retourne
$ systemctl --user status pipewire.service
$ systemctl --user status pipewire-pulse.service
Merci de bien mettre le prompt, la commande complète ainsi que le résultat complet de chaque commande en les mettant dans des blocs code <> différents afin de faciliter la lecture.
Ah oui je suis sous Fedora 34 encore, j'attends un peu avant le passage à la version 35 :-P

Alors,
pc-linux-chambre :: username :: ~ >> systemctl --user status pipewire.service

● pipewire.service - PipeWire Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; disabled; vendor preset: disabled)
    Drop-In: /usr/lib/systemd/user/pipewire.service.d
             └─00-uresourced.conf
     Active: active (running) since Thu 2021-11-11 10:55:58 CET; 5h 59min ago
TriggeredBy: ● pipewire.socket
   Main PID: 2323 (pipewire)
      Tasks: 4 (limit: 19032)
     Memory: 14.0M
        CPU: 1.519s
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
             ├─2323 /usr/bin/pipewire
             └─2365 /usr/bin/pipewire-media-session

nov. 11 10:55:58 pc-linux-chambre systemd[2004]: Started PipeWire Multimedia Service.
nov. 11 10:55:58 pc-linux-chambre pipewire-media-session[2365]: spa.alsa: Unable to load mixer: Relais brisé (pipe)
pc-linux-chambre :: username :: ~ >> systemctl --user status pipewire-pulse.service

● pipewire-pulse.service - PipeWire PulseAudio
     Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.service; disabled; vendor preset: disabled)
     Active: active (running) since Thu 2021-11-11 10:55:58 CET; 6h ago
TriggeredBy: ● pipewire-pulse.socket
   Main PID: 2324 (pipewire-pulse)
      Tasks: 2 (limit: 19032)
     Memory: 16.7M
        CPU: 422ms
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire-pulse.service
             └─2324 /usr/bin/pipewire-pulse

nov. 11 10:55:58 pc-linux-chambre systemd[2004]: Started PipeWire PulseAudio.
Groupe tout (prompt, commande, retour commande) dans la même balise code <>, tu compliques les choses et ça complique la lecture aussi.

Les services pour pipewire tournent et on retrouve aussi ton erreur du départ.

Que retourne
$ lsusb -t
$ sudo lsusb -v -d 2708:0002
pc-linux-chambre :: username :: ~ >> lsusb -t

/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 480M
    |__ Port 2: Dev 2, If 0, Class=Vendor Specific Class, Driver=btusb, 12M
    |__ Port 2: Dev 2, If 1, Class=Vendor Specific Class, Driver=btusb, 12M
    |__ Port 2: Dev 2, If 2, Class=Vendor Specific Class, Driver=btusb, 12M
    |__ Port 2: Dev 2, If 3, Class=Application Specific Interface, Driver=, 12M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 480M
    |__ Port 1: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
    |__ Port 1: Dev 2, If 2, Class=Human Interface Device, Driver=usbhid, 12M
    |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
    |__ Port 7: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
    |__ Port 10: Dev 4, If 4, Class=Human Interface Device, Driver=usbhid, 480M
    |__ Port 10: Dev 4, If 2, Class=Audio, Driver=snd-usb-audio, 480M
    |__ Port 10: Dev 4, If 0, Class=Audio, Driver=snd-usb-audio, 480M
    |__ Port 10: Dev 4, If 3, Class=Application Specific Interface, Driver=, 480M
    |__ Port 10: Dev 4, If 1, Class=Audio, Driver=snd-usb-audio, 480M
pc-linux-chambre :: username :: ~ >> sudo lsusb -v -d 2708:0002

Bus 001 Device 004: ID 2708:0002 Audient Audient iD14
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x2708 
  idProduct          0x0002 
  bcdDevice            1.09
  iManufacturer           1 Audient
  iProduct                3 Audient iD14
  iSerial                 0 
  bNumConfigurations      2
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0214
    bNumInterfaces          5
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         3
      bFunctionClass          1 Audio
      bFunctionSubClass       0 
      bFunctionProtocol      32 
      iFunction               0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      1 Control Device
      bInterfaceProtocol     32 
      iInterface              3 Audient iD14
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdADC               2.00
        bCategory               8
        wTotalLength       0x0125
        bmControls           0x00
      AudioControl Interface Descriptor:
        bLength                 8
        bDescriptorType        36
        bDescriptorSubtype     10 (CLOCK_SOURCE)
        bClockID               41
        bmAttributes            3 Internal programmable clock 
        bmControls           0x07
          Clock Frequency Control (read/write)
          Clock Validity Control (read-only)
        bAssocTerminal          0
        iClockSource           14 Audient Internal Clock
      AudioControl Interface Descriptor:
        bLength                 8
        bDescriptorType        36
        bDescriptorSubtype     10 (CLOCK_SOURCE)
        bClockID               42
        bmAttributes            0 External clock 
        bmControls           0x07
          Clock Frequency Control (read/write)
          Clock Validity Control (read-only)
        bAssocTerminal          0
        iClockSource           15 Audient S/PDIF Clock
      AudioControl Interface Descriptor:
        bLength                 8
        bDescriptorType        36
        bDescriptorSubtype     10 (CLOCK_SOURCE)
        bClockID               43
        bmAttributes            0 External clock 
        bmControls           0x07
          Clock Frequency Control (read/write)
          Clock Validity Control (read-only)
        bAssocTerminal          0
        iClockSource           16 Audient ADAT Clock
      AudioControl Interface Descriptor:
        bLength                10
        bDescriptorType        36
        bDescriptorSubtype     11 (CLOCK_SELECTOR)
        bClockID               40
        bNrInPins               3
        baCSourceID(0)         41
        baCSourceID(1)         42
        baCSourceID(2)         43
        bmControls           0x03
          Clock Selector Control (read/write)
        iClockSelector         13 Audient Clock Selector
      AudioControl Interface Descriptor:
        bLength                17
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             2
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bCSourceID             40
        bNrChannels             4
        bmChannelConfig    0x00000000
        iChannelNames          18 Analogue 1
        bmControls         0x0000
        iTerminal               6 Audient iD14 
      AudioControl Interface Descriptor:
        bLength                26
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                10
        bSourceID              51
        bmaControls(0)     0x00000000
        bmaControls(1)     0x00000000
        bmaControls(2)     0x00000000
        bmaControls(3)     0x00000000
        bmaControls(4)     0x00000000
        iFeature                0 
      AudioControl Interface Descriptor:
        bLength                12
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID            20
        wTerminalType      0x0301 Speaker
        bAssocTerminal          0
        bSourceID              10
        bCSourceID             40
        bmControls         0x0000
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                17
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Microphone
        bAssocTerminal          0
        bCSourceID             40
        bNrChannels            10
        bmChannelConfig    0x00000000
        iChannelNames          22 Analogue 1
        bmControls         0x0000
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                20
        bDescriptorType        36
        bDescriptorSubtype      9 (EXTENSION_UNIT)
        bUnitID                51
        wExtensionCode     0x0000
        bNrInPins               5
        baSourceID(0)           2
        baSourceID(1)           1
        baSourceID(2)          12
        baSourceID(3)          54
        baSourceID(4)          55
        bNrChannels             4
        bmChannelConfig    0x00000000
        iChannelNames           0 
        bmControls           0x00
        iExtension              0 
      AudioControl Interface Descriptor:
        bLength                50
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                11
        bSourceID               1
        bmaControls(0)    0x00000000
        bmaControls(1)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(2)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(3)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(4)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(5)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(6)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(7)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(8)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(9)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(10)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        iFeature                0 
      AudioControl Interface Descriptor:
        bLength                12
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID            22
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID              11
        bCSourceID             40
        bmControls         0x0000
        iTerminal               7 Audient iD14 
      AudioControl Interface Descriptor:
        bLength                17
        bDescriptorType        36
        bDescriptorSubtype      9 (EXTENSION_UNIT)
        bUnitID                50
        wExtensionCode     0x0000
        bNrInPins               2
        baSourceID(0)           2
        baSourceID(1)           1
        bNrChannels            14
        bmChannelConfig    0x00000000
        iChannelNames           0 
        bmControls           0x00
        iExtension              0 
      AudioControl Interface Descriptor:
        bLength                21
        bDescriptorType        36
        bDescriptorSubtype      4 (MIXER_UNIT)
        bUnitID                60
        bNrInPins               1
        baSourceID(0)          50
        bNrChannels             4
        bmChannelConfig    0x00000000
        iChannelNames           0 
        bmMixerControls(0)   0xff
        bmControls           0xff
          Cluster Control (read/write)
          Underflow Control (read/write)
          Overflow Control (read/write)
        iMixer                255 (error)
      Warning: Junk at end of descriptor (6 bytes):
        ff ff ff ff 00 00 
      AudioControl Interface Descriptor:
        bLength                26
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                12
        bSourceID              60
        bmaControls(0)     0x00000000
        bmaControls(1)     0x0000000c
          Volume Control (read/write)
        bmaControls(2)     0x0000000c
          Volume Control (read/write)
        bmaControls(3)     0x0000000c
          Volume Control (read/write)
        bmaControls(4)     0x0000000c
          Volume Control (read/write)
        iFeature                0 
      AudioControl Interface Descriptor:
        bLength                16
        bDescriptorType        36
        bDescriptorSubtype      9 (EXTENSION_UNIT)
        bUnitID                55
        wExtensionCode     0x0002
        bNrInPins               1
        baSourceID(0)          12
        bNrChannels             2
        bmChannelConfig    0x00000000
        iChannelNames           0 
        bmControls           0x00
        iExtension              0 
      AudioControl Interface Descriptor:
        bLength                16
        bDescriptorType        36
        bDescriptorSubtype      9 (EXTENSION_UNIT)
        bUnitID                54
        wExtensionCode     0x0001
        bNrInPins               1
        baSourceID(0)          12
        bNrChannels             6
        bmChannelConfig    0x00000000
        iChannelNames           0 
        bmControls           0x00
        iExtension              0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol     32 
      iInterface              4 Audient iD14 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           2
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol     32 
      iInterface              4 Audient iD14 
      AudioStreaming Interface Descriptor:
        bLength                16
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink           2
        bmControls           0x00
        bFormatType             1
        bmFormats          0x00000001
          PCM
        bNrChannels             4
        bmChannelConfig    0x00000000
        iChannelNames          18 Analogue 1
      AudioStreaming Interface Descriptor:
        bLength                 6
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bSubslotSize            4
        bBitResolution         24
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x00d0  1x 208 bytes
        bInterval               1
        AudioStreaming Endpoint Descriptor:
          bLength                 8
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x00
          bmControls           0x00
          bLockDelayUnits         2 Decoded PCM samples
          wLockDelay         0x0008
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes           17
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Feedback
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval               4
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           2
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol     32 
      iInterface              4 Audient iD14 
      AudioStreaming Interface Descriptor:
        bLength                16
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink           2
        bmControls           0x00
        bFormatType             1
        bmFormats          0x00000001
          PCM
        bNrChannels             4
        bmChannelConfig    0x00000000
        iChannelNames          18 Analogue 1
      AudioStreaming Interface Descriptor:
        bLength                 6
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bSubslotSize            2
        bBitResolution         16
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0068  1x 104 bytes
        bInterval               1
        AudioStreaming Endpoint Descriptor:
          bLength                 8
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x00
          bmControls           0x00
          bLockDelayUnits         2 Decoded PCM samples
          wLockDelay         0x0008
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes           17
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Feedback
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval               4
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol     32 
      iInterface              5 Audient iD14 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol     32 
      iInterface              5 Audient iD14 
      AudioStreaming Interface Descriptor:
        bLength                16
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink          22
        bmControls           0x00
        bFormatType             1
        bmFormats          0x00000001
          PCM
        bNrChannels            10
        bmChannelConfig    0x00000000
        iChannelNames          22 Analogue 1
      AudioStreaming Interface Descriptor:
        bLength                 6
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bSubslotSize            4
        bBitResolution         24
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0208  1x 520 bytes
        bInterval               1
        AudioStreaming Endpoint Descriptor:
          bLength                 8
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x00
          bmControls           0x00
          bLockDelayUnits         2 Decoded PCM samples
          wLockDelay         0x0008
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        3
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass       254 Application Specific Interface
      bInterfaceSubClass      1 Device Firmware Update
      bInterfaceProtocol      1 
      iInterface             17 Audient DFU
      Device Firmware Upgrade Interface Descriptor:
        bLength                             9
        bDescriptorType                    33
        bmAttributes                        7
          Will Not Detach
          Manifestation Tolerant
          Upload Supported
          Download Supported
        wDetachTimeout                    250 milliseconds
        wTransferSize                      64 bytes
        bcdDFUVersion                   1.10
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        4
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      52
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               8
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0214
    bNumInterfaces          5
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         3
      bFunctionClass          1 Audio
      bFunctionSubClass       0 
      bFunctionProtocol      32 
      iFunction               0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      1 Control Device
      bInterfaceProtocol     32 
      iInterface              3 Audient iD14
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdADC               2.00
        bCategory               8
        wTotalLength       0x0125
        bmControls           0x00
      AudioControl Interface Descriptor:
        bLength                 8
        bDescriptorType        36
        bDescriptorSubtype     10 (CLOCK_SOURCE)
        bClockID               41
        bmAttributes            3 Internal programmable clock 
        bmControls           0x07
          Clock Frequency Control (read/write)
          Clock Validity Control (read-only)
        bAssocTerminal          0
        iClockSource           14 Audient Internal Clock
      AudioControl Interface Descriptor:
        bLength                 8
        bDescriptorType        36
        bDescriptorSubtype     10 (CLOCK_SOURCE)
        bClockID               42
        bmAttributes            0 External clock 
        bmControls           0x07
          Clock Frequency Control (read/write)
          Clock Validity Control (read-only)
        bAssocTerminal          0
        iClockSource           15 Audient S/PDIF Clock
      AudioControl Interface Descriptor:
        bLength                 8
        bDescriptorType        36
        bDescriptorSubtype     10 (CLOCK_SOURCE)
        bClockID               43
        bmAttributes            0 External clock 
        bmControls           0x07
          Clock Frequency Control (read/write)
          Clock Validity Control (read-only)
        bAssocTerminal          0
        iClockSource           16 Audient ADAT Clock
      AudioControl Interface Descriptor:
        bLength                10
        bDescriptorType        36
        bDescriptorSubtype     11 (CLOCK_SELECTOR)
        bClockID               40
        bNrInPins               3
        baCSourceID(0)         41
        baCSourceID(1)         42
        baCSourceID(2)         43
        bmControls           0x03
          Clock Selector Control (read/write)
        iClockSelector         13 Audient Clock Selector
      AudioControl Interface Descriptor:
        bLength                17
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             2
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bCSourceID             40
        bNrChannels             4
        bmChannelConfig    0x00000000
        iChannelNames          18 Analogue 1
        bmControls         0x0000
        iTerminal               6 Audient iD14 
      AudioControl Interface Descriptor:
        bLength                26
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                10
        bSourceID              51
        bmaControls(0)     0x00000000
        bmaControls(1)     0x00000000
        bmaControls(2)     0x00000000
        bmaControls(3)     0x00000000
        bmaControls(4)     0x00000000
        iFeature                0 
      AudioControl Interface Descriptor:
        bLength                12
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID            20
        wTerminalType      0x0301 Speaker
        bAssocTerminal          0
        bSourceID              10
        bCSourceID             40
        bmControls         0x0000
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                17
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Microphone
        bAssocTerminal          0
        bCSourceID             40
        bNrChannels            10
        bmChannelConfig    0x00000000
        iChannelNames          22 Analogue 1
        bmControls         0x0000
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                20
        bDescriptorType        36
        bDescriptorSubtype      9 (EXTENSION_UNIT)
        bUnitID                51
        wExtensionCode     0x0000
        bNrInPins               5
        baSourceID(0)           2
        baSourceID(1)           1
        baSourceID(2)          12
        baSourceID(3)          54
        baSourceID(4)          55
        bNrChannels             4
        bmChannelConfig    0x00000000
        iChannelNames           0 
        bmControls           0x00
        iExtension              0 
      AudioControl Interface Descriptor:
        bLength                50
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                11
        bSourceID               1
        bmaControls(0)    0x00000000
        bmaControls(1)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(2)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(3)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(4)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(5)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(6)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(7)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(8)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(9)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        bmaControls(10)    0x03300000
          Input gain Control (read/write)
          Phase inverter Control (read/write)
        iFeature                0 
      AudioControl Interface Descriptor:
        bLength                12
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID            22
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID              11
        bCSourceID             40
        bmControls         0x0000
        iTerminal               7 Audient iD14 
      AudioControl Interface Descriptor:
        bLength                17
        bDescriptorType        36
        bDescriptorSubtype      9 (EXTENSION_UNIT)
        bUnitID                50
        wExtensionCode     0x0000
        bNrInPins               2
        baSourceID(0)           2
        baSourceID(1)           1
        bNrChannels            14
        bmChannelConfig    0x00000000
        iChannelNames           0 
        bmControls           0x00
        iExtension              0 
      AudioControl Interface Descriptor:
        bLength                21
        bDescriptorType        36
        bDescriptorSubtype      4 (MIXER_UNIT)
        bUnitID                60
        bNrInPins               1
        baSourceID(0)          50
        bNrChannels             4
        bmChannelConfig    0x00000000
        iChannelNames           0 
        bmMixerControls(0)   0xff
        bmControls           0xff
          Cluster Control (read/write)
          Underflow Control (read/write)
          Overflow Control (read/write)
        iMixer                255 (error)
      Warning: Junk at end of descriptor (6 bytes):
        ff ff ff ff 00 00 
      AudioControl Interface Descriptor:
        bLength                26
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                12
        bSourceID              60
        bmaControls(0)     0x00000000
        bmaControls(1)     0x0000000c
          Volume Control (read/write)
        bmaControls(2)     0x0000000c
          Volume Control (read/write)
        bmaControls(3)     0x0000000c
          Volume Control (read/write)
        bmaControls(4)     0x0000000c
          Volume Control (read/write)
        iFeature                0 
      AudioControl Interface Descriptor:
        bLength                16
        bDescriptorType        36
        bDescriptorSubtype      9 (EXTENSION_UNIT)
        bUnitID                55
        wExtensionCode     0x0002
        bNrInPins               1
        baSourceID(0)          12
        bNrChannels             2
        bmChannelConfig    0x00000000
        iChannelNames           0 
        bmControls           0x00
        iExtension              0 
      AudioControl Interface Descriptor:
        bLength                16
        bDescriptorType        36
        bDescriptorSubtype      9 (EXTENSION_UNIT)
        bUnitID                54
        wExtensionCode     0x0001
        bNrInPins               1
        baSourceID(0)          12
        bNrChannels             6
        bmChannelConfig    0x00000000
        iChannelNames           0 
        bmControls           0x00
        iExtension              0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol     32 
      iInterface              4 Audient iD14 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           2
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol     32 
      iInterface              4 Audient iD14 
      AudioStreaming Interface Descriptor:
        bLength                16
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink           2
        bmControls           0x00
        bFormatType             1
        bmFormats          0x00000001
          PCM
        bNrChannels             4
        bmChannelConfig    0x00000000
        iChannelNames          18 Analogue 1
      AudioStreaming Interface Descriptor:
        bLength                 6
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bSubslotSize            4
        bBitResolution         24
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x00d0  1x 208 bytes
        bInterval               1
        AudioStreaming Endpoint Descriptor:
          bLength                 8
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x00
          bmControls           0x00
          bLockDelayUnits         2 Decoded PCM samples
          wLockDelay         0x0008
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes           17
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Feedback
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval               4
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           2
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol     32 
      iInterface              4 Audient iD14 
      AudioStreaming Interface Descriptor:
        bLength                16
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink           2
        bmControls           0x00
        bFormatType             1
        bmFormats          0x00000001
          PCM
        bNrChannels             4
        bmChannelConfig    0x00000000
        iChannelNames          18 Analogue 1
      AudioStreaming Interface Descriptor:
        bLength                 6
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bSubslotSize            2
        bBitResolution         16
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0068  1x 104 bytes
        bInterval               1
        AudioStreaming Endpoint Descriptor:
          bLength                 8
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x00
          bmControls           0x00
          bLockDelayUnits         2 Decoded PCM samples
          wLockDelay         0x0008
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes           17
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Feedback
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval               4
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol     32 
      iInterface              5 Audient iD14 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol     32 
      iInterface              5 Audient iD14 
      AudioStreaming Interface Descriptor:
        bLength                16
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink          22
        bmControls           0x00
        bFormatType             1
        bmFormats          0x00000001
          PCM
        bNrChannels            10
        bmChannelConfig    0x00000000
        iChannelNames          22 Analogue 1
      AudioStreaming Interface Descriptor:
        bLength                 6
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bSubslotSize            4
        bBitResolution         24
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0208  1x 520 bytes
        bInterval               1
        AudioStreaming Endpoint Descriptor:
          bLength                 8
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x00
          bmControls           0x00
          bLockDelayUnits         2 Decoded PCM samples
          wLockDelay         0x0008
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        3
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass       254 Application Specific Interface
      bInterfaceSubClass      1 Device Firmware Update
      bInterfaceProtocol      1 
      iInterface             17 Audient DFU
      Device Firmware Upgrade Interface Descriptor:
        bLength                             9
        bDescriptorType                    33
        bmAttributes                        7
          Will Not Detach
          Manifestation Tolerant
          Upload Supported
          Download Supported
        wDetachTimeout                    250 milliseconds
        wTransferSize                      64 bytes
        bcdDFUVersion                   1.10
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        4
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      52
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               8
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  bNumConfigurations      2
Device Status:     0x0000
  (Bus Powered)
Bon, le pilote snd-usb-audio est utilisé.

Ensuite on retrouve bien une erreur aussi dans la partie de l'unité de mixage
AudioControl Interface Descriptor:
        bLength                21
        bDescriptorType        36
        bDescriptorSubtype      4 (MIXER_UNIT)
        bUnitID                60
        bNrInPins               1
        baSourceID(0)          50
        bNrChannels             4
        bmChannelConfig    0x00000000
        iChannelNames           0 
        bmMixerControls(0)   0xff
        bmControls           0xff
          Cluster Control (read/write)
          Underflow Control (read/write)
          Overflow Control (read/write)
        iMixer                255 (error)
      Warning: Junk at end of descriptor (6 bytes):
        ff ff ff ff 00 00 
Que retourne
$ dmesg
Le souci va être très spécifique j'ai l'impression.
Oui je pense aussi, d'autant plus que c'est du matériel semi-pro plutôt pensé Windows et Mac.
Normalement avec la carte il y a des drivers ASIO officiels + un Mixeur logiciel à installer.
pc-linux-chambre :: username :: ~ >> dmesg

[    0.000000] Linux version 5.14.16-201.fc34.x86_64 (mockbuild@bkernel02.iad2.fedoraproject.org) (gcc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1), GNU ld version 2.35.2-6.fc34) #1 SMP Wed Nov 3 13:57:29 UTC 2021
[    0.000000] Command line: BOOT_IMAGE=(hd1,gpt3)/vmlinuz-5.14.16-201.fc34.x86_64 root=/dev/mapper/rootvg-rootlv ro rd.lvm.lv=rootvg/rootlv rhgb quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009e0ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009e10000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000d0f5ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d0f60000-0x00000000d0f7dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000d0f7e000-0x00000000d9e0dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9e0e000-0x00000000d9f4bfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d9f4c000-0x00000000d9f58fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000d9f59000-0x00000000da061fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da062000-0x00000000da422fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000da423000-0x00000000db778fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000db779000-0x00000000ddffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000de000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xd099e018-0xd09ac057] usable ==> usable
[    0.000000] e820: update [mem 0xd099e018-0xd09ac057] usable ==> usable
[    0.000000] e820: update [mem 0xd0981018-0xd099de57] usable ==> usable
[    0.000000] e820: update [mem 0xd0981018-0xd099de57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009e0ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009e10000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20b000-0x000000000affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000d0981017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d0981018-0x00000000d099de57] usable
[    0.000000] reserve setup_data: [mem 0x00000000d099de58-0x00000000d099e017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d099e018-0x00000000d09ac057] usable
[    0.000000] reserve setup_data: [mem 0x00000000d09ac058-0x00000000d0f5ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000d0f60000-0x00000000d0f7dfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000d0f7e000-0x00000000d9e0dfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000d9e0e000-0x00000000d9f4bfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000d9f4c000-0x00000000d9f58fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000d9f59000-0x00000000da061fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000da062000-0x00000000da422fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000da423000-0x00000000db778fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000db779000-0x00000000ddffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000de000000-0x00000000dfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000041f37ffff] usable
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi: ACPI 2.0=0xd0f60000 ACPI=0xd0f60000 SMBIOS=0xdb647000 SMBIOS 3.0=0xdb646000 ESRT=0xd77d3518 MEMATTR=0xd779d698 MOKvar=0xd6cb9000 RNG=0xdb645d98 
[    0.000000] efi: seeding entropy pool
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: System manufacturer System Product Name/TUF B450-PLUS GAMING, BIOS 2008 12/06/2019
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3593.185 MHz processor
[    0.000348] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000350] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000356] last_pfn = 0x41f380 max_arch_pfn = 0x400000000
[    0.000631] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000825] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000832] last_pfn = 0xde000 max_arch_pfn = 0x400000000
[    0.003994] esrt: Reserving ESRT space from 0x00000000d77d3518 to 0x00000000d77d3550.
[    0.003999] e820: update [mem 0xd77d3000-0xd77d3fff] usable ==> reserved
[    0.004010] e820: update [mem 0xd6cb9000-0xd6cb9fff] usable ==> reserved
[    0.004021] Using GB pages for direct mapping
[    0.004890] secureboot: Secure boot disabled
[    0.004890] RAMDISK: [mem 0x59aa3000-0x5c8f9fff]
[    0.004893] ACPI: Early table checksum verification disabled
[    0.004895] ACPI: RSDP 0x00000000D0F60000 000024 (v02 ALASKA)
[    0.004898] ACPI: XSDT 0x00000000D0F600A0 0000BC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004903] ACPI: FACP 0x00000000D0F6BAF0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.004907] ACPI: DSDT 0x00000000D0F601F8 00B8F4 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.004909] ACPI: FACS 0x00000000DA40AD80 000040
[    0.004911] ACPI: APIC 0x00000000D0F6BC08 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.004913] ACPI: FPDT 0x00000000D0F6BD68 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004916] ACPI: FIDT 0x00000000D0F6BDB0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004918] ACPI: SSDT 0x00000000D0F6BE50 0000C8 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.004920] ACPI: SSDT 0x00000000D0F7C398 0010AF (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.004922] ACPI: SSDT 0x00000000D0F6BF70 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.004925] ACPI: SSDT 0x00000000D0F74C08 00368A (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.004927] ACPI: MCFG 0x00000000D0F78298 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.004929] ACPI: HPET 0x00000000D0F782D8 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.004931] ACPI: SSDT 0x00000000D0F78310 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.004933] ACPI: UEFI 0x00000000D0F78338 000042 (v01                 00000000      00000000)
[    0.004936] ACPI: BGRT 0x00000000D0F78380 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004938] ACPI: IVRS 0x00000000D0F783B8 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.004940] ACPI: SSDT 0x00000000D0F78488 001500 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.004942] ACPI: CRAT 0x00000000D0F79988 000BD0 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.004944] ACPI: CDIT 0x00000000D0F7A558 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.004947] ACPI: SSDT 0x00000000D0F7A588 001D4A (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.004949] ACPI: SSDT 0x00000000D0F7C2D8 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.004951] ACPI: Reserving FACP table memory at [mem 0xd0f6baf0-0xd0f6bc03]
[    0.004952] ACPI: Reserving DSDT table memory at [mem 0xd0f601f8-0xd0f6baeb]
[    0.004953] ACPI: Reserving FACS table memory at [mem 0xda40ad80-0xda40adbf]
[    0.004954] ACPI: Reserving APIC table memory at [mem 0xd0f6bc08-0xd0f6bd65]
[    0.004955] ACPI: Reserving FPDT table memory at [mem 0xd0f6bd68-0xd0f6bdab]
[    0.004956] ACPI: Reserving FIDT table memory at [mem 0xd0f6bdb0-0xd0f6be4b]
[    0.004956] ACPI: Reserving SSDT table memory at [mem 0xd0f6be50-0xd0f6bf17]
[    0.004957] ACPI: Reserving SSDT table memory at [mem 0xd0f7c398-0xd0f7d446]
[    0.004958] ACPI: Reserving SSDT table memory at [mem 0xd0f6bf70-0xd0f74c07]
[    0.004959] ACPI: Reserving SSDT table memory at [mem 0xd0f74c08-0xd0f78291]
[    0.004960] ACPI: Reserving MCFG table memory at [mem 0xd0f78298-0xd0f782d3]
[    0.004961] ACPI: Reserving HPET table memory at [mem 0xd0f782d8-0xd0f7830f]
[    0.004962] ACPI: Reserving SSDT table memory at [mem 0xd0f78310-0xd0f78333]
[    0.004963] ACPI: Reserving UEFI table memory at [mem 0xd0f78338-0xd0f78379]
[    0.004964] ACPI: Reserving BGRT table memory at [mem 0xd0f78380-0xd0f783b7]
[    0.004965] ACPI: Reserving IVRS table memory at [mem 0xd0f783b8-0xd0f78487]
[    0.004965] ACPI: Reserving SSDT table memory at [mem 0xd0f78488-0xd0f79987]
[    0.004966] ACPI: Reserving CRAT table memory at [mem 0xd0f79988-0xd0f7a557]
[    0.004967] ACPI: Reserving CDIT table memory at [mem 0xd0f7a558-0xd0f7a580]
[    0.004968] ACPI: Reserving SSDT table memory at [mem 0xd0f7a588-0xd0f7c2d1]
[    0.004969] ACPI: Reserving SSDT table memory at [mem 0xd0f7c2d8-0xd0f7c396]
[    0.005052] No NUMA configuration found
[    0.005053] Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
[    0.005059] NODE_DATA(0) allocated [mem 0x41f355000-0x41f37ffff]
[    0.032432] Zone ranges:
[    0.032434]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.032436]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.032438]   Normal   [mem 0x0000000100000000-0x000000041f37ffff]
[    0.032439]   Device   empty
[    0.032439] Movable zone start for each node
[    0.032442] Early memory node ranges
[    0.032442]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.032443]   node   0: [mem 0x0000000000100000-0x0000000009e0ffff]
[    0.032444]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.032445]   node   0: [mem 0x000000000a20b000-0x000000000affffff]
[    0.032446]   node   0: [mem 0x000000000b020000-0x00000000d0f5ffff]
[    0.032447]   node   0: [mem 0x00000000d0f7e000-0x00000000d9e0dfff]
[    0.032447]   node   0: [mem 0x00000000d9f59000-0x00000000da061fff]
[    0.032448]   node   0: [mem 0x00000000db779000-0x00000000ddffffff]
[    0.032448]   node   0: [mem 0x0000000100000000-0x000000041f37ffff]
[    0.032451] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
[    0.032456] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.032485] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.032737] On node 0, zone DMA32: 496 pages in unavailable ranges
[    0.032761] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.038238] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.038489] On node 0, zone DMA32: 30 pages in unavailable ranges
[    0.038495] On node 0, zone DMA32: 331 pages in unavailable ranges
[    0.038608] On node 0, zone DMA32: 5911 pages in unavailable ranges
[    0.061032] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.061065] On node 0, zone Normal: 3200 pages in unavailable ranges
[    0.061410] ACPI: PM-Timer IO Port: 0x808
[    0.061417] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.061433] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.061438] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    0.061439] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.061441] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.061443] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.061444] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.061452] e820: update [mem 0xd68b3000-0xd69a6fff] usable ==> reserved
[    0.061462] smpboot: Allowing 32 CPUs, 20 hotplug CPUs
[    0.061491] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.061493] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.061494] PM: hibernation: Registered nosave memory: [mem 0x09e10000-0x09ffffff]
[    0.061496] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
[    0.061497] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.061499] PM: hibernation: Registered nosave memory: [mem 0xd0981000-0xd0981fff]
[    0.061500] PM: hibernation: Registered nosave memory: [mem 0xd099d000-0xd099dfff]
[    0.061501] PM: hibernation: Registered nosave memory: [mem 0xd099e000-0xd099efff]
[    0.061502] PM: hibernation: Registered nosave memory: [mem 0xd09ac000-0xd09acfff]
[    0.061504] PM: hibernation: Registered nosave memory: [mem 0xd0f60000-0xd0f7dfff]
[    0.061505] PM: hibernation: Registered nosave memory: [mem 0xd68b3000-0xd69a6fff]
[    0.061507] PM: hibernation: Registered nosave memory: [mem 0xd6cb9000-0xd6cb9fff]
[    0.061508] PM: hibernation: Registered nosave memory: [mem 0xd77d3000-0xd77d3fff]
[    0.061510] PM: hibernation: Registered nosave memory: [mem 0xd9e0e000-0xd9f4bfff]
[    0.061511] PM: hibernation: Registered nosave memory: [mem 0xd9f4c000-0xd9f58fff]
[    0.061512] PM: hibernation: Registered nosave memory: [mem 0xda062000-0xda422fff]
[    0.061513] PM: hibernation: Registered nosave memory: [mem 0xda423000-0xdb778fff]
[    0.061514] PM: hibernation: Registered nosave memory: [mem 0xde000000-0xdfffffff]
[    0.061515] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.061515] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.061516] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
[    0.061517] PM: hibernation: Registered nosave memory: [mem 0xfd100000-0xfd1fffff]
[    0.061517] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfe9fffff]
[    0.061518] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.061518] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.061519] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.061520] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.061520] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.061521] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.061521] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.061522] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.061522] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.061523] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.061524] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.061524] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.061525] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.061525] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.061526] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.061526] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.061527] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.061528] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[    0.061528] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.061529] PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.061529] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.061531] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.061532] Booting paravirtualized kernel on bare hardware
[    0.061534] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.065654] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.066619] percpu: Embedded 55 pages/cpu s188416 r8192 d28672 u262144
[    0.066627] pcpu-alloc: s188416 r8192 d28672 u262144 alloc=1*2097152
[    0.066629] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.066637] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.066672] Built 1 zonelists, mobility grouping on.  Total pages: 4110593
[    0.066673] Policy zone: Normal
[    0.066674] Kernel command line: BOOT_IMAGE=(hd1,gpt3)/vmlinuz-5.14.16-201.fc34.x86_64 root=/dev/mapper/rootvg-rootlv ro rd.lvm.lv=rootvg/rootlv rhgb quiet
[    0.066734] Unknown command line parameters: rhgb BOOT_IMAGE=(hd1,gpt3)/vmlinuz-5.14.16-201.fc34.x86_64
[    0.068098] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.068758] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.068834] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.099935] Memory: 16068560K/16704016K available (16393K kernel code, 3531K rwdata, 10060K rodata, 2872K init, 4908K bss, 635196K reserved, 0K cma-reserved)
[    0.099942] random: get_random_u64 called from __kmem_cache_create+0x2a/0x500 with crng_init=0
[    0.100070] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.100082] ftrace: allocating 46962 entries in 184 pages
[    0.111851] ftrace: allocated 184 pages with 4 groups
[    0.111955] rcu: Hierarchical RCU implementation.
[    0.111956] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32.
[    0.111957] 	Trampoline variant of Tasks RCU enabled.
[    0.111957] 	Rude variant of Tasks RCU enabled.
[    0.111958] 	Tracing variant of Tasks RCU enabled.
[    0.111958] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.111959] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.114722] NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16
[    0.115015] random: crng done (trusting CPU's manufacturer)
[    0.115042] Console: colour dummy device 80x25
[    0.115053] printk: console [tty0] enabled
[    0.115076] ACPI: Core revision 20210604
[    0.115205] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.115231] APIC: Switch to symmetric I/O mode setup
[    0.116215] Switched APIC routing to physical flat.
[    0.116994] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.121231] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33cb2d4d748, max_idle_ns: 440795291954 ns
[    0.121236] Calibrating delay loop (skipped), value calculated using timer frequency.. 7186.37 BogoMIPS (lpj=3593185)
[    0.121237] pid_max: default: 32768 minimum: 301
[    0.124261] LSM: Security Framework initializing
[    0.124271] Yama: becoming mindful.
[    0.124275] SELinux:  Initializing.
[    0.124298] LSM support for eBPF active
[    0.124299] landlock: Up and running.
[    0.124332] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.124355] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.124579] LVT offset 1 assigned for vector 0xf9
[    0.124638] LVT offset 2 assigned for vector 0xf4
[    0.124653] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.124654] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.124656] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.124658] Spectre V2 : Mitigation: Full AMD retpoline
[    0.124658] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.124659] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.124660] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.128530] Freeing SMP alternatives memory: 44K
[    0.231688] smpboot: CPU0: AMD Ryzen 5 2600X Six-Core Processor (family: 0x17, model: 0x8, stepping: 0x2)
[    0.231812] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.231816] ... version:                0
[    0.231817] ... bit width:              48
[    0.231817] ... generic registers:      6
[    0.231817] ... value mask:             0000ffffffffffff
[    0.231818] ... max period:             00007fffffffffff
[    0.231819] ... fixed-purpose events:   0
[    0.231819] ... event mask:             000000000000003f
[    0.231871] rcu: Hierarchical SRCU implementation.
[    0.232148] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.232233] smp: Bringing up secondary CPUs ...
[    0.232233] x86: Booting SMP configuration:
[    0.232233] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.245266] smp: Brought up 1 node, 12 CPUs
[    0.245266] smpboot: Max logical packages: 3
[    0.245266] smpboot: Total of 12 processors activated (86236.44 BogoMIPS)
[    0.246713] devtmpfs: initialized
[    0.246713] x86/mm: Memory block size: 128MB
[    0.247800] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
[    0.247800] ACPI: PM: Registering ACPI NVS region [mem 0xda062000-0xda422fff] (3936256 bytes)
[    0.247800] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.247800] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.247800] pinctrl core: initialized pinctrl subsystem
[    0.247800] PM: RTC time: 09:55:28, date: 2021-11-11
[    0.247800] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.248297] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.248300] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.248301] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.248309] audit: initializing netlink subsys (disabled)
[    0.248315] audit: type=2000 audit(1636624528.133:1): state=initialized audit_enabled=0 res=1
[    0.248315] thermal_sys: Registered thermal governor 'fair_share'
[    0.248315] thermal_sys: Registered thermal governor 'bang_bang'
[    0.248315] thermal_sys: Registered thermal governor 'step_wise'
[    0.248315] thermal_sys: Registered thermal governor 'user_space'
[    0.248319] cpuidle: using governor menu
[    0.248319] ACPI: bus type PCI registered
[    0.248319] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.248352] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.248356] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.248365] PCI: Using configuration type 1 for base access
[    0.249273] Kprobes globally optimized
[    0.249282] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.249282] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.346324] cryptd: max_cpu_qlen set to 1000
[    0.348241] alg: No test for 842 (842-generic)
[    0.348244] alg: No test for 842 (842-scomp)
[    0.350253] raid6: skip pq benchmark and using algorithm avx2x4
[    0.350255] raid6: using avx2x2 recovery algorithm
[    0.350283] ACPI: Added _OSI(Module Device)
[    0.350284] ACPI: Added _OSI(Processor Device)
[    0.350284] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.350285] ACPI: Added _OSI(Processor Aggregator Device)
[    0.350286] ACPI: Added _OSI(Linux-Dell-Video)
[    0.350286] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.350287] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.357232] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.358005] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.359920] ACPI: Interpreter enabled
[    0.359931] ACPI: PM: (supports S0 S3 S4 S5)
[    0.359932] ACPI: Using IOAPIC for interrupt routing
[    0.360141] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.360390] ACPI: Enabled 4 GPEs in block 00 to 1F
[    0.366398] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.366402] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.366509] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[    0.366610] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.366617] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.366816] PCI host bridge to bus 0000:00
[    0.366817] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.366819] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.366820] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.366821] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.366822] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.366823] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.366824] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.366825] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.366826] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.366833] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.366907] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.366992] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.367052] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[    0.367157] pci 0000:00:01.3: enabling Extended Tags
[    0.367225] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.367368] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.367436] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.367489] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.367581] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.367726] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.367796] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.367848] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.368179] pci 0000:00:07.1: enabling Extended Tags
[    0.368251] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.368390] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.368443] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.368470] pci 0000:00:08.1: enabling Extended Tags
[    0.368536] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.368713] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.368927] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.369140] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.369182] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.369222] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.369263] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.369301] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.369340] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.369378] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.369417] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.369539] pci 0000:01:00.0: [1022:43d5] type 00 class 0x0c0330
[    0.369554] pci 0000:01:00.0: reg 0x10: [mem 0xfcda0000-0xfcda7fff 64bit]
[    0.369587] pci 0000:01:00.0: enabling Extended Tags
[    0.369636] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.369728] pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
[    0.369768] pci 0000:01:00.1: reg 0x24: [mem 0xfcd80000-0xfcd9ffff]
[    0.369774] pci 0000:01:00.1: reg 0x30: [mem 0xfcd00000-0xfcd7ffff pref]
[    0.369780] pci 0000:01:00.1: enabling Extended Tags
[    0.369814] pci 0000:01:00.1: PME# supported from D3hot D3cold
[    0.369879] pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
[    0.369916] pci 0000:01:00.2: enabling Extended Tags
[    0.369953] pci 0000:01:00.2: PME# supported from D3hot D3cold
[    0.370032] pci 0000:00:01.3: PCI bridge to [bus 01-07]
[    0.370034] pci 0000:00:01.3:   bridge window [io  0xd000-0xefff]
[    0.370036] pci 0000:00:01.3:   bridge window [mem 0xfcb00000-0xfcdfffff]
[    0.370105] pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
[    0.370146] pci 0000:02:00.0: enabling Extended Tags
[    0.370194] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.370281] pci 0000:02:01.0: [1022:43c7] type 01 class 0x060400
[    0.370321] pci 0000:02:01.0: enabling Extended Tags
[    0.370369] pci 0000:02:01.0: PME# supported from D3hot D3cold
[    0.370455] pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
[    0.370495] pci 0000:02:04.0: enabling Extended Tags
[    0.370544] pci 0000:02:04.0: PME# supported from D3hot D3cold
[    0.370629] pci 0000:02:06.0: [1022:43c7] type 01 class 0x060400
[    0.370669] pci 0000:02:06.0: enabling Extended Tags
[    0.370718] pci 0000:02:06.0: PME# supported from D3hot D3cold
[    0.370808] pci 0000:02:07.0: [1022:43c7] type 01 class 0x060400
[    0.370848] pci 0000:02:07.0: enabling Extended Tags
[    0.370897] pci 0000:02:07.0: PME# supported from D3hot D3cold
[    0.370987] pci 0000:01:00.2: PCI bridge to [bus 02-07]
[    0.370991] pci 0000:01:00.2:   bridge window [io  0xd000-0xefff]
[    0.370994] pci 0000:01:00.2:   bridge window [mem 0xfcb00000-0xfccfffff]
[    0.371062] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.371088] pci 0000:03:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.371122] pci 0000:03:00.0: reg 0x18: [mem 0xfcc04000-0xfcc04fff 64bit]
[    0.371144] pci 0000:03:00.0: reg 0x20: [mem 0xfcc00000-0xfcc03fff 64bit]
[    0.371283] pci 0000:03:00.0: supports D1 D2
[    0.371284] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.371463] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.371467] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
[    0.371470] pci 0000:02:00.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.371541] pci 0000:04:00.0: [10ec:8812] type 00 class 0x028000
[    0.371564] pci 0000:04:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.371594] pci 0000:04:00.0: reg 0x18: [mem 0xfcb00000-0xfcb03fff 64bit]
[    0.371744] pci 0000:04:00.0: supports D1 D2
[    0.371744] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.371917] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.371921] pci 0000:02:01.0:   bridge window [io  0xd000-0xdfff]
[    0.371924] pci 0000:02:01.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.371960] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.371999] pci 0000:02:06.0: PCI bridge to [bus 06]
[    0.372039] pci 0000:02:07.0: PCI bridge to [bus 07]
[    0.372208] pci 0000:08:00.0: [1002:67df] type 00 class 0x030000
[    0.372220] pci 0000:08:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.372229] pci 0000:08:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.372237] pci 0000:08:00.0: reg 0x20: [io  0xf000-0xf0ff]
[    0.372242] pci 0000:08:00.0: reg 0x24: [mem 0xfcf00000-0xfcf3ffff]
[    0.372248] pci 0000:08:00.0: reg 0x30: [mem 0xfcf40000-0xfcf5ffff pref]
[    0.372264] pci 0000:08:00.0: BAR 0: assigned to efifb
[    0.372311] pci 0000:08:00.0: supports D1 D2
[    0.372311] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.372418] pci 0000:08:00.1: [1002:aaf0] type 00 class 0x040300
[    0.372431] pci 0000:08:00.1: reg 0x10: [mem 0xfcf60000-0xfcf63fff 64bit]
[    0.372495] pci 0000:08:00.1: supports D1 D2
[    0.372553] pci 0000:00:03.1: PCI bridge to [bus 08]
[    0.372555] pci 0000:00:03.1:   bridge window [io  0xf000-0xffff]
[    0.372557] pci 0000:00:03.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.372559] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.372616] pci 0000:09:00.0: [1022:145a] type 00 class 0x130000
[    0.372638] pci 0000:09:00.0: enabling Extended Tags
[    0.372705] pci 0000:09:00.2: [1022:1456] type 00 class 0x108000
[    0.372716] pci 0000:09:00.2: reg 0x18: [mem 0xfc900000-0xfc9fffff]
[    0.372723] pci 0000:09:00.2: reg 0x24: [mem 0xfca00000-0xfca01fff]
[    0.372728] pci 0000:09:00.2: enabling Extended Tags
[    0.372807] pci 0000:09:00.3: [1022:145f] type 00 class 0x0c0330
[    0.372815] pci 0000:09:00.3: reg 0x10: [mem 0xfc800000-0xfc8fffff 64bit]
[    0.372833] pci 0000:09:00.3: enabling Extended Tags
[    0.372860] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
[    0.372921] pci 0000:00:07.1: PCI bridge to [bus 09]
[    0.372924] pci 0000:00:07.1:   bridge window [mem 0xfc800000-0xfcafffff]
[    0.373232] pci 0000:0a:00.0: [1022:1455] type 00 class 0x130000
[    0.373255] pci 0000:0a:00.0: enabling Extended Tags
[    0.373328] pci 0000:0a:00.2: [1022:7901] type 00 class 0x010601
[    0.373351] pci 0000:0a:00.2: reg 0x24: [mem 0xfce08000-0xfce08fff]
[    0.373358] pci 0000:0a:00.2: enabling Extended Tags
[    0.373385] pci 0000:0a:00.2: PME# supported from D3hot D3cold
[    0.373445] pci 0000:0a:00.3: [1022:1457] type 00 class 0x040300
[    0.373451] pci 0000:0a:00.3: reg 0x10: [mem 0xfce00000-0xfce07fff]
[    0.373468] pci 0000:0a:00.3: enabling Extended Tags
[    0.373495] pci 0000:0a:00.3: PME# supported from D0 D3hot D3cold
[    0.373555] pci 0000:00:08.1: PCI bridge to [bus 0a]
[    0.373559] pci 0000:00:08.1:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.373804] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.373842] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.373873] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.373914] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.373950] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.373979] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.374008] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.374036] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.374392] iommu: Default domain type: Translated 
[    0.374392] pci 0000:08:00.0: vgaarb: setting as boot VGA device
[    0.374392] pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.374392] pci 0000:08:00.0: vgaarb: bridge control possible
[    0.374392] vgaarb: loaded
[    0.374392] SCSI subsystem initialized
[    0.374392] libata version 3.00 loaded.
[    0.374392] ACPI: bus type USB registered
[    0.374392] usbcore: registered new interface driver usbfs
[    0.374392] usbcore: registered new interface driver hub
[    0.374392] usbcore: registered new device driver usb
[    0.374392] pps_core: LinuxPPS API ver. 1 registered
[    0.374392] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.374392] PTP clock support registered
[    0.374392] EDAC MC: Ver: 3.0.0
[    0.374392] Registered efivars operations
[    0.374392] NetLabel: Initializing
[    0.374392] NetLabel:  domain hash size = 128
[    0.374392] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.374392] NetLabel:  unlabeled traffic allowed by default
[    0.374392] PCI: Using ACPI for IRQ routing
[    0.379087] PCI: pci_cache_line_size set to 64 bytes
[    0.379146] e820: reserve RAM buffer [mem 0x09e10000-0x0bffffff]
[    0.379148] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.379149] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.379150] e820: reserve RAM buffer [mem 0xd0981018-0xd3ffffff]
[    0.379151] e820: reserve RAM buffer [mem 0xd099e018-0xd3ffffff]
[    0.379151] e820: reserve RAM buffer [mem 0xd0f60000-0xd3ffffff]
[    0.379152] e820: reserve RAM buffer [mem 0xd68b3000-0xd7ffffff]
[    0.379153] e820: reserve RAM buffer [mem 0xd6cb9000-0xd7ffffff]
[    0.379153] e820: reserve RAM buffer [mem 0xd77d3000-0xd7ffffff]
[    0.379154] e820: reserve RAM buffer [mem 0xd9e0e000-0xdbffffff]
[    0.379155] e820: reserve RAM buffer [mem 0xda062000-0xdbffffff]
[    0.379156] e820: reserve RAM buffer [mem 0xde000000-0xdfffffff]
[    0.379156] e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
[    0.379262] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.379265] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.381268] clocksource: Switched to clocksource tsc-early
[    0.388770] VFS: Disk quotas dquot_6.6.0
[    0.388784] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.388854] pnp: PnP ACPI init
[    0.388957] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.389117] system 00:02: [io  0x0300-0x030f] has been reserved
[    0.389119] system 00:02: [io  0x0230-0x023f] has been reserved
[    0.389120] system 00:02: [io  0x0290-0x029f] has been reserved
[    0.389302] pnp 00:03: [dma 0 disabled]
[    0.389461] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.389462] system 00:04: [io  0x040b] has been reserved
[    0.389463] system 00:04: [io  0x04d6] has been reserved
[    0.389464] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.389465] system 00:04: [io  0x0c14] has been reserved
[    0.389466] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.389467] system 00:04: [io  0x0c52] has been reserved
[    0.389468] system 00:04: [io  0x0c6c] has been reserved
[    0.389470] system 00:04: [io  0x0c6f] has been reserved
[    0.389471] system 00:04: [io  0x0cd0-0x0cd1] has been reserved
[    0.389471] system 00:04: [io  0x0cd2-0x0cd3] has been reserved
[    0.389472] system 00:04: [io  0x0cd4-0x0cd5] has been reserved
[    0.389473] system 00:04: [io  0x0cd6-0x0cd7] has been reserved
[    0.389474] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.389475] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.389476] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.389477] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.389478] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.389478] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.389480] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.389481] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.389483] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.389485] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.389486] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.389487] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.389489] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.389778] pnp: PnP ACPI: found 5 devices
[    0.395298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.395342] NET: Registered PF_INET protocol family
[    0.395535] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.396944] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.396962] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.397085] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.397199] TCP: Hash tables configured (established 131072 bind 65536)
[    0.397305] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.397328] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.397355] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.397429] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.397432] NET: Registered PF_XDP protocol family
[    0.397445] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.397448] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
[    0.397452] pci 0000:02:00.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.397459] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.397461] pci 0000:02:01.0:   bridge window [io  0xd000-0xdfff]
[    0.397464] pci 0000:02:01.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.397470] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.397479] pci 0000:02:06.0: PCI bridge to [bus 06]
[    0.397487] pci 0000:02:07.0: PCI bridge to [bus 07]
[    0.397496] pci 0000:01:00.2: PCI bridge to [bus 02-07]
[    0.397497] pci 0000:01:00.2:   bridge window [io  0xd000-0xefff]
[    0.397500] pci 0000:01:00.2:   bridge window [mem 0xfcb00000-0xfccfffff]
[    0.397506] pci 0000:00:01.3: PCI bridge to [bus 01-07]
[    0.397507] pci 0000:00:01.3:   bridge window [io  0xd000-0xefff]
[    0.397509] pci 0000:00:01.3:   bridge window [mem 0xfcb00000-0xfcdfffff]
[    0.397513] pci 0000:00:03.1: PCI bridge to [bus 08]
[    0.397514] pci 0000:00:03.1:   bridge window [io  0xf000-0xffff]
[    0.397516] pci 0000:00:03.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.397518] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.397521] pci 0000:00:07.1: PCI bridge to [bus 09]
[    0.397523] pci 0000:00:07.1:   bridge window [mem 0xfc800000-0xfcafffff]
[    0.397526] pci 0000:00:08.1: PCI bridge to [bus 0a]
[    0.397528] pci 0000:00:08.1:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.397532] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.397533] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.397534] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.397535] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.397536] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.397537] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.397538] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.397539] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.397540] pci_bus 0000:01: resource 0 [io  0xd000-0xefff]
[    0.397541] pci_bus 0000:01: resource 1 [mem 0xfcb00000-0xfcdfffff]
[    0.397542] pci_bus 0000:02: resource 0 [io  0xd000-0xefff]
[    0.397542] pci_bus 0000:02: resource 1 [mem 0xfcb00000-0xfccfffff]
[    0.397543] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.397544] pci_bus 0000:03: resource 1 [mem 0xfcc00000-0xfccfffff]
[    0.397545] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.397546] pci_bus 0000:04: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    0.397547] pci_bus 0000:08: resource 0 [io  0xf000-0xffff]
[    0.397548] pci_bus 0000:08: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.397548] pci_bus 0000:08: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.397549] pci_bus 0000:09: resource 1 [mem 0xfc800000-0xfcafffff]
[    0.397550] pci_bus 0000:0a: resource 1 [mem 0xfce00000-0xfcefffff]
[    0.397706] pci 0000:08:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.397723] pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
[    0.397805] PCI: CLS 64 bytes, default 64
[    0.397815] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.397827] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.397841] pci 0000:00:01.0: Adding to iommu group 0
[    0.397845] Trying to unpack rootfs image as initramfs...
[    0.397849] pci 0000:00:01.3: Adding to iommu group 1
[    0.397859] pci 0000:00:02.0: Adding to iommu group 2
[    0.397870] pci 0000:00:03.0: Adding to iommu group 3
[    0.397877] pci 0000:00:03.1: Adding to iommu group 4
[    0.397888] pci 0000:00:04.0: Adding to iommu group 5
[    0.397898] pci 0000:00:07.0: Adding to iommu group 6
[    0.397905] pci 0000:00:07.1: Adding to iommu group 7
[    0.397916] pci 0000:00:08.0: Adding to iommu group 8
[    0.397923] pci 0000:00:08.1: Adding to iommu group 9
[    0.397936] pci 0000:00:14.0: Adding to iommu group 10
[    0.397942] pci 0000:00:14.3: Adding to iommu group 10
[    0.397972] pci 0000:00:18.0: Adding to iommu group 11
[    0.397978] pci 0000:00:18.1: Adding to iommu group 11
[    0.397985] pci 0000:00:18.2: Adding to iommu group 11
[    0.397992] pci 0000:00:18.3: Adding to iommu group 11
[    0.397998] pci 0000:00:18.4: Adding to iommu group 11
[    0.398005] pci 0000:00:18.5: Adding to iommu group 11
[    0.398012] pci 0000:00:18.6: Adding to iommu group 11
[    0.398019] pci 0000:00:18.7: Adding to iommu group 11
[    0.398035] pci 0000:01:00.0: Adding to iommu group 12
[    0.398043] pci 0000:01:00.1: Adding to iommu group 12
[    0.398050] pci 0000:01:00.2: Adding to iommu group 12
[    0.398053] pci 0000:02:00.0: Adding to iommu group 12
[    0.398057] pci 0000:02:01.0: Adding to iommu group 12
[    0.398060] pci 0000:02:04.0: Adding to iommu group 12
[    0.398063] pci 0000:02:06.0: Adding to iommu group 12
[    0.398065] pci 0000:02:07.0: Adding to iommu group 12
[    0.398068] pci 0000:03:00.0: Adding to iommu group 12
[    0.398071] pci 0000:04:00.0: Adding to iommu group 12
[    0.398092] pci 0000:08:00.0: Adding to iommu group 13
[    0.398100] pci 0000:08:00.1: Adding to iommu group 13
[    0.398109] pci 0000:09:00.0: Adding to iommu group 14
[    0.398117] pci 0000:09:00.2: Adding to iommu group 15
[    0.398125] pci 0000:09:00.3: Adding to iommu group 16
[    0.398133] pci 0000:0a:00.0: Adding to iommu group 17
[    0.398143] pci 0000:0a:00.2: Adding to iommu group 18
[    0.398151] pci 0000:0a:00.3: Adding to iommu group 19
[    0.401405] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.401409] AMD-Vi: Extended features (0xf77ef22294ada): PPR NX GT IA GA PC GA_vAPIC
[    0.401412] AMD-Vi: Interrupt remapping enabled
[    0.401413] AMD-Vi: Virtual APIC enabled
[    0.401547] amd_uncore: 4  amd_df counters detected
[    0.401552] amd_uncore: 6  amd_l3 counters detected
[    0.402104] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.403756] Initialise system trusted keyrings
[    0.403766] Key type blacklist registered
[    0.403787] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.404806] zbud: loaded
[    0.405270] integrity: Platform Keyring initialized
[    0.412587] NET: Registered PF_ALG protocol family
[    0.412588] xor: automatically using best checksumming function   avx       
[    0.412589] Key type asymmetric registered
[    0.412590] Asymmetric key parser 'x509' registered
[    0.412594] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.412624] io scheduler mq-deadline registered
[    0.412625] io scheduler kyber registered
[    0.412646] io scheduler bfq registered
[    0.412961] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.414484] pcieport 0000:00:01.3: AER: enabled with IRQ 26
[    0.414681] pcieport 0000:00:03.1: AER: enabled with IRQ 27
[    0.415289] pcieport 0000:00:07.1: AER: enabled with IRQ 28
[    0.415522] pcieport 0000:00:08.1: AER: enabled with IRQ 30
[    0.416259] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.416272] efifb: probing for efifb
[    0.416284] efifb: showing boot graphics
[    0.417757] efifb: framebuffer at 0xe0000000, using 8100k, total 8100k
[    0.417758] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.417759] efifb: scrolling: redraw
[    0.417759] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.417788] fbcon: Deferring console take-over
[    0.417789] fb0: EFI VGA frame buffer device
[    0.417871] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.417884] ACPI: button: Power Button [PWRB]
[    0.417906] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.417928] ACPI: button: Power Button [PWRF]
[    0.418769] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.418837] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.420322] Non-volatile memory driver v1.3
[    0.420339] Linux agpgart interface v0.103
[    0.421079] ahci 0000:01:00.1: version 3.0
[    0.421162] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[    0.421194] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    0.421196] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.421529] scsi host0: ahci
[    0.421603] scsi host1: ahci
[    0.421663] scsi host2: ahci
[    0.421721] scsi host3: ahci
[    0.421778] scsi host4: ahci
[    0.421834] scsi host5: ahci
[    0.421888] scsi host6: ahci
[    0.421945] scsi host7: ahci
[    0.421970] ata1: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80100 irq 40
[    0.421973] ata2: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80180 irq 40
[    0.421973] ata3: DUMMY
[    0.421974] ata4: DUMMY
[    0.421975] ata5: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80300 irq 40
[    0.421977] ata6: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80380 irq 40
[    0.421977] ata7: DUMMY
[    0.421978] ata8: DUMMY
[    0.422080] ahci 0000:0a:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.422083] ahci 0000:0a:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.422188] scsi host8: ahci
[    0.422212] ata9: SATA max UDMA/133 abar m4096@0xfce08000 port 0xfce08100 irq 42
[    0.422290] libphy: Fixed MDIO Bus: probed
[    0.422351] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.422353] ehci-pci: EHCI PCI platform driver
[    0.422360] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.422361] ohci-pci: OHCI PCI platform driver
[    0.422366] uhci_hcd: USB Universal Host Controller Interface driver
[    0.422421] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    0.422444] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    0.477733] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    0.478032] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    0.478034] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.478035] usb usb1: Product: xHCI Host Controller
[    0.478036] usb usb1: Manufacturer: Linux 5.14.16-201.fc34.x86_64 xhci-hcd
[    0.478037] usb usb1: SerialNumber: 0000:01:00.0
[    0.478111] hub 1-0:1.0: USB hub found
[    0.478123] hub 1-0:1.0: 10 ports detected
[    0.480989] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    0.481009] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    0.481011] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.481057] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.481069] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    0.481070] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.481071] usb usb2: Product: xHCI Host Controller
[    0.481072] usb usb2: Manufacturer: Linux 5.14.16-201.fc34.x86_64 xhci-hcd
[    0.481073] usb usb2: SerialNumber: 0000:01:00.0
[    0.481131] hub 2-0:1.0: USB hub found
[    0.481137] hub 2-0:1.0: 4 ports detected
[    0.482345] xhci_hcd 0000:09:00.3: xHCI Host Controller
[    0.482368] xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 3
[    0.482458] xhci_hcd 0000:09:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[    0.482692] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[    0.482694] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.482695] usb usb3: Product: xHCI Host Controller
[    0.482695] usb usb3: Manufacturer: Linux 5.14.16-201.fc34.x86_64 xhci-hcd
[    0.482696] usb usb3: SerialNumber: 0000:09:00.3
[    0.482748] hub 3-0:1.0: USB hub found
[    0.482753] hub 3-0:1.0: 4 ports detected
[    0.482862] xhci_hcd 0000:09:00.3: xHCI Host Controller
[    0.482884] xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 4
[    0.482886] xhci_hcd 0000:09:00.3: Host supports USB 3.0 SuperSpeed
[    0.482903] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.482914] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
[    0.482915] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.482916] usb usb4: Product: xHCI Host Controller
[    0.482917] usb usb4: Manufacturer: Linux 5.14.16-201.fc34.x86_64 xhci-hcd
[    0.482917] usb usb4: SerialNumber: 0000:09:00.3
[    0.482965] hub 4-0:1.0: USB hub found
[    0.482970] hub 4-0:1.0: 4 ports detected
[    0.483024] usb: port power management may be unreliable
[    0.483074] usbcore: registered new interface driver usbserial_generic
[    0.483077] usbserial: USB Serial support registered for generic
[    0.483086] i8042: PNP: No PS/2 controller found.
[    0.483106] mousedev: PS/2 mouse device common for all mice
[    0.483176] rtc_cmos 00:01: RTC can wake from S4
[    0.483499] rtc_cmos 00:01: registered as rtc0
[    0.483568] rtc_cmos 00:01: setting system clock to 2021-11-11T09:55:28 UTC (1636624528)
[    0.483577] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.483602] device-mapper: uevent: version 1.0.3
[    0.483642] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.483826] hid: raw HID events driver (C) Jiri Kosina
[    0.483845] usbcore: registered new interface driver usbhid
[    0.483846] usbhid: USB HID core driver
[    0.483892] drop_monitor: Initializing network drop monitor service
[    0.483940] Initializing XFRM netlink socket
[    0.484006] NET: Registered PF_INET6 protocol family
[    0.717115] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    0.725115] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[    0.729637] ata9: SATA link down (SStatus 0 SControl 300)
[    0.729657] ata1: SATA link down (SStatus 0 SControl 330)
[    0.731733] Freeing initrd memory: 47452K
[    0.733656] Segment Routing with IPv6
[    0.733658] RPL Segment Routing with IPv6
[    0.733673] mip6: Mobile IPv6
[    0.733673] NET: Registered PF_PACKET protocol family
[    0.734225] microcode: CPU0: patch_level=0x0800820d
[    0.734229] microcode: CPU1: patch_level=0x0800820d
[    0.734233] microcode: CPU2: patch_level=0x0800820d
[    0.734238] microcode: CPU3: patch_level=0x0800820d
[    0.734243] microcode: CPU4: patch_level=0x0800820d
[    0.734248] microcode: CPU5: patch_level=0x0800820d
[    0.734253] microcode: CPU6: patch_level=0x0800820d
[    0.734256] microcode: CPU7: patch_level=0x0800820d
[    0.734259] microcode: CPU8: patch_level=0x0800820d
[    0.734263] microcode: CPU9: patch_level=0x0800820d
[    0.734269] microcode: CPU10: patch_level=0x0800820d
[    0.734274] microcode: CPU11: patch_level=0x0800820d
[    0.734277] microcode: Microcode Update Driver: v2.2.
[    0.734279] IPI shorthand broadcast: enabled
[    0.734287] AVX2 version of gcm_enc/dec engaged.
[    0.734330] AES CTR mode by8 optimization enabled
[    0.745550] sched_clock: Marking stable (745253600, 290709)->(759154252, -13609943)
[    0.745834] registered taskstats version 1
[    0.745981] Loading compiled-in X.509 certificates
[    0.746417] Loaded X.509 cert 'Fedora kernel signing key: 1485c02d5c96314389d5f70b33b5ce5b58b7b4a5'
[    0.746597] zswap: loaded using pool lzo/zbud
[    0.746646] page_owner is disabled
[    0.746680] Key type ._fscrypt registered
[    0.746680] Key type .fscrypt registered
[    0.746681] Key type fscrypt-provisioning registered
[    0.746892] Btrfs loaded, crc32c=crc32c-generic, zoned=yes
[    0.746903] Key type big_key registered
[    0.748444] Key type encrypted registered
[    0.749212] integrity: Loading X.509 certificate: UEFI:db
[    0.767603] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.767604] integrity: Loading X.509 certificate: UEFI:db
[    0.767718] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.767719] integrity: Loading X.509 certificate: UEFI:db
[    0.767734] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.767735] integrity: Loading X.509 certificate: UEFI:db
[    0.767747] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.767747] integrity: Loading X.509 certificate: UEFI:db
[    0.767863] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.769046] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    0.769160] integrity: Loaded X.509 cert 'Fedora Secure Boot CA: fde32599c2d61db1bf5807335d7b20e4cd963b42'
[    0.769162] ima: No TPM chip found, activating TPM-bypass!
[    0.769164] Loading compiled-in module X.509 certificates
[    0.769534] Loaded X.509 cert 'Fedora kernel signing key: 1485c02d5c96314389d5f70b33b5ce5b58b7b4a5'
[    0.769535] ima: Allocated hash algorithm: sha256
[    0.769541] ima: No architecture policies found
[    0.769550] evm: Initialising EVM extended attributes:
[    0.769550] evm: security.selinux
[    0.769551] evm: security.SMACK64 (disabled)
[    0.769551] evm: security.SMACK64EXEC (disabled)
[    0.769552] evm: security.SMACK64TRANSMUTE (disabled)
[    0.769552] evm: security.SMACK64MMAP (disabled)
[    0.769553] evm: security.apparmor (disabled)
[    0.769553] evm: security.ima
[    0.769554] evm: security.capability
[    0.769554] evm: HMAC attrs: 0x1
[    0.769714] PM:   Magic number: 13:700:929
[    0.769728] ata_device dev4.0: hash matches
[    0.769729]  dev4.0: hash matches
[    0.769848] RAS: Correctable Errors collector initialized.
[    0.877916] usb 3-2: New USB device found, idVendor=0a5c, idProduct=21e8, bcdDevice= 1.12
[    0.877919] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    0.877921] usb 3-2: Product: BCM20702A0
[    0.877922] usb 3-2: Manufacturer: Broadcom Corp
[    0.877923] usb 3-2: SerialNumber: 5CF3709CBA1C
[    1.040593] usb 1-1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[    1.040595] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.040596] usb 1-1: Product: USB Receiver
[    1.040597] usb 1-1: Manufacturer: Logitech
[    1.041662] ata2: SATA link down (SStatus 0 SControl 330)
[    1.069441] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.0/0003:046D:C52B.0001/input/input2
[    1.121210] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:01:00.0-1/input0
[    1.143527] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input3
[    1.143583] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input4
[    1.195264] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input5
[    1.195312] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:01:00.0-1/input1
[    1.210479] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:01:00.0-1/input2
[    1.324239] usb 1-7: new low-speed USB device number 3 using xhci_hcd
[    1.426242] tsc: Refined TSC clocksource calibration: 3593.249 MHz
[    1.426249] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33cb698e952, max_idle_ns: 440795267109 ns
[    1.426269] clocksource: Switched to clocksource tsc
[    1.506244] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.543263] ata5.00: ATA-10: ST2000DM008-2FR102, 0001, max UDMA/133
[    1.543264] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.563679] usb 1-7: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    1.563681] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.563682] usb 1-7: Product: USB Optical Mouse
[    1.563682] usb 1-7: Manufacturer: Logitech
[    1.579511] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.0/0003:046D:C077.0004/input/input7
[    1.579554] hid-generic 0003:046D:C077.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:01:00.0-7/input0
[    1.602704] ata5.00: configured for UDMA/133
[    1.602811] scsi 4:0:0:0: Direct-Access     ATA      ST2000DM008-2FR1 0001 PQ: 0 ANSI: 5
[    1.602896] sd 4:0:0:0: Attached scsi generic sg0 type 0
[    1.602941] sd 4:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.602944] sd 4:0:0:0: [sda] 4096-byte physical blocks
[    1.602948] sd 4:0:0:0: [sda] Write Protect is off
[    1.602950] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.602956] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.645242]  sda: sda1
[    1.651255] sd 4:0:0:0: [sda] Attached SCSI disk
[    1.693239] usb 1-10: new high-speed USB device number 4 using xhci_hcd
[    1.860889] usb 1-10: New USB device found, idVendor=2708, idProduct=0002, bcdDevice= 1.09
[    1.860892] usb 1-10: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    1.860893] usb 1-10: Product: Audient iD14
[    1.860894] usb 1-10: Manufacturer: Audient
[    1.884996] input: Audient Audient iD14 as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-10/1-10:1.4/0003:2708:0002.0005/input/input8
[    1.885040] hid-generic 0003:2708:0002.0005: input,hidraw4: USB HID v1.10 Mouse [Audient Audient iD14] on usb-0000:01:00.0-10/input4
[    2.066244] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.070828] ata6.00: ATA-10: CT480BX500SSD1,  M6CR022, max UDMA/133
[    2.070829] ata6.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.081861] ata6.00: configured for UDMA/133
[    2.081919] scsi 5:0:0:0: Direct-Access     ATA      CT480BX500SSD1   R022 PQ: 0 ANSI: 5
[    2.082002] sd 5:0:0:0: Attached scsi generic sg1 type 0
[    2.082022] sd 5:0:0:0: [sdb] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[    2.082028] sd 5:0:0:0: [sdb] Write Protect is off
[    2.082029] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.082036] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.083459]  sdb: sdb1 sdb2 sdb3 sdb4
[    2.089255] sd 5:0:0:0: [sdb] Attached SCSI disk
[    2.090215] Freeing unused decrypted memory: 2036K
[    2.090528] Freeing unused kernel image (initmem) memory: 2872K
[    2.090530] Write protecting the kernel read-only data: 28672k
[    2.090899] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    2.090937] Freeing unused kernel image (rodata/data gap) memory: 180K
[    2.119002] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.119006] rodata_test: all tests were successful
[    2.119010] Run /init as init process
[    2.119011]   with arguments:
[    2.119011]     /init
[    2.119012]     rhgb
[    2.119013]   with environment:
[    2.119013]     HOME=/
[    2.119014]     TERM=linux
[    2.119014]     BOOT_IMAGE=(hd1,gpt3)/vmlinuz-5.14.16-201.fc34.x86_64
[    2.171506] systemd[1]: systemd v248.9-1.fc34 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)
[    2.184264] systemd[1]: Detected architecture x86-64.
[    2.184266] systemd[1]: Running in initial RAM disk.
[    2.184289] systemd[1]: Hostname set to <pc-linux-chambre>.
[    2.226442] systemd[1]: Queued start job for default target Initrd Default Target.
[    2.226543] systemd[1]: Reached target Local File Systems.
[    2.226576] systemd[1]: Reached target Slice Units.
[    2.226588] systemd[1]: Reached target Swaps.
[    2.226596] systemd[1]: Reached target Timer Units.
[    2.226644] systemd[1]: Listening on D-Bus System Message Bus Socket.
[    2.226718] systemd[1]: Listening on Journal Audit Socket.
[    2.226773] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.226825] systemd[1]: Listening on Journal Socket.
[    2.226881] systemd[1]: Listening on udev Control Socket.
[    2.226923] systemd[1]: Listening on udev Kernel Socket.
[    2.226933] systemd[1]: Reached target Socket Units.
[    2.227662] systemd[1]: Starting Create List of Static Device Nodes...
[    2.227692] systemd[1]: Condition check resulted in Memstrack Anylazing Service being skipped.
[    2.228111] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
[    2.228978] systemd[1]: Starting Journal Service...
[    2.229463] systemd[1]: Starting Load Kernel Modules...
[    2.229491] systemd[1]: Condition check resulted in Create System Users being skipped.
[    2.229976] systemd[1]: Starting Setup Virtual Console...
[    2.230382] systemd[1]: Finished Create List of Static Device Nodes.
[    2.230810] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.234293] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.239884] fuse: init (API version 7.34)
[    2.240525] systemd[1]: Finished Load Kernel Modules.
[    2.240551] audit: type=1130 audit(1636624530.255:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.240996] systemd[1]: Starting Apply Kernel Variables...
[    2.244433] systemd[1]: Finished Apply Kernel Variables.
[    2.244454] audit: type=1130 audit(1636624530.259:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.264979] systemd[1]: Started Journal Service.
[    2.265026] audit: type=1130 audit(1636624530.279:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.270676] audit: type=1130 audit(1636624530.285:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.275122] audit: type=1130 audit(1636624530.289:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.311027] audit: type=1130 audit(1636624530.325:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.322578] audit: type=1130 audit(1636624530.337:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.323205] audit: type=1334 audit(1636624530.337:9): prog-id=6 op=LOAD
[    2.323264] audit: type=1334 audit(1636624530.338:10): prog-id=7 op=LOAD
[    2.428845] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.446565] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    2.446652] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    2.447225] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    2.449727] ccp 0000:09:00.2: enabling device (0000 -> 0002)
[    2.450877] ccp 0000:09:00.2: ccp enabled
[    2.463669] libphy: r8169: probed
[    2.463849] r8169 0000:03:00.0 eth0: RTL8168h/8111h, 24:4b:fe:8f:06:1d, XID 541, IRQ 63
[    2.463854] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    2.485549] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    2.513439] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    2.589735] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:01:00.0-1/input2
[    2.724098] input: Logitech Wireless Device PID:4004 Keyboard as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4004.0006/input/input9
[    2.724245] hid-generic 0003:046D:4004.0006: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4004] on usb-0000:01:00.0-1/input2:1
[    2.724420] input: Logitech Wireless Device PID:4040 Mouse as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4040.0007/input/input13
[    2.724519] hid-generic 0003:046D:4040.0007: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Device PID:4040] on usb-0000:01:00.0-1/input2:2
[    2.724681] input: Logitech Wireless Device PID:1025 Mouse as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:1025.0008/input/input17
[    2.724773] hid-generic 0003:046D:1025.0008: input,hidraw5: USB HID v1.11 Mouse [Logitech Wireless Device PID:1025] on usb-0000:01:00.0-1/input2:3
[    2.772761] [drm] amdgpu kernel modesetting enabled.
[    2.772830] amdgpu: Ignoring ACPI CRAT on non-APU system
[    2.772832] amdgpu: Virtual CRAT table created for CPU
[    2.772841] amdgpu: Topology: Add CPU node
[    2.772899] checking generic (e0000000 7e9000) vs hw (e0000000 10000000)
[    2.772900] fb0: switching to amdgpudrmfb from EFI VGA
[    2.772960] amdgpu 0000:08:00.0: vgaarb: deactivate vga console
[    2.773079] [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1682:0xC570 0xEF).
[    2.773083] amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[    2.773090] [drm] register mmio base: 0xFCF00000
[    2.773091] [drm] register mmio size: 262144
[    2.773097] [drm] add ip block number 0 <vi_common>
[    2.773098] [drm] add ip block number 1 <gmc_v8_0>
[    2.773099] [drm] add ip block number 2 <tonga_ih>
[    2.773100] [drm] add ip block number 3 <gfx_v8_0>
[    2.773101] [drm] add ip block number 4 <sdma_v3_0>
[    2.773102] [drm] add ip block number 5 <powerplay>
[    2.773103] [drm] add ip block number 6 <dm>
[    2.773104] [drm] add ip block number 7 <uvd_v6_0>
[    2.773105] [drm] add ip block number 8 <vce_v3_0>
[    2.773288] amdgpu 0000:08:00.0: No more image in the PCI ROM
[    2.773309] amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from ROM BAR
[    2.773311] amdgpu: ATOM BIOS: 113-57045MBF1-W90
[    2.773324] [drm] UVD is enabled in VM mode
[    2.773325] [drm] UVD ENC is enabled in VM mode
[    2.773327] [drm] VCE enabled in VM mode
[    2.773350] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[    2.774452] amdgpu 0000:08:00.0: amdgpu: VRAM: 4096M 0x000000F400000000 - 0x000000F4FFFFFFFF (4096M used)
[    2.774455] amdgpu 0000:08:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[    2.774460] [drm] Detected VRAM RAM=4096M, BAR=256M
[    2.774461] [drm] RAM width 256bits GDDR5
[    2.774486] [drm] amdgpu: 4096M of VRAM memory ready
[    2.774487] [drm] amdgpu: 4096M of GTT memory ready.
[    2.774490] [drm] GART: num cpu pages 65536, num gpu pages 65536
[    2.776065] [drm] PCIE GART of 256M enabled (table at 0x000000F4007E9000).
[    2.777726] [drm] Chained IB support enabled!
[    2.785054] amdgpu: hwmgr_sw_init smu backed is polaris10_smu
[    2.800029] [drm] Found UVD firmware Version: 1.130 Family ID: 16
[    2.806582] [drm] Found VCE firmware Version: 53.26 Binary ID: 3
[    2.882366] [drm] Display Core initialized with v3.2.141!
[    2.907618] input: Logitech K360 as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4004.0006/input/input21
[    2.907724] logitech-hidpp-device 0003:046D:4004.0006: input,hidraw1: USB HID v1.11 Keyboard [Logitech K360] on usb-0000:01:00.0-1/input2:1
[    2.934882] [drm] UVD and UVD ENC initialized successfully.
[    3.035839] [drm] VCE initialized successfully.
[    3.036658] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    3.036729] amdgpu: SRAT table not found
[    3.036729] amdgpu: Virtual CRAT table created for GPU
[    3.036783] amdgpu: Topology: Add dGPU node [0x67df:0x1002]
[    3.036785] kfd kfd: amdgpu: added device 1002:67df
[    3.036801] amdgpu 0000:08:00.0: amdgpu: SE 4, SH per SE 1, CU per SH 9, active_cu_number 32
[    3.038247] [drm] fb mappable at 0xE0D19000
[    3.038248] [drm] vram apper at 0xE0000000
[    3.038249] [drm] size 8294400
[    3.038249] [drm] fb depth is 24
[    3.038250] [drm]    pitch is 7680
[    3.038281] fbcon: amdgpu (fb0) is primary device
[    3.038283] fbcon: Deferring console take-over
[    3.038284] amdgpu 0000:08:00.0: [drm] fb0: amdgpu frame buffer device
[    3.054525] amdgpu 0000:08:00.0: amdgpu: Using BACO for runtime pm
[    3.054807] [drm] Initialized amdgpu 3.42.0 20150101 for 0000:08:00.0 on minor 0
[    3.065571] input: Logitech M280/320/275 as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4040.0007/input/input22
[    3.065628] logitech-hidpp-device 0003:046D:4040.0007: input,hidraw2: USB HID v1.11 Mouse [Logitech M280/320/275] on usb-0000:01:00.0-1/input2:2
[    3.105564] input: Logitech M510 as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:1025.0008/input/input23
[    3.105613] logitech-hidpp-device 0003:046D:1025.0008: input,hidraw5: USB HID v1.11 Mouse [Logitech M510] on usb-0000:01:00.0-1/input2:3
[    3.428177] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    3.618130] systemd-journald[316]: Received SIGTERM from PID 1 (systemd).
[    3.761688] SELinux:  policy capability network_peer_controls=1
[    3.761691] SELinux:  policy capability open_perms=1
[    3.761692] SELinux:  policy capability extended_socket_class=1
[    3.761692] SELinux:  policy capability always_check_network=0
[    3.761693] SELinux:  policy capability cgroup_seclabel=1
[    3.761693] SELinux:  policy capability nnp_nosuid_transition=1
[    3.761694] SELinux:  policy capability genfs_seclabel_symlinks=0
[    3.791768] systemd[1]: Successfully loaded SELinux policy in 65.195ms.
[    3.842386] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 22.550ms.
[    3.847620] systemd[1]: systemd v248.9-1.fc34 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.859266] systemd[1]: Detected architecture x86-64.
[    3.898621] systemd-sysv-generator[713]: SysV service '/etc/rc.d/init.d/livesys-late' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    3.901351] systemd-sysv-generator[713]: SysV service '/etc/rc.d/init.d/livesys' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    3.919480] zram: Added device: zram0
[    4.124665] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    4.124784] systemd[1]: Stopped Switch Root.
[    4.125027] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    4.125212] systemd[1]: Created slice Virtual Machine and Container Slice.
[    4.125392] systemd[1]: Created slice Slice /system/getty.
[    4.125550] systemd[1]: Created slice Slice /system/modprobe.
[    4.125708] systemd[1]: Created slice Slice /system/systemd-fsck.
[    4.125872] systemd[1]: Created slice Slice /system/systemd-zram-setup.
[    4.126040] systemd[1]: Created slice User and Session Slice.
[    4.126062] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch being skipped.
[    4.126129] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.126390] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.126423] systemd[1]: Reached target Local Encrypted Volumes.
[    4.126440] systemd[1]: Reached target Login Prompts.
[    4.126458] systemd[1]: Stopped target Switch Root.
[    4.126472] systemd[1]: Stopped target Initrd File Systems.
[    4.126482] systemd[1]: Stopped target Initrd Root File System.
[    4.126517] systemd[1]: Reached target Slice Units.
[    4.126541] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    4.126820] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.127388] systemd[1]: Listening on LVM2 poll daemon socket.
[    4.128382] systemd[1]: Listening on multipathd control socket.
[    4.129323] systemd[1]: Listening on Process Core Dump Socket.
[    4.129403] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    4.129903] systemd[1]: Listening on udev Control Socket.
[    4.130102] systemd[1]: Listening on udev Kernel Socket.
[    4.130299] systemd[1]: Listening on User Database Manager Socket.
[    4.130993] systemd[1]: Mounting Huge Pages File System...
[    4.131697] systemd[1]: Mounting POSIX Message Queue File System...
[    4.132433] systemd[1]: Mounting Kernel Debug File System...
[    4.133062] systemd[1]: Mounting Kernel Trace File System...
[    4.133183] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[    4.133848] systemd[1]: Starting Create List of Static Device Nodes...
[    4.134506] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    4.135100] systemd[1]: Starting Load Kernel Module configfs...
[    4.135734] systemd[1]: Starting Load Kernel Module drm...
[    4.136393] systemd[1]: Starting Load Kernel Module fuse...
[    4.136997] systemd[1]: Starting Preprocess NFS configuration convertion...
[    4.137048] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[    4.137089] systemd[1]: Stopped Plymouth switch root service.
[    4.138493] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    4.138551] systemd[1]: Stopped Journal Service.
[    4.139986] systemd[1]: Starting Journal Service...
[    4.141210] systemd[1]: Starting Load Kernel Modules...
[    4.141903] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.141955] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    4.142663] systemd[1]: Starting Coldplug All udev Devices...
[    4.143752] systemd[1]: Mounted Huge Pages File System.
[    4.143850] systemd[1]: Mounted POSIX Message Queue File System.
[    4.143924] systemd[1]: Mounted Kernel Debug File System.
[    4.143999] systemd[1]: Mounted Kernel Trace File System.
[    4.144291] systemd[1]: Finished Create List of Static Device Nodes.
[    4.144479] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.144616] systemd[1]: Finished Load Kernel Module configfs.
[    4.144773] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.144893] systemd[1]: Finished Load Kernel Module drm.
[    4.145050] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.145167] systemd[1]: Finished Load Kernel Module fuse.
[    4.145424] systemd[1]: nfs-convert.service: Deactivated successfully.
[    4.145541] systemd[1]: Finished Preprocess NFS configuration convertion.
[    4.146412] systemd[1]: Mounting FUSE Control File System...
[    4.147123] systemd[1]: Mounting Kernel Configuration File System...
[    4.147919] systemd[1]: Mounted FUSE Control File System.
[    4.148492] systemd[1]: Mounted Kernel Configuration File System.
[    4.149210] EXT4-fs (dm-0): re-mounted. Opts: (null). Quota mode: none.
[    4.149885] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.149998] systemd[1]: Condition check resulted in OSTree Remount OS/ Bind Mounts being skipped.
[    4.150026] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    4.150756] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    4.151449] systemd[1]: Starting Load/Save Random Seed...
[    4.151525] systemd[1]: Condition check resulted in Create System Users being skipped.
[    4.152206] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.152591] systemd[1]: Finished Load Kernel Modules.
[    4.153381] systemd[1]: Starting Apply Kernel Variables...
[    4.156085] systemd[1]: Started Journal Service.
[    4.162850] systemd-journald[734]: Received client request to flush runtime journal.
[    4.409223] acpi_cpufreq: overriding BIOS provided _PSD data
[    4.456809] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.456814] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    4.456931] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    4.508162] input: PC Speaker as /devices/platform/pcspkr/input/input24
[    4.512622] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    4.512626] RAPL PMU: hw unit of domain package 2^-16 Joules
[    4.550656] asus_wmi: ASUS WMI generic driver loaded
[    4.557129] asus_wmi: Initialization: 0x0
[    4.557159] asus_wmi: BIOS WMI version: 0.9
[    4.562828] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.563352] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.563707] asus_wmi: SFUN value: 0x0
[    4.563712] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    4.564093] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input25
[    4.661920] mc: Linux media interface: v0.10
[    4.680097] kvm: Nested Virtualization enabled
[    4.680102] SVM: kvm: Nested Paging enabled
[    4.680103] SEV supported: 16 ASIDs
[    4.680104] SEV-ES supported: 4294967295 ASIDs
[    4.680132] SVM: Virtual VMLOAD VMSAVE supported
[    4.680133] SVM: Virtual GIF supported
[    4.706127] zram0: detected capacity change from 0 to 16777216
[    4.717936] MCE: In-kernel MCE decoding enabled.
[    4.769412] Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDscFS
[    4.800213] intel_rapl_common: Found RAPL domain package
[    4.800215] intel_rapl_common: Found RAPL domain core
[    4.801011] Bluetooth: Core ver 2.22
[    4.801028] NET: Registered PF_BLUETOOTH protocol family
[    4.801030] Bluetooth: HCI device and connection manager initialized
[    4.801033] Bluetooth: HCI socket layer initialized
[    4.801035] Bluetooth: L2CAP socket layer initialized
[    4.801040] Bluetooth: SCO socket layer initialized
[    4.801344] snd_hda_intel 0000:08:00.1: Force to non-snoop mode
[    4.801525] snd_hda_intel 0000:0a:00.3: enabling device (0000 -> 0002)
[    4.837783] usbcore: registered new interface driver btusb
[    4.838136] snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    4.839011] rtl8821ae 0000:04:00.0: enabling device (0000 -> 0003)
[    4.839690] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input26
[    4.839780] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input27
[    4.839865] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input28
[    4.839951] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input29
[    4.840020] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input30
[    4.840090] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input31
[    4.848987] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    4.848991] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.848993] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    4.848995] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    4.848995] snd_hda_codec_realtek hdaudioC2D0:    dig-out=0x11/0x0
[    4.848996] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    4.848997] snd_hda_codec_realtek hdaudioC2D0:      Front Mic=0x19
[    4.849001] snd_hda_codec_realtek hdaudioC2D0:      Rear Mic=0x18
[    4.849002] snd_hda_codec_realtek hdaudioC2D0:      Line=0x1a
[    4.851120] rtl8821ae: Using firmware rtlwifi/rtl8812aefw.bin
[    4.851124] rtl8821ae: Using firmware rtlwifi/rtl8812aefw_wowlan.bin
[    4.852863] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[    4.853319] rtlwifi: rtlwifi: wireless switch is on
[    4.874105] rtl8821ae 0000:04:00.0 wlp4s0: renamed from wlan0
[    4.880143] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input32
[    4.880190] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input33
[    4.880230] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input34
[    4.880455] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input35
[    4.880509] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input36
[    4.951945] Bluetooth: hci0: BCM: chip id 63
[    4.954948] Bluetooth: hci0: BCM: features 0x07
[    4.972949] Bluetooth: hci0: BCM20702A
[    4.972952] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
[    4.975896] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[    4.975897] Bluetooth: hci0: BCM: 'brcm/BCM20702A1-0a5c-21e8.hcd'
[    4.975898] Bluetooth: hci0: BCM: 'brcm/BCM-0a5c-21e8.hcd'
[    5.201510] usb 1-10: cannot get ctl value: req = 0x83, wValue = 0xb01, wIndex = 0xb00, type = 4
[    5.201517] usb 1-10: 11:0: cannot get min/max values for control 11 (id 11)
[    5.201705] usbcore: registered new interface driver snd-usb-audio
[    5.284147] kauditd_printk_skb: 103 callbacks suppressed
[    5.284150] audit: type=1130 audit(1636624533.298:112): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.315985] audit: type=1130 audit(1636624533.330:113): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-mapper-rootvg\x2dhomelv comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.317964] audit: type=1130 audit(1636624533.332:114): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2duuid-74832e9f\x2d2f40\x2d4279\x2da25b\x2df2a6bdd1acbd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.318210] audit: type=1130 audit(1636624533.332:115): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-mapper-rootvg\x2dvmlv comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.323435] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    5.325388] audit: type=1130 audit(1636624533.340:116): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2duuid-7D36\x2d0E10 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.350322] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    5.354719] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    5.386476] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    5.390968] audit: type=1130 audit(1636624533.405:117): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.402690] audit: type=1130 audit(1636624533.417:118): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.419047] audit: type=1130 audit(1636624533.433:119): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.482830] audit: type=1130 audit(1636624533.497:120): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.487052] audit: type=1334 audit(1636624533.501:121): prog-id=28 op=LOAD
[    5.542751] RPC: Registered named UNIX socket transport module.
[    5.542754] RPC: Registered udp transport module.
[    5.542755] RPC: Registered tcp transport module.
[    5.542755] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    5.822007] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.822009] Bluetooth: BNEP filters: protocol multicast
[    5.822012] Bluetooth: BNEP socket layer initialized
[    6.084768] vboxdrv: loading out-of-tree module taints kernel.
[    6.084912] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[    6.088783] vboxdrv: Found 12 processor cores
[    6.104390] vboxdrv: TSC mode is Invariant, tentative frequency 3593234677 Hz
[    6.104394] vboxdrv: Successfully loaded version 6.1.28_rpmfusion r147628 (interface 0x00320000)
[    6.108335] VBoxNetFlt: Successfully started.
[    6.111558] VBoxNetAdp: Successfully started.
[    6.695259] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[    6.789657] r8169 0000:03:00.0 enp3s0: Link is Down
[   14.002098] wlp4s0: authenticate with 30:7c:b2:1e:0f:e0
[   14.003026] wlp4s0: send auth to 30:7c:b2:1e:0f:e0 (try 1/3)
[   14.106208] wlp4s0: send auth to 30:7c:b2:1e:0f:e0 (try 2/3)
[   14.210207] wlp4s0: send auth to 30:7c:b2:1e:0f:e0 (try 3/3)
[   14.314207] wlp4s0: authentication with 30:7c:b2:1e:0f:e0 timed out
[   14.483568] wlp4s0: authenticate with 30:7c:b2:1e:0f:df
[   14.484923] wlp4s0: send auth to 30:7c:b2:1e:0f:df (try 1/3)
[   14.500212] wlp4s0: authenticated
[   14.502210] wlp4s0: associate with 30:7c:b2:1e:0f:df (try 1/3)
[   14.507861] wlp4s0: RX AssocResp from 30:7c:b2:1e:0f:df (capab=0x431 status=0 aid=2)
[   14.508104] wlp4s0: associated
[   14.552335] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[   14.909140] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   17.211907] rfkill: input handler disabled
[   17.504906] usb 1-10: cannot get ctl value: req = 0x83, wValue = 0xb01, wIndex = 0xb00, type = 4
[   17.504913] usb 1-10: 11:0: cannot get min/max values for control 11 (id 11)
[   17.506890] usb 1-10: cannot get ctl value: req = 0x81, wValue = 0xb01, wIndex = 0xb00, type = 4
[   18.373740] Bluetooth: RFCOMM TTY layer initialized
[   18.373748] Bluetooth: RFCOMM socket layer initialized
[   18.373789] Bluetooth: RFCOMM ver 1.11
[   20.789547] logitech-hidpp-device 0003:046D:4004.0006: HID++ 2.0 device connected.
[   28.488716] rfkill: input handler enabled
[   30.421349] usb 1-10: cannot get ctl value: req = 0x83, wValue = 0xb01, wIndex = 0xb00, type = 4
[   30.421356] usb 1-10: 11:0: cannot get min/max values for control 11 (id 11)
[   30.423351] usb 1-10: cannot get ctl value: req = 0x81, wValue = 0xb01, wIndex = 0xb00, type = 4
[   30.718067] rfkill: input handler disabled
[  331.084197] usb 1-10: cannot get ctl value: req = 0x83, wValue = 0xb01, wIndex = 0xb00, type = 4
[  331.084204] usb 1-10: 11:0: cannot get min/max values for control 11 (id 11)
[  331.086195] usb 1-10: cannot get ctl value: req = 0x81, wValue = 0xb01, wIndex = 0xb00, type = 4
[  340.653744] wlp4s0: disconnect from AP 30:7c:b2:1e:0f:df for new auth to 30:7c:b2:1e:0f:e0
[  340.692579] wlp4s0: authenticate with 30:7c:b2:1e:0f:e0
[  340.693494] wlp4s0: send auth to 30:7c:b2:1e:0f:e0 (try 1/3)
[  340.794620] wlp4s0: send auth to 30:7c:b2:1e:0f:e0 (try 2/3)
[  340.898615] wlp4s0: send auth to 30:7c:b2:1e:0f:e0 (try 3/3)
[  341.002620] wlp4s0: authentication with 30:7c:b2:1e:0f:e0 timed out
[  341.178973] wlp4s0: authenticate with 30:7c:b2:1e:0f:df
[  341.180338] wlp4s0: send auth to 30:7c:b2:1e:0f:df (try 1/3)
[  341.182519] wlp4s0: authenticated
[  341.182615] wlp4s0: associate with 30:7c:b2:1e:0f:df (try 1/3)
[  341.187397] wlp4s0: RX AssocResp from 30:7c:b2:1e:0f:df (capab=0x431 status=0 aid=2)
[  341.187651] wlp4s0: associated
[  345.231281] wlp4s0: disassociated from 30:7c:b2:1e:0f:df (Reason: 2=PREV_AUTH_NOT_VALID)
[  349.728774] ------------[ cut here ]------------
[  349.728778] WARNING: CPU: 3 PID: 1279 at drivers/iommu/dma-iommu.c:504 __iommu_dma_unmap_swiotlb+0x79/0x90
[  349.728787] Modules linked in: rfcomm snd_seq_dummy snd_hrtimer xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_nat_tftp nf_conntrack_tftp bridge stp llc nft_objref nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat ip6table_nat ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_raw iptable_security ip_set nf_tables nfnetlink ip6table_filter ip6_tables iptable_filter vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) bnep sunrpc vfat fat snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio btusb snd_hda_codec_hdmi rtl8821ae btrtl btbcm btintel snd_hda_intel intel_rapl_msr snd_intel_dspcfg intel_rapl_common bluetooth snd_intel_sdw_acpi btcoexist edac_mce_amd snd_usb_audio snd_hda_codec rtl_pci snd_usbmidi_lib kvm_amd snd_hda_core rtlwifi snd_rawmidi ecdh_generic mc snd_hwdep mac80211 kvm
[  349.728841]  snd_seq joydev snd_seq_device eeepc_wmi cfg80211 irqbypass asus_wmi snd_pcm sparse_keymap video pcspkr rapl wmi_bmof snd_timer rfkill snd libarc4 soundcore i2c_piix4 k10temp gpio_amdpt gpio_generic acpi_cpufreq zram ip_tables hid_logitech_hidpp amdgpu drm_ttm_helper ttm iommu_v2 gpu_sched i2c_algo_bit drm_kms_helper crct10dif_pclmul crc32_pclmul crc32c_intel cec drm ghash_clmulni_intel ccp sp5100_tco r8169 hid_logitech_dj wmi fuse
[  349.728872] CPU: 3 PID: 1279 Comm: wpa_supplicant Tainted: G           OE     5.14.16-201.fc34.x86_64 #1
[  349.728875] Hardware name: System manufacturer System Product Name/TUF B450-PLUS GAMING, BIOS 2008 12/06/2019
[  349.728877] RIP: 0010:__iommu_dma_unmap_swiotlb+0x79/0x90
[  349.728881] Code: 2b 48 3b 28 72 26 48 3b 68 08 73 20 49 89 d8 44 89 f1 5b 4c 89 ea 48 89 ee 4c 89 e7 5d 41 5c 41 5d 41 5e 41 5f e9 77 02 97 ff <0f> 0b 5b 5d 41 5c 41 5d 41 5e 41 5f c3 66 2e 0f 1f 84 00 00 00 00
[  349.728883] RSP: 0018:ffffb54c41bc37f0 EFLAGS: 00010046
[  349.728886] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000015
[  349.728888] RDX: 0000000040000000 RSI: 0000000000000000 RDI: ffffb54c41bc37d8
[  349.728890] RBP: ffff95d494d00820 R08: 0000000000000000 R09: 0000000000000000
[  349.728891] R10: 0000000000000081 R11: 0000000000000001 R12: ffff95d481f730c8
[  349.728893] R13: 00000000000009d8 R14: 0000000000000001 R15: 0000000000000000
[  349.728894] FS:  00007f3fd2498880(0000) GS:ffff95d78eac0000(0000) knlGS:0000000000000000
[  349.728897] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  349.728898] CR2: 00001ecb4d24e000 CR3: 000000012ab28000 CR4: 00000000003506e0
[  349.728900] Call Trace:
[  349.728906]  rtl_pci_reset_trx_ring+0x161/0x340 [rtl_pci]
[  349.728913]  rtl_ps_enable_nic+0x28/0x120 [rtlwifi]
[  349.728922]  rtl8821ae_phy_set_rf_power_state+0x4d/0x2c0 [rtl8821ae]
[  349.728931]  rtl_ps_set_rf_state.isra.0+0xa8/0xf0 [rtlwifi]
[  349.728939]  _rtl_ps_inactive_ps+0x36/0xc0 [rtlwifi]
[  349.728946]  rtl_ips_nic_on+0x7a/0xc0 [rtlwifi]
[  349.728954]  rtl_op_config+0x25e/0x430 [rtlwifi]
[  349.728962]  ieee80211_hw_config+0x21a/0x390 [mac80211]
[  349.729003]  __ieee80211_start_scan+0x1d9/0x630 [mac80211]
[  349.729043]  ieee80211_request_scan+0x2c/0x50 [mac80211]
[  349.729084]  rdev_scan+0x28/0xa0 [cfg80211]
[  349.729125]  nl80211_trigger_scan+0x3fd/0x680 [cfg80211]
[  349.729168]  genl_family_rcv_msg_doit+0xcd/0x110
[  349.729173]  genl_rcv_msg+0xce/0x1c0
[  349.729176]  ? nl80211_send_scan_start+0x90/0x90 [cfg80211]
[  349.729217]  ? genl_get_cmd+0xd0/0xd0
[  349.729220]  netlink_rcv_skb+0x50/0xf0
[  349.729223]  genl_rcv+0x24/0x40
[  349.729225]  netlink_unicast+0x1d3/0x2a0
[  349.729228]  netlink_sendmsg+0x22d/0x450
[  349.729230]  sock_sendmsg+0x5e/0x60
[  349.729235]  ____sys_sendmsg+0x22c/0x270
[  349.729238]  ? import_iovec+0x17/0x20
[  349.729242]  ? sendmsg_copy_msghdr+0x59/0x90
[  349.729244]  ? security_compute_av+0x12d/0x280
[  349.729248]  ___sys_sendmsg+0x81/0xc0
[  349.729251]  ? avc_has_perm+0x6d/0x160
[  349.729254]  ? sock_has_perm+0x84/0xa0
[  349.729257]  ? update_blocked_averages+0x16a/0x720
[  349.729262]  __sys_sendmsg+0x49/0x80
[  349.729265]  do_syscall_64+0x3b/0x90
[  349.729270]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[  349.729274] RIP: 0033:0x7f3fd2a31a97
[  349.729276] Code: 0c 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b7 0f 1f 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 28 89 54 24 1c 48 89 74 24 10
[  349.729278] RSP: 002b:00007ffcb274a098 EFLAGS: 00000246 ORIG_RAX: 000000000000002e
[  349.729281] RAX: ffffffffffffffda RBX: 0000555c30c408f0 RCX: 00007f3fd2a31a97
[  349.729282] RDX: 0000000000000000 RSI: 00007ffcb274a0d0 RDI: 0000000000000006
[  349.729284] RBP: 0000555c30c40800 R08: 0000000000000004 R09: 00007f3fd2af3a60
[  349.729285] R10: 00007ffcb274a1a0 R11: 0000000000000246 R12: 0000555c30c7f510
[  349.729286] R13: 00007ffcb274a0d0 R14: 00007ffcb274a1a0 R15: 0000555c30c7af60
[  349.729289] ---[ end trace b5ad1d544e5151e2 ]---
[  353.098173] wlp4s0: authenticate with 30:7c:b2:1e:0f:e0
[  353.099364] wlp4s0: send auth to 30:7c:b2:1e:0f:e0 (try 1/3)
[  353.202575] wlp4s0: send auth to 30:7c:b2:1e:0f:e0 (try 2/3)
[  353.306580] wlp4s0: send auth to 30:7c:b2:1e:0f:e0 (try 3/3)
[  353.410573] wlp4s0: authentication with 30:7c:b2:1e:0f:e0 timed out
[  354.484942] wlp4s0: authenticate with 30:7c:b2:1e:0f:df
[  354.486292] wlp4s0: send auth to 30:7c:b2:1e:0f:df (try 1/3)
[  354.488339] wlp4s0: authenticated
[  354.489566] wlp4s0: associate with 30:7c:b2:1e:0f:df (try 1/3)
[  354.494079] wlp4s0: RX AssocResp from 30:7c:b2:1e:0f:df (capab=0x431 status=0 aid=2)
[  354.494322] wlp4s0: associated
[  663.816826] wlp4s0: disconnect from AP 30:7c:b2:1e:0f:df for new auth to 30:7c:b2:1e:0f:e0
[  663.850629] wlp4s0: authenticate with 30:7c:b2:1e:0f:e0
[  663.851562] wlp4s0: send auth to 30:7c:b2:1e:0f:e0 (try 1/3)
[  663.853108] wlp4s0: authenticated
[  663.853663] wlp4s0: associate with 30:7c:b2:1e:0f:e0 (try 1/3)
[  663.961667] wlp4s0: associate with 30:7c:b2:1e:0f:e0 (try 2/3)
[  664.065665] wlp4s0: associate with 30:7c:b2:1e:0f:e0 (try 3/3)
[  664.169661] wlp4s0: association with 30:7c:b2:1e:0f:e0 timed out
[  664.340030] wlp4s0: authenticate with 30:7c:b2:1e:0f:df
[  664.341419] wlp4s0: send auth to 30:7c:b2:1e:0f:df (try 1/3)
[  664.352279] wlp4s0: authenticated
[  664.352660] wlp4s0: associate with 30:7c:b2:1e:0f:df (try 1/3)
[  664.358410] wlp4s0: RX AssocResp from 30:7c:b2:1e:0f:df (capab=0x431 status=0 aid=2)
[  664.358672] wlp4s0: associated
[  668.399246] wlp4s0: disassociated from 30:7c:b2:1e:0f:df (Reason: 2=PREV_AUTH_NOT_VALID)
[  671.948897] ------------[ cut here ]------------
[  671.948902] WARNING: CPU: 11 PID: 1279 at drivers/iommu/dma-iommu.c:504 __iommu_dma_unmap_swiotlb+0x79/0x90
[  671.948914] Modules linked in: rfcomm snd_seq_dummy snd_hrtimer xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_nat_tftp nf_conntrack_tftp bridge stp llc nft_objref nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat ip6table_nat ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_raw iptable_security ip_set nf_tables nfnetlink ip6table_filter ip6_tables iptable_filter vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) bnep sunrpc vfat fat snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio btusb snd_hda_codec_hdmi rtl8821ae btrtl btbcm btintel snd_hda_intel intel_rapl_msr snd_intel_dspcfg intel_rapl_common bluetooth snd_intel_sdw_acpi btcoexist edac_mce_amd snd_usb_audio snd_hda_codec rtl_pci snd_usbmidi_lib kvm_amd snd_hda_core rtlwifi snd_rawmidi ecdh_generic mc snd_hwdep mac80211 kvm
[  671.948998]  snd_seq joydev snd_seq_device eeepc_wmi cfg80211 irqbypass asus_wmi snd_pcm sparse_keymap video pcspkr rapl wmi_bmof snd_timer rfkill snd libarc4 soundcore i2c_piix4 k10temp gpio_amdpt gpio_generic acpi_cpufreq zram ip_tables hid_logitech_hidpp amdgpu drm_ttm_helper ttm iommu_v2 gpu_sched i2c_algo_bit drm_kms_helper crct10dif_pclmul crc32_pclmul crc32c_intel cec drm ghash_clmulni_intel ccp sp5100_tco r8169 hid_logitech_dj wmi fuse
[  671.949044] CPU: 11 PID: 1279 Comm: wpa_supplicant Tainted: G        W  OE     5.14.16-201.fc34.x86_64 #1
[  671.949049] Hardware name: System manufacturer System Product Name/TUF B450-PLUS GAMING, BIOS 2008 12/06/2019
[  671.949051] RIP: 0010:__iommu_dma_unmap_swiotlb+0x79/0x90
[  671.949057] Code: 2b 48 3b 28 72 26 48 3b 68 08 73 20 49 89 d8 44 89 f1 5b 4c 89 ea 48 89 ee 4c 89 e7 5d 41 5c 41 5d 41 5e 41 5f e9 77 02 97 ff <0f> 0b 5b 5d 41 5c 41 5d 41 5e 41 5f c3 66 2e 0f 1f 84 00 00 00 00
[  671.949061] RSP: 0018:ffffb54c41bc37f0 EFLAGS: 00010046
[  671.949065] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000015
[  671.949068] RDX: 0000000040000000 RSI: 0000000000000000 RDI: ffffb54c41bc37d8
[  671.949070] RBP: ffff95d494d00820 R08: 0000000000000000 R09: 0000000000000000
[  671.949072] R10: 0000000000000081 R11: 0000000000000001 R12: ffff95d481f730c8
[  671.949075] R13: 00000000000009d8 R14: 0000000000000001 R15: 0000000000000000
[  671.949077] FS:  00007f3fd2498880(0000) GS:ffff95d78ecc0000(0000) knlGS:0000000000000000
[  671.949081] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  671.949083] CR2: 00007f5268c98020 CR3: 000000012ab28000 CR4: 00000000003506e0
[  671.949086] Call Trace:
[  671.949092]  rtl_pci_reset_trx_ring+0x161/0x340 [rtl_pci]
[  671.949101]  rtl_ps_enable_nic+0x28/0x120 [rtlwifi]
[  671.949116]  rtl8821ae_phy_set_rf_power_state+0x4d/0x2c0 [rtl8821ae]
[  671.949128]  rtl_ps_set_rf_state.isra.0+0xa8/0xf0 [rtlwifi]
[  671.949140]  _rtl_ps_inactive_ps+0x36/0xc0 [rtlwifi]
[  671.949151]  rtl_ips_nic_on+0x7a/0xc0 [rtlwifi]
[  671.949161]  rtl_op_config+0x25e/0x430 [rtlwifi]
[  671.949174]  ieee80211_hw_config+0x21a/0x390 [mac80211]
[  671.949233]  __ieee80211_start_scan+0x1d9/0x630 [mac80211]
[  671.949294]  ieee80211_request_scan+0x2c/0x50 [mac80211]
[  671.949354]  rdev_scan+0x28/0xa0 [cfg80211]
[  671.949414]  nl80211_trigger_scan+0x3fd/0x680 [cfg80211]
[  671.949479]  genl_family_rcv_msg_doit+0xcd/0x110
[  671.949485]  genl_rcv_msg+0xce/0x1c0
[  671.949489]  ? nl80211_send_scan_start+0x90/0x90 [cfg80211]
[  671.949552]  ? genl_get_cmd+0xd0/0xd0
[  671.949555]  netlink_rcv_skb+0x50/0xf0
[  671.949559]  genl_rcv+0x24/0x40
[  671.949562]  netlink_unicast+0x1d3/0x2a0
[  671.949566]  netlink_sendmsg+0x22d/0x450
[  671.949570]  sock_sendmsg+0x5e/0x60
[  671.949575]  ____sys_sendmsg+0x22c/0x270
[  671.949579]  ? import_iovec+0x17/0x20
[  671.949583]  ? sendmsg_copy_msghdr+0x59/0x90
[  671.949586]  ? core_sys_select+0x1df/0x380
[  671.949592]  ___sys_sendmsg+0x81/0xc0
[  671.949596]  ? avc_has_perm+0x6d/0x160
[  671.949600]  ? trigger_load_balance+0xf9/0x2e0
[  671.949605]  ? sock_has_perm+0x84/0xa0
[  671.949609]  ? update_blocked_averages+0x16a/0x720
[  671.949614]  __sys_sendmsg+0x49/0x80
[  671.949618]  do_syscall_64+0x3b/0x90
[  671.949624]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[  671.949628] RIP: 0033:0x7f3fd2a31a97
[  671.949633] Code: 0c 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b7 0f 1f 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 28 89 54 24 1c 48 89 74 24 10
[  671.949635] RSP: 002b:00007ffcb274a098 EFLAGS: 00000246 ORIG_RAX: 000000000000002e
[  671.949639] RAX: ffffffffffffffda RBX: 0000555c30c408f0 RCX: 00007f3fd2a31a97
[  671.949641] RDX: 0000000000000000 RSI: 00007ffcb274a0d0 RDI: 0000000000000006
[  671.949643] RBP: 0000555c30c40800 R08: 0000000000000004 R09: 0000555c30c36010
[  671.949645] R10: 00007ffcb274a1a0 R11: 0000000000000246 R12: 0000555c30c804f0
[  671.949647] R13: 00007ffcb274a0d0 R14: 00007ffcb274a1a0 R15: 0000555c30c93a20
[  671.949652] ---[ end trace b5ad1d544e5151e3 ]---
[  675.321863] wlp4s0: authenticate with 30:7c:b2:1e:0f:e0
[  675.322817] wlp4s0: send auth to 30:7c:b2:1e:0f:e0 (try 1/3)
[  675.324087] wlp4s0: authenticated
[  675.324634] wlp4s0: associate with 30:7c:b2:1e:0f:e0 (try 1/3)
[  675.326354] wlp4s0: RX AssocResp from 30:7c:b2:1e:0f:e0 (capab=0x411 status=0 aid=1)
[  675.326599] wlp4s0: associated
[  675.359855] wlp4s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 30:7c:b2:1e:0f:e0
[  968.098736] nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based firewall rule not found. Use the iptables CT target to attach helpers instead.
[19172.948416] show_signal: 6 callbacks suppressed
[19172.948420] traps: inkscape[39171] general protection fault ip:7ff4c071c633 sp:7fff90368aa0 error:0 in libgtkmm-3.0.so.1.1.0[7ff4c05f5000+158000]
[27853.046541] pcieport 0000:00:03.1: AER: Multiple Corrected error received: 0000:08:00.0
[27853.046554] amdgpu 0000:08:00.0: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Receiver ID)
[27853.046557] amdgpu 0000:08:00.0:   device [1002:67df] error status/mask=000000c0/00002000
[27853.046561] amdgpu 0000:08:00.0:    [ 6] BadTLP                
[27853.046563] amdgpu 0000:08:00.0:    [ 7] BadDLLP
Elle serait censée fonctionner de base mais avec quelques limitations dues au fait de ne pas pouvoir installer de logiciels pour utiliser le process interne http://linuxmao.org/Audient+iD14. Même si quelqu'un avait tenté de faire quelque chose pour palier à ça https://github.com/charlesmulder/alsa-audient-id14.

De ce que je trouve, elle devrait donc fonctionner.

Les autres erreurs citées ne semblent pas être la cause du non fonctionnement de ta carte son externe https://www.linuxquestions.org/questions/slackware-14/alsa-errors-at-boot-and-with-alsactl-4175702516-print/.

La carte son externe possède un firmware qui peut être mis à jour depuis Windows ?
Est-ce qu'il est possible d'utiliser un autre port et même retirer d'autres périphériques USB ?

Il y a aussi ces erreurs que l'on retrouve plusieurs fois
[   30.421349] usb 1-10: cannot get ctl value: req = 0x83, wValue = 0xb01, wIndex = 0xb00, type = 4
[   30.421356] usb 1-10: 11:0: cannot get min/max values for control 11 (id 11)
[   30.423351] usb 1-10: cannot get ctl value: req = 0x81, wValue = 0xb01, wIndex = 0xb00, type = 4
Par ailleurs depuis quelques jours il y a des patch qui apparaissent pour cette carte :
- https://lore.kernel.org/alsa-devel/?q=id14 ;
- https://lore.kernel.org/all/?q=id14 ;
- https://x-lore.kernel.org/stable/?q=id14 .

Que retourne aussi
$ pactl info
$ pactl list cards
Merci bien pour les liens je vais regarder,

Voici le retour des commandes :
pc-linux-chambre :: username :: ~ >> pactl info

Chaîne du serveur: /run/user/1000/pulse/native
Version du protocole de bibliothèque: 34
Version du protocole du serveur: 35
Local: oui
Index client: 49
Tile Size: 65472
Nom d'utilisateur : username
Nom d'hôte : pc-linux-chambre
Nom du serveur : PulseAudio (on PipeWire 0.3.39)
Version du serveur : 15.0.0
Spécification d'échantillon par défaut : float32le 2ch 48000Hz
Plan de canaux par défaut : front-left,front-right
Destination par défaut : alsa_output.pci-0000_0a_00.3.iec958-stereo
Source par défaut : alsa_output.pci-0000_0a_00.3.iec958-stereo.monitor
Cookie : 4d17:cac6
pc-linux-chambre :: username :: ~ >> pactl list cards

Carte #40
	Nom : alsa_card.usb-Audient_Audient_iD14-00
	Pilote : alsa
	Module propriétaire : n/d
	Propriétés :
		device.enum.api = "udev"
		device.api = "alsa"
		media.class = "Audio/Device"
		api.alsa.path = "hw:2"
		api.alsa.card = "2"
		api.alsa.card.name = "Audient iD14"
		api.alsa.card.longname = "Audient Audient iD14 at usb-0000:01:00.0-10, high speed"
		device.plugged.usec = "5258122"
		device.bus_path = "pci-0000:01:00.0-usb-0:10:1.0"
		device.sysfs.path = "/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-10/1-10:1.0/sound/card2"
		device.bus-id = "usb-Audient_Audient_iD14-00"
		device.bus = "usb"
		device.subsystem = "sound"
		device.vendor.id = "9992"
		device.vendor.name = "Audient"
		device.product.id = "2"
		device.product.name = "Audient iD14"
		device.serial = "Audient_Audient_iD14"
		device.name = "alsa_card.usb-Audient_Audient_iD14-00"
		device.description = "Audient iD14"
		device.nick = "Audient iD14"
		device.icon_name = "audio-card-usb"
		api.alsa.use-acp = "true"
		api.acp.auto-profile = "false"
		api.acp.auto-port = "false"
		api.dbus.ReserveDevice1 = "Audio2"
		factory.id = "14"
		client.id = "31"
		object.id = "40"
		object.path = "alsa:pcm:2"
		alsa.card = "2"
		alsa.card_name = "Audient iD14"
		alsa.long_card_name = "Audient Audient iD14 at usb-0000:01:00.0-10, high speed"
		alsa.driver_name = "snd_usb_audio"
		device.string = "2"
	Profils :
		off: Éteint (sinks: 0, sources: 0, priority: 0, available: oui)
		output:analog-surround-40+input:multichannel-input: Sortie Surround analogique 4.0 + Entrée Multicanal (sinks: 1, sources: 1, priority: 1201, available: oui)
		output:analog-surround-40: Sortie Surround analogique 4.0 (sinks: 1, sources: 0, priority: 1200, available: oui)
		pro-audio: Pro Audio (sinks: 1, sources: 1, priority: 1, available: oui)
		input:multichannel-input: Entrée Multicanal (sinks: 0, sources: 1, priority: 1, available: oui)
	Profil actif : off

Carte #42
	Nom : alsa_card.pci-0000_08_00.1
	Pilote : alsa
	Module propriétaire : n/d
	Propriétés :
		device.enum.api = "udev"
		device.api = "alsa"
		media.class = "Audio/Device"
		api.alsa.path = "hw:0"
		api.alsa.card = "0"
		api.alsa.card.name = "HDA ATI HDMI"
		api.alsa.card.longname = "HDA ATI HDMI at 0xfcf60000 irq 67"
		device.plugged.usec = "4770259"
		device.bus_path = "pci-0000:08:00.1"
		device.sysfs.path = "/sys/devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0"
		device.bus = "pci"
		device.subsystem = "sound"
		device.vendor.id = "4098"
		device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
		device.product.id = "43760"
		device.product.name = "Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590]"
		device.name = "alsa_card.pci-0000_08_00.1"
		device.description = "Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590]"
		device.nick = "HDA ATI HDMI"
		device.icon_name = "audio-card-pci"
		api.alsa.use-acp = "true"
		api.acp.auto-profile = "false"
		api.acp.auto-port = "false"
		api.dbus.ReserveDevice1 = "Audio0"
		factory.id = "14"
		client.id = "31"
		object.id = "42"
		object.path = "alsa:pcm:0"
		alsa.card = "0"
		alsa.card_name = "HDA ATI HDMI"
		alsa.long_card_name = "HDA ATI HDMI at 0xfcf60000 irq 67"
		alsa.driver_name = "snd_hda_intel"
		device.string = "0"
	Profils :
		off: Éteint (sinks: 0, sources: 0, priority: 0, available: oui)
		output:hdmi-stereo: Sortie Stéréo numérique (HDMI) (sinks: 1, sources: 0, priority: 5900, available: non)
		output:hdmi-stereo-extra1: Sortie Digital Stereo (HDMI 2) (sinks: 1, sources: 0, priority: 5700, available: non)
		output:hdmi-stereo-extra2: Sortie Digital Stereo (HDMI 3) (sinks: 1, sources: 0, priority: 5700, available: non)
		output:hdmi-stereo-extra3: Sortie Digital Stereo (HDMI 4) (sinks: 1, sources: 0, priority: 5700, available: non)
		output:hdmi-stereo-extra4: Sortie Digital Stereo (HDMI 5) (sinks: 1, sources: 0, priority: 5700, available: non)
		output:hdmi-stereo-extra5: Sortie Digital Stereo (HDMI 6) (sinks: 1, sources: 0, priority: 5700, available: non)
		output:hdmi-surround: Sortie Surround numérique 5.1 (HDMI) (sinks: 1, sources: 0, priority: 800, available: non)
		output:hdmi-surround71: Sortie Digital Surround 7.1 (HDMI) (sinks: 1, sources: 0, priority: 800, available: non)
		output:hdmi-surround-extra1: Sortie Digital Surround 5.1 (HDMI 2) (sinks: 1, sources: 0, priority: 600, available: non)
		output:hdmi-surround71-extra1: Sortie Digital Surround 7.1 (HDMI 2) (sinks: 1, sources: 0, priority: 600, available: non)
		output:hdmi-surround-extra2: Sortie Digital Surround 5.1 (HDMI 3) (sinks: 1, sources: 0, priority: 600, available: non)
		output:hdmi-surround71-extra2: Sortie Digital Surround 7.1 (HDMI 3) (sinks: 1, sources: 0, priority: 600, available: non)
		output:hdmi-surround-extra3: Sortie Digital Surround 5.1 (HDMI 4) (sinks: 1, sources: 0, priority: 600, available: non)
		output:hdmi-surround71-extra3: Sortie Digital Surround 7.1 (HDMI 4) (sinks: 1, sources: 0, priority: 600, available: non)
		output:hdmi-surround-extra4: Sortie Digital Surround 5.1 (HDMI 5) (sinks: 1, sources: 0, priority: 600, available: non)
		output:hdmi-surround71-extra4: Sortie Digital Surround 7.1 (HDMI 5) (sinks: 1, sources: 0, priority: 600, available: non)
		output:hdmi-surround-extra5: Sortie Digital Surround 5.1 (HDMI 6) (sinks: 1, sources: 0, priority: 600, available: non)
		output:hdmi-surround71-extra5: Sortie Digital Surround 7.1 (HDMI 6) (sinks: 1, sources: 0, priority: 600, available: non)
		pro-audio: Pro Audio (sinks: 6, sources: 0, priority: 1, available: oui)
	Profil actif : off
	Ports :
		hdmi-output-0: HDMI / DisplayPort (type: HDMI, priority: 5900, latency offset: 0 usec, availability group: Legacy 1, not available)
			Propriétés :
				port.type = "hdmi"
				port.availability-group = "Legacy 1"
				device.icon_name = "video-display"
				card.profile.port = "0"
			Partie du(des) profil(s) : output:hdmi-stereo, output:hdmi-surround, output:hdmi-surround71
		hdmi-output-1: HDMI / DisplayPort 2 (type: HDMI, priority: 5800, latency offset: 0 usec, availability group: Legacy 2, not available)
			Propriétés :
				port.type = "hdmi"
				port.availability-group = "Legacy 2"
				device.icon_name = "video-display"
				card.profile.port = "1"
			Partie du(des) profil(s) : output:hdmi-stereo-extra1, output:hdmi-surround-extra1, output:hdmi-surround71-extra1
		hdmi-output-2: HDMI / DisplayPort 3 (type: HDMI, priority: 5700, latency offset: 0 usec, availability group: Legacy 3, not available)
			Propriétés :
				port.type = "hdmi"
				port.availability-group = "Legacy 3"
				device.icon_name = "video-display"
				card.profile.port = "2"
			Partie du(des) profil(s) : output:hdmi-stereo-extra2, output:hdmi-surround-extra2, output:hdmi-surround71-extra2
		hdmi-output-3: HDMI / DisplayPort 4 (type: HDMI, priority: 5600, latency offset: 0 usec, availability group: Legacy 4, not available)
			Propriétés :
				port.type = "hdmi"
				port.availability-group = "Legacy 4"
				device.icon_name = "video-display"
				card.profile.port = "3"
			Partie du(des) profil(s) : output:hdmi-stereo-extra3, output:hdmi-surround-extra3, output:hdmi-surround71-extra3
		hdmi-output-4: HDMI / DisplayPort 5 (type: HDMI, priority: 5500, latency offset: 0 usec, availability group: Legacy 5, not available)
			Propriétés :
				port.type = "hdmi"
				port.availability-group = "Legacy 5"
				device.icon_name = "video-display"
				card.profile.port = "4"
			Partie du(des) profil(s) : output:hdmi-stereo-extra4, output:hdmi-surround-extra4, output:hdmi-surround71-extra4
		hdmi-output-5: HDMI / DisplayPort 6 (type: HDMI, priority: 5400, latency offset: 0 usec, availability group: Legacy 6, not available)
			Propriétés :
				port.type = "hdmi"
				port.availability-group = "Legacy 6"
				device.icon_name = "video-display"
				card.profile.port = "5"
			Partie du(des) profil(s) : output:hdmi-stereo-extra5, output:hdmi-surround-extra5, output:hdmi-surround71-extra5

Carte #43
	Nom : alsa_card.pci-0000_0a_00.3
	Pilote : alsa
	Module propriétaire : n/d
	Propriétés :
		device.enum.api = "udev"
		device.api = "alsa"
		media.class = "Audio/Device"
		api.alsa.path = "hw:1"
		api.alsa.card = "1"
		api.alsa.card.name = "HD-Audio Generic"
		api.alsa.card.longname = "HD-Audio Generic at 0xfce00000 irq 69"
		device.plugged.usec = "4801685"
		device.bus_path = "pci-0000:0a:00.3"
		device.sysfs.path = "/sys/devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1"
		device.bus = "pci"
		device.subsystem = "sound"
		device.vendor.id = "4130"
		device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
		device.product.id = "5207"
		device.product.name = "Family 17h (Models 00h-0fh) HD Audio Controller"
		device.name = "alsa_card.pci-0000_0a_00.3"
		device.description = "Family 17h (Models 00h-0fh) HD Audio Controller"
		device.nick = "HD-Audio Generic"
		device.icon_name = "audio-card-pci"
		api.alsa.use-acp = "true"
		api.acp.auto-profile = "false"
		api.acp.auto-port = "false"
		api.dbus.ReserveDevice1 = "Audio1"
		factory.id = "14"
		client.id = "31"
		object.id = "43"
		object.path = "alsa:pcm:1"
		alsa.card = "1"
		alsa.card_name = "HD-Audio Generic"
		alsa.long_card_name = "HD-Audio Generic at 0xfce00000 irq 69"
		alsa.driver_name = "snd_hda_intel"
		device.string = "1"
	Profils :
		off: Éteint (sinks: 0, sources: 0, priority: 0, available: oui)
		output:analog-stereo+input:analog-stereo: Duplex stéréo analogique (sinks: 1, sources: 1, priority: 6565, available: non)
		output:analog-stereo: Sortie Stéréo analogique (sinks: 1, sources: 0, priority: 6500, available: non)
		output:iec958-stereo+input:analog-stereo: Sortie Stéréo numérique (IEC958) + Entrée Stéréo analogique (sinks: 1, sources: 1, priority: 5565, available: non)
		output:iec958-stereo: Sortie Stéréo numérique (IEC958) (sinks: 1, sources: 0, priority: 5500, available: oui)
		input:analog-stereo: Entrée Stéréo analogique (sinks: 0, sources: 1, priority: 65, available: non)
		pro-audio: Pro Audio (sinks: 2, sources: 2, priority: 1, available: oui)
	Profil actif : output:iec958-stereo
	Ports :
		analog-input-front-mic: Microphone avant (type: Mic, priority: 8500, latency offset: 0 usec, availability group: Legacy 1, not available)
			Propriétés :
				port.type = "mic"
				port.availability-group = "Legacy 1"
				device.icon_name = "audio-input-microphone"
				card.profile.port = "0"
			Partie du(des) profil(s) : input:analog-stereo, output:analog-stereo+input:analog-stereo, output:iec958-stereo+input:analog-stereo
		analog-input-rear-mic: Microphone arrière (type: Mic, priority: 8200, latency offset: 0 usec, availability group: Legacy 2, not available)
			Propriétés :
				port.type = "mic"
				port.availability-group = "Legacy 2"
				device.icon_name = "audio-input-microphone"
				card.profile.port = "1"
			Partie du(des) profil(s) : input:analog-stereo, output:analog-stereo+input:analog-stereo, output:iec958-stereo+input:analog-stereo
		analog-input-linein: Entrée ligne (type: Line, priority: 8100, latency offset: 0 usec, availability group: Legacy 3, not available)
			Propriétés :
				port.type = "line"
				port.availability-group = "Legacy 3"
				card.profile.port = "2"
			Partie du(des) profil(s) : input:analog-stereo, output:analog-stereo+input:analog-stereo, output:iec958-stereo+input:analog-stereo
		analog-output-lineout: Sortie ligne (type: Line, priority: 9000, latency offset: 0 usec, availability group: Legacy 4, not available)
			Propriétés :
				port.type = "line"
				port.availability-group = "Legacy 4"
				card.profile.port = "3"
			Partie du(des) profil(s) : output:analog-stereo, output:analog-stereo+input:analog-stereo
		analog-output-headphones: Casque audio (type: Casque audio, priority: 9900, latency offset: 0 usec, availability group: Legacy 5, not available)
			Propriétés :
				port.type = "headphones"
				port.availability-group = "Legacy 5"
				device.icon_name = "audio-headphones"
				card.profile.port = "4"
			Partie du(des) profil(s) : output:analog-stereo, output:analog-stereo+input:analog-stereo
		iec958-stereo-output: Sortie numérique (S/PDIF) (type: SPDIF, priority: 0, latency offset: 0 usec, availability unknown)
			Propriétés :
				port.type = "spdif"
				card.profile.port = "5"
			Partie du(des) profil(s) : output:iec958-stereo, output:iec958-stereo+input:analog-stereo

Merci.
Tu n'avais pas eu une mise à jour de PulseAudio ou Pipewire entre temps ?

Que retourne
$ rpm -qa \*pipewire\*
Pour voir si le profil actif reste à off, essaye
$ pactl set-card-profile 2 output:analog-surround-40+input:multichannel-input
En utilisant l'outil pavucontrol ça donne pareil ?
Je viens de faire un test avec un liveusb Linux Mint 20.2.

La carte fonctionne, elle est bien détectée dans les paramètres de son de Cinnamon, mais si je sélectionne, dans le menu déroulant
Output Profile, Multichannel Input à la place du profile par défaut Analog Surround 4.0 Output, l'Audient ID14 disparaît de la liste des cartes son,
je n'ai plus de son je me retrouve en S/PDIF et je n'ai plus Analog Surround 4.0 Output de disponible, je n'ai plus qu'à redémarrer le liveusb pour
quelle soit de nouveau présente dans la liste et que ça refonctionne. Dans le terminal, même message d'erreur avec AlsaMixer que sur Fedora,
même si la carte est ok dans les paramètres Cinnamon :
mint@mint:~$

les contrôles de mixage ne peuvent pas être chargés: Relais brisé (pipe).
Retour des commandes :
pc-linux-chambre :: username :: ~ >> rpm -qa \*pipewire\*

pipewire0.2-libs-0.2.7-5.fc34.x86_64
pipewire-0.3.39-1.fc34.i686
pipewire-libs-0.3.39-1.fc34.i686
pipewire-alsa-0.3.39-1.fc34.i686
pipewire-libs-0.3.39-1.fc34.x86_64
pipewire-0.3.39-1.fc34.x86_64
pipewire-gstreamer-0.3.39-1.fc34.x86_64
pipewire-alsa-0.3.39-1.fc34.x86_64
pipewire-jack-audio-connection-kit-0.3.39-1.fc34.x86_64
pipewire-pulseaudio-0.3.39-1.fc34.x86_64
pc-linux-chambre :: username :: ~ >> pactl setpactl set-card-profile 2 output:analog-surround-40+input:multichannel-input

Échec : Aucune entité de ce type
La commande passée n'est pas bonne. Tu as mal recopié.

Pourquoi tu as des paquets en double en .i686 ?

Ensuite peut-être qu'il y aurait une option à modifier dans /usr/share/pipewire/media-session.d/alsa-monitor.conf mais il faudrait déjà savoir s'il y avait eu une mise à jour lors de la perte du son.
Bon cette fois-ci c'est résolu, grâce à pavucontrol.

Je l'ai installé et en fait dans l'onglet configuration le profil de la carte son Audient était sur éteint, pourquoi, je ne sais pas, je n'ai rien touché au moment du bug (ni avant).
Je l'ai passé sur Sortie Surround analogique 4.0 + Entrée Multicanal.

Dans périphérique de sortie j'ai réglé le curseur sur 0 dB (il était en dessous), je trouvais avant le bug que le son était à un volume faible, le VU-mètre sur la carte ne bougeait quasiment pas
toujours obligé de pousser le bouton de volume presque à fond, maintenant ça fonctionne bien et le son est à un volume normal.

Je vais sans doute passer sur Fedora 35, on verra avec WirePlumber ce que ça donne.

Merci pour ton aide précieuse en tout cas, j'ai appris de nouvelles commandes 🙂

J'indique la discussion comme résolu.
Bon, un moindre mal et une persévérance qui paye 😉

Normalement, la commande que je t'ai donnée aurait dû faire la même chose qu'avec Pavucontrol.
En fait je ne savais pas si tu avais fait l'essai comme demandé dans les posts précédents.

Pavucontrol va pas mal pour commencer à se dépatouiller tout seul en cas de problème de son.

En complément, si tu souhaites ajuster les paramètres audio de manière plus fine, tu peux installer EasyEffects (anciennement PulseEffects).

Bonne continuation !
Ah Merci pour EasyEffects ! Je verrais sur Fedora 35.

J'oubliais, pour information, la commande
pc-linux-chambre :: username :: ~ >> dmesg
Retourne effectivement des messages d'erreur, c'est peut-être aussi ma carte Wi-Fi Dlink.

Elle n'est pas stable du tout, elle vient d'un PC Windows c'était pareil, elle perd le Wi-Fi
régulièrement et ça génère des erreurs dans l'outil Signalement de problèmes de Gnome
Je fais avec pas grave, ça peut marcher pendant 1 semaine puis c'est une journée de coupures toutes
les 10 secondes, de nouveau 3 jours ok puis coupures, etc. j'ai envi de lui :hammer: dessus de temps en temps, mais je me calme.

J'ai créé un mini script qui fonctionne en arrière-plan et qui, s'il détecte que la carte Wi-Fi coupe, il me reconnecte tout seul, je suis en train de l'améliorer.

Au moins j'ai Internet ce qui n'est pas simple avec les cartes Wi-Fi sous Linux et les drivers Realtek, j'ai de la chance !
On verra si je la change un jour, bref rien à voir avec le son.
Oui, en effet j'ai vu toutes ces erreurs aussi mais ce n'était pas la question et ça n'intervenait pas dans ton souci de son alors je n'ai pas creusé 🙂

Il s'agit en effet du WiFi. Peut-être un souci matériel finalement ?