openrazer / openrazer

Open source driver and user-space daemon to control Razer lighting and other features on GNU/Linux
https://openrazer.github.io
GNU General Public License v2.0
3.61k stars 524 forks source link

Razer Cobra Pro (Wired) #2179

Closed ghost closed 5 months ago

ghost commented 9 months ago

Using Razer Cobra Pro mouse via 2.4gz wireless works fine and is working well with Polychromatic. However I prefer to use my mouse with usb via direct usb connection which has an ?Unrecognised: 1532:00AF as reported by Polychromatic. Any help would be appreciated.

z3ntu commented 9 months ago

Can you send lsusb -d 1532: -v when it's connected like that when it doesn't work?

ghost commented 9 months ago
Bus 001 Device 006: ID 1532:00af Razer USA, Ltd Razer Cobra Pro
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        64
  idVendor           0x1532 Razer USA, Ltd
  idProduct          0x00af 
  bcdDevice            1.00
  iManufacturer           0 
  iProduct                2 Razer Cobra Pro
  iSerial                 3 000000000000
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x006d
    bNumInterfaces          4
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      94
         Report Descriptors: 
           ** UNAVAILABLE **
      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
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      61
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     159
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        3
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     327
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
z3ntu commented 8 months ago

Could you please test this branch? https://github.com/openrazer/openrazer/commits/cobra-wired/

See https://github.com/openrazer/openrazer/wiki/Building-a-package, and feel free to ask if you have any questions.

ghost commented 8 months ago

Sorry, this seems too complicated for me to figure out.

By the way, I use Linux Mint

z3ntu commented 8 months ago

You just need to run the commands listed on the wiki page and replace TARGET_BRANCH with cobra-wired. If you can't test it, unfortunately I cannot merge the changes.

genft-robot commented 8 months ago

trying to test this and when i install i am getting this:

Note, selecting 'openrazer-daemon' instead of './dist/openrazer-daemon_3.7.0-0_all.deb' Note, selecting 'openrazer-doc' instead of './dist/openrazer-doc_3.7.0-0_all.deb' Note, selecting 'openrazer-driver-dkms' instead of './dist/openrazer-driver-dkms_3.7.0-0_all.deb' Note, selecting 'openrazer-meta' instead of './dist/openrazer-meta_3.7.0-0_all.deb' Note, selecting 'python3-openrazer' instead of './dist/python3-openrazer_3.7.0-0_all.deb' how can i make sure apt (ubuntu) uses the *.debs in ./dist?

z3ntu commented 8 months ago

Try sudo dpkg -i ./dist/*.deb then

genft-robot commented 8 months ago

still getting image

z3ntu commented 8 months ago

Did you reboot after installing the new packages?

z3ntu commented 8 months ago

Actually I missed something in the changes, please do the steps again (including git clone, you can delete the old directory you git clone'd) and then reboot. Hopefully the device shows up then.

ghost commented 8 months ago

I get this error when doing this commnad:

sudo apt install debhelper dh-python linux-headers-generic python3-setuptools lsb-release dkms # build dependencies ./scripts/build_debs.sh

image

build.log:

image

z3ntu commented 8 months ago

sudo apt install build-essential and then try the build_debs.sh step again

ghost commented 8 months ago

Ran your command and then these commands with no errors and then rebooted:

cd openrazer sudo apt install debhelper dh-python linux-headers-generic python3-setuptools lsb-release dkms # build dependencies ./scripts/build_debs.sh sudo apt install ./dist/*.deb

Now in Polychromatic:

image

ghost commented 8 months ago

Is it possible my system is using the incorrect version of openrazer:

image

webcoderz commented 8 months ago

Okay will try in a bit (this is my other account that's like my CI account on my other PC )

webcoderz commented 8 months ago

Yep looks to work now 👍

ghost commented 8 months ago

So I removed all openrazer and polychromatic packages and folders and run through the wiki commands to install the cobra-wired version and also polychromatic. After a reboot it now seems to work. Awesome!

z3ntu commented 8 months ago

So clicking around in polychromatic/RazerGenie shows that everything works as expected? Any unexpected issues?

ghost commented 8 months ago

Mouse colors work fine. Lights turn off in screen saver. But don't come back on when waking from screen saver. I have to got to polychromatic to turn on colors again.

webcoderz commented 8 months ago

I don't have a screensaver / suspend but everything seemed to work from Lock Screen for me

z3ntu commented 8 months ago

@garykruger Weird, this happens every time? Anything from razermouse in dmesg then?

ghost commented 8 months ago

Consistently no rgb after waking from screen saver. Here is my dmesg:

``` gary@OptiPlex:~$ dmesg [ 0.000000] Linux version 5.15.0-91-generic (buildd@lcy02-amd64-045) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 (Ubuntu 5.15.0-91.101-generic 5.15.131) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-91-generic root=UUID=00c26390-457b-4dcb-941a-0f3e22ab5e60 ro quiet splash [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Hygon HygonGenuine [ 0.000000] Centaur CentaurHauls [ 0.000000] zhaoxin Shanghai [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c3ff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bff98fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bff99000-0x00000000bff99fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000bff9a000-0x00000000bffe3fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000bffe4000-0x00000000c003cfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000c003d000-0x00000000c083dfff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000c083e000-0x00000000cef65fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000cef66000-0x00000000cf1bdfff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000cf1be000-0x00000000cf20bfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000cf20c000-0x00000000cf9ebfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000cf9ec000-0x00000000cfffefff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000cffff000-0x00000000cfffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000d7ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000d8000000-0x00000000d85fffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000d8600000-0x00000000d97fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000002247fffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 3.0.0 present. [ 0.000000] DMI: Dell Inc. OptiPlex 7040/0HD5W2, BIOS 1.24.0 07/14/2022 [ 0.000000] tsc: Detected 3400.000 MHz processor [ 0.000000] tsc: Detected 3399.906 MHz TSC [ 0.000747] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000750] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000760] last_pfn = 0x224800 max_arch_pfn = 0x400000000 [ 0.000879] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.001462] last_pfn = 0xd8600 max_arch_pfn = 0x400000000 [ 0.008225] found SMP MP-table at [mem 0x000fcde0-0x000fcdef] [ 0.008237] Using GB pages for direct mapping [ 0.008589] RAMDISK: [mem 0x28fe3000-0x307e8fff] [ 0.008595] ACPI: Early table checksum verification disabled [ 0.008597] ACPI: RSDP 0x00000000000F05B0 000024 (v02 DELL ) [ 0.008601] ACPI: XSDT 0x00000000CF1DE0A0 0000C4 (v01 DELL CBX3 01072009 AMI 00010013) [ 0.008606] ACPI: FACP 0x00000000CF200A70 00010C (v05 DELL CBX3 01072009 AMI 00010013) [ 0.008611] ACPI: DSDT 0x00000000CF1DE1F8 022875 (v02 DELL CBX3 01072009 INTL 20120913) [ 0.008613] ACPI: FACS 0x00000000CF9EBD80 000040 [ 0.008616] ACPI: APIC 0x00000000CF200B80 0000BC (v03 DELL CBX3 01072009 AMI 00010013) [ 0.008618] ACPI: FPDT 0x00000000CF200C40 000044 (v01 DELL CBX3 01072009 AMI 00010013) [ 0.008621] ACPI: MCFG 0x00000000CF200C88 00003C (v01 DELL CBX3 01072009 MSFT 00000097) [ 0.008624] ACPI: HPET 0x00000000CF200CC8 000038 (v01 DELL CBX3 01072009 AMI. 0005000B) [ 0.008626] ACPI: SSDT 0x00000000CF200D00 00546C (v02 SaSsdt SaSsdt 00003000 INTL 20120913) [ 0.008629] ACPI: UEFI 0x00000000CF206170 000042 (v01 00000000 00000000) [ 0.008632] ACPI: LPIT 0x00000000CF2061B8 000094 (v01 INTEL SKL 00000000 MSFT 0000005F) [ 0.008634] ACPI: SSDT 0x00000000CF206250 000248 (v02 INTEL sensrhub 00000000 INTL 20120913) [ 0.008637] ACPI: SSDT 0x00000000CF206498 002BAE (v02 INTEL PtidDevc 00001000 INTL 20120913) [ 0.008640] ACPI: SSDT 0x00000000CF209048 000BE3 (v02 INTEL Ther_Rvp 00001000 INTL 20120913) [ 0.008642] ACPI: SSDT 0x00000000CF209C30 0004A3 (v02 INTEL zpodd 00001000 INTL 20120913) [ 0.008645] ACPI: DBGP 0x00000000CF20A0D8 000034 (v01 INTEL 00000000 MSFT 0000005F) [ 0.008647] ACPI: DBG2 0x00000000CF20A110 000054 (v00 INTEL 00000000 MSFT 0000005F) [ 0.008650] ACPI: SSDT 0x00000000CF20A168 000611 (v02 INTEL DELL_SFF 00000000 INTL 20120913) [ 0.008653] ACPI: SSDT 0x00000000CF20A780 000E73 (v02 CpuRef CpuSsdt 00003000 INTL 20120913) [ 0.008655] ACPI: MSDM 0x00000000CF20B5F8 000055 (v03 DELL CBX3 06222004 AMI 00010013) [ 0.008658] ACPI: SLIC 0x00000000CF20B650 000176 (v03 DELL CBX3 01072009 MSFT 00010013) [ 0.008660] ACPI: ASF! 0x00000000CF20B7C8 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240) [ 0.008663] ACPI: DMAR 0x00000000CF20B870 000090 (v01 INTEL SKL 00000001 INTL 00000001) [ 0.008665] ACPI: Reserving FACP table memory at [mem 0xcf200a70-0xcf200b7b] [ 0.008667] ACPI: Reserving DSDT table memory at [mem 0xcf1de1f8-0xcf200a6c] [ 0.008668] ACPI: Reserving FACS table memory at [mem 0xcf9ebd80-0xcf9ebdbf] [ 0.008668] ACPI: Reserving APIC table memory at [mem 0xcf200b80-0xcf200c3b] [ 0.008669] ACPI: Reserving FPDT table memory at [mem 0xcf200c40-0xcf200c83] [ 0.008670] ACPI: Reserving MCFG table memory at [mem 0xcf200c88-0xcf200cc3] [ 0.008671] ACPI: Reserving HPET table memory at [mem 0xcf200cc8-0xcf200cff] [ 0.008672] ACPI: Reserving SSDT table memory at [mem 0xcf200d00-0xcf20616b] [ 0.008673] ACPI: Reserving UEFI table memory at [mem 0xcf206170-0xcf2061b1] [ 0.008673] ACPI: Reserving LPIT table memory at [mem 0xcf2061b8-0xcf20624b] [ 0.008674] ACPI: Reserving SSDT table memory at [mem 0xcf206250-0xcf206497] [ 0.008675] ACPI: Reserving SSDT table memory at [mem 0xcf206498-0xcf209045] [ 0.008676] ACPI: Reserving SSDT table memory at [mem 0xcf209048-0xcf209c2a] [ 0.008677] ACPI: Reserving SSDT table memory at [mem 0xcf209c30-0xcf20a0d2] [ 0.008677] ACPI: Reserving DBGP table memory at [mem 0xcf20a0d8-0xcf20a10b] [ 0.008678] ACPI: Reserving DBG2 table memory at [mem 0xcf20a110-0xcf20a163] [ 0.008679] ACPI: Reserving SSDT table memory at [mem 0xcf20a168-0xcf20a778] [ 0.008680] ACPI: Reserving SSDT table memory at [mem 0xcf20a780-0xcf20b5f2] [ 0.008681] ACPI: Reserving MSDM table memory at [mem 0xcf20b5f8-0xcf20b64c] [ 0.008682] ACPI: Reserving SLIC table memory at [mem 0xcf20b650-0xcf20b7c5] [ 0.008683] ACPI: Reserving ASF! table memory at [mem 0xcf20b7c8-0xcf20b86c] [ 0.008683] ACPI: Reserving DMAR table memory at [mem 0xcf20b870-0xcf20b8ff] [ 0.008980] No NUMA configuration found [ 0.008981] Faking a node at [mem 0x0000000000000000-0x00000002247fffff] [ 0.008990] NODE_DATA(0) allocated [mem 0x2247d4000-0x2247fdfff] [ 0.009293] Zone ranges: [ 0.009294] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.009296] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.009297] Normal [mem 0x0000000100000000-0x00000002247fffff] [ 0.009298] Device empty [ 0.009299] Movable zone start for each node [ 0.009302] Early memory node ranges [ 0.009302] node 0: [mem 0x0000000000001000-0x000000000009bfff] [ 0.009303] node 0: [mem 0x0000000000100000-0x00000000bff98fff] [ 0.009305] node 0: [mem 0x00000000bffe4000-0x00000000c003cfff] [ 0.009305] node 0: [mem 0x00000000c083e000-0x00000000cef65fff] [ 0.009306] node 0: [mem 0x00000000cffff000-0x00000000cfffffff] [ 0.009307] node 0: [mem 0x00000000d8000000-0x00000000d85fffff] [ 0.009308] node 0: [mem 0x0000000100000000-0x00000002247fffff] [ 0.009309] Initmem setup node 0 [mem 0x0000000000001000-0x00000002247fffff] [ 0.009313] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.009340] On node 0, zone DMA: 100 pages in unavailable ranges [ 0.014323] On node 0, zone DMA32: 75 pages in unavailable ranges [ 0.014722] On node 0, zone DMA32: 2049 pages in unavailable ranges [ 0.014770] On node 0, zone DMA32: 4249 pages in unavailable ranges [ 0.022760] On node 0, zone Normal: 31232 pages in unavailable ranges [ 0.022921] On node 0, zone Normal: 14336 pages in unavailable ranges [ 0.023059] ACPI: PM-Timer IO Port: 0x1808 [ 0.023065] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.023066] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.023067] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.023068] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.023069] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.023069] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.023070] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.023071] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.023096] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.023099] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.023100] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.023104] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.023105] ACPI: HPET id: 0x8086a701 base: 0xfed00000 [ 0.023107] TSC deadline timer available [ 0.023108] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [ 0.023125] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.023127] PM: hibernation: Registered nosave memory: [mem 0x0009c000-0x0009cfff] [ 0.023128] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009ffff] [ 0.023129] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff] [ 0.023130] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff] [ 0.023131] PM: hibernation: Registered nosave memory: [mem 0xbff99000-0xbff99fff] [ 0.023132] PM: hibernation: Registered nosave memory: [mem 0xbff9a000-0xbffe3fff] [ 0.023133] PM: hibernation: Registered nosave memory: [mem 0xc003d000-0xc083dfff] [ 0.023135] PM: hibernation: Registered nosave memory: [mem 0xcef66000-0xcf1bdfff] [ 0.023136] PM: hibernation: Registered nosave memory: [mem 0xcf1be000-0xcf20bfff] [ 0.023136] PM: hibernation: Registered nosave memory: [mem 0xcf20c000-0xcf9ebfff] [ 0.023137] PM: hibernation: Registered nosave memory: [mem 0xcf9ec000-0xcfffefff] [ 0.023138] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xd7ffffff] [ 0.023140] PM: hibernation: Registered nosave memory: [mem 0xd8600000-0xd97fffff] [ 0.023141] PM: hibernation: Registered nosave memory: [mem 0xd9800000-0xf7ffffff] [ 0.023141] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff] [ 0.023142] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfdffffff] [ 0.023143] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff] [ 0.023143] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff] [ 0.023144] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff] [ 0.023145] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff] [ 0.023145] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff] [ 0.023146] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff] [ 0.023147] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff] [ 0.023148] [mem 0xd9800000-0xf7ffffff] available for PCI devices [ 0.023149] Booting paravirtualized kernel on bare hardware [ 0.023151] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.023157] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 [ 0.023292] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144 [ 0.023298] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152 [ 0.023300] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.023323] Built 1 zonelists, mobility grouping on. Total pages: 2012998 [ 0.023325] Policy zone: Normal [ 0.023326] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-91-generic root=UUID=00c26390-457b-4dcb-941a-0f3e22ab5e60 ro quiet splash [ 0.023381] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-5.15.0-91-generic", will be passed to user space. [ 0.023665] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.023822] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.023921] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.046188] Memory: 7787332K/8180440K available (16393K kernel code, 4393K rwdata, 10868K rodata, 3356K init, 18716K bss, 392848K reserved, 0K cma-reserved) [ 0.047174] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.047210] Kernel/User page tables isolation: enabled [ 0.047260] ftrace: allocating 50637 entries in 198 pages [ 0.067494] ftrace: allocated 198 pages with 4 groups [ 0.067660] rcu: Hierarchical RCU implementation. [ 0.067661] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8. [ 0.067662] Rude variant of Tasks RCU enabled. [ 0.067663] Tracing variant of Tasks RCU enabled. [ 0.067663] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.067664] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.071776] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16 [ 0.072088] random: crng init done [ 0.072119] spurious 8259A interrupt: IRQ7. [ 0.072144] Console: colour dummy device 80x25 [ 0.072157] printk: console [tty0] enabled [ 0.072173] ACPI: Core revision 20210730 [ 0.072372] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns [ 0.072470] APIC: Switch to symmetric I/O mode setup [ 0.072472] DMAR: Host address width 39 [ 0.072473] DMAR: DRHD base: 0x000000fed90000 flags: 0x1 [ 0.072477] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.072479] DMAR: RMRR base: 0x000000cf038000 end: 0x000000cf057fff [ 0.072481] DMAR: RMRR base: 0x000000cfb08000 end: 0x000000cfd51fff [ 0.072483] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed90000 IOMMU 0 [ 0.072484] DMAR-IR: HPET id 0 under DRHD base 0xfed90000 [ 0.072485] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.073861] DMAR-IR: Enabled IRQ remapping in x2apic mode [ 0.073862] x2apic enabled [ 0.073875] Switched APIC routing to cluster x2apic. [ 0.077965] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096468] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3101f59f5e6, max_idle_ns: 440795259996 ns [ 0.096474] Calibrating delay loop (skipped), value calculated using timer frequency.. 6799.81 BogoMIPS (lpj=13599624) [ 0.096499] CPU0: Thermal monitoring enabled (TM1) [ 0.096549] process: using mwait in idle threads [ 0.096551] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 [ 0.096553] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [ 0.096556] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.096558] Spectre V2 : Mitigation: IBRS [ 0.096559] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.096560] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT [ 0.096561] RETBleed: Mitigation: IBRS [ 0.096563] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.096564] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl [ 0.096565] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.096572] MDS: Mitigation: Clear CPU buffers [ 0.096573] TAA: Mitigation: TSX disabled [ 0.096574] MMIO Stale Data: Mitigation: Clear CPU buffers [ 0.096578] SRBDS: Mitigation: Microcode [ 0.096588] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.096589] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.096590] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.096591] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' [ 0.096592] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' [ 0.096594] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.096596] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 [ 0.096597] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 [ 0.096599] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. [ 0.120648] Freeing SMP alternatives memory: 44K [ 0.120650] pid_max: default: 32768 minimum: 301 [ 0.120675] LSM: Security Framework initializing [ 0.120685] landlock: Up and running. [ 0.120685] Yama: becoming mindful. [ 0.120703] AppArmor: AppArmor initialized [ 0.120733] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.120741] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.121338] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1114 [ 0.121350] smpboot: CPU0: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz (family: 0x6, model: 0x5e, stepping: 0x3) [ 0.121462] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.121472] ... version: 4 [ 0.121473] ... bit width: 48 [ 0.121474] ... generic registers: 4 [ 0.121474] ... value mask: 0000ffffffffffff [ 0.121475] ... max period: 00007fffffffffff [ 0.121476] ... fixed-purpose events: 3 [ 0.121477] ... event mask: 000000070000000f [ 0.121548] signal: max sigframe size: 2032 [ 0.121566] rcu: Hierarchical SRCU implementation. [ 0.122340] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.122399] smp: Bringing up secondary CPUs ... [ 0.122474] x86: Booting SMP configuration: [ 0.122475] .... node #0, CPUs: #1 #2 #3 #4 [ 0.129336] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. [ 0.129336] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details. [ 0.129336] #5 #6 #7 [ 0.134130] smp: Brought up 1 node, 8 CPUs [ 0.134130] smpboot: Max logical packages: 1 [ 0.134130] smpboot: Total of 8 processors activated (54398.49 BogoMIPS) [ 0.136757] devtmpfs: initialized [ 0.136757] x86/mm: Memory block size: 128MB [ 0.137108] ACPI: PM: Registering ACPI NVS region [mem 0xbff99000-0xbff99fff] (4096 bytes) [ 0.137108] ACPI: PM: Registering ACPI NVS region [mem 0xcf20c000-0xcf9ebfff] (8257536 bytes) [ 0.137108] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.137108] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.137108] pinctrl core: initialized pinctrl subsystem [ 0.137108] PM: RTC time: 21:06:54, date: 2023-12-30 [ 0.137108] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.137167] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.137217] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.137267] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.137273] audit: initializing netlink subsys (disabled) [ 0.137278] audit: type=2000 audit(1703970414.064:1): state=initialized audit_enabled=0 res=1 [ 0.137278] thermal_sys: Registered thermal governor 'fair_share' [ 0.137278] thermal_sys: Registered thermal governor 'bang_bang' [ 0.137278] thermal_sys: Registered thermal governor 'step_wise' [ 0.137278] thermal_sys: Registered thermal governor 'user_space' [ 0.137278] thermal_sys: Registered thermal governor 'power_allocator' [ 0.137278] EISA bus registered [ 0.137278] cpuidle: using governor ladder [ 0.137278] cpuidle: using governor menu [ 0.137278] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.137278] ACPI: bus type PCI registered [ 0.137278] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.137278] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.137278] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 [ 0.137278] PCI: Using configuration type 1 for base access [ 0.137278] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.137729] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.137732] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.137732] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.140540] ACPI: Added _OSI(Module Device) [ 0.140542] ACPI: Added _OSI(Processor Device) [ 0.140543] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.140544] ACPI: Added _OSI(Processor Aggregator Device) [ 0.140545] ACPI: Added _OSI(Linux-Dell-Video) [ 0.140546] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.140547] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.178943] ACPI: 8 ACPI AML tables successfully acquired and loaded [ 0.181798] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.185327] ACPI: Dynamic OEM Table Load: [ 0.185334] ACPI: SSDT 0xFFFF94FCC1072000 0006E4 (v02 PmRef Cpu0Ist 00003000 INTL 20120913) [ 0.186879] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked [ 0.188739] ACPI: Dynamic OEM Table Load: [ 0.188744] ACPI: SSDT 0xFFFF94FCC1061400 00037F (v02 PmRef Cpu0Cst 00003001 INTL 20120913) [ 0.190102] ACPI: Dynamic OEM Table Load: [ 0.190106] ACPI: SSDT 0xFFFF94FCC10AF540 00008E (v02 PmRef Cpu0Hwp 00003000 INTL 20120913) [ 0.191327] ACPI: Dynamic OEM Table Load: [ 0.191331] ACPI: SSDT 0xFFFF94FCC0904A00 000130 (v02 PmRef HwpLvt 00003000 INTL 20120913) [ 0.193265] ACPI: Dynamic OEM Table Load: [ 0.193271] ACPI: SSDT 0xFFFF94FCC1073000 0005AA (v02 PmRef ApIst 00003000 INTL 20120913) [ 0.194998] ACPI: Dynamic OEM Table Load: [ 0.195002] ACPI: SSDT 0xFFFF94FCC0906C00 000119 (v02 PmRef ApHwp 00003000 INTL 20120913) [ 0.196332] ACPI: Dynamic OEM Table Load: [ 0.196336] ACPI: SSDT 0xFFFF94FCC0907400 000119 (v02 PmRef ApCst 00003000 INTL 20120913) [ 0.203554] ACPI: Interpreter enabled [ 0.203586] ACPI: PM: (supports S0 S3 S4 S5) [ 0.203587] ACPI: Using IOAPIC for interrupt routing [ 0.203621] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.203622] PCI: Using E820 reservations for host bridge windows [ 0.204753] ACPI: Enabled 7 GPEs in block 00 to 7F [ 0.207450] ACPI: PM: Power Resource [PG00] [ 0.207926] ACPI: PM: Power Resource [PG01] [ 0.208367] ACPI: PM: Power Resource [PG02] [ 0.211281] ACPI: PM: Power Resource [WRST] [ 0.211596] ACPI: PM: Power Resource [WRST] [ 0.211901] ACPI: PM: Power Resource [WRST] [ 0.212207] ACPI: PM: Power Resource [WRST] [ 0.212517] ACPI: PM: Power Resource [WRST] [ 0.212829] ACPI: PM: Power Resource [WRST] [ 0.213134] ACPI: PM: Power Resource [WRST] [ 0.213440] ACPI: PM: Power Resource [WRST] [ 0.213746] ACPI: PM: Power Resource [WRST] [ 0.214052] ACPI: PM: Power Resource [WRST] [ 0.214359] ACPI: PM: Power Resource [WRST] [ 0.214665] ACPI: PM: Power Resource [WRST] [ 0.214970] ACPI: PM: Power Resource [WRST] [ 0.215275] ACPI: PM: Power Resource [WRST] [ 0.215582] ACPI: PM: Power Resource [WRST] [ 0.215890] ACPI: PM: Power Resource [WRST] [ 0.216196] ACPI: PM: Power Resource [WRST] [ 0.216504] ACPI: PM: Power Resource [WRST] [ 0.216815] ACPI: PM: Power Resource [WRST] [ 0.217125] ACPI: PM: Power Resource [WRST] [ 0.229150] ACPI: PM: Power Resource [FN00] [ 0.229241] ACPI: PM: Power Resource [FN01] [ 0.229328] ACPI: PM: Power Resource [FN02] [ 0.229417] ACPI: PM: Power Resource [FN03] [ 0.229503] ACPI: PM: Power Resource [FN04] [ 0.230952] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [ 0.230959] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.231006] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_ERROR) [ 0.231900] PCI host bridge to bus 0000:00 [ 0.231902] pci_bus 0000:00: root bus resource [bus 00-3e] [ 0.231904] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.231906] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.231907] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.231909] pci_bus 0000:00: root bus resource [mem 0xd9800000-0xf7ffffff window] [ 0.231910] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window] [ 0.232057] pci 0000:00:00.0: [8086:191f] type 00 class 0x060000 [ 0.232399] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 [ 0.232454] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 0.233163] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330 [ 0.233189] pci 0000:00:14.0: reg 0x10: [mem 0xf7f30000-0xf7f3ffff 64bit] [ 0.233268] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.233993] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000 [ 0.234019] pci 0000:00:14.2: reg 0x10: [mem 0xf7f4f000-0xf7f4ffff 64bit] [ 0.234346] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000 [ 0.234374] pci 0000:00:16.0: reg 0x10: [mem 0xf7f4e000-0xf7f4efff 64bit] [ 0.234448] pci 0000:00:16.0: PME# supported from D3hot [ 0.234758] pci 0000:00:16.3: [8086:a13d] type 00 class 0x070002 [ 0.234780] pci 0000:00:16.3: reg 0x10: [io 0xf060-0xf067] [ 0.234792] pci 0000:00:16.3: reg 0x14: [mem 0xf7f4d000-0xf7f4dfff] [ 0.235116] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601 [ 0.235136] pci 0000:00:17.0: reg 0x10: [mem 0xf7f48000-0xf7f49fff] [ 0.235146] pci 0000:00:17.0: reg 0x14: [mem 0xf7f4c000-0xf7f4c0ff] [ 0.235157] pci 0000:00:17.0: reg 0x18: [io 0xf050-0xf057] [ 0.235168] pci 0000:00:17.0: reg 0x1c: [io 0xf040-0xf043] [ 0.235178] pci 0000:00:17.0: reg 0x20: [io 0xf020-0xf03f] [ 0.235189] pci 0000:00:17.0: reg 0x24: [mem 0xf7f4b000-0xf7f4b7ff] [ 0.235227] pci 0000:00:17.0: PME# supported from D3hot [ 0.235637] pci 0000:00:1b.0: [8086:a167] type 01 class 0x060400 [ 0.235716] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.236521] pci 0000:00:1f.0: [8086:a146] type 00 class 0x060100 [ 0.237023] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000 [ 0.237045] pci 0000:00:1f.2: reg 0x10: [mem 0xf7f44000-0xf7f47fff] [ 0.237490] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300 [ 0.237521] pci 0000:00:1f.3: reg 0x10: [mem 0xf7f40000-0xf7f43fff 64bit] [ 0.237565] pci 0000:00:1f.3: reg 0x20: [mem 0xf7f20000-0xf7f2ffff 64bit] [ 0.237614] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.238358] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500 [ 0.238419] pci 0000:00:1f.4: reg 0x10: [mem 0xf7f4a000-0xf7f4a0ff 64bit] [ 0.238489] pci 0000:00:1f.4: reg 0x20: [io 0xf000-0xf01f] [ 0.238939] pci 0000:00:1f.6: [8086:15b7] type 00 class 0x020000 [ 0.238967] pci 0000:00:1f.6: reg 0x10: [mem 0xf7f00000-0xf7f1ffff] [ 0.239094] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold [ 0.239379] pci 0000:01:00.0: [1002:6610] type 00 class 0x030000 [ 0.239399] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref] [ 0.239412] pci 0000:01:00.0: reg 0x18: [mem 0xf7e00000-0xf7e3ffff 64bit] [ 0.239420] pci 0000:01:00.0: reg 0x20: [io 0xe000-0xe0ff] [ 0.239436] pci 0000:01:00.0: reg 0x30: [mem 0xf7e40000-0xf7e5ffff pref] [ 0.239453] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.239476] pci 0000:01:00.0: supports D1 D2 [ 0.239477] pci 0000:01:00.0: PME# supported from D1 D2 D3hot [ 0.239555] pci 0000:01:00.1: [1002:aab0] type 00 class 0x040300 [ 0.239574] pci 0000:01:00.1: reg 0x10: [mem 0xf7e60000-0xf7e63fff 64bit] [ 0.239642] pci 0000:01:00.1: supports D1 D2 [ 0.239689] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.239692] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] [ 0.239694] pci 0000:00:01.0: bridge window [mem 0xf7e00000-0xf7efffff] [ 0.239696] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] [ 0.239782] pci 0000:02:00.0: [15b7:501a] type 00 class 0x010802 [ 0.239810] pci 0000:02:00.0: reg 0x10: [mem 0xf7d00000-0xf7d03fff 64bit] [ 0.239850] pci 0000:02:00.0: reg 0x20: [mem 0xf7d04000-0xf7d040ff 64bit] [ 0.240318] pci 0000:00:1b.0: PCI bridge to [bus 02] [ 0.240322] pci 0000:00:1b.0: bridge window [mem 0xf7d00000-0xf7dfffff] [ 0.242509] ACPI: PCI: Interrupt link LNKA configured for IRQ 7 [ 0.242576] ACPI: PCI: Interrupt link LNKB configured for IRQ 10 [ 0.242641] ACPI: PCI: Interrupt link LNKC configured for IRQ 5 [ 0.242706] ACPI: PCI: Interrupt link LNKD configured for IRQ 11 [ 0.242770] ACPI: PCI: Interrupt link LNKE configured for IRQ 7 [ 0.242835] ACPI: PCI: Interrupt link LNKF configured for IRQ 3 [ 0.242899] ACPI: PCI: Interrupt link LNKG configured for IRQ 4 [ 0.242964] ACPI: PCI: Interrupt link LNKH configured for IRQ 11 [ 0.250301] iommu: Default domain type: Translated [ 0.250301] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.250301] SCSI subsystem initialized [ 0.250301] libata version 3.00 loaded. [ 0.250301] pci 0000:01:00.0: vgaarb: setting as boot VGA device [ 0.250301] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.250301] pci 0000:01:00.0: vgaarb: bridge control possible [ 0.250301] vgaarb: loaded [ 0.250301] ACPI: bus type USB registered [ 0.250301] usbcore: registered new interface driver usbfs [ 0.250301] usbcore: registered new interface driver hub [ 0.250301] usbcore: registered new device driver usb [ 0.250301] pps_core: LinuxPPS API ver. 1 registered [ 0.250301] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.250301] PTP clock support registered [ 0.250301] EDAC MC: Ver: 3.0.0 [ 0.250301] NetLabel: Initializing [ 0.250301] NetLabel: domain hash size = 128 [ 0.250301] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.250301] NetLabel: unlabeled traffic allowed by default [ 0.250301] PCI: Using ACPI for IRQ routing [ 0.257673] PCI: pci_cache_line_size set to 64 bytes [ 0.257710] e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff] [ 0.257712] e820: reserve RAM buffer [mem 0xbff99000-0xbfffffff] [ 0.257713] e820: reserve RAM buffer [mem 0xc003d000-0xc3ffffff] [ 0.257714] e820: reserve RAM buffer [mem 0xcef66000-0xcfffffff] [ 0.257715] e820: reserve RAM buffer [mem 0xd8600000-0xdbffffff] [ 0.257716] e820: reserve RAM buffer [mem 0x224800000-0x227ffffff] [ 0.257719] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.257724] hpet0: 8 comparators, 64-bit 24.000000 MHz counter [ 0.260494] clocksource: Switched to clocksource tsc-early [ 0.269353] VFS: Disk quotas dquot_6.6.0 [ 0.269366] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.269460] AppArmor: AppArmor Filesystem Enabled [ 0.269488] pnp: PnP ACPI init [ 0.269773] system 00:00: [io 0x0a00-0x0a3f] has been reserved [ 0.269776] system 00:00: [io 0x0a40-0x0a7f] has been reserved [ 0.270559] pnp 00:01: [dma 0 disabled] [ 0.270805] system 00:04: [io 0x0680-0x069f] has been reserved [ 0.270808] system 00:04: [io 0xffff] has been reserved [ 0.270809] system 00:04: [io 0xffff] has been reserved [ 0.270811] system 00:04: [io 0xffff] has been reserved [ 0.270812] system 00:04: [io 0x1800-0x18fe] has been reserved [ 0.270813] system 00:04: [io 0x164e-0x164f] has been reserved [ 0.270899] system 00:05: [io 0x0800-0x087f] has been reserved [ 0.270953] system 00:07: [io 0x1854-0x1857] has been reserved [ 0.271216] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.271218] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.271219] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.271221] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved [ 0.271222] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.271224] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.271225] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.271227] system 00:08: [mem 0xff000000-0xffffffff] has been reserved [ 0.271228] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved [ 0.271230] system 00:08: [mem 0xf7fe0000-0xf7ffffff] has been reserved [ 0.271271] system 00:09: [mem 0xfd000000-0xfdabffff] has been reserved [ 0.271273] system 00:09: [mem 0xfdad0000-0xfdadffff] has been reserved [ 0.271274] system 00:09: [mem 0xfdb00000-0xfdffffff] has been reserved [ 0.271276] system 00:09: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 0.271277] system 00:09: [mem 0xfe036000-0xfe03bfff] has been reserved [ 0.271279] system 00:09: [mem 0xfe03d000-0xfe3fffff] has been reserved [ 0.271280] system 00:09: [mem 0xfe410000-0xfe7fffff] has been reserved [ 0.271582] system 00:0a: [io 0xff00-0xfffe] has been reserved [ 0.272916] system 00:0b: [mem 0xfdaf0000-0xfdafffff] has been reserved [ 0.272919] system 00:0b: [mem 0xfdae0000-0xfdaeffff] has been reserved [ 0.272920] system 00:0b: [mem 0xfdac0000-0xfdacffff] has been reserved [ 0.273901] pnp: PnP ACPI: found 12 devices [ 0.279411] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.279462] NET: Registered PF_INET protocol family [ 0.279527] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.280325] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.280348] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.280381] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.280474] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 0.280526] TCP: Hash tables configured (established 65536 bind 65536) [ 0.280575] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear) [ 0.280609] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.280628] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.280666] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.280671] NET: Registered PF_XDP protocol family [ 0.280679] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.280682] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] [ 0.280688] pci 0000:00:01.0: bridge window [mem 0xf7e00000-0xf7efffff] [ 0.280692] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] [ 0.280700] pci 0000:00:1b.0: PCI bridge to [bus 02] [ 0.280706] pci 0000:00:1b.0: bridge window [mem 0xf7d00000-0xf7dfffff] [ 0.280718] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.280719] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.280721] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.280722] pci_bus 0000:00: resource 7 [mem 0xd9800000-0xf7ffffff window] [ 0.280723] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window] [ 0.280724] pci_bus 0000:01: resource 0 [io 0xe000-0xefff] [ 0.280726] pci_bus 0000:01: resource 1 [mem 0xf7e00000-0xf7efffff] [ 0.280727] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref] [ 0.280728] pci_bus 0000:02: resource 1 [mem 0xf7d00000-0xf7dfffff] [ 0.281683] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0 [ 0.281689] PCI: CLS 0 bytes, default 64 [ 0.281734] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.281735] software IO TLB: mapped [mem 0x00000000caf66000-0x00000000cef66000] (64MB) [ 0.281759] Trying to unpack rootfs image as initramfs... [ 0.292499] sgx: EPC section 0xd0200000-0xd5f7ffff [ 0.293152] Initialise system trusted keyrings [ 0.293160] Key type blacklist registered [ 0.293187] workingset: timestamp_bits=36 max_order=21 bucket_order=0 [ 0.294357] zbud: loaded [ 0.294570] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.294680] fuse: init (API version 7.34) [ 0.294802] integrity: Platform Keyring initialized [ 0.301457] Key type asymmetric registered [ 0.301460] Asymmetric key parser 'x509' registered [ 0.301473] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.301502] io scheduler mq-deadline registered [ 0.302110] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.302892] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0 [ 0.302911] ACPI: button: Sleep Button [SLPB] [ 0.302938] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 [ 0.302951] ACPI: button: Power Button [PWRB] [ 0.302975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 0.302999] ACPI: button: Power Button [PWRF] [ 0.303818] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.303820] ACPI: thermal: Thermal Zone [TZ00] (28 C) [ 0.304007] thermal LNXTHERM:01: registered as thermal_zone1 [ 0.304009] ACPI: thermal: Thermal Zone [TZ01] (30 C) [ 0.304182] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.325015] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.348122] 0000:00:16.3: ttyS4 at I/O 0xf060 (irq = 19, base_baud = 115200) is a 16550A [ 0.348536] Linux agpgart interface v0.103 [ 0.350610] loop: module loaded [ 0.350842] tun: Universal TUN/TAP device driver, 1.6 [ 0.350884] PPP generic driver version 2.4.2 [ 0.350974] VFIO - User Level meta-driver version: 0.3 [ 0.351056] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.351059] ehci-pci: EHCI PCI platform driver [ 0.351065] ehci-platform: EHCI generic platform driver [ 0.351071] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.351073] ohci-pci: OHCI PCI platform driver [ 0.351079] ohci-platform: OHCI generic platform driver [ 0.351084] uhci_hcd: USB Universal Host Controller Interface driver [ 0.351143] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 0.353624] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.353628] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.353767] mousedev: PS/2 mouse device common for all mice [ 0.353895] rtc_cmos 00:06: RTC can wake from S4 [ 0.354503] rtc_cmos 00:06: registered as rtc0 [ 0.354628] rtc_cmos 00:06: setting system clock to 2023-12-30T21:06:55 UTC (1703970415) [ 0.354649] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram [ 0.354655] i2c_dev: i2c /dev entries driver [ 0.354985] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. [ 0.355007] device-mapper: uevent: version 1.0.3 [ 0.355076] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 0.355092] platform eisa.0: Probing EISA bus 0 [ 0.355094] platform eisa.0: EISA: Cannot allocate resource for mainboard [ 0.355095] platform eisa.0: Cannot allocate resource for EISA slot 1 [ 0.355096] platform eisa.0: Cannot allocate resource for EISA slot 2 [ 0.355097] platform eisa.0: Cannot allocate resource for EISA slot 3 [ 0.355098] platform eisa.0: Cannot allocate resource for EISA slot 4 [ 0.355099] platform eisa.0: Cannot allocate resource for EISA slot 5 [ 0.355100] platform eisa.0: Cannot allocate resource for EISA slot 6 [ 0.355101] platform eisa.0: Cannot allocate resource for EISA slot 7 [ 0.355102] platform eisa.0: Cannot allocate resource for EISA slot 8 [ 0.355103] platform eisa.0: EISA: Detected 0 cards [ 0.355106] intel_pstate: Intel P-state driver initializing [ 0.355404] intel_pstate: HWP enabled [ 0.355619] ledtrig-cpu: registered to indicate activity on CPUs [ 0.355650] vesafb: mode is 1920x1080x32, linelength=7680, pages=0 [ 0.355652] vesafb: scrolling: redraw [ 0.355652] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0 [ 0.355664] vesafb: framebuffer at 0xe0000000, mapped to 0x00000000c0a2fa82, using 8128k, total 8128k [ 0.355719] fbcon: Deferring console take-over [ 0.355720] fb0: VESA VGA frame buffer device [ 0.355755] intel_pmc_core INT33A1:00: initialized [ 0.355804] drop_monitor: Initializing network drop monitor service [ 0.355922] NET: Registered PF_INET6 protocol family [ 0.836629] Freeing initrd memory: 122904K [ 0.842859] Segment Routing with IPv6 [ 0.842870] In-situ OAM (IOAM) with IPv6 [ 0.842891] NET: Registered PF_PACKET protocol family [ 0.842996] Key type dns_resolver registered [ 0.843606] microcode: sig=0x506e3, pf=0x2, revision=0xf0 [ 0.843755] microcode: Microcode Update Driver: v2.2. [ 0.843772] IPI shorthand broadcast: enabled [ 0.843785] sched_clock: Marking stable (843136887, 410349)->(846271500, -2724264) [ 0.844077] registered taskstats version 1 [ 0.844294] Loading compiled-in X.509 certificates [ 0.844766] Loaded X.509 cert 'Build time autogenerated kernel key: 5d922c8510ab93d63cb90d7e9088ad693f9da42f' [ 0.845168] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969' [ 0.845564] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19' [ 0.845565] blacklist: Loading compiled-in revocation X.509 certificates [ 0.845579] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0' [ 0.845590] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03' [ 0.845603] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b' [ 0.845613] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8' [ 0.845625] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d' [ 0.845636] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c' [ 0.845646] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af' [ 0.845657] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9' [ 0.845792] zswap: loaded using pool lzo/zbud [ 0.846261] Key type .fscrypt registered [ 0.846262] Key type fscrypt-provisioning registered [ 0.849189] Key type encrypted registered [ 0.849191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.849196] ima: No TPM chip found, activating TPM-bypass! [ 0.849198] Loading compiled-in module X.509 certificates [ 0.849599] Loaded X.509 cert 'Build time autogenerated kernel key: 5d922c8510ab93d63cb90d7e9088ad693f9da42f' [ 0.849600] ima: Allocated hash algorithm: sha1 [ 0.849604] ima: No architecture policies found [ 0.849610] evm: Initialising EVM extended attributes: [ 0.849611] evm: security.selinux [ 0.849612] evm: security.SMACK64 [ 0.849612] evm: security.SMACK64EXEC [ 0.849613] evm: security.SMACK64TRANSMUTE [ 0.849613] evm: security.SMACK64MMAP [ 0.849614] evm: security.apparmor [ 0.849614] evm: security.ima [ 0.849615] evm: security.capability [ 0.849616] evm: HMAC attrs: 0x1 [ 0.849843] PM: Magic number: 3:586:147 [ 0.849873] pci 0000:00:14.0: hash matches [ 0.849892] acpi device:18: hash matches [ 0.850047] RAS: Correctable Errors collector initialized. [ 0.851032] Freeing unused decrypted memory: 2036K [ 0.851527] Freeing unused kernel image (initmem) memory: 3356K [ 0.892736] Write protecting the kernel read-only data: 30720k [ 0.893430] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 0.893813] Freeing unused kernel image (rodata/data gap) memory: 1420K [ 0.937833] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.937834] x86/mm: Checking user space page tables [ 0.977773] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.977805] Run /init as init process [ 0.977819] with arguments: [ 0.977821] /init [ 0.977822] splash [ 0.977822] with environment: [ 0.977823] HOME=/ [ 0.977824] TERM=linux [ 0.977824] BOOT_IMAGE=/boot/vmlinuz-5.15.0-91-generic [ 1.086541] e1000e: Intel(R) PRO/1000 Network Driver [ 1.086543] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.086831] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.086837] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 1.086853] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 1.086963] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found [ 1.087275] ahci 0000:00:17.0: version 3.0 [ 1.087896] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810 [ 1.088277] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.088280] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 1.088283] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed [ 1.088316] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 1.088318] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.088320] usb usb1: Product: xHCI Host Controller [ 1.088321] usb usb1: Manufacturer: Linux 5.15.0-91-generic xhci-hcd [ 1.088322] usb usb1: SerialNumber: 0000:00:14.0 [ 1.088431] hub 1-0:1.0: USB hub found [ 1.088448] hub 1-0:1.0: 16 ports detected [ 1.090133] nvme nvme0: pci function 0000:02:00.0 [ 1.090353] i801_smbus 0000:00:1f.4: SPD Write Disable is set [ 1.090397] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt [ 1.091863] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15 [ 1.091866] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.091867] usb usb2: Product: xHCI Host Controller [ 1.091869] usb usb2: Manufacturer: Linux 5.15.0-91-generic xhci-hcd [ 1.091870] usb usb2: SerialNumber: 0000:00:14.0 [ 1.091956] hub 2-0:1.0: USB hub found [ 1.091967] hub 2-0:1.0: 10 ports detected [ 1.094957] usb: port power management may be unreliable [ 1.098187] cryptd: max_cpu_qlen set to 1000 [ 1.098220] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0xf impl SATA mode [ 1.098225] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst [ 1.101095] nvme nvme0: allocated 32 MiB host memory buffer. [ 1.102141] nvme nvme0: 8/0/0 default/read/poll queues [ 1.104657] AVX2 version of gcm_enc/dec engaged. [ 1.104700] AES CTR mode by8 optimization enabled [ 1.105118] nvme0n1: p1 p2 p3 [ 1.111798] i2c i2c-0: 2/4 memory slots populated (from DMI) [ 1.113507] i2c i2c-0: Successfully instantiated SPD at 0x51 [ 1.114033] i2c i2c-0: Successfully instantiated SPD at 0x53 [ 1.141096] scsi host0: ahci [ 1.141307] scsi host1: ahci [ 1.141417] scsi host2: ahci [ 1.141499] scsi host3: ahci [ 1.141542] ata1: SATA max UDMA/133 abar m2048@0xf7f4b000 port 0xf7f4b100 irq 124 [ 1.141544] ata2: SATA max UDMA/133 abar m2048@0xf7f4b000 port 0xf7f4b180 irq 124 [ 1.141546] ata3: SATA max UDMA/133 abar m2048@0xf7f4b000 port 0xf7f4b200 irq 124 [ 1.141547] ata4: SATA max UDMA/133 abar m2048@0xf7f4b000 port 0xf7f4b280 irq 124 [ 1.167292] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock [ 1.233286] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 48:4d:7e:ce:c9:23 [ 1.233293] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection [ 1.233352] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF [ 1.320487] tsc: Refined TSC clocksource calibration: 3407.999 MHz [ 1.320498] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x311fd336761, max_idle_ns: 440795243819 ns [ 1.320552] clocksource: Switched to clocksource tsc [ 1.424485] usb 1-6: new full-speed USB device number 2 using xhci_hcd [ 1.456269] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 1.456292] ata4: SATA link down (SStatus 4 SControl 300) [ 1.456312] ata3: SATA link down (SStatus 4 SControl 300) [ 1.456332] ata1: SATA link down (SStatus 4 SControl 300) [ 1.460126] ata2.00: ATAPI: PLDS DVD+/-RW DU-8A5LH, 6D11, max UDMA/133 [ 1.461111] ata2.00: configured for UDMA/133 [ 1.474123] scsi 1:0:0:0: CD-ROM PLDS DVD+-RW DU-8A5LH 6D11 PQ: 0 ANSI: 5 [ 1.551143] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 1.551148] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 1.576586] usb 1-6: New USB device found, idVendor=1532, idProduct=00af, bcdDevice= 1.00 [ 1.576594] usb 1-6: New USB device strings: Mfr=0, Product=2, SerialNumber=3 [ 1.576597] usb 1-6: Product: Razer Cobra Pro [ 1.576600] usb 1-6: SerialNumber: 000000000000 [ 1.584979] hid: raw HID events driver (C) Jiri Kosina [ 1.591601] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 1.591718] sr 1:0:0:0: Attached scsi generic sg0 type 5 [ 1.592614] usbcore: registered new interface driver usbhid [ 1.592616] usbhid: USB HID core driver [ 1.593623] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0 [ 1.595411] input: Razer Cobra Pro as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:1532:00AF.0001/input/input6 [ 1.595639] hid-generic 0003:1532:00AF.0001: input,hidraw0: USB HID v1.11 Mouse [Razer Cobra Pro] on usb-0000:00:14.0-6/input0 [ 1.595751] input: Razer Cobra Pro as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:1532:00AF.0002/input/input7 [ 1.624157] [drm] radeon kernel modesetting enabled. [ 1.624263] radeon 0000:01:00.0: vgaarb: deactivate vga console [ 1.624525] [drm] initializing kernel modesetting (OLAND 0x1002:0x6610 0x1028:0x0083 0x83). [ 1.624583] ATOM BIOS: C87001 [ 1.624675] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used) [ 1.624682] radeon 0000:01:00.0: GTT: 2048M 0x0000000080000000 - 0x00000000FFFFFFFF [ 1.624686] [drm] Detected VRAM RAM=2048M, BAR=256M [ 1.624691] [drm] RAM width 64bits DDR [ 1.624710] [drm] radeon: 2048M of VRAM memory ready [ 1.624711] [drm] radeon: 2048M of GTT memory ready. [ 1.624723] [drm] Loading oland Microcode [ 1.624820] [drm] Internal thermal controller with fan control [ 1.630415] [drm] radeon: dpm initialized [ 1.630468] [drm] GART: num cpu pages 524288, num gpu pages 524288 [ 1.631228] [drm] PCIE gen 3 link speeds already enabled [ 1.656488] hid-generic 0003:1532:00AF.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Cobra Pro] on usb-0000:00:14.0-6/input2 [ 1.656682] input: Razer Cobra Pro Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:1532:00AF.0003/input/input8 [ 1.679765] [drm] PCIE GART of 2048M enabled (table at 0x0000000000165000). [ 1.679848] radeon 0000:01:00.0: WB enabled [ 1.679850] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 [ 1.679852] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04 [ 1.679853] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08 [ 1.679854] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c [ 1.679855] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10 [ 1.680157] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 [ 1.680308] radeon 0000:01:00.0: radeon: MSI limited to 32-bit [ 1.680344] radeon 0000:01:00.0: radeon: using MSI. [ 1.680359] [drm] radeon: irq initialized. [ 1.704469] usb 1-8: new full-speed USB device number 3 using xhci_hcd [ 1.716589] input: Razer Cobra Pro as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:1532:00AF.0003/input/input9 [ 1.716769] hid-generic 0003:1532:00AF.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Cobra Pro] on usb-0000:00:14.0-6/input1 [ 1.717052] hid-generic 0003:1532:00AF.0004: hiddev0,hidraw3: USB HID v1.11 Device [Razer Cobra Pro] on usb-0000:00:14.0-6/input3 [ 1.825210] [drm] ring test on 0 succeeded in 2 usecs [ 1.825214] [drm] ring test on 1 succeeded in 1 usecs [ 1.825217] [drm] ring test on 2 succeeded in 1 usecs [ 1.825223] [drm] ring test on 3 succeeded in 3 usecs [ 1.825228] [drm] ring test on 4 succeeded in 3 usecs [ 1.853960] usb 1-8: New USB device found, idVendor=1532, idProduct=0a24, bcdDevice= 2.00 [ 1.853963] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.853965] usb 1-8: Product: Razer BlackWidow V3 Tenkeyless [ 1.853966] usb 1-8: Manufacturer: Razer [ 1.855675] input: Razer Razer BlackWidow V3 Tenkeyless as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:1532:0A24.0005/input/input10 [ 1.912680] hid-generic 0003:1532:0A24.0005: input,hidraw4: USB HID v1.11 Keyboard [Razer Razer BlackWidow V3 Tenkeyless] on usb-0000:00:14.0-8/input0 [ 1.913499] input: Razer Razer BlackWidow V3 Tenkeyless Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:1532:0A24.0006/input/input11 [ 1.972578] input: Razer Razer BlackWidow V3 Tenkeyless as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:1532:0A24.0006/input/input12 [ 1.972771] hid-generic 0003:1532:0A24.0006: input,hidraw5: USB HID v1.11 Keyboard [Razer Razer BlackWidow V3 Tenkeyless] on usb-0000:00:14.0-8/input1 [ 1.973349] input: Razer Razer BlackWidow V3 Tenkeyless as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:1532:0A24.0007/input/input13 [ 1.973577] hid-generic 0003:1532:0A24.0007: input,hidraw6: USB HID v1.11 Mouse [Razer Razer BlackWidow V3 Tenkeyless] on usb-0000:00:14.0-8/input2 [ 1.974726] input: Razer Razer BlackWidow V3 Tenkeyless Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.3/0003:1532:0A24.0008/input/input14 [ 2.000493] [drm] ring test on 5 succeeded in 2 usecs [ 2.000498] [drm] UVD initialized successfully. [ 2.000627] [drm] ib test on ring 0 succeeded in 0 usecs [ 2.000689] [drm] ib test on ring 1 succeeded in 0 usecs [ 2.000750] [drm] ib test on ring 2 succeeded in 0 usecs [ 2.000773] [drm] ib test on ring 3 succeeded in 0 usecs [ 2.000795] [drm] ib test on ring 4 succeeded in 0 usecs [ 2.032707] hid-generic 0003:1532:0A24.0008: input,hiddev1,hidraw7: USB HID v1.11 Device [Razer Razer BlackWidow V3 Tenkeyless] on usb-0000:00:14.0-8/input3 [ 2.664571] [drm] ib test on ring 5 succeeded [ 2.665962] [drm] Radeon Display Connectors [ 2.665965] [drm] Connector 0: [ 2.665966] [drm] DP-1 [ 2.665968] [drm] HPD1 [ 2.665969] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c [ 2.665973] [drm] Encoders: [ 2.665974] [drm] DFP1: INTERNAL_UNIPHY [ 2.665975] [drm] Connector 1: [ 2.665976] [drm] DVI-I-1 [ 2.665978] [drm] HPD2 [ 2.665979] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c [ 2.665982] [drm] Encoders: [ 2.665983] [drm] DFP2: INTERNAL_UNIPHY [ 2.665984] [drm] CRT1: INTERNAL_KLDSCP_DAC1 [ 2.721659] [drm] fb mappable at 0xE0571000 [ 2.721663] [drm] vram apper at 0xE0000000 [ 2.721664] [drm] size 3145728 [ 2.721666] [drm] fb depth is 24 [ 2.721667] [drm] pitch is 4096 [ 2.721889] fbcon: radeondrmfb (fb0) is primary device [ 2.721892] fbcon: Deferring console take-over [ 2.721896] radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device [ 2.736659] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0 [ 2.741861] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug. [ 2.862968] [drm] amdgpu kernel modesetting enabled. [ 2.863107] amdgpu: CRAT table not found [ 2.863109] amdgpu: Virtual CRAT table created for CPU [ 2.863125] amdgpu: Topology: Add CPU node [ 3.288453] raid6: avx2x4 gen() 27573 MB/s [ 3.356439] raid6: avx2x4 xor() 15789 MB/s [ 3.424456] raid6: avx2x2 gen() 41072 MB/s [ 3.492453] raid6: avx2x2 xor() 23502 MB/s [ 3.560454] raid6: avx2x1 gen() 25511 MB/s [ 3.628454] raid6: avx2x1 xor() 17268 MB/s [ 3.696466] raid6: sse2x4 gen() 17292 MB/s [ 3.764454] raid6: sse2x4 xor() 10394 MB/s [ 3.832447] raid6: sse2x2 gen() 17524 MB/s [ 3.900457] raid6: sse2x2 xor() 10708 MB/s [ 3.968456] raid6: sse2x1 gen() 14631 MB/s [ 4.036455] raid6: sse2x1 xor() 7363 MB/s [ 4.036456] raid6: using algorithm avx2x2 gen() 41072 MB/s [ 4.036457] raid6: .... xor() 23502 MB/s, rmw enabled [ 4.036458] raid6: using avx2x2 recovery algorithm [ 4.039550] xor: automatically using best checksumming function avx [ 4.063849] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes [ 4.216820] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 4.384903] systemd[1]: Inserted module 'autofs4' [ 4.396635] systemd[1]: systemd 249.11-0ubuntu3.11 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 4.416811] systemd[1]: Detected architecture x86-64. [ 4.576912] systemd[1]: Queued start job for default target Graphical Interface. [ 4.578006] systemd[1]: Created slice Slice /system/modprobe. [ 4.578245] systemd[1]: Created slice Slice /system/systemd-fsck. [ 4.578448] systemd[1]: Created slice User and Session Slice. [ 4.578515] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 4.578653] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 4.578701] systemd[1]: Reached target User and Group Name Lookups. [ 4.578718] systemd[1]: Reached target Remote File Systems. [ 4.578727] systemd[1]: Reached target Slice Units. [ 4.578747] systemd[1]: Reached target Local Verity Protected Volumes. [ 4.578819] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 4.578912] systemd[1]: Listening on LVM2 poll daemon socket. [ 4.578991] systemd[1]: Listening on Syslog Socket. [ 4.579835] systemd[1]: Listening on Process Core Dump Socket. [ 4.579913] systemd[1]: Listening on fsck to fsckd communication Socket. [ 4.579959] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 4.580495] systemd[1]: Listening on Journal Audit Socket. [ 4.580598] systemd[1]: Listening on Journal Socket (/dev/log). [ 4.580708] systemd[1]: Listening on Journal Socket. [ 4.580903] systemd[1]: Listening on udev Control Socket. [ 4.581000] systemd[1]: Listening on udev Kernel Socket. [ 4.581608] systemd[1]: Mounting Huge Pages File System... [ 4.582218] systemd[1]: Mounting POSIX Message Queue File System... [ 4.582877] systemd[1]: Mounting Kernel Debug File System... [ 4.583543] systemd[1]: Mounting Kernel Trace File System... [ 4.585238] systemd[1]: Starting Journal Service... [ 4.585411] systemd[1]: Finished Availability of block devices. [ 4.586582] systemd[1]: Starting Set the console keyboard layout... [ 4.587490] systemd[1]: Starting Create List of Static Device Nodes... [ 4.588239] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 4.589447] systemd[1]: Starting Load Kernel Module configfs... [ 4.590457] systemd[1]: Starting Load Kernel Module drm... [ 4.591441] systemd[1]: Starting Load Kernel Module efi_pstore... [ 4.592378] systemd[1]: Starting Load Kernel Module fuse... [ 4.592530] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 4.594175] systemd[1]: Starting Load Kernel Modules... [ 4.595086] systemd[1]: Starting Remount Root and Kernel File Systems... [ 4.595969] systemd[1]: Starting Coldplug All udev Devices... [ 4.598541] systemd[1]: Mounted Huge Pages File System. [ 4.598805] systemd[1]: Mounted POSIX Message Queue File System. [ 4.598948] systemd[1]: Mounted Kernel Debug File System. [ 4.599101] systemd[1]: Mounted Kernel Trace File System. [ 4.599534] systemd[1]: Finished Create List of Static Device Nodes. [ 4.599922] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 4.600220] systemd[1]: Finished Load Kernel Module configfs. [ 4.600609] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 4.600713] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro. Quota mode: none. [ 4.600917] systemd[1]: Finished Load Kernel Module drm. [ 4.602249] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 4.602439] systemd[1]: Finished Load Kernel Module efi_pstore. [ 4.602777] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 4.603046] systemd[1]: Finished Load Kernel Module fuse. [ 4.603339] systemd[1]: Finished Remount Root and Kernel File Systems. [ 4.603861] lp: driver loaded but no devices found [ 4.604148] systemd[1]: Activating swap /swapfile... [ 4.604903] systemd[1]: Mounting FUSE Control File System... [ 4.606022] systemd[1]: Mounting Kernel Configuration File System... [ 4.606144] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 4.606991] ppdev: user-space parallel port driver [ 4.607054] systemd[1]: Starting Load/Save Random Seed... [ 4.607111] Adding 2097148k swap on /swapfile. Priority:-2 extents:13 across:117202944k SSFS [ 4.608030] systemd[1]: Starting Create System Users... [ 4.608902] systemd[1]: Activated swap /swapfile. [ 4.610520] systemd[1]: Mounted FUSE Control File System. [ 4.610670] systemd[1]: Mounted Kernel Configuration File System. [ 4.610765] systemd[1]: Reached target Swaps. [ 4.612726] systemd[1]: Finished Load/Save Random Seed. [ 4.612846] systemd[1]: Condition check resulted in First Boot Complete being skipped. [ 4.614597] systemd[1]: Finished Load Kernel Modules. [ 4.615580] systemd[1]: Starting Apply Kernel Variables... [ 4.617423] systemd[1]: Finished Create System Users. [ 4.618168] systemd[1]: Starting Create Static Device Nodes in /dev... [ 4.624678] systemd[1]: Finished Apply Kernel Variables. [ 4.626752] systemd[1]: Finished Create Static Device Nodes in /dev. [ 4.628188] systemd[1]: Starting Rule-based Manager for Device Events and Files... [ 4.642381] systemd[1]: Started Journal Service. [ 4.646412] systemd-journald[398]: Received client request to flush runtime journal. [ 4.868607] razerkbd: loading out-of-tree module taints kernel. [ 4.872976] razerkbd: module verification failed: signature and/or required key missing - tainting kernel [ 4.877629] mei_me 0000:00:16.0: enabling device (0000 -> 0002) [ 4.881797] ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only [ 4.881841] ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only [ 4.906181] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4) [ 4.954846] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input16 [ 4.960494] input: Razer Cobra Pro as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:1532:00AF.0001/input/input15 [ 4.991819] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer [ 4.991824] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 4.991825] RAPL PMU: hw unit of domain package 2^-14 Joules [ 4.991826] RAPL PMU: hw unit of domain dram 2^-14 Joules [ 5.025906] snd_hda_intel 0000:01:00.1: Force to non-snoop mode [ 5.036948] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17 [ 5.052294] razermouse 0003:1532:00AF.0001: input,hidraw0: USB HID v1.11 Mouse [Razer Cobra Pro] on usb-0000:00:14.0-6/input0 [ 5.052353] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18 [ 5.058883] input: Razer Cobra Pro as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:1532:00AF.0002/input/input19 [ 5.073347] intel_tcc_cooling: Programmable TCC Offset detected [ 5.092782] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3234: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line [ 5.092786] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0) [ 5.092788] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 5.092790] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 5.092791] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 5.092792] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19 [ 5.092793] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x1a [ 5.121457] intel_rapl_common: Found RAPL domain package [ 5.121459] intel_rapl_common: Found RAPL domain core [ 5.121460] intel_rapl_common: Found RAPL domain dram [ 5.147471] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20 [ 5.204944] razermouse 0003:1532:00AF.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Cobra Pro] on usb-0000:00:14.0-6/input2 [ 5.205847] razermouse 0003:1532:00AF.0004: hiddev0,hidraw3: USB HID v1.11 Device [Razer Cobra Pro] on usb-0000:00:14.0-6/input3 [ 5.220933] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21 [ 5.221390] input: Razer Cobra Pro as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:1532:00AF.0003/input/input22 [ 5.277083] input: Razer Razer BlackWidow V3 Tenkeyless as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:1532:0A24.0005/input/input23 [ 5.336811] razermouse 0003:1532:00AF.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Cobra Pro] on usb-0000:00:14.0-6/input1 [ 5.396820] razerkbd 0003:1532:0A24.0005: input,hidraw4: USB HID v1.11 Keyboard [Razer Razer BlackWidow V3 Tenkeyless] on usb-0000:00:14.0-8/input0 [ 5.518461] input: Razer Razer BlackWidow V3 Tenkeyless as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:1532:0A24.0007/input/input24 [ 5.549021] razerkbd 0003:1532:0A24.0007: input,hidraw5: USB HID v1.11 Mouse [Razer Razer BlackWidow V3 Tenkeyless] on usb-0000:00:14.0-8/input2 [ 5.549605] input: Razer Razer BlackWidow V3 Tenkeyless as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:1532:0A24.0006/input/input25 [ 5.597392] input: Razer Razer BlackWidow V3 Tenkeyless as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.3/0003:1532:0A24.0008/input/input26 [ 5.656842] razerkbd 0003:1532:0A24.0006: input,hidraw6: USB HID v1.11 Keyboard [Razer Razer BlackWidow V3 Tenkeyless] on usb-0000:00:14.0-8/input1 [ 5.716885] razerkbd 0003:1532:0A24.0008: input,hiddev1,hidraw7: USB HID v1.11 Device [Razer Razer BlackWidow V3 Tenkeyless] on usb-0000:00:14.0-8/input3 [ 6.121007] znvpair: module license 'CDDL' taints kernel. [ 6.121011] Disabling lock debugging due to kernel taint [ 6.272849] ZFS: Loaded module v2.1.5-1ubuntu6~22.04.1, ZFS pool version 5000, ZFS filesystem version 5 [ 6.300994] audit: type=1400 audit(1703970421.441:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=734 comm="apparmor_parser" [ 6.301324] audit: type=1400 audit(1703970421.441:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=740 comm="apparmor_parser" [ 6.301420] audit: type=1400 audit(1703970421.441:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=735 comm="apparmor_parser" [ 6.301425] audit: type=1400 audit(1703970421.441:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=735 comm="apparmor_parser" [ 6.301811] audit: type=1400 audit(1703970421.441:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=737 comm="apparmor_parser" [ 6.301815] audit: type=1400 audit(1703970421.441:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=737 comm="apparmor_parser" [ 6.301818] audit: type=1400 audit(1703970421.441:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=737 comm="apparmor_parser" [ 6.302954] audit: type=1400 audit(1703970421.441:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/redshift" pid=738 comm="apparmor_parser" [ 6.304735] audit: type=1400 audit(1703970421.445:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=743 comm="apparmor_parser" [ 6.305336] audit: type=1400 audit(1703970421.445:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=739 comm="apparmor_parser" [ 9.479867] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx [ 9.479918] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready [ 18.347537] kauditd_printk_skb: 14 callbacks suppressed [ 18.347541] audit: type=1400 audit(1703970433.485:26): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=1663 comm="cups-browsed" capability=23 capname="sys_nice" [31984.902791] audit: type=1400 audit(1704002400.111:27): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=6780 comm="cupsd" capability=12 capname="net_admin" [31984.918570] audit: type=1400 audit(1704002400.127:28): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=6781 comm="cups-browsed" capability=23 capname="sys_nice" gary@OptiPlex:~$ ```
z3ntu commented 8 months ago

Hm there's not, weird. What effect do you set before locking the screen, also what desktop environment are you using? Can you send a screenshot of polychromatic/RazerGenie after unlocking the screen when it's black (re-open the app and select the device so brightness/effect settings for the device are visible)? I'm curious what it's thinking the current effect is.

ghost commented 8 months ago

I set mouse preferences as static green at 50% brightness. I am using linux mint 21.2 with cinnamon desktop. Here is polychromatic screenshot:

image

ghost commented 8 months ago

Screenshot is after screensaver when mouse has no RGB before any changes are made.

z3ntu commented 8 months ago

If you manually change brightness again, does the device light up again?

I can definitely see in the daemon log that it's supposed to set the brightness to 0 when locking the screen, and then restoring the brightness once you unlock

2024-01-06 11:42:49 | razer.screensaver              | DEBUG    | Received screensaver active signal
2024-01-06 11:42:49 | razer.device0                  | INFO     | Suspending RazerCobraProWired
2024-01-06 11:42:49 | razer.device0                  | DEBUG    | DBus call set_brightness
2024-01-06 11:42:49 | razer.device0                  | DEBUG    | DBus call set_logo_brightness
2024-01-06 11:42:49 | razer.device0                  | DEBUG    | DBus call set_scroll_brightness
2024-01-06 11:42:51 | razer.screensaver              | DEBUG    | Received screensaver inactive signal
2024-01-06 11:42:51 | razer.device0                  | INFO     | Resuming RazerCobraProWired
2024-01-06 11:42:51 | razer.device0                  | DEBUG    | DBus call set_brightness
2024-01-06 11:42:51 | razer.device0                  | DEBUG    | DBus call set_logo_brightness
2024-01-06 11:42:51 | razer.device0                  | DEBUG    | DBus call set_scroll_brightness
ghost commented 8 months ago

So what I usually do after waking from screen saver is set the color from the polychromatic applet icon on the panel by the system clock and that works. BUT If I open the polychromatic app and try to set the brightness or color it does NOT work. It is ONLY when I select static, wave, etc. the the RGB lights come on.

z3ntu commented 6 months ago

For anyone else following, please read https://github.com/openrazer/openrazer/pull/2190#issuecomment-1975129080