You are not logged in.

#1 2021-08-19 09:56:20

Anon2761
Member
Registered: 2021-08-19
Posts: 7

USB stick not recognized by Arch

Hello guys,
I've been using Arch for months now, and it works fine, but I still have one issue : when I plug my USB stick, Arch doesn't recognize it. I've found nothing in the manual and on forums. Can you help me ?
Thanks

Offline

#2 2021-08-19 10:00:48

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 2,678
Website

Re: USB stick not recognized by Arch

Please post the output of

# lsusb -v

before and after you plug in said USB stick.


Inofficial first vice president of the Rust Evangelism Strike Force

Offline

#3 2021-08-19 10:19:16

Anon2761
Member
Registered: 2021-08-19
Posts: 7

Re: USB stick not recognized by Arch

Before plugging in the USB stick :

 bcdUSB               3.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         3 
  bMaxPacketSize0         9
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0003 3.0 root hub
  bcdDevice            5.13
  iManufacturer           3 Linux 5.13.10-arch1-1 xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 0000:00:14.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x001f
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
        bMaxBurst               0

Bus 001 Device 004: ID 04f3:0903 Elan Microelectronics Corp. ELAN:Fingerprint
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x04f3 Elan Microelectronics Corp.
  idProduct          0x0903 
  bcdDevice            1.35
  iManufacturer           1 ELAN
  iProduct                2 ELAN:Fingerprint
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x003e
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           5
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      ** UNRECOGNIZED:  09 21 10 01 00 01 22 15 00
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1

Bus 001 Device 003: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          224 Wireless
  bDeviceSubClass         1 Radio Frequency
  bDeviceProtocol         1 Bluetooth
  bMaxPacketSize0        64
  idVendor           0x8087 Intel Corp.
  idProduct          0x0a2b Bluetooth wireless interface
  bcdDevice            0.10
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x00b1
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0009  1x 9 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0009  1x 9 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0011  1x 17 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0011  1x 17 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0019  1x 25 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0019  1x 25 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0021  1x 33 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0021  1x 33 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0031  1x 49 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0031  1x 49 bytes
        bInterval               1

Bus 001 Device 002: ID 13d3:5694 IMC Networks USB2.0 HD UVC WebCam
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x13d3 IMC Networks
  idProduct          0x5694 
  bcdDevice           17.02
  iManufacturer           3 Azurewave
  iProduct                1 USB2.0 HD UVC WebCam
  iSerial                 2 0x0001
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x02df
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          4 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         2
      bFunctionClass         14 Video
      bFunctionSubClass       3 Video Interface Collection
      bFunctionProtocol       0 
      iFunction               5 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      1 Video Control
      bInterfaceProtocol      0 
      iInterface              5 
      VideoControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdUVC               1.00
        wTotalLength       0x006b
        dwClockFrequency       15.000000MHz
        bInCollection           1
        baInterfaceNr( 0)       1
      VideoControl Interface Descriptor:
        bLength                18
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Camera Sensor
        bAssocTerminal          0
        iTerminal               0 
        wObjectiveFocalLengthMin      0
        wObjectiveFocalLengthMax      0
        wOcularFocalLength            0
        bControlSize                  3
        bmControls           0x0000000e
          Auto-Exposure Mode
          Auto-Exposure Priority
          Exposure Time (Absolute)
      VideoControl Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      5 (PROCESSING_UNIT)
      Warning: Descriptor too short
        bUnitID                 2
        bSourceID               1
        wMaxMultiplier          0
        bControlSize            2
        bmControls     0x0000157f
          Brightness
          Contrast
          Hue
          Saturation
          Sharpness
          Gamma
          White Balance Temperature
          Backlight Compensation
          Power Line Frequency
          White Balance Temperature, Auto
        iProcessing             0 
        bmVideoStandards     0x09
          None
          SECAM - 625/50
      VideoControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             3
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               6
        iTerminal               0 
      VideoControl Interface Descriptor:
        bLength                27
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 4
        guidExtensionCode         {1229a78c-47b4-4094-b0ce-db07386fb938}
        bNumControls            2
        bNrInPins               1
        baSourceID( 0)          2
        bControlSize            2
        bmControls( 0)       0x00
        bmControls( 1)       0x06
        iExtension              0 
      VideoControl Interface Descriptor:
        bLength                29
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 6
        guidExtensionCode         {26b8105a-0713-4870-979d-da79444bb68e}
        bNumControls            1
        bNrInPins               1
        baSourceID( 0)          4
        bControlSize            4
        bmControls( 0)       0x02
        bmControls( 1)       0x00
        bmControls( 2)       0x00
        bmControls( 3)       0x00
        iExtension              7 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               6
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      VideoStreaming Interface Descriptor:
        bLength                            15
        bDescriptorType                    36
        bDescriptorSubtype                  1 (INPUT_HEADER)
        bNumFormats                         2
        wTotalLength                   0x01d5
        bEndPointAddress                  129
        bmInfo                              0
        bTerminalLink                       3
        bStillCaptureMethod                 2
        bTriggerSupport                     1
        bTriggerUsage                       0
        bControlSize                        1
        bmaControls( 0)                     0
        bmaControls( 1)                     0
      VideoStreaming Interface Descriptor:
        bLength                            11
        bDescriptorType                    36
        bDescriptorSubtype                  6 (FORMAT_MJPEG)
        bFormatIndex                        1
        bNumFrameDescriptors                6
        bFlags                              1
          Fixed-size samples: Yes
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 1 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                442368000
        dwMaxBitRate                442368000
        dwMaxVideoFrameBufferSize     1843200
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         2
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            160
        wHeight                           120
        dwMinBitRate                  9216000
        dwMaxBitRate                  9216000
        dwMaxVideoFrameBufferSize       38400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         3
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            176
        wHeight                           144
        dwMinBitRate                 12165120
        dwMaxBitRate                 12165120
        dwMaxVideoFrameBufferSize       50688
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         4
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                 36864000
        dwMaxBitRate                 36864000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         5
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                 48660480
        dwMaxBitRate                 48660480
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         6
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            22
        bDescriptorType                    36
        bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
        bEndpointAddress                    0
        bNumImageSizePatterns               4
        wWidth( 0)                       1280
        wHeight( 0)                       720
        wWidth( 1)                        160
        wHeight( 1)                       120
        wWidth( 2)                        320
        wHeight( 2)                       240
        wWidth( 3)                        640
        wHeight( 3)                       480
        bNumCompressionPatterns             0
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        2
        bNumFrameDescriptors                6
        guidFormat                            {32595559-0000-0010-8000-00aa00389b71}
        bBitsPerPixel                      16
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 2 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize     1843200
        dwDefaultFrameInterval        1000000
        bFrameIntervalType                  1
        dwFrameInterval( 0)           1000000
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            160
        wHeight                           120
        dwMinBitRate                  9216000
        dwMaxBitRate                  9216000
        dwMaxVideoFrameBufferSize       38400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            176
        wHeight                           144
        dwMinBitRate                 12165120
        dwMaxBitRate                 12165120
        dwMaxVideoFrameBufferSize       50688
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                 36864000
        dwMaxBitRate                 36864000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                 48660480
        dwMaxBitRate                 48660480
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         6
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            22
        bDescriptorType                    36
        bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
        bEndpointAddress                    0
        bNumImageSizePatterns               4
        wWidth( 0)                       1280
        wHeight( 0)                       720
        wWidth( 1)                        160
        wHeight( 1)                       120
        wWidth( 2)                        320
        wHeight( 2)                       240
        wWidth( 3)                        640
        wHeight( 3)                       480
        bNumCompressionPatterns             0
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0080  1x 128 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0b00  2x 768 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0c00  2x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       6
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1380  3x 896 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       7
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1400  3x 1024 bytes
        bInterval               1

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            5.13
  iManufacturer           3 Linux 5.13.10-arch1-1 xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 0000:00:14.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0019
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12 




 After plugging in the USB stick : 
  bcdDevice            1.35
  iManufacturer           1 ELAN
  iProduct                2 ELAN:Fingerprint
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x003e
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           5
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      ** UNRECOGNIZED:  09 21 10 01 00 01 22 15 00
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1

Bus 001 Device 003: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          224 Wireless
  bDeviceSubClass         1 Radio Frequency
  bDeviceProtocol         1 Bluetooth
  bMaxPacketSize0        64
  idVendor           0x8087 Intel Corp.
  idProduct          0x0a2b Bluetooth wireless interface
  bcdDevice            0.10
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x00b1
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0009  1x 9 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0009  1x 9 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0011  1x 17 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0011  1x 17 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0019  1x 25 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0019  1x 25 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0021  1x 33 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0021  1x 33 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0031  1x 49 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0031  1x 49 bytes
        bInterval               1

Bus 001 Device 002: ID 13d3:5694 IMC Networks USB2.0 HD UVC WebCam
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x13d3 IMC Networks
  idProduct          0x5694 
  bcdDevice           17.02
  iManufacturer           3 Azurewave
  iProduct                1 USB2.0 HD UVC WebCam
  iSerial                 2 0x0001
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x02df
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          4 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         2
      bFunctionClass         14 Video
      bFunctionSubClass       3 Video Interface Collection
      bFunctionProtocol       0 
      iFunction               5 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      1 Video Control
      bInterfaceProtocol      0 
      iInterface              5 
      VideoControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdUVC               1.00
        wTotalLength       0x006b
        dwClockFrequency       15.000000MHz
        bInCollection           1
        baInterfaceNr( 0)       1
      VideoControl Interface Descriptor:
        bLength                18
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Camera Sensor
        bAssocTerminal          0
        iTerminal               0 
        wObjectiveFocalLengthMin      0
        wObjectiveFocalLengthMax      0
        wOcularFocalLength            0
        bControlSize                  3
        bmControls           0x0000000e
          Auto-Exposure Mode
          Auto-Exposure Priority
          Exposure Time (Absolute)
      VideoControl Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      5 (PROCESSING_UNIT)
      Warning: Descriptor too short
        bUnitID                 2
        bSourceID               1
        wMaxMultiplier          0
        bControlSize            2
        bmControls     0x0000157f
          Brightness
          Contrast
          Hue
          Saturation
          Sharpness
          Gamma
          White Balance Temperature
          Backlight Compensation
          Power Line Frequency
          White Balance Temperature, Auto
        iProcessing             0 
        bmVideoStandards     0x09
          None
          SECAM - 625/50
      VideoControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             3
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               6
        iTerminal               0 
      VideoControl Interface Descriptor:
        bLength                27
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 4
        guidExtensionCode         {1229a78c-47b4-4094-b0ce-db07386fb938}
        bNumControls            2
        bNrInPins               1
        baSourceID( 0)          2
        bControlSize            2
        bmControls( 0)       0x00
        bmControls( 1)       0x06
        iExtension              0 
      VideoControl Interface Descriptor:
        bLength                29
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 6
        guidExtensionCode         {26b8105a-0713-4870-979d-da79444bb68e}
        bNumControls            1
        bNrInPins               1
        baSourceID( 0)          4
        bControlSize            4
        bmControls( 0)       0x02
        bmControls( 1)       0x00
        bmControls( 2)       0x00
        bmControls( 3)       0x00
        iExtension              7 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               6
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      VideoStreaming Interface Descriptor:
        bLength                            15
        bDescriptorType                    36
        bDescriptorSubtype                  1 (INPUT_HEADER)
        bNumFormats                         2
        wTotalLength                   0x01d5
        bEndPointAddress                  129
        bmInfo                              0
        bTerminalLink                       3
        bStillCaptureMethod                 2
        bTriggerSupport                     1
        bTriggerUsage                       0
        bControlSize                        1
        bmaControls( 0)                     0
        bmaControls( 1)                     0
      VideoStreaming Interface Descriptor:
        bLength                            11
        bDescriptorType                    36
        bDescriptorSubtype                  6 (FORMAT_MJPEG)
        bFormatIndex                        1
        bNumFrameDescriptors                6
        bFlags                              1
          Fixed-size samples: Yes
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 1 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                442368000
        dwMaxBitRate                442368000
        dwMaxVideoFrameBufferSize     1843200
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         2
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            160
        wHeight                           120
        dwMinBitRate                  9216000
        dwMaxBitRate                  9216000
        dwMaxVideoFrameBufferSize       38400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         3
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            176
        wHeight                           144
        dwMinBitRate                 12165120
        dwMaxBitRate                 12165120
        dwMaxVideoFrameBufferSize       50688
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         4
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                 36864000
        dwMaxBitRate                 36864000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         5
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                 48660480
        dwMaxBitRate                 48660480
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         6
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            22
        bDescriptorType                    36
        bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
        bEndpointAddress                    0
        bNumImageSizePatterns               4
        wWidth( 0)                       1280
        wHeight( 0)                       720
        wWidth( 1)                        160
        wHeight( 1)                       120
        wWidth( 2)                        320
        wHeight( 2)                       240
        wWidth( 3)                        640
        wHeight( 3)                       480
        bNumCompressionPatterns             0
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        2
        bNumFrameDescriptors                6
        guidFormat                            {32595559-0000-0010-8000-00aa00389b71}
        bBitsPerPixel                      16
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 2 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize     1843200
        dwDefaultFrameInterval        1000000
        bFrameIntervalType                  1
        dwFrameInterval( 0)           1000000
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            160
        wHeight                           120
        dwMinBitRate                  9216000
        dwMaxBitRate                  9216000
        dwMaxVideoFrameBufferSize       38400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            176
        wHeight                           144
        dwMinBitRate                 12165120
        dwMaxBitRate                 12165120
        dwMaxVideoFrameBufferSize       50688
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                 36864000
        dwMaxBitRate                 36864000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                 48660480
        dwMaxBitRate                 48660480
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         6
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            22
        bDescriptorType                    36
        bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
        bEndpointAddress                    0
        bNumImageSizePatterns               4
        wWidth( 0)                       1280
        wHeight( 0)                       720
        wWidth( 1)                        160
        wHeight( 1)                       120
        wWidth( 2)                        320
        wHeight( 2)                       240
        wWidth( 3)                        640
        wHeight( 3)                       480
        bNumCompressionPatterns             0
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0080  1x 128 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0b00  2x 768 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0c00  2x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       6
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1380  3x 896 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       7
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1400  3x 1024 bytes
        bInterval               1

Bus 001 Device 009: ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.10
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0951 Kingston Technology
  idProduct          0x1666 DataTraveler 100 G3/G4/SE9 G2/50
  bcdDevice            1.10
  iManufacturer           1 Kingston
  iProduct                2 DataTraveler 3.0
  iSerial                 3 60A44C413985B2A1497501E5
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0020
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              300mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            5.13
  iManufacturer           3 Linux 5.13.10-arch1-1 xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 0000:00:14.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0019
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12 

Last edited by Anon2761 (2021-08-19 12:27:48)

Offline

#4 2021-08-19 11:06:04

Ammako
Member
Registered: 2021-07-16
Posts: 267

Re: USB stick not recognized by Arch

Two things:

1: Edit your post to put both of those outputs inside code tags

2: # lsusb -v, the # implies you must run the command as root. You'll get a lot more information out of it that way.

Last edited by Ammako (2021-08-19 11:07:27)

Offline

#5 2021-08-19 11:58:51

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,372

Re: USB stick not recognized by Arch

On top of that I'd rather monitor "dmesg -w" to see what's going on when you plug the key (erros, used modules etc)

Offline

#6 2021-08-19 12:21:51

Anon2761
Member
Registered: 2021-08-19
Posts: 7

Re: USB stick not recognized by Arch

USB stick unplugged


  Self Powered

Bus 001 Device 004: ID 04f3:0903 Elan Microelectronics Corp. ELAN:Fingerprint
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x04f3 Elan Microelectronics Corp.
  idProduct          0x0903 
  bcdDevice            1.35
  iManufacturer           1 ELAN
  iProduct                2 ELAN:Fingerprint
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x003e
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           5
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      ** UNRECOGNIZED:  09 21 10 01 00 01 22 15 00
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 003: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          224 Wireless
  bDeviceSubClass         1 Radio Frequency
  bDeviceProtocol         1 Bluetooth
  bMaxPacketSize0        64
  idVendor           0x8087 Intel Corp.
  idProduct          0x0a2b Bluetooth wireless interface
  bcdDevice            0.10
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x00b1
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0009  1x 9 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0009  1x 9 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0011  1x 17 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0011  1x 17 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0019  1x 25 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0019  1x 25 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0021  1x 33 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0021  1x 33 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0031  1x 49 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0031  1x 49 bytes
        bInterval               1
can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x0001
  Self Powered

Bus 001 Device 002: ID 13d3:5694 IMC Networks USB2.0 HD UVC WebCam
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x13d3 IMC Networks
  idProduct          0x5694 
  bcdDevice           17.02
  iManufacturer           3 Azurewave
  iProduct                1 USB2.0 HD UVC WebCam
  iSerial                 2 0x0001
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x02df
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          4 USB Camera
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         2
      bFunctionClass         14 Video
      bFunctionSubClass       3 Video Interface Collection
      bFunctionProtocol       0 
      iFunction               5 USB2.0 HD UVC WebCam
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      1 Video Control
      bInterfaceProtocol      0 
      iInterface              5 USB2.0 HD UVC WebCam
      VideoControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdUVC               1.00
        wTotalLength       0x006b
        dwClockFrequency       15.000000MHz
        bInCollection           1
        baInterfaceNr( 0)       1
      VideoControl Interface Descriptor:
        bLength                18
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Camera Sensor
        bAssocTerminal          0
        iTerminal               0 
        wObjectiveFocalLengthMin      0
        wObjectiveFocalLengthMax      0
        wOcularFocalLength            0
        bControlSize                  3
        bmControls           0x0000000e
          Auto-Exposure Mode
          Auto-Exposure Priority
          Exposure Time (Absolute)
      VideoControl Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      5 (PROCESSING_UNIT)
      Warning: Descriptor too short
        bUnitID                 2
        bSourceID               1
        wMaxMultiplier          0
        bControlSize            2
        bmControls     0x0000157f
          Brightness
          Contrast
          Hue
          Saturation
          Sharpness
          Gamma
          White Balance Temperature
          Backlight Compensation
          Power Line Frequency
          White Balance Temperature, Auto
        iProcessing             0 
        bmVideoStandards     0x09
          None
          SECAM - 625/50
      VideoControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             3
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               6
        iTerminal               0 
      VideoControl Interface Descriptor:
        bLength                27
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 4
        guidExtensionCode         {1229a78c-47b4-4094-b0ce-db07386fb938}
        bNumControls            2
        bNrInPins               1
        baSourceID( 0)          2
        bControlSize            2
        bmControls( 0)       0x00
        bmControls( 1)       0x06
        iExtension              0 
      VideoControl Interface Descriptor:
        bLength                29
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 6
        guidExtensionCode         {26b8105a-0713-4870-979d-da79444bb68e}
        bNumControls            1
        bNrInPins               1
        baSourceID( 0)          4
        bControlSize            4
        bmControls( 0)       0x02
        bmControls( 1)       0x00
        bmControls( 2)       0x00
        bmControls( 3)       0x00
        iExtension              7 Realtek Extended Controls Unit
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               6
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      VideoStreaming Interface Descriptor:
        bLength                            15
        bDescriptorType                    36
        bDescriptorSubtype                  1 (INPUT_HEADER)
        bNumFormats                         2
        wTotalLength                   0x01d5
        bEndPointAddress                  129
        bmInfo                              0
        bTerminalLink                       3
        bStillCaptureMethod                 2
        bTriggerSupport                     1
        bTriggerUsage                       0
        bControlSize                        1
        bmaControls( 0)                     0
        bmaControls( 1)                     0
      VideoStreaming Interface Descriptor:
        bLength                            11
        bDescriptorType                    36
        bDescriptorSubtype                  6 (FORMAT_MJPEG)
        bFormatIndex                        1
        bNumFrameDescriptors                6
        bFlags                              1
          Fixed-size samples: Yes
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 1 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                442368000
        dwMaxBitRate                442368000
        dwMaxVideoFrameBufferSize     1843200
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         2
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            160
        wHeight                           120
        dwMinBitRate                  9216000
        dwMaxBitRate                  9216000
        dwMaxVideoFrameBufferSize       38400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         3
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            176
        wHeight                           144
        dwMinBitRate                 12165120
        dwMaxBitRate                 12165120
        dwMaxVideoFrameBufferSize       50688
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         4
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                 36864000
        dwMaxBitRate                 36864000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         5
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                 48660480
        dwMaxBitRate                 48660480
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         6
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            22
        bDescriptorType                    36
        bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
        bEndpointAddress                    0
        bNumImageSizePatterns               4
        wWidth( 0)                       1280
        wHeight( 0)                       720
        wWidth( 1)                        160
        wHeight( 1)                       120
        wWidth( 2)                        320
        wHeight( 2)                       240
        wWidth( 3)                        640
        wHeight( 3)                       480
        bNumCompressionPatterns             0
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        2
        bNumFrameDescriptors                6
        guidFormat                            {32595559-0000-0010-8000-00aa00389b71}
        bBitsPerPixel                      16
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 2 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize     1843200
        dwDefaultFrameInterval        1000000
        bFrameIntervalType                  1
        dwFrameInterval( 0)           1000000
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            160
        wHeight                           120
        dwMinBitRate                  9216000
        dwMaxBitRate                  9216000
        dwMaxVideoFrameBufferSize       38400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            176
        wHeight                           144
        dwMinBitRate                 12165120
        dwMaxBitRate                 12165120
        dwMaxVideoFrameBufferSize       50688
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                 36864000
        dwMaxBitRate                 36864000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                 48660480
        dwMaxBitRate                 48660480
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         6
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            22
        bDescriptorType                    36
        bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
        bEndpointAddress                    0
        bNumImageSizePatterns               4
        wWidth( 0)                       1280
        wHeight( 0)                       720
        wWidth( 1)                        160
        wHeight( 1)                       120
        wWidth( 2)                        320
        wHeight( 2)                       240
        wWidth( 3)                        640
        wHeight( 3)                       480
        bNumCompressionPatterns             0
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0080  1x 128 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0b00  2x 768 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0c00  2x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       6
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1380  3x 896 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       7
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1400  3x 1024 bytes
        bInterval               1
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      1
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            5.13
  iManufacturer           3 Linux 5.13.10-arch1-1 xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 0000:00:14.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0019
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength              11
  bDescriptorType      41
  nNbrPorts            12
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x60 0x03
  PortPwrCtrlMask    0xff 0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
   Port 5: 0000.0100 power
   Port 6: 0000.0503 highspeed power enable connect
   Port 7: 0000.0100 power
   Port 8: 0000.0103 power enable connect
   Port 9: 0000.0103 power enable connect
   Port 10: 0000.0100 power
   Port 11: 0000.0100 power
   Port 12: 0000.0100 power
can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x0001> 



USB Stick plugged in

           Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 003: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          224 Wireless
  bDeviceSubClass         1 Radio Frequency
  bDeviceProtocol         1 Bluetooth
  bMaxPacketSize0        64
  idVendor           0x8087 Intel Corp.
  idProduct          0x0a2b Bluetooth wireless interface
  bcdDevice            0.10
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x00b1
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0000  1x 0 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0009  1x 9 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0009  1x 9 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0011  1x 17 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0011  1x 17 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0019  1x 25 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0019  1x 25 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0021  1x 33 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0021  1x 33 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           2
      bInterfaceClass       224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0031  1x 49 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0031  1x 49 bytes
        bInterval               1
can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x0001
  Self Powered

Bus 001 Device 002: ID 13d3:5694 IMC Networks USB2.0 HD UVC WebCam
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x13d3 IMC Networks
  idProduct          0x5694 
  bcdDevice           17.02
  iManufacturer           3 Azurewave
  iProduct                1 USB2.0 HD UVC WebCam
  iSerial                 2 0x0001
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x02df
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          4 USB Camera
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         2
      bFunctionClass         14 Video
      bFunctionSubClass       3 Video Interface Collection
      bFunctionProtocol       0 
      iFunction               5 USB2.0 HD UVC WebCam
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      1 Video Control
      bInterfaceProtocol      0 
      iInterface              5 USB2.0 HD UVC WebCam
      VideoControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdUVC               1.00
        wTotalLength       0x006b
        dwClockFrequency       15.000000MHz
        bInCollection           1
        baInterfaceNr( 0)       1
      VideoControl Interface Descriptor:
        bLength                18
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Camera Sensor
        bAssocTerminal          0
        iTerminal               0 
        wObjectiveFocalLengthMin      0
        wObjectiveFocalLengthMax      0
        wOcularFocalLength            0
        bControlSize                  3
        bmControls           0x0000000e
          Auto-Exposure Mode
          Auto-Exposure Priority
          Exposure Time (Absolute)
      VideoControl Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      5 (PROCESSING_UNIT)
      Warning: Descriptor too short
        bUnitID                 2
        bSourceID               1
        wMaxMultiplier          0
        bControlSize            2
        bmControls     0x0000157f
          Brightness
          Contrast
          Hue
          Saturation
          Sharpness
          Gamma
          White Balance Temperature
          Backlight Compensation
          Power Line Frequency
          White Balance Temperature, Auto
        iProcessing             0 
        bmVideoStandards     0x09
          None
          SECAM - 625/50
      VideoControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             3
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               6
        iTerminal               0 
      VideoControl Interface Descriptor:
        bLength                27
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 4
        guidExtensionCode         {1229a78c-47b4-4094-b0ce-db07386fb938}
        bNumControls            2
        bNrInPins               1
        baSourceID( 0)          2
        bControlSize            2
        bmControls( 0)       0x00
        bmControls( 1)       0x06
        iExtension              0 
      VideoControl Interface Descriptor:
        bLength                29
        bDescriptorType        36
        bDescriptorSubtype      6 (EXTENSION_UNIT)
        bUnitID                 6
        guidExtensionCode         {26b8105a-0713-4870-979d-da79444bb68e}
        bNumControls            1
        bNrInPins               1
        baSourceID( 0)          4
        bControlSize            4
        bmControls( 0)       0x02
        bmControls( 1)       0x00
        bmControls( 2)       0x00
        bmControls( 3)       0x00
        iExtension              7 Realtek Extended Controls Unit
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               6
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      VideoStreaming Interface Descriptor:
        bLength                            15
        bDescriptorType                    36
        bDescriptorSubtype                  1 (INPUT_HEADER)
        bNumFormats                         2
        wTotalLength                   0x01d5
        bEndPointAddress                  129
        bmInfo                              0
        bTerminalLink                       3
        bStillCaptureMethod                 2
        bTriggerSupport                     1
        bTriggerUsage                       0
        bControlSize                        1
        bmaControls( 0)                     0
        bmaControls( 1)                     0
      VideoStreaming Interface Descriptor:
        bLength                            11
        bDescriptorType                    36
        bDescriptorSubtype                  6 (FORMAT_MJPEG)
        bFormatIndex                        1
        bNumFrameDescriptors                6
        bFlags                              1
          Fixed-size samples: Yes
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 1 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                442368000
        dwMaxBitRate                442368000
        dwMaxVideoFrameBufferSize     1843200
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         2
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            160
        wHeight                           120
        dwMinBitRate                  9216000
        dwMaxBitRate                  9216000
        dwMaxVideoFrameBufferSize       38400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         3
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            176
        wHeight                           144
        dwMinBitRate                 12165120
        dwMaxBitRate                 12165120
        dwMaxVideoFrameBufferSize       50688
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         4
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                 36864000
        dwMaxBitRate                 36864000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         5
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                 48660480
        dwMaxBitRate                 48660480
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  7 (FRAME_MJPEG)
        bFrameIndex                         6
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            22
        bDescriptorType                    36
        bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
        bEndpointAddress                    0
        bNumImageSizePatterns               4
        wWidth( 0)                       1280
        wHeight( 0)                       720
        wWidth( 1)                        160
        wHeight( 1)                       120
        wWidth( 2)                        320
        wHeight( 2)                       240
        wWidth( 3)                        640
        wHeight( 3)                       480
        bNumCompressionPatterns             0
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        2
        bNumFrameDescriptors                6
        guidFormat                            {32595559-0000-0010-8000-00aa00389b71}
        bBitsPerPixel                      16
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 2 fields
          Field 1 first: No
          Field pattern: Field 1 only
        bCopyProtect                        0
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                           1280
        wHeight                           720
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize     1843200
        dwDefaultFrameInterval        1000000
        bFrameIntervalType                  1
        dwFrameInterval( 0)           1000000
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            160
        wHeight                           120
        dwMinBitRate                  9216000
        dwMaxBitRate                  9216000
        dwMaxVideoFrameBufferSize       38400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            176
        wHeight                           144
        dwMinBitRate                 12165120
        dwMaxBitRate                 12165120
        dwMaxVideoFrameBufferSize       50688
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                 36864000
        dwMaxBitRate                 36864000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                 48660480
        dwMaxBitRate                 48660480
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            30
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         6
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                147456000
        dwMaxBitRate                147456000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  1
        dwFrameInterval( 0)            333333
      VideoStreaming Interface Descriptor:
        bLength                            22
        bDescriptorType                    36
        bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
        bEndpointAddress                    0
        bNumImageSizePatterns               4
        wWidth( 0)                       1280
        wHeight( 0)                       720
        wWidth( 1)                        160
        wHeight( 1)                       120
        wWidth( 2)                        320
        wHeight( 2)                       240
        wWidth( 3)                        640
        wHeight( 3)                       480
        bNumCompressionPatterns             0
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     1 (BT.709,sRGB)
        bTransferCharacteristics            1 (BT.709)
        bMatrixCoefficients                 4 (SMPTE 170M (BT.601))
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0080  1x 128 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       2
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       3
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0400  1x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       4
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0b00  2x 768 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       5
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x0c00  2x 1024 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       6
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1380  3x 896 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       7
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x1400  3x 1024 bytes
        bInterval               1
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      1
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 010: ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.10
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0951 Kingston Technology
  idProduct          0x1666 DataTraveler 100 G3/G4/SE9 G2/50
  bcdDevice            1.10
  iManufacturer           1 Kingston
  iProduct                2 DataTraveler 3.0
  iSerial                 3 60A44C413985B2A1497501E5
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0020
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              300mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk-Only
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength       0x0016
  bNumDeviceCaps          2
  USB 2.0 Extension Device Capability:
    bLength                 7
    bDescriptorType        16
    bDevCapabilityType      2
    bmAttributes   0x00000006
      BESL Link Power Management (LPM) Supported
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x00
    wSpeedsSupported   0x000e
      Device can operate at Full Speed (12Mbps)
      Device can operate at High Speed (480Mbps)
      Device can operate at SuperSpeed (5Gbps)
    bFunctionalitySupport   2
      Lowest fully-functional device speed is High Speed (480Mbps)
    bU1DevExitLat          10 micro seconds
    bU2DevExitLat        2047 micro seconds
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            5.13
  iManufacturer           3 Linux 5.13.10-arch1-1 xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 0000:00:14.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0019
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength              11
  bDescriptorType      41
  nNbrPorts            12
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x60 0x03
  PortPwrCtrlMask    0xff 0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0503 highspeed power enable connect
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
   Port 5: 0000.0100 power
   Port 6: 0000.0503 highspeed power enable connect
   Port 7: 0000.0100 power
   Port 8: 0000.0103 power enable connect
   Port 9: 0000.0103 power enable connect
   Port 10: 0000.0100 power
   Port 11: 0000.0100 power
   Port 12: 0000.0100 power
can't get device qualifier: Resource temporarily unavailable
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x0001
  Self Powered > 

Last edited by Anon2761 (2021-08-19 12:27:03)

Offline

#7 2021-08-19 12:24:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,310

Re: USB stick not recognized by Arch

Fix your posts and wrap the outputs in [ code ]long output[ /code ] tags without the spaces.

Offline

#8 2021-08-19 12:25:49

Anon2761
Member
Registered: 2021-08-19
Posts: 7

Re: USB stick not recognized by Arch

seth wrote:

On top of that I'd rather monitor "dmesg -w" to see what's going on when you plug the key (erros, used modules etc)


USB unplugged


 [    4.159968] nouveau 0000:01:00.0: fb: 2048 MiB GDDR5
[    4.173951] input: ELAN1300:00 04F3:3059 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1300:00/0018:04F3:3059.0001/input/input12
[    4.174933] input: ELAN1300:00 04F3:3059 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1300:00/0018:04F3:3059.0001/input/input13
[    4.175200] hid-multitouch 0018:04F3:3059.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1300:00 04F3:3059] on i2c-ELAN1300:00
[    4.213539] random: crng init done
[    4.213543] random: 7 urandom warning(s) missed due to ratelimiting
[    4.214285] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.215146] fbcon: i915drmfb (fb0) is primary device
[    4.215217] Console: switching to colour frame buffer device 240x67
[    4.215226] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    4.238676] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[    4.246120] thermal thermal_zone6: failed to read out thermal zone (-61)
[    4.284690] mousedev: PS/2 mouse device common for all mice
[    4.301998] iwlwifi 0000:02:00.0: base HW address: 88:b1:11:c0:37:d5
[    4.377176] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    4.382186] intel_tcc_cooling: Programmable TCC Offset detected
[    4.382204] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[    4.382211] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.382215] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    4.382219] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    4.382221] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    4.382223] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[    4.382226] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    4.383212] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[    4.785840] mc: Linux media interface: v0.10
[    4.797315] Bluetooth: Core ver 2.22
[    4.797347] NET: Registered protocol family 31
[    4.797350] Bluetooth: HCI device and connection manager initialized
[    4.797354] Bluetooth: HCI socket layer initialized
[    4.797357] Bluetooth: L2CAP socket layer initialized
[    4.797363] Bluetooth: SCO socket layer initialized
[    4.802774] videodev: Linux video capture interface: v2.00
[    4.858579] input: HDA Intel PCH Headset Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    4.858649] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    4.858703] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    4.858764] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    4.858824] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    4.858874] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    4.858925] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    5.100551] usbcore: registered new interface driver btusb
[    5.100936] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[    5.101741] usb 1-6: Found UVC 1.00 device USB2.0 HD UVC WebCam (13d3:5694)
[    5.101938] Bluetooth: hci0: Device revision is 16
[    5.101940] Bluetooth: hci0: Secure boot is enabled
[    5.101941] Bluetooth: hci0: OTP lock is enabled
[    5.101942] Bluetooth: hci0: API lock is enabled
[    5.101943] Bluetooth: hci0: Debug lock is disabled
[    5.101943] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    5.104090] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[    5.106230] input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input21
[    5.106349] usbcore: registered new interface driver uvcvideo
[    5.691248] kauditd_printk_skb: 28 callbacks suppressed
[    5.691252] audit: type=1103 audit(1629362115.696:39): pid=736 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    5.706742] audit: type=1130 audit(1629362115.710:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.718443] audit: type=1101 audit(1629362115.723:41): pid=740 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.718488] audit: type=1103 audit(1629362115.723:42): pid=740 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    5.718554] audit: type=1006 audit(1629362115.723:43): pid=740 uid=0 old-auid=4294967295 auid=972 tty=(none) old-ses=4294967295 ses=1 res=1
[    5.718561] audit: type=1300 audit(1629362115.723:43): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffc1f0e12c0 a2=3 a3=3cc items=0 ppid=1 pid=740 auid=972 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
[    5.718565] audit: type=1327 audit(1629362115.723:43): proctitle="(systemd)"
[    5.720064] audit: type=1105 audit(1629362115.723:44): pid=740 uid=0 auid=972 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.725863] audit: type=1334 audit(1629362115.730:45): prog-id=23 op=LOAD
[    5.725869] audit: type=1300 audit(1629362115.730:45): arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffe52fdf160 a2=78 a3=7ffe52fdf160 items=0 ppid=1 pid=740 auid=972 uid=972 gid=972 euid=972 suid=972 fsuid=972 egid=972 sgid=972 fsgid=972 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
[    6.198759] ------------[ cut here ]------------
[    6.198762] nouveau 0000:01:00.0: timeout
[    6.198788] WARNING: CPU: 4 PID: 299 at drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:107 nvkm_pmu_reset+0x1a6/0x1c0 [nouveau]
[    6.198892] Modules linked in: uvcvideo videobuf2_vmalloc videobuf2_memops snd_hda_codec_hdmi videobuf2_v4l2 btusb videobuf2_common btrtl btbcm btintel videodev bluetooth mc ecdh_generic ecc snd_soc_skl snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi intel_tcc_cooling snd_hda_codec_realtek x86_pkg_temp_thermal snd_soc_core snd_hda_codec_generic intel_powerclamp joydev coretemp snd_compress ledtrig_audio mousedev ac97_bus kvm_intel snd_pcm_dmaengine iwlmvm iTCO_wdt intel_pmc_bxt snd_hda_intel kvm hid_multitouch iTCO_vendor_support snd_intel_dspcfg asus_nb_wmi mei_hdcp asus_wmi intel_rapl_msr mac80211 snd_intel_sdw_acpi irqbypass sparse_keymap wmi_bmof crct10dif_pclmul snd_hda_codec libarc4 crc32_pclmul ghash_clmulni_intel snd_hda_core iwlwifi aesni_intel snd_hwdep crypto_simd nouveau(+) cryptd snd_pcm rapl i915 intel_cstate cfg80211 snd_timer mxm_wmi drm_ttm_helper intel_uncore snd i2c_i801 ttm pcspkr i2c_smbus i2c_algo_bit
[    6.198941]  soundcore rfkill drm_kms_helper cec mei_me processor_thermal_device intel_gtt processor_thermal_rfim mei syscopyarea processor_thermal_mbox intel_lpss_pci processor_thermal_rapl sysfillrect intel_rapl_common intel_lpss sysimgblt intel_xhci_usb_role_switch idma64 fb_sys_fops roles intel_soc_dts_iosf intel_pch_thermal i2c_hid_acpi i2c_hid tpm_crb int3403_thermal tpm_tis acpi_als int340x_thermal_zone industrialio_triggered_buffer tpm_tis_core kfifo_buf int3400_thermal video wmi tpm mac_hid industrialio acpi_thermal_rel rng_core asus_wireless acpi_pad squashfs loop drm crypto_user fuse agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 i8042 xhci_pci crc32c_intel xhci_pci_renesas serio
[    6.198980] CPU: 4 PID: 299 Comm: systemd-udevd Not tainted 5.13.10-arch1-1 #1
[    6.198983] Hardware name: ASUSTeK COMPUTER INC. UX430UNR/UX430UNR, BIOS UX430UNR.305 03/19/2018
[    6.198984] RIP: 0010:nvkm_pmu_reset+0x1a6/0x1c0 [nouveau]
[    6.199071] Code: 04 24 48 8b 40 10 48 8b 78 10 4c 8b 67 50 4d 85 e4 74 1e e8 dc 08 53 f5 4c 89 e2 48 c7 c7 a9 7b 0a c1 48 89 c6 e8 df a7 8c f5 <0f> 0b e9 4b ff ff ff 4c 8b 27 eb dd 4c 8b 27 eb a5 e8 b4 98 91 f5
[    6.199073] RSP: 0018:ffffa897c11af708 EFLAGS: 00010286
[    6.199075] RAX: 0000000000000000 RBX: ffff9bba0c30e800 RCX: 0000000000000027
[    6.199077] RDX: ffff9bbb66d18728 RSI: 0000000000000001 RDI: ffff9bbb66d18720
[    6.199078] RBP: ffff9bba1710d800 R08: 0000000000000000 R09: ffffa897c11af538
[    6.199079] R10: ffffa897c11af530 R11: ffffffffb78ccde8 R12: ffff9bba013c0770
[    6.199080] R13: ffff9bba0c30e800 R14: 0000000000000000 R15: 00000000f7e7aef3
[    6.199082] FS:  00007f5b7a84fa40(0000) GS:ffff9bbb66d00000(0000) knlGS:0000000000000000
[    6.199084] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    6.199085] CR2: 0000561242640ea8 CR3: 0000000117106001 CR4: 00000000003706e0
[    6.199087] Call Trace:
[    6.199092]  nvkm_pmu_init+0x16/0x40 [nouveau]
[    6.199177]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[    6.199240]  ? ktime_get+0x38/0x90
[    6.199245]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[    6.199336]  nvkm_udevice_init+0x41/0x60 [nouveau]
[    6.199423]  nvkm_object_init+0x3e/0x110 [nouveau]
[    6.199486]  nvkm_ioctl_new+0x174/0x210 [nouveau]
[    6.199546]  ? nvkm_client_notify+0x30/0x30 [nouveau]
[    6.199605]  ? nvkm_udevice_rd08+0x20/0x20 [nouveau]
[    6.199694]  nvkm_ioctl+0xdc/0x180 [nouveau]
[    6.199756]  nvif_object_ctor+0x122/0x1c0 [nouveau]
[    6.199819]  nvif_device_ctor+0x1f/0x60 [nouveau]
[    6.199878]  nouveau_cli_init+0x18c/0x480 [nouveau]
[    6.199974]  nouveau_drm_device_init+0x74/0x7a0 [nouveau]
[    6.200065]  ? pci_bus_read_config_word+0x49/0x70
[    6.200069]  nouveau_drm_probe+0x130/0x1f0 [nouveau]
[    6.200159]  local_pci_probe+0x42/0x80
[    6.200163]  ? pci_match_device+0xd7/0x110
[    6.200165]  pci_device_probe+0xfa/0x1b0
[    6.200169]  really_probe+0x225/0x490
[    6.200173]  driver_probe_device+0xe8/0x160
[    6.200176]  device_driver_attach+0xa1/0xb0
[    6.200180]  __driver_attach+0x8f/0x150
[    6.200190]  ? device_driver_attach+0xb0/0xb0
[    6.200193]  ? device_driver_attach+0xb0/0xb0
[    6.200196]  bus_for_each_dev+0x89/0xd0
[    6.200200]  bus_add_driver+0x12b/0x1e0
[    6.200203]  driver_register+0x8f/0xe0
[    6.200207]  ? 0xffffffffc0a31000
[    6.200208]  do_one_initcall+0x57/0x220
[    6.200213]  do_init_module+0x5c/0x270
[    6.200216]  load_module+0x2545/0x2740
[    6.200222]  ? __do_sys_init_module+0x12e/0x1b0
[    6.200224]  __do_sys_init_module+0x12e/0x1b0
[    6.200227]  do_syscall_64+0x40/0x80
[    6.200231]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[    6.200236] RIP: 0033:0x7f5b7b18632e
[    6.200238] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[    6.200240] RSP: 002b:00007fff46815548 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[    6.200242] RAX: ffffffffffffffda RBX: 0000555675735380 RCX: 00007f5b7b18632e
[    6.200244] RDX: 00007f5b7b2dda9d RSI: 00000000004cee31 RDI: 00007f5b79076010
[    6.200245] RBP: 00007f5b79076010 R08: 00007f5b795d9000 R09: 0000000000000000
[    6.200246] R10: 0000555675731ca0 R11: 0000000000000246 R12: 00007f5b7b2dda9d
[    6.200247] R13: 0000555675735380 R14: 0000555675663db0 R15: 0000555675735380
[    6.200249] ---[ end trace a56b16e142ae16f3 ]---
[    6.203474] vga_switcheroo: enabled
[    6.203501] nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB
[    6.203503] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[    6.203505] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[    6.203507] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[    6.203508] nouveau 0000:01:00.0: DRM: Pointer to TMDS table not found
[    6.203509] nouveau 0000:01:00.0: DRM: DCB version 4.1
[    6.204049] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    6.204321] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[    6.583805] Bluetooth: hci0: Waiting for firmware download to complete
[    6.583951] Bluetooth: hci0: Firmware loaded in 1445175 usecs
[    6.584001] Bluetooth: hci0: Waiting for device to boot
[    6.597003] Bluetooth: hci0: Device booted in 12715 usecs
[    6.597409] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[    6.600050] Bluetooth: hci0: Applying Intel DDC parameters completed
[    6.601147] Bluetooth: hci0: Reading supported features failed (-16)
[    6.601153] Bluetooth: hci0: Telemetry exception format not supported
[    6.602160] Bluetooth: hci0: Firmware revision 0.1 build 197 week 12 2021
[    9.082597] wlp2s0: authenticate with 44:ce:7d:29:25:c4
[    9.097995] wlp2s0: send auth to 44:ce:7d:29:25:c4 (try 1/3)
[    9.105825] wlp2s0: authenticated
[    9.106935] wlp2s0: associate with 44:ce:7d:29:25:c4 (try 1/3)
[    9.110997] wlp2s0: RX AssocResp from 44:ce:7d:29:25:c4 (capab=0x411 status=0 aid=3)
[    9.120706] wlp2s0: associated
[   10.184886] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   11.557200] kauditd_printk_skb: 5 callbacks suppressed
[   11.557206] audit: type=1100 audit(1629362121.563:50): pid=784 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.558876] audit: type=1101 audit(1629362121.563:51): pid=784 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.729538] audit: type=1106 audit(1629362121.733:52): pid=736 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.729596] audit: type=1104 audit(1629362121.733:53): pid=736 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.738675] audit: type=1103 audit(1629362121.743:54): pid=784 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.738861] audit: type=1006 audit(1629362121.743:55): pid=784 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   11.738876] audit: type=1300 audit(1629362121.743:55): arch=c000003e syscall=1 success=yes exit=4 a0=b a1=7fff0764a770 a2=4 a3=3e8 items=0 ppid=368 pid=784 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
[   11.738889] audit: type=1327 audit(1629362121.743:55): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003134003231
[   11.780705] audit: type=1130 audit(1629362121.786:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.797979] audit: type=1101 audit(1629362121.803:57): pid=808 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="nico" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.900029] kauditd_printk_skb: 20 callbacks suppressed
[   21.900033] audit: type=1131 audit(1629362131.903:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.912479] audit: type=1131 audit(1629362131.916:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.939131] audit: type=1131 audit(1629362143.943:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   34.040437] audit: type=1334 audit(1629362144.046:77): prog-id=22 op=UNLOAD
[   34.040452] audit: type=1334 audit(1629362144.046:78): prog-id=21 op=UNLOAD
[   34.040458] audit: type=1334 audit(1629362144.046:79): prog-id=20 op=UNLOAD
[   45.241149] audit: type=1131 audit(1629362155.246:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   98.061938] audit: type=1100 audit(1629362208.066:81): pid=1423 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   98.063338] audit: type=1101 audit(1629362208.066:82): pid=1423 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   98.064334] audit: type=1110 audit(1629362208.070:83): pid=1423 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   98.064471] audit: type=1105 audit(1629362208.070:84): pid=1423 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  202.987875] audit: type=1105 audit(1629362312.993:85): pid=1446 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  204.293349] audit: type=1105 audit(1629362314.296:86): pid=1450 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  215.247537] audit: type=1334 audit(1629362325.253:87): prog-id=11 op=UNLOAD
[  215.251049] audit: type=1334 audit(1629362325.256:88): prog-id=17 op=UNLOAD
[  215.254825] audit: type=1334 audit(1629362325.260:89): prog-id=14 op=UNLOAD
[  215.496643] audit: type=1334 audit(1629362325.500:90): prog-id=27 op=LOAD
[  215.496879] audit: type=1334 audit(1629362325.503:91): prog-id=28 op=LOAD
[  215.496975] audit: type=1334 audit(1629362325.503:92): prog-id=29 op=LOAD
[  215.496997] audit: type=1334 audit(1629362325.503:93): prog-id=12 op=UNLOAD
[  215.497008] audit: type=1334 audit(1629362325.503:94): prog-id=13 op=UNLOAD
[  215.499021] audit: type=1334 audit(1629362325.503:95): prog-id=30 op=LOAD
[  215.499189] audit: type=1334 audit(1629362325.503:96): prog-id=31 op=LOAD
[  284.513584] kauditd_printk_skb: 14 callbacks suppressed
[  284.513587] audit: type=1105 audit(1629362394.520:111): pid=1543 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  286.094018] audit: type=1105 audit(1629362396.100:112): pid=1547 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  366.270610] audit: type=1105 audit(1629362476.276:113): pid=1564 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  368.177885] audit: type=1105 audit(1629362478.183:114): pid=1568 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  503.681335] audit: type=1105 audit(1629362613.686:115): pid=1582 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  505.683459] audit: type=1105 audit(1629362615.686:116): pid=1586 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  585.992602] audit: type=1105 audit(1629362695.996:117): pid=1593 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  587.641622] audit: type=1105 audit(1629362697.646:118): pid=1597 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  667.844248] audit: type=1105 audit(1629362777.850:119): pid=1607 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  668.652617] audit: type=1105 audit(1629362778.656:120): pid=1611 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  905.344285] audit: type=1105 audit(1629363015.350:121): pid=1631 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  905.389297] audit: type=1130 audit(1629363015.393:122): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  905.389310] audit: type=1131 audit(1629363015.393:123): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  907.417884] audit: type=1105 audit(1629363017.423:124): pid=1637 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1053.818760] audit: type=1105 audit(1629363163.823:125): pid=1654 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1055.598045] audit: type=1105 audit(1629363165.603:126): pid=1658 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1279.879269] audit: type=1100 audit(1629363389.883:127): pid=7409 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1279.880932] audit: type=1101 audit(1629363389.886:128): pid=7409 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1279.882115] audit: type=1110 audit(1629363389.886:129): pid=7409 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1279.882320] audit: type=1105 audit(1629363389.886:130): pid=7409 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1280.640014] audit: type=1106 audit(1629363390.643:131): pid=7409 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1280.640229] audit: type=1104 audit(1629363390.646:132): pid=7409 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1595.373441] audit: type=1105 audit(1629363705.380:133): pid=9496 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1596.770201] audit: type=1105 audit(1629363706.776:134): pid=9500 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1676.952319] audit: type=1105 audit(1629363786.956:135): pid=9509 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1678.292371] audit: type=1105 audit(1629363788.296:136): pid=9513 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1829.184244] audit: type=1105 audit(1629363939.190:137): pid=9527 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1830.725194] audit: type=1105 audit(1629363940.730:138): pid=9531 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1990.626017] audit: type=1100 audit(1629364100.630:139): pid=19048 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1990.627618] audit: type=1101 audit(1629364100.633:140): pid=19048 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1990.628787] audit: type=1110 audit(1629364100.633:141): pid=19048 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1990.628939] audit: type=1105 audit(1629364100.633:142): pid=19048 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2001.267971] audit: type=1106 audit(1629364111.273:143): pid=19048 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2001.268056] audit: type=1104 audit(1629364111.273:144): pid=19048 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2086.220333] audit: type=1105 audit(1629364196.226:145): pid=19180 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 2088.331203] audit: type=1105 audit(1629364198.336:146): pid=19184 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 2284.722628] audit: type=1100 audit(1629364394.726:147): pid=19819 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2284.723956] audit: type=1101 audit(1629364394.730:148): pid=19819 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2284.724889] audit: type=1110 audit(1629364394.730:149): pid=19819 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2284.725044] audit: type=1105 audit(1629364394.730:150): pid=19819 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2285.037813] audit: type=1106 audit(1629364395.043:151): pid=19819 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2285.037881] audit: type=1104 audit(1629364395.043:152): pid=19819 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2351.186066] audit: type=1334 audit(1629364461.190:153): prog-id=38 op=LOAD
[ 2351.186234] audit: type=1334 audit(1629364461.190:154): prog-id=39 op=LOAD
[ 2351.186280] audit: type=1334 audit(1629364461.190:155): prog-id=40 op=LOAD
[ 2351.277962] audit: type=1130 audit(1629364461.283:156): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2381.327797] audit: type=1131 audit(1629364491.333:157): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2381.443275] audit: type=1334 audit(1629364491.450:158): prog-id=40 op=UNLOAD
[ 2381.443309] audit: type=1334 audit(1629364491.450:159): prog-id=39 op=UNLOAD
[ 2381.443325] audit: type=1334 audit(1629364491.450:160): prog-id=38 op=UNLOAD
[ 2595.606104] audit: type=1100 audit(1629364705.610:161): pid=20583 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2595.607683] audit: type=1101 audit(1629364705.613:162): pid=20583 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2595.608678] audit: type=1110 audit(1629364705.613:163): pid=20583 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2595.608823] audit: type=1105 audit(1629364705.613:164): pid=20583 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2595.921342] audit: type=1106 audit(1629364705.926:165): pid=20583 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2595.921403] audit: type=1104 audit(1629364705.926:166): pid=20583 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2599.617873] audit: type=1101 audit(1629364709.623:167): pid=20587 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2599.619436] audit: type=1110 audit(1629364709.623:168): pid=20587 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2599.619779] audit: type=1105 audit(1629364709.626:169): pid=20587 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2599.937089] audit: type=1106 audit(1629364709.943:170): pid=20587 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2885.824439] kauditd_printk_skb: 1 callbacks suppressed
[ 2885.824443] audit: type=1326 audit(1629364995.830:172): auid=1000 uid=1000 gid=1000 ses=2 pid=21365 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f7fc5167c7f code=0x50000
[ 2885.824486] audit: type=1326 audit(1629364995.830:173): auid=1000 uid=1000 gid=1000 ses=2 pid=21365 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f7fc5167c7f code=0x50000
[ 2885.824491] audit: type=1326 audit(1629364995.830:174): auid=1000 uid=1000 gid=1000 ses=2 pid=21365 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f7fc5167c7f code=0x50000
[ 2885.824514] audit: type=1326 audit(1629364995.830:175): auid=1000 uid=1000 gid=1000 ses=2 pid=21365 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f7fc5167c7f code=0x50000
[ 3068.531685] audit: type=1105 audit(1629365178.536:176): pid=21659 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 3069.671732] audit: type=1105 audit(1629365179.676:177): pid=21663 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 3147.409645] loop10: detected capacity change from 0 to 8
[ 3147.572530] audit: type=1130 audit(1629365257.576:178): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3149.683406] audit: type=1326 audit(1629365259.690:179): auid=1000 uid=1000 gid=1000 ses=2 pid=21997 comm="signal-desktop" exe="/snap/signal-desktop/362/opt/Signal/signal-desktop" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa9a1ebbc7f code=0x50000
[ 3149.683450] audit: type=1326 audit(1629365259.690:180): auid=1000 uid=1000 gid=1000 ses=2 pid=21997 comm="signal-desktop" exe="/snap/signal-desktop/362/opt/Signal/signal-desktop" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa9a1ebbc7f code=0x50000
[ 3149.683469] audit: type=1326 audit(1629365259.690:181): auid=1000 uid=1000 gid=1000 ses=2 pid=21997 comm="signal-desktop" exe="/snap/signal-desktop/362/opt/Signal/signal-desktop" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa9a1ebbc7f code=0x50000
[ 3149.683530] audit: type=1326 audit(1629365259.690:182): auid=1000 uid=1000 gid=1000 ses=2 pid=21997 comm="signal-desktop" exe="/snap/signal-desktop/362/opt/Signal/signal-desktop" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa9a1ebbc7f code=0x50000
[ 3227.590892] nouveau 0000:01:00.0: Enabling HDA controller
[ 3229.728478] ------------[ cut here ]------------
[ 3229.728482] nouveau 0000:01:00.0: timeout
[ 3229.728510] WARNING: CPU: 4 PID: 2806 at drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:107 nvkm_pmu_reset+0x1a6/0x1c0 [nouveau]
[ 3229.728608] Modules linked in: ccm uvcvideo videobuf2_vmalloc videobuf2_memops snd_hda_codec_hdmi videobuf2_v4l2 btusb videobuf2_common btrtl btbcm btintel videodev bluetooth mc ecdh_generic ecc snd_soc_skl snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi intel_tcc_cooling snd_hda_codec_realtek x86_pkg_temp_thermal snd_soc_core snd_hda_codec_generic intel_powerclamp joydev coretemp snd_compress ledtrig_audio mousedev ac97_bus kvm_intel snd_pcm_dmaengine iwlmvm iTCO_wdt intel_pmc_bxt snd_hda_intel kvm hid_multitouch iTCO_vendor_support snd_intel_dspcfg asus_nb_wmi mei_hdcp asus_wmi intel_rapl_msr mac80211 snd_intel_sdw_acpi irqbypass sparse_keymap wmi_bmof crct10dif_pclmul snd_hda_codec libarc4 crc32_pclmul ghash_clmulni_intel snd_hda_core iwlwifi aesni_intel snd_hwdep crypto_simd nouveau cryptd snd_pcm rapl i915 intel_cstate cfg80211 snd_timer mxm_wmi drm_ttm_helper intel_uncore snd i2c_i801 ttm pcspkr i2c_smbus i2c_algo_bit
[ 3229.728665]  soundcore rfkill drm_kms_helper cec mei_me processor_thermal_device intel_gtt processor_thermal_rfim mei syscopyarea processor_thermal_mbox intel_lpss_pci processor_thermal_rapl sysfillrect intel_rapl_common intel_lpss sysimgblt intel_xhci_usb_role_switch idma64 fb_sys_fops roles intel_soc_dts_iosf intel_pch_thermal i2c_hid_acpi i2c_hid tpm_crb int3403_thermal tpm_tis acpi_als int340x_thermal_zone industrialio_triggered_buffer tpm_tis_core kfifo_buf int3400_thermal video wmi tpm mac_hid industrialio acpi_thermal_rel rng_core asus_wireless acpi_pad squashfs loop drm crypto_user fuse agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 i8042 xhci_pci crc32c_intel xhci_pci_renesas serio
[ 3229.728713] CPU: 4 PID: 2806 Comm: kworker/4:0 Tainted: G        W         5.13.10-arch1-1 #1
[ 3229.728717] Hardware name: ASUSTeK COMPUTER INC. UX430UNR/UX430UNR, BIOS UX430UNR.305 03/19/2018
[ 3229.728719] Workqueue: pm pm_runtime_work
[ 3229.728725] RIP: 0010:nvkm_pmu_reset+0x1a6/0x1c0 [nouveau]
[ 3229.728809] Code: 04 24 48 8b 40 10 48 8b 78 10 4c 8b 67 50 4d 85 e4 74 1e e8 dc 08 53 f5 4c 89 e2 48 c7 c7 a9 7b 0a c1 48 89 c6 e8 df a7 8c f5 <0f> 0b e9 4b ff ff ff 4c 8b 27 eb dd 4c 8b 27 eb a5 e8 b4 98 91 f5
[ 3229.728812] RSP: 0018:ffffa897c456fba8 EFLAGS: 00010286
[ 3229.728814] RAX: 0000000000000000 RBX: ffff9bba0c30e800 RCX: 0000000000000027
[ 3229.728816] RDX: ffff9bbb66d18728 RSI: 0000000000000001 RDI: ffff9bbb66d18720
[ 3229.728818] RBP: ffff9bba1710d800 R08: 0000000000000000 R09: ffffa897c456f9d8
[ 3229.728819] R10: ffffa897c456f9d0 R11: ffffffffb78ccde8 R12: ffff9bba013c0770
[ 3229.728820] R13: ffff9bba0c30e800 R14: 0000000000000000 R15: 000002ef8031538c
[ 3229.728822] FS:  0000000000000000(0000) GS:ffff9bbb66d00000(0000) knlGS:0000000000000000
[ 3229.728824] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3229.728826] CR2: 00002062734ab008 CR3: 0000000118ae2004 CR4: 00000000003706e0
[ 3229.728828] Call Trace:
[ 3229.728834]  nvkm_pmu_init+0x16/0x40 [nouveau]
[ 3229.728915]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[ 3229.728965]  ? ktime_get+0x38/0x90
[ 3229.728969]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[ 3229.729053]  nvkm_udevice_init+0x41/0x60 [nouveau]
[ 3229.729137]  nvkm_object_init+0x3e/0x110 [nouveau]
[ 3229.729187]  nvkm_object_init+0x73/0x110 [nouveau]
[ 3229.729236]  nvkm_object_init+0x73/0x110 [nouveau]
[ 3229.729285]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[ 3229.729373]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[ 3229.729475]  pci_pm_runtime_resume+0xaa/0xc0
[ 3229.729480]  ? pci_pm_freeze_noirq+0x100/0x100
[ 3229.729483]  __rpm_callback+0x7b/0x130
[ 3229.729487]  ? pci_pm_freeze_noirq+0x100/0x100
[ 3229.729490]  rpm_callback+0x1f/0x70
[ 3229.729493]  rpm_resume+0x55b/0x800
[ 3229.729497]  pm_runtime_work+0x6c/0xa0
[ 3229.729501]  process_one_work+0x1e3/0x3b0
[ 3229.729505]  worker_thread+0x50/0x3b0
[ 3229.729508]  ? process_one_work+0x3b0/0x3b0
[ 3229.729511]  kthread+0x133/0x160
[ 3229.729513]  ? set_kthread_struct+0x40/0x40
[ 3229.729516]  ret_from_fork+0x22/0x30
[ 3229.729522] ---[ end trace a56b16e142ae16f4 ]---
[ 3617.434676] audit: type=1100 audit(1629365727.440:183): pid=24238 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 3617.439244] audit: type=1101 audit(1629365727.443:184): pid=24238 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 3617.440475] audit: type=1110 audit(1629365727.446:185): pid=24238 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 3617.440658] audit: type=1105 audit(1629365727.446:186): pid=24238 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 3617.764941] audit: type=1106 audit(1629365727.770:187): pid=24238 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 3617.765005] audit: type=1104 audit(1629365727.770:188): pid=24238 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 3840.268764] audit: type=1105 audit(1629365950.273:189): pid=24270 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 3841.538586] audit: type=1105 audit(1629365951.543:190): pid=24274 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 3921.870478] audit: type=1105 audit(1629366031.876:191): pid=24284 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 4185.294873] audit: type=1105 audit(1629366295.300:192): pid=24308 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 4188.680160] audit: type=1100 audit(1629366298.686:193): pid=24344 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="nico" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[ 4198.039464] usb 1-2: new high-speed USB device number 5 using xhci_hcd
[ 4198.184908] usb 1-2: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[ 4198.184921] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4198.184927] usb 1-2: Product: DataTraveler 3.0
[ 4198.184930] usb 1-2: Manufacturer: Kingston
[ 4198.184934] usb 1-2: SerialNumber: 60A44C413985B2A1497501E5
[ 4198.798588] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 4198.798970] scsi host3: usb-storage 1-2:1.0
[ 4198.799143] usbcore: registered new interface driver usb-storage
[ 4198.803964] usbcore: registered new interface driver uas
[ 4199.820989] scsi 3:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 4199.822224] sd 3:0:0:0: [sdb] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 4199.822730] sd 3:0:0:0: [sdb] Write Protect is off
[ 4199.822739] sd 3:0:0:0: [sdb] Mode Sense: 45 00 00 00
[ 4199.823184] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 4201.990567]  sdb: sdb1 sdb2
[ 4202.007600] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[ 4284.166209] usb 1-2: USB disconnect, device number 5
[ 4290.672851] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 4290.691638] usb 2-1: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[ 4290.691651] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4290.691656] usb 2-1: Product: DataTraveler 3.0
[ 4290.691659] usb 2-1: Manufacturer: Kingston
[ 4290.691663] usb 2-1: SerialNumber: 60A44C413985B2A1497501E5
[ 4290.693034] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 4290.693509] scsi host3: usb-storage 2-1:1.0
[ 4291.714860] scsi 3:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 4291.715855] sd 3:0:0:0: [sdb] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 4291.716268] sd 3:0:0:0: [sdb] Write Protect is off
[ 4291.716277] sd 3:0:0:0: [sdb] Mode Sense: 45 00 00 00
[ 4291.716572] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 4291.763082]  sdb: sdb1 sdb2
[ 4291.794031] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[ 4344.539466] usb 1-1: new high-speed USB device number 7 using xhci_hcd
[ 4344.662903] usb 1-1: Device not responding to setup address.
[ 4344.869509] usb 1-1: Device not responding to setup address.
[ 4344.889587] usb 2-1: USB disconnect, device number 2
[ 4345.076119] usb 1-1: device not accepting address 7, error -71
[ 4356.045234] audit: type=1100 audit(1629366466.050:194): pid=24534 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4356.048069] audit: type=1101 audit(1629366466.053:195): pid=24534 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4356.050100] audit: type=1110 audit(1629366466.056:196): pid=24534 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4356.050456] audit: type=1105 audit(1629366466.056:197): pid=24534 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4356.399526] audit: type=1106 audit(1629366466.406:198): pid=24534 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4356.399596] audit: type=1104 audit(1629366466.406:199): pid=24534 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4360.544320] audit: type=1101 audit(1629366470.550:200): pid=24536 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4360.546526] audit: type=1110 audit(1629366470.553:201): pid=24536 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4360.546862] audit: type=1105 audit(1629366470.553:202): pid=24536 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4360.903082] audit: type=1106 audit(1629366470.910:203): pid=24536 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4362.531359] kauditd_printk_skb: 1 callbacks suppressed
[ 4362.531364] audit: type=1101 audit(1629366472.536:205): pid=24539 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4362.532399] audit: type=1110 audit(1629366472.536:206): pid=24539 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4362.532498] audit: type=1105 audit(1629366472.536:207): pid=24539 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4362.811992] audit: type=1106 audit(1629366472.816:208): pid=24539 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4362.812095] audit: type=1104 audit(1629366472.816:209): pid=24539 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4384.391674] audit: type=1101 audit(1629366494.396:210): pid=24556 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4384.393934] audit: type=1110 audit(1629366494.400:211): pid=24556 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4384.394276] audit: type=1105 audit(1629366494.400:212): pid=24556 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4384.739865] audit: type=1106 audit(1629366494.746:213): pid=24556 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4384.739950] audit: type=1104 audit(1629366494.746:214): pid=24556 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4388.541759] audit: type=1101 audit(1629366498.546:215): pid=24558 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4388.543828] audit: type=1110 audit(1629366498.550:216): pid=24558 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4388.544211] audit: type=1105 audit(1629366498.550:217): pid=24558 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4388.895943] audit: type=1106 audit(1629366498.903:218): pid=24558 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4388.896040] audit: type=1104 audit(1629366498.903:219): pid=24558 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4460.101371] audit: type=1326 audit(1629366570.106:220): auid=1000 uid=1000 gid=1000 ses=2 pid=24683 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f766ce02c7f code=0x50000
[ 4460.101377] audit: type=1326 audit(1629366570.106:221): auid=1000 uid=1000 gid=1000 ses=2 pid=24683 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f766ce02c7f code=0x50000
[ 4460.101413] audit: type=1326 audit(1629366570.106:222): auid=1000 uid=1000 gid=1000 ses=2 pid=24683 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f766ce02c7f code=0x50000
[ 4460.101488] audit: type=1326 audit(1629366570.106:223): auid=1000 uid=1000 gid=1000 ses=2 pid=24683 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f766ce02c7f code=0x50000
[ 5182.709502] audit: type=1105 audit(1629367292.716:224): pid=24986 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 5920.815709] audit: type=1105 audit(1629368030.823:225): pid=25038 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 5925.656631] audit: type=1100 audit(1629368035.663:226): pid=25074 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="nico" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[ 6144.592406] usb 1-2: new high-speed USB device number 9 using xhci_hcd
[ 6144.735536] usb 1-2: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[ 6144.735549] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6144.735554] usb 1-2: Product: DataTraveler 3.0
[ 6144.735557] usb 1-2: Manufacturer: Kingston
[ 6144.735560] usb 1-2: SerialNumber: 60A44C413985B2A1497501E5
[ 6144.737464] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 6144.738018] scsi host3: usb-storage 1-2:1.0
[ 6145.741427] scsi 3:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 6145.743179] sd 3:0:0:0: [sdb] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 6145.743562] sd 3:0:0:0: [sdb] Write Protect is off
[ 6145.743570] sd 3:0:0:0: [sdb] Mode Sense: 45 00 00 00
[ 6145.743955] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 6145.792336]  sdb: sdb1 sdb2
[ 6145.833726] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[ 6286.105893] usb 1-2: USB disconnect, device number 9
[ 6619.786026] audit: type=1105 audit(1629368729.793:227): pid=25329 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 6621.506731] audit: type=1105 audit(1629368731.513:228): pid=25333 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 6906.402102] audit: type=1105 audit(1629369016.410:229): pid=25362 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 6909.314367] audit: type=1105 audit(1629369019.320:230): pid=25367 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7024.814934] audit: type=1105 audit(1629369134.820:231): pid=25380 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7026.232969] audit: type=1105 audit(1629369136.240:232): pid=25384 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7106.697881] audit: type=1105 audit(1629369216.703:233): pid=25398 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7108.458220] audit: type=1105 audit(1629369218.463:234): pid=25402 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7189.474286] audit: type=1105 audit(1629369299.480:235): pid=25409 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7200.245635] audit: type=1105 audit(1629369310.253:236): pid=25413 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7282.698255] audit: type=1105 audit(1629369392.703:237): pid=25431 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7284.811980] audit: type=1105 audit(1629369394.820:238): pid=25437 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7427.283438] audit: type=1105 audit(1629369537.290:239): pid=25457 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7428.896206] audit: type=1105 audit(1629369538.903:240): pid=25461 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7566.705242] audit: type=1105 audit(1629369676.713:241): pid=25478 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7789.092233] audit: type=1105 audit(1629369899.100:242): pid=25498 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7793.624207] audit: type=1100 audit(1629369903.630:243): pid=25533 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="nico" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[ 7950.726219] audit: type=1105 audit(1629370060.733:244): pid=25562 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 8124.934231] audit: type=1105 audit(1629370234.940:245): pid=25576 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 8131.551507] audit: type=1100 audit(1629370241.556:246): pid=25613 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="nico" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[ 8213.957537] audit: type=1105 audit(1629370323.963:247): pid=25624 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 8424.516462] audit: type=1105 audit(1629370534.523:248): pid=25644 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 8429.881979] audit: type=1100 audit(1629370539.890:249): pid=25683 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="nico" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[ 8523.453145] audit: type=1105 audit(1629370633.460:250): pid=25698 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[12740.174207] audit: type=1105 audit(1629374850.183:251): pid=25969 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[12744.255712] audit: type=1100 audit(1629374854.263:252): pid=26004 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="nico" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[12836.723110] audit: type=1326 audit(1629374946.730:253): auid=1000 uid=1000 gid=1000 ses=2 pid=26106 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa0c5605c7f code=0x50000
[12836.723153] audit: type=1326 audit(1629374946.730:254): auid=1000 uid=1000 gid=1000 ses=2 pid=26106 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa0c5605c7f code=0x50000
[12836.723160] audit: type=1326 audit(1629374946.730:255): auid=1000 uid=1000 gid=1000 ses=2 pid=26106 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa0c5605c7f code=0x50000
[12836.723262] audit: type=1326 audit(1629374946.730:256): auid=1000 uid=1000 gid=1000 ses=2 pid=26106 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa0c5605c7f code=0x50000
[13063.664874] audit: type=1105 audit(1629375173.673:257): pid=26204 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[13118.133538] audit: type=1105 audit(1629375228.140:258): pid=26210 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[13389.179498] audit: type=1100 audit(1629375499.187:259): pid=26332 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13389.181116] audit: type=1101 audit(1629375499.190:260): pid=26332 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13389.181977] audit: type=1110 audit(1629375499.190:261): pid=26332 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13389.182128] audit: type=1105 audit(1629375499.190:262): pid=26332 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13389.864577] audit: type=1106 audit(1629375499.873:263): pid=26332 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13389.864752] audit: type=1104 audit(1629375499.873:264): pid=26332 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13533.617319] usb 1-2: new high-speed USB device number 10 using xhci_hcd
[13533.762852] usb 1-2: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[13533.762865] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[13533.762870] usb 1-2: Product: DataTraveler 3.0
[13533.762874] usb 1-2: Manufacturer: Kingston
[13533.762878] usb 1-2: SerialNumber: 60A44C413985B2A1497501E5
[13533.764549] usb-storage 1-2:1.0: USB Mass Storage device detected
[13533.764981] scsi host3: usb-storage 1-2:1.0
[13534.779863] scsi 3:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[13534.780990] sd 3:0:0:0: [sdb] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB)
[13534.781397] sd 3:0:0:0: [sdb] Write Protect is off
[13534.781403] sd 3:0:0:0: [sdb] Mode Sense: 45 00 00 00
[13534.781850] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[13534.836902]  sdb: sdb1 sdb2
[13534.872634] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[13585.688917] audit: type=1100 audit(1629375695.697:265): pid=26465 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13585.690664] audit: type=1101 audit(1629375695.700:266): pid=26465 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13585.691701] audit: type=1110 audit(1629375695.700:267): pid=26465 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13585.691849] audit: type=1105 audit(1629375695.700:268): pid=26465 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13586.058108] audit: type=1106 audit(1629375696.067:269): pid=26465 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13586.058279] audit: type=1104 audit(1629375696.067:270): pid=26465 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13670.999994] usb 1-2: USB disconnect, device number 10
[13682.051028] audit: type=1100 audit(1629375792.060:271): pid=26514 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13682.052658] audit: type=1101 audit(1629375792.060:272): pid=26514 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13682.053583] audit: type=1110 audit(1629375792.060:273): pid=26514 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13682.053766] audit: type=1105 audit(1629375792.063:274): pid=26514 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' 

USB Plugged in

  f.3/sound/card0/input14
[    4.858649] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    4.858703] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    4.858764] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    4.858824] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    4.858874] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    4.858925] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    5.100551] usbcore: registered new interface driver btusb
[    5.100936] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[    5.101741] usb 1-6: Found UVC 1.00 device USB2.0 HD UVC WebCam (13d3:5694)
[    5.101938] Bluetooth: hci0: Device revision is 16
[    5.101940] Bluetooth: hci0: Secure boot is enabled
[    5.101941] Bluetooth: hci0: OTP lock is enabled
[    5.101942] Bluetooth: hci0: API lock is enabled
[    5.101943] Bluetooth: hci0: Debug lock is disabled
[    5.101943] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    5.104090] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[    5.106230] input: USB2.0 HD UVC WebCam: USB2.0 HD as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input21
[    5.106349] usbcore: registered new interface driver uvcvideo
[    5.691248] kauditd_printk_skb: 28 callbacks suppressed
[    5.691252] audit: type=1103 audit(1629362115.696:39): pid=736 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    5.706742] audit: type=1130 audit(1629362115.710:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.718443] audit: type=1101 audit(1629362115.723:41): pid=740 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.718488] audit: type=1103 audit(1629362115.723:42): pid=740 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    5.718554] audit: type=1006 audit(1629362115.723:43): pid=740 uid=0 old-auid=4294967295 auid=972 tty=(none) old-ses=4294967295 ses=1 res=1
[    5.718561] audit: type=1300 audit(1629362115.723:43): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffc1f0e12c0 a2=3 a3=3cc items=0 ppid=1 pid=740 auid=972 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
[    5.718565] audit: type=1327 audit(1629362115.723:43): proctitle="(systemd)"
[    5.720064] audit: type=1105 audit(1629362115.723:44): pid=740 uid=0 auid=972 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.725863] audit: type=1334 audit(1629362115.730:45): prog-id=23 op=LOAD
[    5.725869] audit: type=1300 audit(1629362115.730:45): arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffe52fdf160 a2=78 a3=7ffe52fdf160 items=0 ppid=1 pid=740 auid=972 uid=972 gid=972 euid=972 suid=972 fsuid=972 egid=972 sgid=972 fsgid=972 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
[    6.198759] ------------[ cut here ]------------
[    6.198762] nouveau 0000:01:00.0: timeout
[    6.198788] WARNING: CPU: 4 PID: 299 at drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:107 nvkm_pmu_reset+0x1a6/0x1c0 [nouveau]
[    6.198892] Modules linked in: uvcvideo videobuf2_vmalloc videobuf2_memops snd_hda_codec_hdmi videobuf2_v4l2 btusb videobuf2_common btrtl btbcm btintel videodev bluetooth mc ecdh_generic ecc snd_soc_skl snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi intel_tcc_cooling snd_hda_codec_realtek x86_pkg_temp_thermal snd_soc_core snd_hda_codec_generic intel_powerclamp joydev coretemp snd_compress ledtrig_audio mousedev ac97_bus kvm_intel snd_pcm_dmaengine iwlmvm iTCO_wdt intel_pmc_bxt snd_hda_intel kvm hid_multitouch iTCO_vendor_support snd_intel_dspcfg asus_nb_wmi mei_hdcp asus_wmi intel_rapl_msr mac80211 snd_intel_sdw_acpi irqbypass sparse_keymap wmi_bmof crct10dif_pclmul snd_hda_codec libarc4 crc32_pclmul ghash_clmulni_intel snd_hda_core iwlwifi aesni_intel snd_hwdep crypto_simd nouveau(+) cryptd snd_pcm rapl i915 intel_cstate cfg80211 snd_timer mxm_wmi drm_ttm_helper intel_uncore snd i2c_i801 ttm pcspkr i2c_smbus i2c_algo_bit
[    6.198941]  soundcore rfkill drm_kms_helper cec mei_me processor_thermal_device intel_gtt processor_thermal_rfim mei syscopyarea processor_thermal_mbox intel_lpss_pci processor_thermal_rapl sysfillrect intel_rapl_common intel_lpss sysimgblt intel_xhci_usb_role_switch idma64 fb_sys_fops roles intel_soc_dts_iosf intel_pch_thermal i2c_hid_acpi i2c_hid tpm_crb int3403_thermal tpm_tis acpi_als int340x_thermal_zone industrialio_triggered_buffer tpm_tis_core kfifo_buf int3400_thermal video wmi tpm mac_hid industrialio acpi_thermal_rel rng_core asus_wireless acpi_pad squashfs loop drm crypto_user fuse agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 i8042 xhci_pci crc32c_intel xhci_pci_renesas serio
[    6.198980] CPU: 4 PID: 299 Comm: systemd-udevd Not tainted 5.13.10-arch1-1 #1
[    6.198983] Hardware name: ASUSTeK COMPUTER INC. UX430UNR/UX430UNR, BIOS UX430UNR.305 03/19/2018
[    6.198984] RIP: 0010:nvkm_pmu_reset+0x1a6/0x1c0 [nouveau]
[    6.199071] Code: 04 24 48 8b 40 10 48 8b 78 10 4c 8b 67 50 4d 85 e4 74 1e e8 dc 08 53 f5 4c 89 e2 48 c7 c7 a9 7b 0a c1 48 89 c6 e8 df a7 8c f5 <0f> 0b e9 4b ff ff ff 4c 8b 27 eb dd 4c 8b 27 eb a5 e8 b4 98 91 f5
[    6.199073] RSP: 0018:ffffa897c11af708 EFLAGS: 00010286
[    6.199075] RAX: 0000000000000000 RBX: ffff9bba0c30e800 RCX: 0000000000000027
[    6.199077] RDX: ffff9bbb66d18728 RSI: 0000000000000001 RDI: ffff9bbb66d18720
[    6.199078] RBP: ffff9bba1710d800 R08: 0000000000000000 R09: ffffa897c11af538
[    6.199079] R10: ffffa897c11af530 R11: ffffffffb78ccde8 R12: ffff9bba013c0770
[    6.199080] R13: ffff9bba0c30e800 R14: 0000000000000000 R15: 00000000f7e7aef3
[    6.199082] FS:  00007f5b7a84fa40(0000) GS:ffff9bbb66d00000(0000) knlGS:0000000000000000
[    6.199084] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    6.199085] CR2: 0000561242640ea8 CR3: 0000000117106001 CR4: 00000000003706e0
[    6.199087] Call Trace:
[    6.199092]  nvkm_pmu_init+0x16/0x40 [nouveau]
[    6.199177]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[    6.199240]  ? ktime_get+0x38/0x90
[    6.199245]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[    6.199336]  nvkm_udevice_init+0x41/0x60 [nouveau]
[    6.199423]  nvkm_object_init+0x3e/0x110 [nouveau]
[    6.199486]  nvkm_ioctl_new+0x174/0x210 [nouveau]
[    6.199546]  ? nvkm_client_notify+0x30/0x30 [nouveau]
[    6.199605]  ? nvkm_udevice_rd08+0x20/0x20 [nouveau]
[    6.199694]  nvkm_ioctl+0xdc/0x180 [nouveau]
[    6.199756]  nvif_object_ctor+0x122/0x1c0 [nouveau]
[    6.199819]  nvif_device_ctor+0x1f/0x60 [nouveau]
[    6.199878]  nouveau_cli_init+0x18c/0x480 [nouveau]
[    6.199974]  nouveau_drm_device_init+0x74/0x7a0 [nouveau]
[    6.200065]  ? pci_bus_read_config_word+0x49/0x70
[    6.200069]  nouveau_drm_probe+0x130/0x1f0 [nouveau]
[    6.200159]  local_pci_probe+0x42/0x80
[    6.200163]  ? pci_match_device+0xd7/0x110
[    6.200165]  pci_device_probe+0xfa/0x1b0
[    6.200169]  really_probe+0x225/0x490
[    6.200173]  driver_probe_device+0xe8/0x160
[    6.200176]  device_driver_attach+0xa1/0xb0
[    6.200180]  __driver_attach+0x8f/0x150
[    6.200190]  ? device_driver_attach+0xb0/0xb0
[    6.200193]  ? device_driver_attach+0xb0/0xb0
[    6.200196]  bus_for_each_dev+0x89/0xd0
[    6.200200]  bus_add_driver+0x12b/0x1e0
[    6.200203]  driver_register+0x8f/0xe0
[    6.200207]  ? 0xffffffffc0a31000
[    6.200208]  do_one_initcall+0x57/0x220
[    6.200213]  do_init_module+0x5c/0x270
[    6.200216]  load_module+0x2545/0x2740
[    6.200222]  ? __do_sys_init_module+0x12e/0x1b0
[    6.200224]  __do_sys_init_module+0x12e/0x1b0
[    6.200227]  do_syscall_64+0x40/0x80
[    6.200231]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[    6.200236] RIP: 0033:0x7f5b7b18632e
[    6.200238] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[    6.200240] RSP: 002b:00007fff46815548 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[    6.200242] RAX: ffffffffffffffda RBX: 0000555675735380 RCX: 00007f5b7b18632e
[    6.200244] RDX: 00007f5b7b2dda9d RSI: 00000000004cee31 RDI: 00007f5b79076010
[    6.200245] RBP: 00007f5b79076010 R08: 00007f5b795d9000 R09: 0000000000000000
[    6.200246] R10: 0000555675731ca0 R11: 0000000000000246 R12: 00007f5b7b2dda9d
[    6.200247] R13: 0000555675735380 R14: 0000555675663db0 R15: 0000555675735380
[    6.200249] ---[ end trace a56b16e142ae16f3 ]---
[    6.203474] vga_switcheroo: enabled
[    6.203501] nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB
[    6.203503] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[    6.203505] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[    6.203507] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[    6.203508] nouveau 0000:01:00.0: DRM: Pointer to TMDS table not found
[    6.203509] nouveau 0000:01:00.0: DRM: DCB version 4.1
[    6.204049] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    6.204321] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[    6.583805] Bluetooth: hci0: Waiting for firmware download to complete
[    6.583951] Bluetooth: hci0: Firmware loaded in 1445175 usecs
[    6.584001] Bluetooth: hci0: Waiting for device to boot
[    6.597003] Bluetooth: hci0: Device booted in 12715 usecs
[    6.597409] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[    6.600050] Bluetooth: hci0: Applying Intel DDC parameters completed
[    6.601147] Bluetooth: hci0: Reading supported features failed (-16)
[    6.601153] Bluetooth: hci0: Telemetry exception format not supported
[    6.602160] Bluetooth: hci0: Firmware revision 0.1 build 197 week 12 2021
[    9.082597] wlp2s0: authenticate with 44:ce:7d:29:25:c4
[    9.097995] wlp2s0: send auth to 44:ce:7d:29:25:c4 (try 1/3)
[    9.105825] wlp2s0: authenticated
[    9.106935] wlp2s0: associate with 44:ce:7d:29:25:c4 (try 1/3)
[    9.110997] wlp2s0: RX AssocResp from 44:ce:7d:29:25:c4 (capab=0x411 status=0 aid=3)
[    9.120706] wlp2s0: associated
[   10.184886] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   11.557200] kauditd_printk_skb: 5 callbacks suppressed
[   11.557206] audit: type=1100 audit(1629362121.563:50): pid=784 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.558876] audit: type=1101 audit(1629362121.563:51): pid=784 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.729538] audit: type=1106 audit(1629362121.733:52): pid=736 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.729596] audit: type=1104 audit(1629362121.733:53): pid=736 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.738675] audit: type=1103 audit(1629362121.743:54): pid=784 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.738861] audit: type=1006 audit(1629362121.743:55): pid=784 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   11.738876] audit: type=1300 audit(1629362121.743:55): arch=c000003e syscall=1 success=yes exit=4 a0=b a1=7fff0764a770 a2=4 a3=3e8 items=0 ppid=368 pid=784 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
[   11.738889] audit: type=1327 audit(1629362121.743:55): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003134003231
[   11.780705] audit: type=1130 audit(1629362121.786:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.797979] audit: type=1101 audit(1629362121.803:57): pid=808 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="nico" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.900029] kauditd_printk_skb: 20 callbacks suppressed
[   21.900033] audit: type=1131 audit(1629362131.903:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.912479] audit: type=1131 audit(1629362131.916:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.939131] audit: type=1131 audit(1629362143.943:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   34.040437] audit: type=1334 audit(1629362144.046:77): prog-id=22 op=UNLOAD
[   34.040452] audit: type=1334 audit(1629362144.046:78): prog-id=21 op=UNLOAD
[   34.040458] audit: type=1334 audit(1629362144.046:79): prog-id=20 op=UNLOAD
[   45.241149] audit: type=1131 audit(1629362155.246:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   98.061938] audit: type=1100 audit(1629362208.066:81): pid=1423 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   98.063338] audit: type=1101 audit(1629362208.066:82): pid=1423 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   98.064334] audit: type=1110 audit(1629362208.070:83): pid=1423 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   98.064471] audit: type=1105 audit(1629362208.070:84): pid=1423 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  202.987875] audit: type=1105 audit(1629362312.993:85): pid=1446 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  204.293349] audit: type=1105 audit(1629362314.296:86): pid=1450 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  215.247537] audit: type=1334 audit(1629362325.253:87): prog-id=11 op=UNLOAD
[  215.251049] audit: type=1334 audit(1629362325.256:88): prog-id=17 op=UNLOAD
[  215.254825] audit: type=1334 audit(1629362325.260:89): prog-id=14 op=UNLOAD
[  215.496643] audit: type=1334 audit(1629362325.500:90): prog-id=27 op=LOAD
[  215.496879] audit: type=1334 audit(1629362325.503:91): prog-id=28 op=LOAD
[  215.496975] audit: type=1334 audit(1629362325.503:92): prog-id=29 op=LOAD
[  215.496997] audit: type=1334 audit(1629362325.503:93): prog-id=12 op=UNLOAD
[  215.497008] audit: type=1334 audit(1629362325.503:94): prog-id=13 op=UNLOAD
[  215.499021] audit: type=1334 audit(1629362325.503:95): prog-id=30 op=LOAD
[  215.499189] audit: type=1334 audit(1629362325.503:96): prog-id=31 op=LOAD
[  284.513584] kauditd_printk_skb: 14 callbacks suppressed
[  284.513587] audit: type=1105 audit(1629362394.520:111): pid=1543 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  286.094018] audit: type=1105 audit(1629362396.100:112): pid=1547 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  366.270610] audit: type=1105 audit(1629362476.276:113): pid=1564 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  368.177885] audit: type=1105 audit(1629362478.183:114): pid=1568 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  503.681335] audit: type=1105 audit(1629362613.686:115): pid=1582 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  505.683459] audit: type=1105 audit(1629362615.686:116): pid=1586 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  585.992602] audit: type=1105 audit(1629362695.996:117): pid=1593 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  587.641622] audit: type=1105 audit(1629362697.646:118): pid=1597 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  667.844248] audit: type=1105 audit(1629362777.850:119): pid=1607 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  668.652617] audit: type=1105 audit(1629362778.656:120): pid=1611 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  905.344285] audit: type=1105 audit(1629363015.350:121): pid=1631 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  905.389297] audit: type=1130 audit(1629363015.393:122): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  905.389310] audit: type=1131 audit(1629363015.393:123): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  907.417884] audit: type=1105 audit(1629363017.423:124): pid=1637 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1053.818760] audit: type=1105 audit(1629363163.823:125): pid=1654 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1055.598045] audit: type=1105 audit(1629363165.603:126): pid=1658 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1279.879269] audit: type=1100 audit(1629363389.883:127): pid=7409 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1279.880932] audit: type=1101 audit(1629363389.886:128): pid=7409 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1279.882115] audit: type=1110 audit(1629363389.886:129): pid=7409 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1279.882320] audit: type=1105 audit(1629363389.886:130): pid=7409 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1280.640014] audit: type=1106 audit(1629363390.643:131): pid=7409 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1280.640229] audit: type=1104 audit(1629363390.646:132): pid=7409 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1595.373441] audit: type=1105 audit(1629363705.380:133): pid=9496 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1596.770201] audit: type=1105 audit(1629363706.776:134): pid=9500 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1676.952319] audit: type=1105 audit(1629363786.956:135): pid=9509 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1678.292371] audit: type=1105 audit(1629363788.296:136): pid=9513 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1829.184244] audit: type=1105 audit(1629363939.190:137): pid=9527 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1830.725194] audit: type=1105 audit(1629363940.730:138): pid=9531 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 1990.626017] audit: type=1100 audit(1629364100.630:139): pid=19048 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1990.627618] audit: type=1101 audit(1629364100.633:140): pid=19048 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1990.628787] audit: type=1110 audit(1629364100.633:141): pid=19048 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1990.628939] audit: type=1105 audit(1629364100.633:142): pid=19048 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2001.267971] audit: type=1106 audit(1629364111.273:143): pid=19048 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2001.268056] audit: type=1104 audit(1629364111.273:144): pid=19048 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2086.220333] audit: type=1105 audit(1629364196.226:145): pid=19180 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 2088.331203] audit: type=1105 audit(1629364198.336:146): pid=19184 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 2284.722628] audit: type=1100 audit(1629364394.726:147): pid=19819 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2284.723956] audit: type=1101 audit(1629364394.730:148): pid=19819 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2284.724889] audit: type=1110 audit(1629364394.730:149): pid=19819 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2284.725044] audit: type=1105 audit(1629364394.730:150): pid=19819 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2285.037813] audit: type=1106 audit(1629364395.043:151): pid=19819 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2285.037881] audit: type=1104 audit(1629364395.043:152): pid=19819 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2351.186066] audit: type=1334 audit(1629364461.190:153): prog-id=38 op=LOAD
[ 2351.186234] audit: type=1334 audit(1629364461.190:154): prog-id=39 op=LOAD
[ 2351.186280] audit: type=1334 audit(1629364461.190:155): prog-id=40 op=LOAD
[ 2351.277962] audit: type=1130 audit(1629364461.283:156): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2381.327797] audit: type=1131 audit(1629364491.333:157): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2381.443275] audit: type=1334 audit(1629364491.450:158): prog-id=40 op=UNLOAD
[ 2381.443309] audit: type=1334 audit(1629364491.450:159): prog-id=39 op=UNLOAD
[ 2381.443325] audit: type=1334 audit(1629364491.450:160): prog-id=38 op=UNLOAD
[ 2595.606104] audit: type=1100 audit(1629364705.610:161): pid=20583 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2595.607683] audit: type=1101 audit(1629364705.613:162): pid=20583 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2595.608678] audit: type=1110 audit(1629364705.613:163): pid=20583 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2595.608823] audit: type=1105 audit(1629364705.613:164): pid=20583 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2595.921342] audit: type=1106 audit(1629364705.926:165): pid=20583 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2595.921403] audit: type=1104 audit(1629364705.926:166): pid=20583 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2599.617873] audit: type=1101 audit(1629364709.623:167): pid=20587 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2599.619436] audit: type=1110 audit(1629364709.623:168): pid=20587 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2599.619779] audit: type=1105 audit(1629364709.626:169): pid=20587 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2599.937089] audit: type=1106 audit(1629364709.943:170): pid=20587 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2885.824439] kauditd_printk_skb: 1 callbacks suppressed
[ 2885.824443] audit: type=1326 audit(1629364995.830:172): auid=1000 uid=1000 gid=1000 ses=2 pid=21365 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f7fc5167c7f code=0x50000
[ 2885.824486] audit: type=1326 audit(1629364995.830:173): auid=1000 uid=1000 gid=1000 ses=2 pid=21365 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f7fc5167c7f code=0x50000
[ 2885.824491] audit: type=1326 audit(1629364995.830:174): auid=1000 uid=1000 gid=1000 ses=2 pid=21365 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f7fc5167c7f code=0x50000
[ 2885.824514] audit: type=1326 audit(1629364995.830:175): auid=1000 uid=1000 gid=1000 ses=2 pid=21365 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f7fc5167c7f code=0x50000
[ 3068.531685] audit: type=1105 audit(1629365178.536:176): pid=21659 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 3069.671732] audit: type=1105 audit(1629365179.676:177): pid=21663 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 3147.409645] loop10: detected capacity change from 0 to 8
[ 3147.572530] audit: type=1130 audit(1629365257.576:178): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3149.683406] audit: type=1326 audit(1629365259.690:179): auid=1000 uid=1000 gid=1000 ses=2 pid=21997 comm="signal-desktop" exe="/snap/signal-desktop/362/opt/Signal/signal-desktop" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa9a1ebbc7f code=0x50000
[ 3149.683450] audit: type=1326 audit(1629365259.690:180): auid=1000 uid=1000 gid=1000 ses=2 pid=21997 comm="signal-desktop" exe="/snap/signal-desktop/362/opt/Signal/signal-desktop" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa9a1ebbc7f code=0x50000
[ 3149.683469] audit: type=1326 audit(1629365259.690:181): auid=1000 uid=1000 gid=1000 ses=2 pid=21997 comm="signal-desktop" exe="/snap/signal-desktop/362/opt/Signal/signal-desktop" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa9a1ebbc7f code=0x50000
[ 3149.683530] audit: type=1326 audit(1629365259.690:182): auid=1000 uid=1000 gid=1000 ses=2 pid=21997 comm="signal-desktop" exe="/snap/signal-desktop/362/opt/Signal/signal-desktop" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa9a1ebbc7f code=0x50000
[ 3227.590892] nouveau 0000:01:00.0: Enabling HDA controller
[ 3229.728478] ------------[ cut here ]------------
[ 3229.728482] nouveau 0000:01:00.0: timeout
[ 3229.728510] WARNING: CPU: 4 PID: 2806 at drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:107 nvkm_pmu_reset+0x1a6/0x1c0 [nouveau]
[ 3229.728608] Modules linked in: ccm uvcvideo videobuf2_vmalloc videobuf2_memops snd_hda_codec_hdmi videobuf2_v4l2 btusb videobuf2_common btrtl btbcm btintel videodev bluetooth mc ecdh_generic ecc snd_soc_skl snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi intel_tcc_cooling snd_hda_codec_realtek x86_pkg_temp_thermal snd_soc_core snd_hda_codec_generic intel_powerclamp joydev coretemp snd_compress ledtrig_audio mousedev ac97_bus kvm_intel snd_pcm_dmaengine iwlmvm iTCO_wdt intel_pmc_bxt snd_hda_intel kvm hid_multitouch iTCO_vendor_support snd_intel_dspcfg asus_nb_wmi mei_hdcp asus_wmi intel_rapl_msr mac80211 snd_intel_sdw_acpi irqbypass sparse_keymap wmi_bmof crct10dif_pclmul snd_hda_codec libarc4 crc32_pclmul ghash_clmulni_intel snd_hda_core iwlwifi aesni_intel snd_hwdep crypto_simd nouveau cryptd snd_pcm rapl i915 intel_cstate cfg80211 snd_timer mxm_wmi drm_ttm_helper intel_uncore snd i2c_i801 ttm pcspkr i2c_smbus i2c_algo_bit
[ 3229.728665]  soundcore rfkill drm_kms_helper cec mei_me processor_thermal_device intel_gtt processor_thermal_rfim mei syscopyarea processor_thermal_mbox intel_lpss_pci processor_thermal_rapl sysfillrect intel_rapl_common intel_lpss sysimgblt intel_xhci_usb_role_switch idma64 fb_sys_fops roles intel_soc_dts_iosf intel_pch_thermal i2c_hid_acpi i2c_hid tpm_crb int3403_thermal tpm_tis acpi_als int340x_thermal_zone industrialio_triggered_buffer tpm_tis_core kfifo_buf int3400_thermal video wmi tpm mac_hid industrialio acpi_thermal_rel rng_core asus_wireless acpi_pad squashfs loop drm crypto_user fuse agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 i8042 xhci_pci crc32c_intel xhci_pci_renesas serio
[ 3229.728713] CPU: 4 PID: 2806 Comm: kworker/4:0 Tainted: G        W         5.13.10-arch1-1 #1
[ 3229.728717] Hardware name: ASUSTeK COMPUTER INC. UX430UNR/UX430UNR, BIOS UX430UNR.305 03/19/2018
[ 3229.728719] Workqueue: pm pm_runtime_work
[ 3229.728725] RIP: 0010:nvkm_pmu_reset+0x1a6/0x1c0 [nouveau]
[ 3229.728809] Code: 04 24 48 8b 40 10 48 8b 78 10 4c 8b 67 50 4d 85 e4 74 1e e8 dc 08 53 f5 4c 89 e2 48 c7 c7 a9 7b 0a c1 48 89 c6 e8 df a7 8c f5 <0f> 0b e9 4b ff ff ff 4c 8b 27 eb dd 4c 8b 27 eb a5 e8 b4 98 91 f5
[ 3229.728812] RSP: 0018:ffffa897c456fba8 EFLAGS: 00010286
[ 3229.728814] RAX: 0000000000000000 RBX: ffff9bba0c30e800 RCX: 0000000000000027
[ 3229.728816] RDX: ffff9bbb66d18728 RSI: 0000000000000001 RDI: ffff9bbb66d18720
[ 3229.728818] RBP: ffff9bba1710d800 R08: 0000000000000000 R09: ffffa897c456f9d8
[ 3229.728819] R10: ffffa897c456f9d0 R11: ffffffffb78ccde8 R12: ffff9bba013c0770
[ 3229.728820] R13: ffff9bba0c30e800 R14: 0000000000000000 R15: 000002ef8031538c
[ 3229.728822] FS:  0000000000000000(0000) GS:ffff9bbb66d00000(0000) knlGS:0000000000000000
[ 3229.728824] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3229.728826] CR2: 00002062734ab008 CR3: 0000000118ae2004 CR4: 00000000003706e0
[ 3229.728828] Call Trace:
[ 3229.728834]  nvkm_pmu_init+0x16/0x40 [nouveau]
[ 3229.728915]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[ 3229.728965]  ? ktime_get+0x38/0x90
[ 3229.728969]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[ 3229.729053]  nvkm_udevice_init+0x41/0x60 [nouveau]
[ 3229.729137]  nvkm_object_init+0x3e/0x110 [nouveau]
[ 3229.729187]  nvkm_object_init+0x73/0x110 [nouveau]
[ 3229.729236]  nvkm_object_init+0x73/0x110 [nouveau]
[ 3229.729285]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[ 3229.729373]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[ 3229.729475]  pci_pm_runtime_resume+0xaa/0xc0
[ 3229.729480]  ? pci_pm_freeze_noirq+0x100/0x100
[ 3229.729483]  __rpm_callback+0x7b/0x130
[ 3229.729487]  ? pci_pm_freeze_noirq+0x100/0x100
[ 3229.729490]  rpm_callback+0x1f/0x70
[ 3229.729493]  rpm_resume+0x55b/0x800
[ 3229.729497]  pm_runtime_work+0x6c/0xa0
[ 3229.729501]  process_one_work+0x1e3/0x3b0
[ 3229.729505]  worker_thread+0x50/0x3b0
[ 3229.729508]  ? process_one_work+0x3b0/0x3b0
[ 3229.729511]  kthread+0x133/0x160
[ 3229.729513]  ? set_kthread_struct+0x40/0x40
[ 3229.729516]  ret_from_fork+0x22/0x30
[ 3229.729522] ---[ end trace a56b16e142ae16f4 ]---
[ 3617.434676] audit: type=1100 audit(1629365727.440:183): pid=24238 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 3617.439244] audit: type=1101 audit(1629365727.443:184): pid=24238 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 3617.440475] audit: type=1110 audit(1629365727.446:185): pid=24238 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 3617.440658] audit: type=1105 audit(1629365727.446:186): pid=24238 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 3617.764941] audit: type=1106 audit(1629365727.770:187): pid=24238 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 3617.765005] audit: type=1104 audit(1629365727.770:188): pid=24238 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 3840.268764] audit: type=1105 audit(1629365950.273:189): pid=24270 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 3841.538586] audit: type=1105 audit(1629365951.543:190): pid=24274 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 3921.870478] audit: type=1105 audit(1629366031.876:191): pid=24284 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 4185.294873] audit: type=1105 audit(1629366295.300:192): pid=24308 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 4188.680160] audit: type=1100 audit(1629366298.686:193): pid=24344 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="nico" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[ 4198.039464] usb 1-2: new high-speed USB device number 5 using xhci_hcd
[ 4198.184908] usb 1-2: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[ 4198.184921] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4198.184927] usb 1-2: Product: DataTraveler 3.0
[ 4198.184930] usb 1-2: Manufacturer: Kingston
[ 4198.184934] usb 1-2: SerialNumber: 60A44C413985B2A1497501E5
[ 4198.798588] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 4198.798970] scsi host3: usb-storage 1-2:1.0
[ 4198.799143] usbcore: registered new interface driver usb-storage
[ 4198.803964] usbcore: registered new interface driver uas
[ 4199.820989] scsi 3:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 4199.822224] sd 3:0:0:0: [sdb] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 4199.822730] sd 3:0:0:0: [sdb] Write Protect is off
[ 4199.822739] sd 3:0:0:0: [sdb] Mode Sense: 45 00 00 00
[ 4199.823184] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 4201.990567]  sdb: sdb1 sdb2
[ 4202.007600] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[ 4284.166209] usb 1-2: USB disconnect, device number 5
[ 4290.672851] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 4290.691638] usb 2-1: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[ 4290.691651] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4290.691656] usb 2-1: Product: DataTraveler 3.0
[ 4290.691659] usb 2-1: Manufacturer: Kingston
[ 4290.691663] usb 2-1: SerialNumber: 60A44C413985B2A1497501E5
[ 4290.693034] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 4290.693509] scsi host3: usb-storage 2-1:1.0
[ 4291.714860] scsi 3:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 4291.715855] sd 3:0:0:0: [sdb] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 4291.716268] sd 3:0:0:0: [sdb] Write Protect is off
[ 4291.716277] sd 3:0:0:0: [sdb] Mode Sense: 45 00 00 00
[ 4291.716572] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 4291.763082]  sdb: sdb1 sdb2
[ 4291.794031] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[ 4344.539466] usb 1-1: new high-speed USB device number 7 using xhci_hcd
[ 4344.662903] usb 1-1: Device not responding to setup address.
[ 4344.869509] usb 1-1: Device not responding to setup address.
[ 4344.889587] usb 2-1: USB disconnect, device number 2
[ 4345.076119] usb 1-1: device not accepting address 7, error -71
[ 4356.045234] audit: type=1100 audit(1629366466.050:194): pid=24534 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4356.048069] audit: type=1101 audit(1629366466.053:195): pid=24534 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4356.050100] audit: type=1110 audit(1629366466.056:196): pid=24534 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4356.050456] audit: type=1105 audit(1629366466.056:197): pid=24534 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4356.399526] audit: type=1106 audit(1629366466.406:198): pid=24534 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4356.399596] audit: type=1104 audit(1629366466.406:199): pid=24534 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4360.544320] audit: type=1101 audit(1629366470.550:200): pid=24536 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4360.546526] audit: type=1110 audit(1629366470.553:201): pid=24536 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4360.546862] audit: type=1105 audit(1629366470.553:202): pid=24536 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4360.903082] audit: type=1106 audit(1629366470.910:203): pid=24536 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4362.531359] kauditd_printk_skb: 1 callbacks suppressed
[ 4362.531364] audit: type=1101 audit(1629366472.536:205): pid=24539 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4362.532399] audit: type=1110 audit(1629366472.536:206): pid=24539 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4362.532498] audit: type=1105 audit(1629366472.536:207): pid=24539 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4362.811992] audit: type=1106 audit(1629366472.816:208): pid=24539 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4362.812095] audit: type=1104 audit(1629366472.816:209): pid=24539 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4384.391674] audit: type=1101 audit(1629366494.396:210): pid=24556 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4384.393934] audit: type=1110 audit(1629366494.400:211): pid=24556 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4384.394276] audit: type=1105 audit(1629366494.400:212): pid=24556 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4384.739865] audit: type=1106 audit(1629366494.746:213): pid=24556 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4384.739950] audit: type=1104 audit(1629366494.746:214): pid=24556 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4388.541759] audit: type=1101 audit(1629366498.546:215): pid=24558 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4388.543828] audit: type=1110 audit(1629366498.550:216): pid=24558 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4388.544211] audit: type=1105 audit(1629366498.550:217): pid=24558 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4388.895943] audit: type=1106 audit(1629366498.903:218): pid=24558 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4388.896040] audit: type=1104 audit(1629366498.903:219): pid=24558 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4460.101371] audit: type=1326 audit(1629366570.106:220): auid=1000 uid=1000 gid=1000 ses=2 pid=24683 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f766ce02c7f code=0x50000
[ 4460.101377] audit: type=1326 audit(1629366570.106:221): auid=1000 uid=1000 gid=1000 ses=2 pid=24683 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f766ce02c7f code=0x50000
[ 4460.101413] audit: type=1326 audit(1629366570.106:222): auid=1000 uid=1000 gid=1000 ses=2 pid=24683 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f766ce02c7f code=0x50000
[ 4460.101488] audit: type=1326 audit(1629366570.106:223): auid=1000 uid=1000 gid=1000 ses=2 pid=24683 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7f766ce02c7f code=0x50000
[ 5182.709502] audit: type=1105 audit(1629367292.716:224): pid=24986 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 5920.815709] audit: type=1105 audit(1629368030.823:225): pid=25038 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 5925.656631] audit: type=1100 audit(1629368035.663:226): pid=25074 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="nico" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[ 6144.592406] usb 1-2: new high-speed USB device number 9 using xhci_hcd
[ 6144.735536] usb 1-2: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[ 6144.735549] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6144.735554] usb 1-2: Product: DataTraveler 3.0
[ 6144.735557] usb 1-2: Manufacturer: Kingston
[ 6144.735560] usb 1-2: SerialNumber: 60A44C413985B2A1497501E5
[ 6144.737464] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 6144.738018] scsi host3: usb-storage 1-2:1.0
[ 6145.741427] scsi 3:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 6145.743179] sd 3:0:0:0: [sdb] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 6145.743562] sd 3:0:0:0: [sdb] Write Protect is off
[ 6145.743570] sd 3:0:0:0: [sdb] Mode Sense: 45 00 00 00
[ 6145.743955] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 6145.792336]  sdb: sdb1 sdb2
[ 6145.833726] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[ 6286.105893] usb 1-2: USB disconnect, device number 9
[ 6619.786026] audit: type=1105 audit(1629368729.793:227): pid=25329 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 6621.506731] audit: type=1105 audit(1629368731.513:228): pid=25333 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 6906.402102] audit: type=1105 audit(1629369016.410:229): pid=25362 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 6909.314367] audit: type=1105 audit(1629369019.320:230): pid=25367 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7024.814934] audit: type=1105 audit(1629369134.820:231): pid=25380 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7026.232969] audit: type=1105 audit(1629369136.240:232): pid=25384 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7106.697881] audit: type=1105 audit(1629369216.703:233): pid=25398 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7108.458220] audit: type=1105 audit(1629369218.463:234): pid=25402 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7189.474286] audit: type=1105 audit(1629369299.480:235): pid=25409 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7200.245635] audit: type=1105 audit(1629369310.253:236): pid=25413 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7282.698255] audit: type=1105 audit(1629369392.703:237): pid=25431 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7284.811980] audit: type=1105 audit(1629369394.820:238): pid=25437 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7427.283438] audit: type=1105 audit(1629369537.290:239): pid=25457 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7428.896206] audit: type=1105 audit(1629369538.903:240): pid=25461 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7566.705242] audit: type=1105 audit(1629369676.713:241): pid=25478 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7789.092233] audit: type=1105 audit(1629369899.100:242): pid=25498 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 7793.624207] audit: type=1100 audit(1629369903.630:243): pid=25533 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="nico" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[ 7950.726219] audit: type=1105 audit(1629370060.733:244): pid=25562 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 8124.934231] audit: type=1105 audit(1629370234.940:245): pid=25576 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 8131.551507] audit: type=1100 audit(1629370241.556:246): pid=25613 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="nico" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[ 8213.957537] audit: type=1105 audit(1629370323.963:247): pid=25624 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 8424.516462] audit: type=1105 audit(1629370534.523:248): pid=25644 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[ 8429.881979] audit: type=1100 audit(1629370539.890:249): pid=25683 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="nico" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[ 8523.453145] audit: type=1105 audit(1629370633.460:250): pid=25698 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[12740.174207] audit: type=1105 audit(1629374850.183:251): pid=25969 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[12744.255712] audit: type=1100 audit(1629374854.263:252): pid=26004 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="nico" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[12836.723110] audit: type=1326 audit(1629374946.730:253): auid=1000 uid=1000 gid=1000 ses=2 pid=26106 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa0c5605c7f code=0x50000
[12836.723153] audit: type=1326 audit(1629374946.730:254): auid=1000 uid=1000 gid=1000 ses=2 pid=26106 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa0c5605c7f code=0x50000
[12836.723160] audit: type=1326 audit(1629374946.730:255): auid=1000 uid=1000 gid=1000 ses=2 pid=26106 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa0c5605c7f code=0x50000
[12836.723262] audit: type=1326 audit(1629374946.730:256): auid=1000 uid=1000 gid=1000 ses=2 pid=26106 comm="bitwarden" exe="/snap/bitwarden/50/bitwarden" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7fa0c5605c7f code=0x50000
[13063.664874] audit: type=1105 audit(1629375173.673:257): pid=26204 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[13118.133538] audit: type=1105 audit(1629375228.140:258): pid=26210 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[13389.179498] audit: type=1100 audit(1629375499.187:259): pid=26332 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13389.181116] audit: type=1101 audit(1629375499.190:260): pid=26332 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13389.181977] audit: type=1110 audit(1629375499.190:261): pid=26332 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13389.182128] audit: type=1105 audit(1629375499.190:262): pid=26332 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13389.864577] audit: type=1106 audit(1629375499.873:263): pid=26332 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13389.864752] audit: type=1104 audit(1629375499.873:264): pid=26332 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13533.617319] usb 1-2: new high-speed USB device number 10 using xhci_hcd
[13533.762852] usb 1-2: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[13533.762865] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[13533.762870] usb 1-2: Product: DataTraveler 3.0
[13533.762874] usb 1-2: Manufacturer: Kingston
[13533.762878] usb 1-2: SerialNumber: 60A44C413985B2A1497501E5
[13533.764549] usb-storage 1-2:1.0: USB Mass Storage device detected
[13533.764981] scsi host3: usb-storage 1-2:1.0
[13534.779863] scsi 3:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[13534.780990] sd 3:0:0:0: [sdb] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB)
[13534.781397] sd 3:0:0:0: [sdb] Write Protect is off
[13534.781403] sd 3:0:0:0: [sdb] Mode Sense: 45 00 00 00
[13534.781850] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[13534.836902]  sdb: sdb1 sdb2
[13534.872634] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[13585.688917] audit: type=1100 audit(1629375695.697:265): pid=26465 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13585.690664] audit: type=1101 audit(1629375695.700:266): pid=26465 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13585.691701] audit: type=1110 audit(1629375695.700:267): pid=26465 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13585.691849] audit: type=1105 audit(1629375695.700:268): pid=26465 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13586.058108] audit: type=1106 audit(1629375696.067:269): pid=26465 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13586.058279] audit: type=1104 audit(1629375696.067:270): pid=26465 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13670.999994] usb 1-2: USB disconnect, device number 10
[13682.051028] audit: type=1100 audit(1629375792.060:271): pid=26514 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13682.052658] audit: type=1101 audit(1629375792.060:272): pid=26514 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13682.053583] audit: type=1110 audit(1629375792.060:273): pid=26514 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13682.053766] audit: type=1105 audit(1629375792.063:274): pid=26514 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13779.310651] usb 1-2: new high-speed USB device number 11 using xhci_hcd
[13779.455829] usb 1-2: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[13779.455842] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[13779.455847] usb 1-2: Product: DataTraveler 3.0
[13779.455851] usb 1-2: Manufacturer: Kingston
[13779.455854] usb 1-2: SerialNumber: 60A44C413985B2A1497501E5
[13779.457326] usb-storage 1-2:1.0: USB Mass Storage device detected
[13779.459083] scsi host3: usb-storage 1-2:1.0
[13780.488420] scsi 3:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[13780.489653] sd 3:0:0:0: [sdb] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB)
[13780.490074] sd 3:0:0:0: [sdb] Write Protect is off
[13780.490079] sd 3:0:0:0: [sdb] Mode Sense: 45 00 00 00
[13780.490466] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[13780.567485]  sdb: sdb1 sdb2
[13780.592442] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[13787.616966] audit: type=1106 audit(1629375897.623:275): pid=26514 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13787.617021] audit: type=1104 audit(1629375897.623:276): pid=26514 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13823.584271] audit: type=1100 audit(1629375933.593:277): pid=26606 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13823.585943] audit: type=1101 audit(1629375933.593:278): pid=26606 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nico" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13823.587000] audit: type=1110 audit(1629375933.593:279): pid=26606 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[13823.587191] audit: type=1105 audit(1629375933.597:280): pid=26606 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' 

Last edited by Anon2761 (2021-08-19 12:28:59)

Offline

#9 2021-08-19 12:28:00

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: USB stick not recognized by Arch

Please edit your post and use [ code ] tags (not quote tags) when posting output. This makes the output easier to read and provides a scroll box for long output.

https://wiki.archlinux.org/title/Genera … s_and_code
https://bbs.archlinux.org/help.php#bbcode

Offline

#10 2021-08-19 12:29:36

Anon2761
Member
Registered: 2021-08-19
Posts: 7

Re: USB stick not recognized by Arch

V1del wrote:

Fix your posts and wrap the outputs in [ code ]long output[ /code ] tags without the spaces.

Sorry, I just fixed it.

Offline

#11 2021-08-19 13:09:18

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,310

Re: USB stick not recognized by Arch

[13779.310651] usb 1-2: new high-speed USB device number 11 using xhci_hcd
[13779.455829] usb 1-2: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[13779.455842] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[13779.455847] usb 1-2: Product: DataTraveler 3.0
[13779.455851] usb 1-2: Manufacturer: Kingston
[13779.455854] usb 1-2: SerialNumber: 60A44C413985B2A1497501E5
[13779.457326] usb-storage 1-2:1.0: USB Mass Storage device detected
[13779.459083] scsi host3: usb-storage 1-2:1.0
[13780.488420] scsi 3:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[13780.489653] sd 3:0:0:0: [sdb] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB)
[13780.490074] sd 3:0:0:0: [sdb] Write Protect is off
[13780.490079] sd 3:0:0:0: [sdb] Mode Sense: 45 00 00 00
[13780.490466] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[13780.567485]  sdb: sdb1 sdb2
[13780.592442] sd 3:0:0:0: [sdb] Attached SCSI removable disk

The stick gets detected and device nodes are created, what happens if you mount them? What's your definition of "not recognized" ? Do you expect a file browser window to pop up?

Offline

#12 2021-08-19 13:31:54

Anon2761
Member
Registered: 2021-08-19
Posts: 7

Re: USB stick not recognized by Arch

V1del wrote:
[13779.310651] usb 1-2: new high-speed USB device number 11 using xhci_hcd
[13779.455829] usb 1-2: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 1.10
[13779.455842] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[13779.455847] usb 1-2: Product: DataTraveler 3.0
[13779.455851] usb 1-2: Manufacturer: Kingston
[13779.455854] usb 1-2: SerialNumber: 60A44C413985B2A1497501E5
[13779.457326] usb-storage 1-2:1.0: USB Mass Storage device detected
[13779.459083] scsi host3: usb-storage 1-2:1.0
[13780.488420] scsi 3:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[13780.489653] sd 3:0:0:0: [sdb] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB)
[13780.490074] sd 3:0:0:0: [sdb] Write Protect is off
[13780.490079] sd 3:0:0:0: [sdb] Mode Sense: 45 00 00 00
[13780.490466] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[13780.567485]  sdb: sdb1 sdb2
[13780.592442] sd 3:0:0:0: [sdb] Attached SCSI removable disk

The stick gets detected and device nodes are created, what happens if you mount them? What's your definition of "not recognized" ? Do you expect a file browser window to pop up?


Nothing happens when I plug in the stick, no pop up window, nothing on the desktop, when I browse my files, I still can't see it...
How am I supposed to mount the stick or any other USB device ? /mnt ?

Offline

#13 2021-08-19 13:38:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,372

Re: USB stick not recognized by Arch

The response vastly depends on your desktop/environment.
Generic answer: https://wiki.archlinux.org/title/Udisks

Offline

#14 2021-08-19 14:25:11

Anon2761
Member
Registered: 2021-08-19
Posts: 7

Re: USB stick not recognized by Arch

seth wrote:

The response vastly depends on your desktop/environment.
Generic answer: https://wiki.archlinux.org/title/Udisks

Thank you. I managed to mount and read my stick thanks to udisks2 and the command
udisksctl mount -b /dev/sdb1

Is there a way to auto mount my stick or any other device ?
How can I format my stick easily ?

Offline

#15 2021-08-19 14:31:30

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,372

Offline

Board footer

Powered by FluxBB