diff --git a/.sops.yaml b/.sops.yaml
index 19e09c1..9623167 100644
--- a/.sops.yaml
+++ b/.sops.yaml
@@ -1,7 +1,7 @@
 # Public keys are combination of host + user
 keys:
-  - &sue_root age1w99m9klvc7m5qtmtmu3l0jx8ksdzp5c4p9rkvh5fdullfc6afemqv5py2q
-  - &sue_pim age189laethzry4ylnd790dmpuc4xjjuwqxruc76caj3ceqhqug4g9qs0upuvw
+  - &laptop_root age1w99m9klvc7m5qtmtmu3l0jx8ksdzp5c4p9rkvh5fdullfc6afemqv5py2q
+  - &laptop_pim age189laethzry4ylnd790dmpuc4xjjuwqxruc76caj3ceqhqug4g9qs0upuvw
   - &gamepc_root age1y5wgcxmn37drmjtpgld3xc76mw8dckhred8hecusywjlvdyfedfse8y60u
   - &gamepc_pim age1qlldg2c6kptvnmvlkpf9pae3wnczk6eklcmwdvnzyvvnur3aqdcq3c3trt
   - &warwick_root age1th8rdw4fs3vmgy9gzc0k9xy88tddjj4vasepckfx9h4nlzsg3q3q4cjgwu
@@ -11,36 +11,36 @@ keys:
   - &lewis_root age108fn93z2c55g9dm9cv5v4w47pykf3khz7e3dmnpv5dhchwnaau0qs20stq
 
 creation_rules:
-  - path_regex: secrets/sue/colmena.yaml
+  - path_regex: secrets/blocktech/colmena.yaml
     key_groups:
       - age:
-        - *sue_root
-  - path_regex: secrets/sue/nixos.yaml
+        - *laptop_root
+  - path_regex: secrets/blocktech/nixos.yaml
     key_groups:
       - age:
-        - *sue_root
-  - path_regex: secrets/sue/pim.yaml
+        - *laptop_root
+  - path_regex: secrets/blocktech/pkunis.yaml
     key_groups:
       - age:
-        - *sue_pim
-        - *sue_root
+        - *laptop_pim
+        - *laptop_root
   - path_regex: secrets/gamepc/colmena.yaml
     key_groups:
       - age:
-        - *sue_pim
-        - *sue_root
+        - *laptop_pim
+        - *laptop_root
   - path_regex: secrets/gamepc/pim.yaml
     key_groups:
       - age:
-        - *sue_pim
-        - *sue_root
+        - *laptop_pim
+        - *laptop_root
         - *gamepc_root
         - *gamepc_pim
   - path_regex: secrets/warwick/colmena.yaml
     key_groups:
       - age:
-        - *sue_pim
-        - *sue_root
+        - *laptop_pim
+        - *laptop_root
         - *niels
   - path_regex: secrets/servers.yaml
     key_groups:
@@ -49,14 +49,14 @@ creation_rules:
         - *atlas_root
         - *jefke_root
         - *lewis_root
-        - *sue_pim
-        - *sue_root
+        - *laptop_pim
+        - *laptop_root
         - *niels
   - path_regex: secrets/atlas/colmena.yaml
     key_groups:
       - age:
-        - *sue_pim
-        - *sue_root
+        - *laptop_pim
+        - *laptop_root
         - *niels
   - path_regex: secrets/kubernetes.yaml
     key_groups:
@@ -64,25 +64,25 @@ creation_rules:
         - *atlas_root
         - *jefke_root
         - *lewis_root
-        - *sue_pim
-        - *sue_root
+        - *laptop_pim
+        - *laptop_root
         - *niels
   - path_regex: secrets/jefke/colmena.yaml
     key_groups:
       - age:
-        - *sue_pim
-        - *sue_root
+        - *laptop_pim
+        - *laptop_root
         - *niels
   - path_regex: secrets/lewis/colmena.yaml
     key_groups:
       - age:
-        - *sue_pim
-        - *sue_root
+        - *laptop_pim
+        - *laptop_root
         - *niels
   - path_regex: secrets/lewis/nixos.yaml
     key_groups:
       - age:
         - *lewis_root
-        - *sue_pim
-        - *sue_root
+        - *laptop_pim
+        - *laptop_root
         - *niels
diff --git a/colmena.nix b/colmena.nix
index 5b427e2..a9f812e 100644
--- a/colmena.nix
+++ b/colmena.nix
@@ -15,9 +15,9 @@ inputs @ {
       };
     };
 
-    sue = {
+    blocktech = {
       imports = [
-        (import ./machines).sue.nixosModule
+        (import ./machines).blocktech.nixosModule
         ./nixos
       ];
     };
diff --git a/machines/sue/configuration.nix b/machines/blocktech/configuration.nix
similarity index 57%
rename from machines/sue/configuration.nix
rename to machines/blocktech/configuration.nix
index 70c4391..a944cc1 100644
--- a/machines/sue/configuration.nix
+++ b/machines/blocktech/configuration.nix
@@ -12,16 +12,15 @@
 
   config = {
     pim = {
-      lanzaboote.enable = true;
-      tidal.enable = true;
+      lanzaboote.enable = false;
+      tidal.enable = false;
       gnome.enable = true;
       stylix.enable = true;
       wireguard.enable = true;
-      compliance.enable = true;
-      sops-nix.usersWithSopsKeys = ["pim"];
+      sops-nix.usersWithSopsKeys = ["pkunis"];
     };
 
-    users.users.pim = {
+    users.users.pkunis = {
       isNormalUser = true;
       extraGroups = ["wheel" "docker" "input" "wireshark" "dialout"];
     };
@@ -33,10 +32,10 @@
     };
 
     facter.reportPath = ./facter.json;
-    home-manager.users.pim.imports = [./pim.home.nix];
-    nix.settings.trusted-users = ["pim"];
+    home-manager.users.pkunis.imports = [./pkunis.home.nix];
+    nix.settings.trusted-users = ["pkunis"];
     system.stateVersion = "23.05";
-    sops.defaultSopsFile = "${self}/secrets/sue/nixos.yaml";
+    sops.defaultSopsFile = "${self}/secrets/blocktech/nixos.yaml";
 
     environment.systemPackages = with pkgs; [
       borgbackup
@@ -60,18 +59,26 @@
       };
     };
 
-    swapDevices = [{device = "/dev/disk/by-uuid/96a43c35-0174-4e92-81f0-168a5f601f0b";}];
-    fileSystems = {
-      "/" = {
-        device = "/dev/disk/by-uuid/31638735-5cc4-4013-8037-17e30edcbb0a";
-        fsType = "ext4";
-      };
+    swapDevices = [
+      {device = "/dev/disk/by-uuid/949815d4-cfc4-4cf3-bbbe-22516f91119c";}
+    ];
 
-      "/boot" = {
-        device = "/dev/disk/by-uuid/560E-F8A2";
-        fsType = "vfat";
-        options = ["fmask=0022" "dmask=0022"];
-      };
+    fileSystems."/" = {
+      device = "/dev/disk/by-uuid/06710546-327b-402a-b221-8d88b75301d2";
+      fsType = "ext4";
+    };
+    fileSystems."/boot" = {
+      device = "/dev/disk/by-uuid/E547-7E6C";
+      fsType = "vfat";
+      options = ["fmask=0077" "dmask=0077"];
+    };
+
+    boot = {
+      initrd.luks.devices."luks-4cc1ad7c-a794-4c54-adc8-c9f666c9b781".device = "/dev/disk/by-uuid/4cc1ad7c-a794-4c54-adc8-c9f666c9b781";
+      initrd.luks.devices."luks-161f5109-c2d7-4307-91f6-27c655d6ab3e".device = "/dev/disk/by-uuid/161f5109-c2d7-4307-91f6-27c655d6ab3e";
+
+      loader.systemd-boot.enable = true;
+      loader.efi.canTouchEfiVariables = true;
     };
 
     nix.settings = {
@@ -79,8 +86,6 @@
       trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="];
     };
 
-    boot.initrd.luks.devices."luks-8ffd3129-4908-4209-98c4-4eb68a35c494".device = "/dev/disk/by-uuid/8ffd3129-4908-4209-98c4-4eb68a35c494";
-
     specialisation.cosmic = lib.mkIf config.pim.cosmic.enable {
       configuration = {
         imports = [
diff --git a/machines/sue/facter.json b/machines/blocktech/facter.json
similarity index 57%
rename from machines/sue/facter.json
rename to machines/blocktech/facter.json
index 88fbc2b..6fd442c 100644
--- a/machines/sue/facter.json
+++ b/machines/blocktech/facter.json
@@ -19,12 +19,12 @@
       "pnp_id": 0,
       "lba_support": false,
       "low_memory_size": 0,
-      "smbios_version": 772
+      "smbios_version": 774
     },
     "bluetooth": [
       {
-        "index": 57,
-        "attached_to": 69,
+        "index": 61,
+        "attached_to": 60,
         "class_list": [
           "usb",
           "bluetooth"
@@ -48,12 +48,12 @@
           "value": 32903
         },
         "device": {
-          "hex": "0033",
-          "value": 51
+          "hex": "0036",
+          "value": 54
         },
         "model": "Bluetooth Device",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0",
-        "sysfs_bus_id": "1-10:1.0",
+        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0",
+        "sysfs_bus_id": "3-10:1.0",
         "resources": [
           {
             "type": "baud",
@@ -99,11 +99,11 @@
         "driver_modules": [
           "btusb"
         ],
-        "module_alias": "usb:v8087p0033d0000dcE0dsc01dp01icE0isc01ip01in00"
+        "module_alias": "usb:v8087p0036d0000dcE0dsc01dp01icE0isc01ip01in00"
       },
       {
-        "index": 68,
-        "attached_to": 69,
+        "index": 67,
+        "attached_to": 60,
         "class_list": [
           "usb",
           "bluetooth"
@@ -127,12 +127,12 @@
           "value": 32903
         },
         "device": {
-          "hex": "0033",
-          "value": 51
+          "hex": "0036",
+          "value": 54
         },
         "model": "Bluetooth Device",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1",
-        "sysfs_bus_id": "1-10:1.1",
+        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1",
+        "sysfs_bus_id": "3-10:1.1",
         "resources": [
           {
             "type": "baud",
@@ -178,13 +178,13 @@
         "driver_modules": [
           "btusb"
         ],
-        "module_alias": "usb:v8087p0033d0000dcE0dsc01dp01icE0isc01ip01in01"
+        "module_alias": "usb:v8087p0036d0000dcE0dsc01dp01icE0isc01ip01in01"
       }
     ],
     "bridge": [
       {
-        "index": 19,
-        "attached_to": 35,
+        "index": 26,
+        "attached_to": 0,
         "class_list": [
           "pci",
           "bridge"
@@ -195,8 +195,8 @@
           "value": 4
         },
         "slot": {
-          "bus": 83,
-          "number": 1
+          "bus": 0,
+          "number": 28
         },
         "base_class": {
           "hex": "0006",
@@ -219,50 +219,49 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "0b26",
-          "value": 2854
+          "hex": "7e38",
+          "value": 32312
         },
         "sub_device": {
-          "hex": "0000",
-          "value": 0
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0003",
-          "value": 3
+          "hex": "0020",
+          "value": 32
         },
         "model": "Intel PCI bridge",
-        "sysfs_id": "/devices/pci0000:00/0000:00:07.1/0000:52:00.0/0000:53:01.0",
-        "sysfs_bus_id": "0000:53:01.0",
-        "sysfs_iommu_group_id": 19,
+        "sysfs_id": "/devices/pci0000:00/0000:00:1c.0",
+        "sysfs_bus_id": "0000:00:1c.0",
+        "sysfs_iommu_group_id": 16,
         "resources": [
           {
             "type": "irq",
-            "base": 196,
+            "base": 127,
             "triggered": 0,
             "enabled": true
           }
         ],
         "detail": {
           "function": 0,
-          "command": 1031,
+          "command": 1287,
           "header_type": 1,
-          "secondary_bus": 85,
-          "irq": 196,
+          "secondary_bus": 10,
+          "irq": 127,
           "prog_if": 0
         },
         "driver": "pcieport",
         "drivers": [
           "pcieport"
         ],
-        "module_alias": "pci:v00008086d00000B26sv00008086sd00000000bc06sc04i00"
+        "module_alias": "pci:v00008086d00007E38sv000017AAsd00002234bc06sc04i00"
       },
       {
-        "index": 20,
+        "index": 31,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -293,25 +292,25 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "5187",
-          "value": 20871
+          "hex": "7e02",
+          "value": 32258
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0001",
-          "value": 1
+          "hex": "0020",
+          "value": 32
         },
         "model": "Intel ISA bridge",
         "sysfs_id": "/devices/pci0000:00/0000:00:1f.0",
         "sysfs_bus_id": "0000:00:1f.0",
-        "sysfs_iommu_group_id": 16,
+        "sysfs_iommu_group_id": 18,
         "detail": {
           "function": 0,
           "command": 1031,
@@ -320,89 +319,10 @@
           "irq": 0,
           "prog_if": 0
         },
-        "module_alias": "pci:v00008086d00005187sv00001028sd00000B14bc06sc01i00"
+        "module_alias": "pci:v00008086d00007E02sv000017AAsd00002234bc06sc01i00"
       },
       {
-        "index": 21,
-        "attached_to": 35,
-        "class_list": [
-          "pci",
-          "bridge"
-        ],
-        "bus_type": {
-          "hex": "0004",
-          "name": "PCI",
-          "value": 4
-        },
-        "slot": {
-          "bus": 83,
-          "number": 4
-        },
-        "base_class": {
-          "hex": "0006",
-          "name": "Bridge",
-          "value": 6
-        },
-        "sub_class": {
-          "hex": "0004",
-          "name": "PCI bridge",
-          "value": 4
-        },
-        "pci_interface": {
-          "hex": "0000",
-          "name": "Normal decode",
-          "value": 0
-        },
-        "vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
-        },
-        "sub_vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
-        },
-        "device": {
-          "hex": "0b26",
-          "value": 2854
-        },
-        "sub_device": {
-          "hex": "0000",
-          "value": 0
-        },
-        "revision": {
-          "hex": "0003",
-          "value": 3
-        },
-        "model": "Intel PCI bridge",
-        "sysfs_id": "/devices/pci0000:00/0000:00:07.1/0000:52:00.0/0000:53:04.0",
-        "sysfs_bus_id": "0000:53:04.0",
-        "sysfs_iommu_group_id": 22,
-        "resources": [
-          {
-            "type": "irq",
-            "base": 199,
-            "triggered": 0,
-            "enabled": true
-          }
-        ],
-        "detail": {
-          "function": 0,
-          "command": 1031,
-          "header_type": 1,
-          "secondary_bus": 162,
-          "irq": 199,
-          "prog_if": 0
-        },
-        "driver": "pcieport",
-        "drivers": [
-          "pcieport"
-        ],
-        "module_alias": "pci:v00008086d00000B26sv00008086sd00000000bc06sc04i00"
-      },
-      {
-        "index": 22,
+        "index": 32,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -414,8 +334,8 @@
           "value": 4
         },
         "slot": {
-          "bus": 224,
-          "number": 6
+          "bus": 0,
+          "number": 1
         },
         "base_class": {
           "hex": "0006",
@@ -438,49 +358,127 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "464d",
-          "value": 17997
+          "hex": "7ecc",
+          "value": 32460
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0006",
-          "value": 6
+          "hex": "0010",
+          "value": 16
         },
         "model": "Intel PCI bridge",
-        "sysfs_id": "/devices/pci0000:00/0000:00:0e.0/pci10000:e0/10000:e0:06.0",
-        "sysfs_bus_id": "10000:e0:06.0",
-        "sysfs_iommu_group_id": 9,
+        "sysfs_id": "/devices/pci0000:00/0000:00:01.0",
+        "sysfs_bus_id": "0000:00:01.0",
+        "sysfs_iommu_group_id": 2,
         "resources": [
           {
             "type": "irq",
-            "base": 162,
+            "base": 122,
             "triggered": 0,
             "enabled": true
           }
         ],
         "detail": {
           "function": 0,
-          "command": 1286,
+          "command": 1287,
           "header_type": 1,
-          "secondary_bus": 225,
-          "irq": 162,
+          "secondary_bus": 1,
+          "irq": 122,
           "prog_if": 0
         },
         "driver": "pcieport",
         "drivers": [
           "pcieport"
         ],
-        "module_alias": "pci:v00008086d0000464Dsv00001028sd00000B14bc06sc04i00"
+        "module_alias": "pci:v00008086d00007ECCsv000017AAsd00002234bc06sc04i00"
       },
       {
-        "index": 27,
+        "index": 33,
+        "attached_to": 0,
+        "class_list": [
+          "pci",
+          "bridge"
+        ],
+        "bus_type": {
+          "hex": "0004",
+          "name": "PCI",
+          "value": 4
+        },
+        "slot": {
+          "bus": 0,
+          "number": 28
+        },
+        "base_class": {
+          "hex": "0006",
+          "name": "Bridge",
+          "value": 6
+        },
+        "sub_class": {
+          "hex": "0004",
+          "name": "PCI bridge",
+          "value": 4
+        },
+        "pci_interface": {
+          "hex": "0000",
+          "name": "Normal decode",
+          "value": 0
+        },
+        "vendor": {
+          "hex": "8086",
+          "name": "Intel Corporation",
+          "value": 32902
+        },
+        "sub_vendor": {
+          "hex": "17aa",
+          "value": 6058
+        },
+        "device": {
+          "hex": "7e3f",
+          "value": 32319
+        },
+        "sub_device": {
+          "hex": "2234",
+          "value": 8756
+        },
+        "revision": {
+          "hex": "0020",
+          "value": 32
+        },
+        "model": "Intel PCI bridge",
+        "sysfs_id": "/devices/pci0000:00/0000:00:1c.7",
+        "sysfs_bus_id": "0000:00:1c.7",
+        "sysfs_iommu_group_id": 17,
+        "resources": [
+          {
+            "type": "irq",
+            "base": 128,
+            "triggered": 0,
+            "enabled": true
+          }
+        ],
+        "detail": {
+          "function": 7,
+          "command": 1287,
+          "header_type": 1,
+          "secondary_bus": 9,
+          "irq": 128,
+          "prog_if": 0
+        },
+        "driver": "pcieport",
+        "drivers": [
+          "pcieport"
+        ],
+        "module_alias": "pci:v00008086d00007E3Fsv000017AAsd00002234bc06sc04i00"
+      },
+      {
+        "index": 38,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -516,29 +514,29 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "466e",
-          "value": 18030
+          "hex": "7ec4",
+          "value": 32452
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0006",
-          "value": 6
+          "hex": "0002",
+          "value": 2
         },
         "model": "Intel PCI bridge",
         "sysfs_id": "/devices/pci0000:00/0000:00:07.0",
         "sysfs_bus_id": "0000:00:07.0",
-        "sysfs_iommu_group_id": 5,
+        "sysfs_iommu_group_id": 6,
         "resources": [
           {
             "type": "irq",
-            "base": 123,
+            "base": 125,
             "triggered": 0,
             "enabled": true
           }
@@ -547,97 +545,18 @@
           "function": 0,
           "command": 1031,
           "header_type": 1,
-          "secondary_bus": 1,
-          "irq": 123,
+          "secondary_bus": 32,
+          "irq": 125,
           "prog_if": 0
         },
         "driver": "pcieport",
         "drivers": [
           "pcieport"
         ],
-        "module_alias": "pci:v00008086d0000466Esv00001028sd00000B14bc06sc04i00"
+        "module_alias": "pci:v00008086d00007EC4sv000017AAsd00002234bc06sc04i00"
       },
       {
-        "index": 29,
-        "attached_to": 35,
-        "class_list": [
-          "pci",
-          "bridge"
-        ],
-        "bus_type": {
-          "hex": "0004",
-          "name": "PCI",
-          "value": 4
-        },
-        "slot": {
-          "bus": 83,
-          "number": 0
-        },
-        "base_class": {
-          "hex": "0006",
-          "name": "Bridge",
-          "value": 6
-        },
-        "sub_class": {
-          "hex": "0004",
-          "name": "PCI bridge",
-          "value": 4
-        },
-        "pci_interface": {
-          "hex": "0000",
-          "name": "Normal decode",
-          "value": 0
-        },
-        "vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
-        },
-        "sub_vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
-        },
-        "device": {
-          "hex": "0b26",
-          "value": 2854
-        },
-        "sub_device": {
-          "hex": "0000",
-          "value": 0
-        },
-        "revision": {
-          "hex": "0003",
-          "value": 3
-        },
-        "model": "Intel PCI bridge",
-        "sysfs_id": "/devices/pci0000:00/0000:00:07.1/0000:52:00.0/0000:53:00.0",
-        "sysfs_bus_id": "0000:53:00.0",
-        "sysfs_iommu_group_id": 18,
-        "resources": [
-          {
-            "type": "irq",
-            "base": 195,
-            "triggered": 0,
-            "enabled": true
-          }
-        ],
-        "detail": {
-          "function": 0,
-          "command": 1031,
-          "header_type": 1,
-          "secondary_bus": 84,
-          "irq": 195,
-          "prog_if": 0
-        },
-        "driver": "pcieport",
-        "drivers": [
-          "pcieport"
-        ],
-        "module_alias": "pci:v00008086d00000B26sv00008086sd00000000bc06sc04i00"
-      },
-      {
-        "index": 32,
+        "index": 42,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -668,25 +587,25 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "4602",
-          "value": 17922
+          "hex": "7d01",
+          "value": 32001
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0006",
-          "value": 6
+          "hex": "0004",
+          "value": 4
         },
         "model": "Intel Host bridge",
         "sysfs_id": "/devices/pci0000:00/0000:00:00.0",
         "sysfs_bus_id": "0000:00:00.0",
-        "sysfs_iommu_group_id": 2,
+        "sysfs_iommu_group_id": 1,
         "detail": {
           "function": 0,
           "command": 6,
@@ -695,19 +614,11 @@
           "irq": 0,
           "prog_if": 0
         },
-        "driver": "igen6_edac",
-        "driver_module": "igen6_edac",
-        "drivers": [
-          "igen6_edac"
-        ],
-        "driver_modules": [
-          "igen6_edac"
-        ],
-        "module_alias": "pci:v00008086d00004602sv00001028sd00000B14bc06sc00i00"
+        "module_alias": "pci:v00008086d00007D01sv000017AAsd00002234bc06sc00i00"
       },
       {
-        "index": 33,
-        "attached_to": 35,
+        "index": 43,
+        "attached_to": 0,
         "class_list": [
           "pci",
           "bridge"
@@ -718,8 +629,8 @@
           "value": 4
         },
         "slot": {
-          "bus": 83,
-          "number": 3
+          "bus": 0,
+          "number": 6
         },
         "base_class": {
           "hex": "0006",
@@ -742,51 +653,50 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "0b26",
-          "value": 2854
+          "hex": "7ecb",
+          "value": 32459
         },
         "sub_device": {
-          "hex": "0000",
-          "value": 0
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0003",
-          "value": 3
+          "hex": "0010",
+          "value": 16
         },
         "model": "Intel PCI bridge",
-        "sysfs_id": "/devices/pci0000:00/0000:00:07.1/0000:52:00.0/0000:53:03.0",
-        "sysfs_bus_id": "0000:53:03.0",
-        "sysfs_iommu_group_id": 21,
+        "sysfs_id": "/devices/pci0000:00/0000:00:06.2",
+        "sysfs_bus_id": "0000:00:06.2",
+        "sysfs_iommu_group_id": 5,
         "resources": [
           {
             "type": "irq",
-            "base": 198,
+            "base": 124,
             "triggered": 0,
             "enabled": true
           }
         ],
         "detail": {
-          "function": 0,
-          "command": 1031,
+          "function": 2,
+          "command": 1287,
           "header_type": 1,
-          "secondary_bus": 137,
-          "irq": 198,
+          "secondary_bus": 5,
+          "irq": 124,
           "prog_if": 0
         },
         "driver": "pcieport",
         "drivers": [
           "pcieport"
         ],
-        "module_alias": "pci:v00008086d00000B26sv00008086sd00000000bc06sc04i00"
+        "module_alias": "pci:v00008086d00007ECBsv000017AAsd00002234bc06sc04i00"
       },
       {
-        "index": 35,
-        "attached_to": 41,
+        "index": 45,
+        "attached_to": 0,
         "class_list": [
           "pci",
           "bridge"
@@ -797,8 +707,8 @@
           "value": 4
         },
         "slot": {
-          "bus": 82,
-          "number": 0
+          "bus": 0,
+          "number": 6
         },
         "base_class": {
           "hex": "0006",
@@ -821,129 +731,49 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "0b26",
-          "value": 2854
+          "hex": "7e4d",
+          "value": 32333
         },
         "sub_device": {
-          "hex": "0000",
-          "value": 0
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0003",
-          "value": 3
+          "hex": "0020",
+          "value": 32
         },
         "model": "Intel PCI bridge",
-        "sysfs_id": "/devices/pci0000:00/0000:00:07.1/0000:52:00.0",
-        "sysfs_bus_id": "0000:52:00.0",
-        "sysfs_iommu_group_id": 17,
+        "sysfs_id": "/devices/pci0000:00/0000:00:06.0",
+        "sysfs_bus_id": "0000:00:06.0",
+        "sysfs_iommu_group_id": 4,
         "resources": [
           {
             "type": "irq",
-            "base": 16,
+            "base": 123,
             "triggered": 0,
             "enabled": true
           }
         ],
         "detail": {
           "function": 0,
-          "command": 7,
+          "command": 1287,
           "header_type": 1,
-          "secondary_bus": 83,
-          "irq": 16,
+          "secondary_bus": 4,
+          "irq": 123,
           "prog_if": 0
         },
         "driver": "pcieport",
         "drivers": [
           "pcieport"
         ],
-        "module_alias": "pci:v00008086d00000B26sv00008086sd00000000bc06sc04i00"
+        "module_alias": "pci:v00008086d00007E4Dsv000017AAsd00002234bc06sc04i00"
       },
       {
-        "index": 40,
-        "attached_to": 35,
-        "class_list": [
-          "pci",
-          "bridge"
-        ],
-        "bus_type": {
-          "hex": "0004",
-          "name": "PCI",
-          "value": 4
-        },
-        "slot": {
-          "bus": 83,
-          "number": 2
-        },
-        "base_class": {
-          "hex": "0006",
-          "name": "Bridge",
-          "value": 6
-        },
-        "sub_class": {
-          "hex": "0004",
-          "name": "PCI bridge",
-          "value": 4
-        },
-        "pci_interface": {
-          "hex": "0000",
-          "name": "Normal decode",
-          "value": 0
-        },
-        "vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
-        },
-        "sub_vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
-        },
-        "device": {
-          "hex": "0b26",
-          "value": 2854
-        },
-        "sub_device": {
-          "hex": "0000",
-          "value": 0
-        },
-        "revision": {
-          "hex": "0003",
-          "value": 3
-        },
-        "model": "Intel PCI bridge",
-        "sysfs_id": "/devices/pci0000:00/0000:00:07.1/0000:52:00.0/0000:53:02.0",
-        "sysfs_bus_id": "0000:53:02.0",
-        "sysfs_iommu_group_id": 20,
-        "resources": [
-          {
-            "type": "irq",
-            "base": 197,
-            "triggered": 0,
-            "enabled": true
-          }
-        ],
-        "detail": {
-          "function": 0,
-          "command": 1031,
-          "header_type": 1,
-          "secondary_bus": 111,
-          "irq": 197,
-          "prog_if": 0
-        },
-        "driver": "pcieport",
-        "drivers": [
-          "pcieport"
-        ],
-        "module_alias": "pci:v00008086d00000B26sv00008086sd00000000bc06sc04i00"
-      },
-      {
-        "index": 41,
+        "index": 48,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -979,29 +809,29 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "463f",
-          "value": 17983
+          "hex": "7ec5",
+          "value": 32453
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0006",
-          "value": 6
+          "hex": "0002",
+          "value": 2
         },
         "model": "Intel PCI bridge",
         "sysfs_id": "/devices/pci0000:00/0000:00:07.1",
         "sysfs_bus_id": "0000:00:07.1",
-        "sysfs_iommu_group_id": 6,
+        "sysfs_iommu_group_id": 7,
         "resources": [
           {
             "type": "irq",
-            "base": 124,
+            "base": 126,
             "triggered": 0,
             "enabled": true
           }
@@ -1010,21 +840,21 @@
           "function": 1,
           "command": 1031,
           "header_type": 1,
-          "secondary_bus": 82,
-          "irq": 124,
+          "secondary_bus": 80,
+          "irq": 126,
           "prog_if": 0
         },
         "driver": "pcieport",
         "drivers": [
           "pcieport"
         ],
-        "module_alias": "pci:v00008086d0000463Fsv00001028sd00000B14bc06sc04i00"
+        "module_alias": "pci:v00008086d00007EC5sv000017AAsd00002234bc06sc04i00"
       }
     ],
     "camera": [
       {
-        "index": 56,
-        "attached_to": 61,
+        "index": 58,
+        "attached_to": 60,
         "class_list": [
           "camera",
           "usb"
@@ -1044,24 +874,126 @@
           "value": 271
         },
         "vendor": {
-          "hex": "046d",
-          "name": "Logitech Inc.",
-          "value": 1133
+          "hex": "30c9",
+          "name": "8SSC21K64624V1SR49K25RW",
+          "value": 12489
         },
         "device": {
-          "hex": "08e5",
-          "name": "HD Pro Webcam C920",
-          "value": 2277
+          "hex": "00cd",
+          "name": "Integrated Camera",
+          "value": 205
         },
         "revision": {
           "hex": "0000",
-          "name": "0.21",
+          "name": "10.08",
           "value": 0
         },
-        "serial": "604B96BF",
-        "model": "Logitech HD Pro Webcam C920",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1/1-6.1.3/1-6.1.3.1/1-6.1.3.1:1.0",
-        "sysfs_bus_id": "1-6.1.3.1:1.0",
+        "serial": "0001",
+        "model": "8SSC21K64624V1SR49K25RW Integrated Camera",
+        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.1",
+        "sysfs_bus_id": "3-9:1.1",
+        "resources": [
+          {
+            "type": "baud",
+            "speed": 480000000,
+            "bits": 0,
+            "stop_bits": 0,
+            "parity": 0,
+            "handshake": 0
+          }
+        ],
+        "detail": {
+          "device_class": {
+            "hex": "00ef",
+            "name": "miscellaneous",
+            "value": 239
+          },
+          "device_subclass": {
+            "hex": "0002",
+            "name": "comm",
+            "value": 2
+          },
+          "device_protocol": 1,
+          "interface_class": {
+            "hex": "000e",
+            "name": "video",
+            "value": 14
+          },
+          "interface_subclass": {
+            "hex": "0002",
+            "name": "comm",
+            "value": 2
+          },
+          "interface_protocol": 1,
+          "interface_number": 1,
+          "interface_alternate_setting": 0,
+          "interface_association": {
+            "function_class": {
+              "hex": "000e",
+              "name": "video",
+              "value": 14
+            },
+            "function_subclass": {
+              "hex": "0003",
+              "name": "hid",
+              "value": 3
+            },
+            "function_protocol": 0,
+            "interface_count": 2,
+            "first_interface": 0
+          }
+        },
+        "hotplug": "usb",
+        "driver": "uvcvideo",
+        "driver_module": "uvcvideo",
+        "drivers": [
+          "uvcvideo"
+        ],
+        "driver_modules": [
+          "uvcvideo"
+        ],
+        "module_alias": "usb:v30C9p00CDd1008dcEFdsc02dp01ic0Eisc02ip01in01"
+      },
+      {
+        "index": 63,
+        "attached_to": 60,
+        "class_list": [
+          "camera",
+          "usb"
+        ],
+        "bus_type": {
+          "hex": "0086",
+          "name": "USB",
+          "value": 134
+        },
+        "slot": {
+          "bus": 0,
+          "number": 0
+        },
+        "base_class": {
+          "hex": "010f",
+          "name": "Camera",
+          "value": 271
+        },
+        "vendor": {
+          "hex": "30c9",
+          "name": "8SSC21K64624V1SR49K25RW",
+          "value": 12489
+        },
+        "device": {
+          "hex": "00cd",
+          "name": "Integrated Camera",
+          "value": 205
+        },
+        "revision": {
+          "hex": "0000",
+          "name": "10.08",
+          "value": 0
+        },
+        "serial": "0001",
+        "model": "8SSC21K64624V1SR49K25RW Integrated Camera",
+        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.2",
+        "sysfs_bus_id": "3-9:1.2",
         "resources": [
           {
             "type": "baud",
@@ -1094,7 +1026,109 @@
             "name": "audio",
             "value": 1
           },
-          "interface_protocol": 0,
+          "interface_protocol": 1,
+          "interface_number": 2,
+          "interface_alternate_setting": 0,
+          "interface_association": {
+            "function_class": {
+              "hex": "000e",
+              "name": "video",
+              "value": 14
+            },
+            "function_subclass": {
+              "hex": "0003",
+              "name": "hid",
+              "value": 3
+            },
+            "function_protocol": 0,
+            "interface_count": 2,
+            "first_interface": 2
+          }
+        },
+        "hotplug": "usb",
+        "driver": "uvcvideo",
+        "driver_module": "uvcvideo",
+        "drivers": [
+          "uvcvideo"
+        ],
+        "driver_modules": [
+          "uvcvideo"
+        ],
+        "module_alias": "usb:v30C9p00CDd1008dcEFdsc02dp01ic0Eisc01ip01in02"
+      },
+      {
+        "index": 65,
+        "attached_to": 60,
+        "class_list": [
+          "camera",
+          "usb"
+        ],
+        "bus_type": {
+          "hex": "0086",
+          "name": "USB",
+          "value": 134
+        },
+        "slot": {
+          "bus": 0,
+          "number": 0
+        },
+        "base_class": {
+          "hex": "010f",
+          "name": "Camera",
+          "value": 271
+        },
+        "vendor": {
+          "hex": "30c9",
+          "name": "8SSC21K64624V1SR49K25RW",
+          "value": 12489
+        },
+        "device": {
+          "hex": "00cd",
+          "name": "Integrated Camera",
+          "value": 205
+        },
+        "revision": {
+          "hex": "0000",
+          "name": "10.08",
+          "value": 0
+        },
+        "serial": "0001",
+        "model": "8SSC21K64624V1SR49K25RW Integrated Camera",
+        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0",
+        "sysfs_bus_id": "3-9:1.0",
+        "resources": [
+          {
+            "type": "baud",
+            "speed": 480000000,
+            "bits": 0,
+            "stop_bits": 0,
+            "parity": 0,
+            "handshake": 0
+          }
+        ],
+        "detail": {
+          "device_class": {
+            "hex": "00ef",
+            "name": "miscellaneous",
+            "value": 239
+          },
+          "device_subclass": {
+            "hex": "0002",
+            "name": "comm",
+            "value": 2
+          },
+          "device_protocol": 1,
+          "interface_class": {
+            "hex": "000e",
+            "name": "video",
+            "value": 14
+          },
+          "interface_subclass": {
+            "hex": "0001",
+            "name": "audio",
+            "value": 1
+          },
+          "interface_protocol": 1,
           "interface_number": 0,
           "interface_alternate_setting": 0,
           "interface_association": {
@@ -1122,11 +1156,11 @@
         "driver_modules": [
           "uvcvideo"
         ],
-        "module_alias": "usb:v046Dp08E5d0021dcEFdsc02dp01ic0Eisc01ip00in00"
+        "module_alias": "usb:v30C9p00CDd1008dcEFdsc02dp01ic0Eisc01ip01in00"
       },
       {
-        "index": 67,
-        "attached_to": 61,
+        "index": 68,
+        "attached_to": 60,
         "class_list": [
           "camera",
           "usb"
@@ -1146,24 +1180,24 @@
           "value": 271
         },
         "vendor": {
-          "hex": "046d",
-          "name": "Logitech Inc.",
-          "value": 1133
+          "hex": "30c9",
+          "name": "8SSC21K64624V1SR49K25RW",
+          "value": 12489
         },
         "device": {
-          "hex": "08e5",
-          "name": "HD Pro Webcam C920",
-          "value": 2277
+          "hex": "00cd",
+          "name": "Integrated Camera",
+          "value": 205
         },
         "revision": {
           "hex": "0000",
-          "name": "0.21",
+          "name": "10.08",
           "value": 0
         },
-        "serial": "604B96BF",
-        "model": "Logitech HD Pro Webcam C920",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1/1-6.1.3/1-6.1.3.1/1-6.1.3.1:1.1",
-        "sysfs_bus_id": "1-6.1.3.1:1.1",
+        "serial": "0001",
+        "model": "8SSC21K64624V1SR49K25RW Integrated Camera",
+        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.3",
+        "sysfs_bus_id": "3-9:1.3",
         "resources": [
           {
             "type": "baud",
@@ -1196,8 +1230,8 @@
             "name": "comm",
             "value": 2
           },
-          "interface_protocol": 0,
-          "interface_number": 1,
+          "interface_protocol": 1,
+          "interface_number": 3,
           "interface_alternate_setting": 0,
           "interface_association": {
             "function_class": {
@@ -1212,7 +1246,7 @@
             },
             "function_protocol": 0,
             "interface_count": 2,
-            "first_interface": 0
+            "first_interface": 2
           }
         },
         "hotplug": "usb",
@@ -1224,7 +1258,7 @@
         "driver_modules": [
           "uvcvideo"
         ],
-        "module_alias": "usb:v046Dp08E5d0021dcEFdsc02dp01ic0Eisc02ip00in01"
+        "module_alias": "usb:v30C9p00CDd1008dcEFdsc02dp01ic0Eisc02ip01in03"
       }
     ],
     "cpu": [
@@ -1232,7 +1266,7 @@
         "architecture": "x86_64",
         "vendor_name": "GenuineIntel",
         "family": 6,
-        "model": 154,
+        "model": 170,
         "stepping": 4,
         "features": [
           "fpu",
@@ -1295,6 +1329,7 @@
           "cx16",
           "xtpr",
           "pdcm",
+          "pcid",
           "sse4_1",
           "sse4_2",
           "x2apic",
@@ -1311,6 +1346,7 @@
           "3dnowprefetch",
           "cpuid_fault",
           "epb",
+          "intel_ppin",
           "ssbd",
           "ibrs",
           "ibpb",
@@ -1363,6 +1399,7 @@
           "vaes",
           "vpclmulqdq",
           "rdpid",
+          "bus_lock_detect",
           "movdiri",
           "movdir64b",
           "fsrm",
@@ -1378,32 +1415,30 @@
           "spectre_v2",
           "spec_store_bypass",
           "swapgs",
-          "eibrs_pbrsb",
-          "rfds",
           "bhi"
         ],
-        "bogo": 3763.2,
-        "cache": 12288,
-        "units": 64,
+        "bogo": 5990.4,
+        "cache": 2048,
+        "units": 128,
         "physical_id": 0,
-        "siblings": 12,
-        "cores": 10,
+        "siblings": 22,
+        "cores": 16,
         "fpu": true,
         "fpu_exception": true,
-        "cpuid_level": 32,
+        "cpuid_level": 35,
         "write_protect": false,
         "clflush_size": 64,
         "cache_alignment": 64,
         "address_sizes": {
-          "physical": 39,
+          "physical": 46,
           "virtual": 48
         }
       }
     ],
     "disk": [
       {
-        "index": 51,
-        "attached_to": 44,
+        "index": 56,
+        "attached_to": 50,
         "class_list": [
           "disk",
           "block_device",
@@ -1429,27 +1464,27 @@
           "value": 0
         },
         "vendor": {
-          "hex": "1344",
-          "value": 4932
+          "hex": "1e0f",
+          "value": 7695
         },
         "sub_vendor": {
-          "hex": "1344",
-          "value": 4932
+          "hex": "1e0f",
+          "value": 7695
         },
         "device": {
-          "hex": "5414",
-          "name": "3460 NVMe Micron 512GB",
-          "value": 21524
+          "hex": "0010",
+          "name": "KXG8AZNV1T02 LA KIOXIA",
+          "value": 16
         },
         "sub_device": {
-          "hex": "1400",
-          "value": 5120
+          "hex": "0001",
+          "value": 1
         },
-        "serial": "23133F7DB0F0",
-        "model": "3460 NVMe Micron 512GB",
+        "serial": "54BF71ZZFG6P",
+        "model": "KXG8AZNV1T02 LA KIOXIA",
         "sysfs_id": "/class/block/nvme0n1",
         "sysfs_bus_id": "nvme0",
-        "sysfs_device_link": "/devices/pci0000:00/0000:00:0e.0/pci10000:e0/10000:e0:06.0/10000:e1:00.0/nvme/nvme0",
+        "sysfs_device_link": "/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0",
         "unix_device_name": "/dev/nvme0n1",
         "unix_device_number": {
           "type": 98,
@@ -1459,17 +1494,16 @@
         },
         "unix_device_names": [
           "/dev/disk/by-diskseq/1",
-          "/dev/disk/by-id/nvme-3460_NVMe_Micron_512GB_23133F7DB0F0",
-          "/dev/disk/by-id/nvme-3460_NVMe_Micron_512GB_23133F7DB0F0_1",
-          "/dev/disk/by-id/nvme-eui.000000000000000100a075233f7db0f0",
-          "/dev/disk/by-path/pci-0000:00:0e.0-pci-10000:e1:00.0-nvme-1",
+          "/dev/disk/by-id/nvme-KXG8AZNV1T02_LA_KIOXIA_54BF71ZZFG6P",
+          "/dev/disk/by-id/nvme-KXG8AZNV1T02_LA_KIOXIA_54BF71ZZFG6P_1",
+          "/dev/disk/by-id/nvme-eui.8ce38e05011f5d69",
+          "/dev/disk/by-path/pci-0000:04:00.0-nvme-1",
           "/dev/nvme0n1"
         ],
-        "rom_id": "0x80",
         "resources": [
           {
             "type": "disk_geo",
-            "cylinders": 488386,
+            "cylinders": 976762,
             "heads": 64,
             "sectors": 32,
             "size": 0,
@@ -1478,7 +1512,96 @@
           {
             "type": "size",
             "unit": "sectors",
-            "value_1": 1000215216,
+            "value_1": 2000409264,
+            "value_2": 512
+          }
+        ],
+        "driver": "nvme",
+        "driver_module": "nvme",
+        "drivers": [
+          "nvme"
+        ],
+        "driver_modules": [
+          "nvme"
+        ]
+      },
+      {
+        "index": 57,
+        "attached_to": 47,
+        "class_list": [
+          "disk",
+          "block_device",
+          "nvme"
+        ],
+        "bus_type": {
+          "hex": "0096",
+          "name": "NVME",
+          "value": 150
+        },
+        "slot": {
+          "bus": 0,
+          "number": 1
+        },
+        "base_class": {
+          "hex": "0106",
+          "name": "Mass Storage Device",
+          "value": 262
+        },
+        "sub_class": {
+          "hex": "0000",
+          "name": "Disk",
+          "value": 0
+        },
+        "vendor": {
+          "hex": "2646",
+          "value": 9798
+        },
+        "sub_vendor": {
+          "hex": "2646",
+          "value": 9798
+        },
+        "device": {
+          "hex": "5027",
+          "name": "KINGSTON SNV3S1000G",
+          "value": 20519
+        },
+        "sub_device": {
+          "hex": "5027",
+          "value": 20519
+        },
+        "serial": "50026B73831D4D6A",
+        "model": "KINGSTON SNV3S1000G",
+        "sysfs_id": "/class/block/nvme1n1",
+        "sysfs_bus_id": "nvme1",
+        "sysfs_device_link": "/devices/pci0000:00/0000:00:06.2/0000:05:00.0/nvme/nvme1",
+        "unix_device_name": "/dev/nvme1n1",
+        "unix_device_number": {
+          "type": 98,
+          "major": 259,
+          "minor": 3,
+          "range": 0
+        },
+        "unix_device_names": [
+          "/dev/disk/by-diskseq/2",
+          "/dev/disk/by-id/nvme-KINGSTON_SNV3S1000G_50026B73831D4D6A",
+          "/dev/disk/by-id/nvme-KINGSTON_SNV3S1000G_50026B73831D4D6A_1",
+          "/dev/disk/by-id/nvme-eui.00000000000000000026b73831d4d6a5",
+          "/dev/disk/by-path/pci-0000:05:00.0-nvme-1",
+          "/dev/nvme1n1"
+        ],
+        "resources": [
+          {
+            "type": "disk_geo",
+            "cylinders": 953869,
+            "heads": 64,
+            "sectors": 32,
+            "size": 0,
+            "geo_type": "logical"
+          },
+          {
+            "type": "size",
+            "unit": "sectors",
+            "value_1": 1953525168,
             "value_2": 512
           }
         ],
@@ -1494,7 +1617,107 @@
     ],
     "graphics_card": [
       {
-        "index": 43,
+        "index": 36,
+        "attached_to": 32,
+        "class_list": [
+          "graphics_card",
+          "pci"
+        ],
+        "bus_type": {
+          "hex": "0004",
+          "name": "PCI",
+          "value": 4
+        },
+        "slot": {
+          "bus": 1,
+          "number": 0
+        },
+        "base_class": {
+          "hex": "0003",
+          "name": "Display controller",
+          "value": 3
+        },
+        "sub_class": {
+          "hex": "0002",
+          "name": "3D controller",
+          "value": 2
+        },
+        "vendor": {
+          "hex": "10de",
+          "name": "nVidia Corporation",
+          "value": 4318
+        },
+        "sub_vendor": {
+          "hex": "17aa",
+          "value": 6058
+        },
+        "device": {
+          "hex": "28b9",
+          "value": 10425
+        },
+        "sub_device": {
+          "hex": "2234",
+          "value": 8756
+        },
+        "revision": {
+          "hex": "00a1",
+          "value": 161
+        },
+        "model": "nVidia 3D controller",
+        "sysfs_id": "/devices/pci0000:00/0000:00:01.0/0000:01:00.0",
+        "sysfs_bus_id": "0000:01:00.0",
+        "sysfs_iommu_group_id": 19,
+        "resources": [
+          {
+            "type": "io",
+            "base": 8192,
+            "range": 128,
+            "enabled": true,
+            "access": "read_write"
+          },
+          {
+            "type": "irq",
+            "base": 16,
+            "triggered": 0,
+            "enabled": true
+          },
+          {
+            "type": "mem",
+            "base": 274877906944,
+            "range": 8589934592,
+            "enabled": true,
+            "access": "read_only",
+            "prefetch": "no"
+          },
+          {
+            "type": "mem",
+            "base": 283467841536,
+            "range": 33554432,
+            "enabled": true,
+            "access": "read_only",
+            "prefetch": "no"
+          },
+          {
+            "type": "mem",
+            "base": 2868903936,
+            "range": 16777216,
+            "enabled": true,
+            "access": "read_write",
+            "prefetch": "no"
+          }
+        ],
+        "detail": {
+          "function": 0,
+          "command": 3,
+          "header_type": 0,
+          "secondary_bus": 0,
+          "irq": 16,
+          "prog_if": 0
+        },
+        "module_alias": "pci:v000010DEd000028B9sv000017AAsd00002234bc03sc02i00"
+      },
+      {
+        "index": 51,
         "attached_to": 0,
         "class_list": [
           "graphics_card",
@@ -1530,42 +1753,29 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "46aa",
-          "value": 18090
+          "hex": "7d55",
+          "value": 32085
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "000c",
-          "value": 12
+          "hex": "0008",
+          "value": 8
         },
         "model": "Intel VGA compatible controller",
         "sysfs_id": "/devices/pci0000:00/0000:00:02.0",
         "sysfs_bus_id": "0000:00:02.0",
-        "sysfs_iommu_group_id": 1,
+        "sysfs_iommu_group_id": 0,
         "resources": [
-          {
-            "type": "io",
-            "base": 12288,
-            "range": 64,
-            "enabled": true,
-            "access": "read_write"
-          },
-          {
-            "type": "irq",
-            "base": 125,
-            "triggered": 0,
-            "enabled": true
-          },
           {
             "type": "mem",
-            "base": 274877906944,
+            "base": 283736276992,
             "range": 268435456,
             "enabled": true,
             "access": "read_only",
@@ -1573,10 +1783,10 @@
           },
           {
             "type": "mem",
-            "base": 414346903552,
+            "base": 285212672000,
             "range": 16777216,
             "enabled": true,
-            "access": "read_write",
+            "access": "read_only",
             "prefetch": "no"
           },
           {
@@ -1590,171 +1800,18 @@
         ],
         "detail": {
           "function": 0,
-          "command": 1031,
+          "command": 7,
           "header_type": 0,
           "secondary_bus": 0,
-          "irq": 125,
+          "irq": 0,
           "prog_if": 0
         },
-        "driver": "i915",
-        "driver_module": "i915",
-        "drivers": [
-          "i915"
-        ],
-        "driver_modules": [
-          "i915"
-        ],
-        "module_alias": "pci:v00008086d000046AAsv00001028sd00000B14bc03sc00i00",
-        "label": "Onboard - Video"
+        "module_alias": "pci:v00008086d00007D55sv000017AAsd00002234bc03sc00i00"
       }
     ],
     "hub": [
       {
-        "index": 52,
-        "attached_to": 65,
-        "class_list": [
-          "usb",
-          "hub"
-        ],
-        "bus_type": {
-          "hex": "0086",
-          "name": "USB",
-          "value": 134
-        },
-        "slot": {
-          "bus": 0,
-          "number": 0
-        },
-        "base_class": {
-          "hex": "010a",
-          "name": "Hub",
-          "value": 266
-        },
-        "vendor": {
-          "hex": "8087",
-          "name": "Intel Corporation.",
-          "value": 32903
-        },
-        "device": {
-          "hex": "0b40",
-          "name": "USB3.0 Hub",
-          "value": 2880
-        },
-        "revision": {
-          "hex": "0000",
-          "name": "12.34",
-          "value": 0
-        },
-        "model": "Intel USB3.0 Hub",
-        "sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb4/4-2/4-2:1.0",
-        "sysfs_bus_id": "4-2:1.0",
-        "detail": {
-          "device_class": {
-            "hex": "0009",
-            "name": "hub",
-            "value": 9
-          },
-          "device_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_protocol": 3,
-          "interface_class": {
-            "hex": "0009",
-            "name": "hub",
-            "value": 9
-          },
-          "interface_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "interface_protocol": 0,
-          "interface_number": 0,
-          "interface_alternate_setting": 0
-        },
-        "hotplug": "usb",
-        "driver": "hub",
-        "drivers": [
-          "hub"
-        ],
-        "module_alias": "usb:v8087p0B40d1234dc09dsc00dp03ic09isc00ip00in00"
-      },
-      {
-        "index": 54,
-        "attached_to": 55,
-        "class_list": [
-          "usb",
-          "hub"
-        ],
-        "bus_type": {
-          "hex": "0086",
-          "name": "USB",
-          "value": 134
-        },
-        "slot": {
-          "bus": 0,
-          "number": 0
-        },
-        "base_class": {
-          "hex": "010a",
-          "name": "Hub",
-          "value": 266
-        },
-        "vendor": {
-          "hex": "0bda",
-          "name": "Dell Inc.",
-          "value": 3034
-        },
-        "device": {
-          "hex": "0413",
-          "name": "Dell dock",
-          "value": 1043
-        },
-        "revision": {
-          "hex": "0000",
-          "name": "1.22",
-          "value": 0
-        },
-        "model": "Dell dock",
-        "sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb4/4-2/4-2.4/4-2.4.3/4-2.4.3:1.0",
-        "sysfs_bus_id": "4-2.4.3:1.0",
-        "detail": {
-          "device_class": {
-            "hex": "0009",
-            "name": "hub",
-            "value": 9
-          },
-          "device_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_protocol": 3,
-          "interface_class": {
-            "hex": "0009",
-            "name": "hub",
-            "value": 9
-          },
-          "interface_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "interface_protocol": 0,
-          "interface_number": 0,
-          "interface_alternate_setting": 0
-        },
-        "hotplug": "usb",
-        "driver": "hub",
-        "drivers": [
-          "hub"
-        ],
-        "module_alias": "usb:v0BDAp0413d0122dc09dsc00dp03ic09isc00ip00in00"
-      },
-      {
-        "index": 55,
+        "index": 60,
         "attached_to": 52,
         "class_list": [
           "usb",
@@ -1774,163 +1831,9 @@
           "name": "Hub",
           "value": 266
         },
-        "vendor": {
-          "hex": "0bda",
-          "name": "Dell Inc.",
-          "value": 3034
-        },
-        "device": {
-          "hex": "0487",
-          "name": "Dell dock",
-          "value": 1159
-        },
-        "revision": {
-          "hex": "0000",
-          "name": "1.57",
-          "value": 0
-        },
-        "model": "Dell dock",
-        "sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb4/4-2/4-2.4/4-2.4:1.0",
-        "sysfs_bus_id": "4-2.4:1.0",
-        "detail": {
-          "device_class": {
-            "hex": "0009",
-            "name": "hub",
-            "value": 9
-          },
-          "device_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_protocol": 3,
-          "interface_class": {
-            "hex": "0009",
-            "name": "hub",
-            "value": 9
-          },
-          "interface_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "interface_protocol": 0,
-          "interface_number": 0,
-          "interface_alternate_setting": 0
-        },
-        "hotplug": "usb",
-        "driver": "hub",
-        "drivers": [
-          "hub"
-        ],
-        "module_alias": "usb:v0BDAp0487d0157dc09dsc00dp03ic09isc00ip00in00"
-      },
-      {
-        "index": 59,
-        "attached_to": 69,
-        "class_list": [
-          "usb",
-          "hub"
-        ],
-        "bus_type": {
-          "hex": "0086",
-          "name": "USB",
-          "value": 134
-        },
-        "slot": {
-          "bus": 0,
-          "number": 0
-        },
-        "base_class": {
-          "hex": "010a",
-          "name": "Hub",
-          "value": 266
-        },
-        "vendor": {
-          "hex": "1d5c",
-          "name": "Fresco Logic, Inc.",
-          "value": 7516
-        },
-        "device": {
-          "hex": "5801",
-          "name": "USB2.0 Hub",
-          "value": 22529
-        },
-        "revision": {
-          "hex": "0000",
-          "name": "1.01",
-          "value": 0
-        },
-        "model": "Fresco Logic USB2.0 Hub",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0",
-        "sysfs_bus_id": "1-6:1.0",
-        "resources": [
-          {
-            "type": "baud",
-            "speed": 480000000,
-            "bits": 0,
-            "stop_bits": 0,
-            "parity": 0,
-            "handshake": 0
-          }
-        ],
-        "detail": {
-          "device_class": {
-            "hex": "0009",
-            "name": "hub",
-            "value": 9
-          },
-          "device_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_protocol": 2,
-          "interface_class": {
-            "hex": "0009",
-            "name": "hub",
-            "value": 9
-          },
-          "interface_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "interface_protocol": 2,
-          "interface_number": 0,
-          "interface_alternate_setting": 1
-        },
-        "hotplug": "usb",
-        "driver": "hub",
-        "drivers": [
-          "hub"
-        ],
-        "module_alias": "usb:v1D5Cp5801d0101dc09dsc00dp02ic09isc00ip02in00"
-      },
-      {
-        "index": 60,
-        "attached_to": 17,
-        "class_list": [
-          "usb",
-          "hub"
-        ],
-        "bus_type": {
-          "hex": "0086",
-          "name": "USB",
-          "value": 134
-        },
-        "slot": {
-          "bus": 0,
-          "number": 0
-        },
-        "base_class": {
-          "hex": "010a",
-          "name": "Hub",
-          "value": 266
-        },
         "vendor": {
           "hex": "1d6b",
-          "name": "Linux 6.6.60 xhci-hcd",
+          "name": "Linux 6.6.57 xhci-hcd",
           "value": 7531
         },
         "device": {
@@ -1943,9 +1846,9 @@
           "name": "6.06",
           "value": 0
         },
-        "serial": "0000:00:0d.0",
-        "model": "Linux 6.6.60 xhci-hcd xHCI Host Controller",
-        "sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb3/3-0:1.0",
+        "serial": "0000:00:14.0",
+        "model": "Linux 6.6.57 xhci-hcd xHCI Host Controller",
+        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0",
         "sysfs_bus_id": "3-0:1.0",
         "resources": [
           {
@@ -1991,90 +1894,8 @@
         "module_alias": "usb:v1D6Bp0002d0606dc09dsc00dp01ic09isc00ip00in00"
       },
       {
-        "index": 61,
-        "attached_to": 72,
-        "class_list": [
-          "usb",
-          "hub"
-        ],
-        "bus_type": {
-          "hex": "0086",
-          "name": "USB",
-          "value": 134
-        },
-        "slot": {
-          "bus": 0,
-          "number": 0
-        },
-        "base_class": {
-          "hex": "010a",
-          "name": "Hub",
-          "value": 266
-        },
-        "vendor": {
-          "hex": "0bda",
-          "name": "Dell Inc.",
-          "value": 3034
-        },
-        "device": {
-          "hex": "5413",
-          "name": "Dell dock",
-          "value": 21523
-        },
-        "revision": {
-          "hex": "0000",
-          "name": "1.22",
-          "value": 0
-        },
-        "model": "Dell dock",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1/1-6.1.3/1-6.1.3:1.0",
-        "sysfs_bus_id": "1-6.1.3:1.0",
-        "resources": [
-          {
-            "type": "baud",
-            "speed": 480000000,
-            "bits": 0,
-            "stop_bits": 0,
-            "parity": 0,
-            "handshake": 0
-          }
-        ],
-        "detail": {
-          "device_class": {
-            "hex": "0009",
-            "name": "hub",
-            "value": 9
-          },
-          "device_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_protocol": 2,
-          "interface_class": {
-            "hex": "0009",
-            "name": "hub",
-            "value": 9
-          },
-          "interface_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "interface_protocol": 2,
-          "interface_number": 0,
-          "interface_alternate_setting": 1
-        },
-        "hotplug": "usb",
-        "driver": "hub",
-        "drivers": [
-          "hub"
-        ],
-        "module_alias": "usb:v0BDAp5413d0122dc09dsc00dp02ic09isc00ip02in00"
-      },
-      {
-        "index": 65,
-        "attached_to": 17,
+        "index": 64,
+        "attached_to": 52,
         "class_list": [
           "usb",
           "hub"
@@ -2095,7 +1916,7 @@
         },
         "vendor": {
           "hex": "1d6b",
-          "name": "Linux 6.6.60 xhci-hcd",
+          "name": "Linux 6.6.57 xhci-hcd",
           "value": 7531
         },
         "device": {
@@ -2108,9 +1929,9 @@
           "name": "6.06",
           "value": 0
         },
-        "serial": "0000:00:0d.0",
-        "model": "Linux 6.6.60 xhci-hcd xHCI Host Controller",
-        "sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb4/4-0:1.0",
+        "serial": "0000:00:14.0",
+        "model": "Linux 6.6.57 xhci-hcd xHCI Host Controller",
+        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0",
         "sysfs_bus_id": "4-0:1.0",
         "detail": {
           "device_class": {
@@ -2146,8 +1967,8 @@
         "module_alias": "usb:v1D6Bp0003d0606dc09dsc00dp03ic09isc00ip00in00"
       },
       {
-        "index": 69,
-        "attached_to": 45,
+        "index": 66,
+        "attached_to": 29,
         "class_list": [
           "usb",
           "hub"
@@ -2168,7 +1989,7 @@
         },
         "vendor": {
           "hex": "1d6b",
-          "name": "Linux 6.6.60 xhci-hcd",
+          "name": "Linux 6.6.57 xhci-hcd",
           "value": 7531
         },
         "device": {
@@ -2181,9 +2002,9 @@
           "name": "6.06",
           "value": 0
         },
-        "serial": "0000:00:14.0",
-        "model": "Linux 6.6.60 xhci-hcd xHCI Host Controller",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0",
+        "serial": "0000:00:0d.0",
+        "model": "Linux 6.6.57 xhci-hcd xHCI Host Controller",
+        "sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb1/1-0:1.0",
         "sysfs_bus_id": "1-0:1.0",
         "resources": [
           {
@@ -2229,90 +2050,8 @@
         "module_alias": "usb:v1D6Bp0002d0606dc09dsc00dp01ic09isc00ip00in00"
       },
       {
-        "index": 72,
-        "attached_to": 59,
-        "class_list": [
-          "usb",
-          "hub"
-        ],
-        "bus_type": {
-          "hex": "0086",
-          "name": "USB",
-          "value": 134
-        },
-        "slot": {
-          "bus": 0,
-          "number": 0
-        },
-        "base_class": {
-          "hex": "010a",
-          "name": "Hub",
-          "value": 266
-        },
-        "vendor": {
-          "hex": "0bda",
-          "name": "Dell Inc.",
-          "value": 3034
-        },
-        "device": {
-          "hex": "5487",
-          "name": "Dell dock",
-          "value": 21639
-        },
-        "revision": {
-          "hex": "0000",
-          "name": "1.57",
-          "value": 0
-        },
-        "model": "Dell dock",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1/1-6.1:1.0",
-        "sysfs_bus_id": "1-6.1:1.0",
-        "resources": [
-          {
-            "type": "baud",
-            "speed": 480000000,
-            "bits": 0,
-            "stop_bits": 0,
-            "parity": 0,
-            "handshake": 0
-          }
-        ],
-        "detail": {
-          "device_class": {
-            "hex": "0009",
-            "name": "hub",
-            "value": 9
-          },
-          "device_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_protocol": 2,
-          "interface_class": {
-            "hex": "0009",
-            "name": "hub",
-            "value": 9
-          },
-          "interface_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "interface_protocol": 2,
-          "interface_number": 0,
-          "interface_alternate_setting": 1
-        },
-        "hotplug": "usb",
-        "driver": "hub",
-        "drivers": [
-          "hub"
-        ],
-        "module_alias": "usb:v0BDAp5487d0157dc09dsc00dp02ic09isc00ip02in00"
-      },
-      {
-        "index": 74,
-        "attached_to": 45,
+        "index": 69,
+        "attached_to": 29,
         "class_list": [
           "usb",
           "hub"
@@ -2333,7 +2072,7 @@
         },
         "vendor": {
           "hex": "1d6b",
-          "name": "Linux 6.6.60 xhci-hcd",
+          "name": "Linux 6.6.57 xhci-hcd",
           "value": 7531
         },
         "device": {
@@ -2346,9 +2085,9 @@
           "name": "6.06",
           "value": 0
         },
-        "serial": "0000:00:14.0",
-        "model": "Linux 6.6.60 xhci-hcd xHCI Host Controller",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0",
+        "serial": "0000:00:0d.0",
+        "model": "Linux 6.6.57 xhci-hcd xHCI Host Controller",
+        "sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0",
         "sysfs_bus_id": "2-0:1.0",
         "detail": {
           "device_class": {
@@ -2384,120 +2123,9 @@
         "module_alias": "usb:v1D6Bp0003d0606dc09dsc00dp03ic09isc00ip00in00"
       }
     ],
-    "keyboard": [
-      {
-        "index": 63,
-        "attached_to": 61,
-        "class_list": [
-          "keyboard",
-          "usb"
-        ],
-        "bus_type": {
-          "hex": "0086",
-          "name": "USB",
-          "value": 134
-        },
-        "slot": {
-          "bus": 0,
-          "number": 0
-        },
-        "base_class": {
-          "hex": "0108",
-          "name": "Keyboard",
-          "value": 264
-        },
-        "sub_class": {
-          "hex": "0000",
-          "name": "Keyboard",
-          "value": 0
-        },
-        "vendor": {
-          "hex": "413c",
-          "name": "DELL",
-          "value": 16700
-        },
-        "device": {
-          "hex": "2106",
-          "name": "Dell QuietKey Keyboard",
-          "value": 8454
-        },
-        "revision": {
-          "hex": "0000",
-          "name": "1.01",
-          "value": 0
-        },
-        "model": "DELL Dell QuietKey Keyboard",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1/1-6.1.3/1-6.1.3.2/1-6.1.3.2:1.0",
-        "sysfs_bus_id": "1-6.1.3.2:1.0",
-        "unix_device_name": "/dev/input/event15",
-        "unix_device_number": {
-          "type": 99,
-          "major": 13,
-          "minor": 79,
-          "range": 1
-        },
-        "unix_device_names": [
-          "/dev/input/by-id/usb-DELL_Dell_QuietKey_Keyboard-event-kbd",
-          "/dev/input/by-path/pci-0000:00:14.0-usb-0:6.1.3.2:1.0-event-kbd",
-          "/dev/input/by-path/pci-0000:00:14.0-usbv2-0:6.1.3.2:1.0-event-kbd",
-          "/dev/input/event15"
-        ],
-        "resources": [
-          {
-            "type": "baud",
-            "speed": 1500000,
-            "bits": 0,
-            "stop_bits": 0,
-            "parity": 0,
-            "handshake": 0
-          }
-        ],
-        "detail": {
-          "device_class": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_protocol": 0,
-          "interface_class": {
-            "hex": "0003",
-            "name": "hid",
-            "value": 3
-          },
-          "interface_subclass": {
-            "hex": "0001",
-            "name": "audio",
-            "value": 1
-          },
-          "interface_protocol": 1,
-          "interface_number": 0,
-          "interface_alternate_setting": 0
-        },
-        "hotplug": "usb",
-        "driver": "usbhid",
-        "driver_module": "usbhid",
-        "drivers": [
-          "usbhid"
-        ],
-        "driver_modules": [
-          "usbhid"
-        ],
-        "driver_info": {
-          "type": "keyboard",
-          "xkb_rules": "xfree86",
-          "xkb_model": "pc104"
-        },
-        "module_alias": "usb:v413Cp2106d0101dc00dsc00dp00ic03isc01ip01in00"
-      }
-    ],
     "memory": [
       {
-        "index": 15,
+        "index": 25,
         "attached_to": 0,
         "class_list": [
           "memory"
@@ -2517,423 +2145,59 @@
           {
             "type": "mem",
             "base": 0,
-            "range": 16382128128,
+            "range": 66903273472,
             "enabled": true,
             "access": "read_write",
             "prefetch": "unknown"
           },
           {
             "type": "phys_mem",
-            "range": 16106127360
+            "range": 68719476736
           }
         ]
       }
     ],
-    "monitor": [
-      {
-        "index": 49,
-        "attached_to": 43,
-        "class_list": [
-          "monitor"
-        ],
-        "base_class": {
-          "hex": "0100",
-          "name": "Monitor",
-          "value": 256
-        },
-        "sub_class": {
-          "hex": "0002",
-          "name": "LCD Monitor",
-          "value": 2
-        },
-        "vendor": {
-          "hex": "4d10",
-          "name": "G59J8 LQ134R1",
-          "value": 19728
-        },
-        "device": {
-          "hex": "1551",
-          "value": 5457
-        },
-        "serial": "0",
-        "model": "G59J8 LQ134R1 LCD Monitor",
-        "resources": [
-          {
-            "type": "monitor",
-            "width": 3840,
-            "height": 2400,
-            "vertical_frequency": 60,
-            "interlaced": false
-          },
-          {
-            "type": "size",
-            "unit": "mm",
-            "value_1": 288,
-            "value_2": 180
-          }
-        ],
-        "detail": {
-          "manufacture_year": 2021,
-          "manufacture_week": 49,
-          "vertical_sync": {
-            "min": 48,
-            "max": 60
-          },
-          "horizontal_sync": {
-            "min": 148,
-            "max": 148
-          },
-          "horizontal_sync_timings": {
-            "disp": 3840,
-            "sync_start": 3888,
-            "sync_end": 3920,
-            "total": 4000
-          },
-          "vertical_sync_timings": {
-            "disp": 2400,
-            "sync_start": 2403,
-            "sync_end": 2409,
-            "total": 2469
-          },
-          "clock": 592500,
-          "width": 3840,
-          "height": 2400,
-          "width_millimetres": 288,
-          "height_millimetres": 180,
-          "horizontal_flag": 45,
-          "vertical_flag": 45,
-          "vendor": "G59J8 LQ134R1",
-          "name": ""
-        },
-        "driver_info": {
-          "type": "display",
-          "width": 3840,
-          "height": 2400,
-          "vertical_sync": {
-            "min": 48,
-            "max": 60
-          },
-          "horizontal_sync": {
-            "min": 148,
-            "max": 148
-          },
-          "bandwidth": 0,
-          "horizontal_sync_timings": {
-            "disp": 3840,
-            "sync_start": 3888,
-            "sync_end": 3920,
-            "total": 4000
-          },
-          "vertical_sync_timings": {
-            "disp": 2400,
-            "sync_start": 2403,
-            "sync_end": 2409,
-            "total": 2469
-          },
-          "horizontal_flag": 45,
-          "vertical_flag": 45
-        }
-      },
-      {
-        "index": 50,
-        "attached_to": 43,
-        "class_list": [
-          "monitor"
-        ],
-        "base_class": {
-          "hex": "0100",
-          "name": "Monitor",
-          "value": 256
-        },
-        "sub_class": {
-          "hex": "0002",
-          "name": "LCD Monitor",
-          "value": 2
-        },
-        "vendor": {
-          "hex": "26cd",
-          "name": "IIYAMA",
-          "value": 9933
-        },
-        "device": {
-          "hex": "6656",
-          "name": "PL2792QN",
-          "value": 26198
-        },
-        "serial": "1179214201744",
-        "model": "IIYAMA PL2792QN",
-        "resources": [
-          {
-            "type": "monitor",
-            "width": 1024,
-            "height": 768,
-            "vertical_frequency": 60,
-            "interlaced": false
-          },
-          {
-            "type": "monitor",
-            "width": 1024,
-            "height": 768,
-            "vertical_frequency": 75,
-            "interlaced": false
-          },
-          {
-            "type": "monitor",
-            "width": 1280,
-            "height": 1024,
-            "vertical_frequency": 75,
-            "interlaced": false
-          },
-          {
-            "type": "monitor",
-            "width": 1600,
-            "height": 1200,
-            "vertical_frequency": 60,
-            "interlaced": false
-          },
-          {
-            "type": "monitor",
-            "width": 1600,
-            "height": 900,
-            "vertical_frequency": 60,
-            "interlaced": false
-          },
-          {
-            "type": "monitor",
-            "width": 2560,
-            "height": 1440,
-            "vertical_frequency": 60,
-            "interlaced": false
-          },
-          {
-            "type": "monitor",
-            "width": 640,
-            "height": 480,
-            "vertical_frequency": 60,
-            "interlaced": false
-          },
-          {
-            "type": "monitor",
-            "width": 640,
-            "height": 480,
-            "vertical_frequency": 75,
-            "interlaced": false
-          },
-          {
-            "type": "monitor",
-            "width": 800,
-            "height": 600,
-            "vertical_frequency": 60,
-            "interlaced": false
-          },
-          {
-            "type": "monitor",
-            "width": 800,
-            "height": 600,
-            "vertical_frequency": 75,
-            "interlaced": false
-          },
-          {
-            "type": "size",
-            "unit": "mm",
-            "value_1": 597,
-            "value_2": 336
-          }
-        ],
-        "detail": {
-          "manufacture_year": 2021,
-          "manufacture_week": 42,
-          "vertical_sync": {
-            "min": 49,
-            "max": 76
-          },
-          "horizontal_sync": {
-            "min": 30,
-            "max": 120
-          },
-          "horizontal_sync_timings": {
-            "disp": 2560,
-            "sync_start": 2608,
-            "sync_end": 2640,
-            "total": 2720
-          },
-          "vertical_sync_timings": {
-            "disp": 1440,
-            "sync_start": 1443,
-            "sync_end": 1448,
-            "total": 1481
-          },
-          "clock": 241500,
-          "width": 2560,
-          "height": 1440,
-          "width_millimetres": 597,
-          "height_millimetres": 336,
-          "horizontal_flag": 45,
-          "vertical_flag": 43,
-          "vendor": "",
-          "name": "PL2792QN"
-        },
-        "driver_info": {
-          "type": "display",
-          "width": 2560,
-          "height": 1440,
-          "vertical_sync": {
-            "min": 49,
-            "max": 76
-          },
-          "horizontal_sync": {
-            "min": 30,
-            "max": 120
-          },
-          "bandwidth": 0,
-          "horizontal_sync_timings": {
-            "disp": 2560,
-            "sync_start": 2608,
-            "sync_end": 2640,
-            "total": 2720
-          },
-          "vertical_sync_timings": {
-            "disp": 1440,
-            "sync_start": 1443,
-            "sync_end": 1448,
-            "total": 1481
-          },
-          "horizontal_flag": 45,
-          "vertical_flag": 43
-        }
-      }
-    ],
     "mouse": [
       {
-        "index": 70,
-        "attached_to": 61,
-        "class_list": [
-          "mouse",
-          "usb"
-        ],
+        "index": 72,
+        "attached_to": 0,
         "bus_type": {
-          "hex": "0086",
-          "name": "USB",
-          "value": 134
-        },
-        "slot": {
-          "bus": 0,
-          "number": 0
+          "hex": "0081",
+          "name": "serial",
+          "value": 129
         },
         "base_class": {
-          "hex": "0105",
-          "name": "Mouse",
-          "value": 261
+          "hex": "0118",
+          "name": "touchpad",
+          "value": 280
         },
         "sub_class": {
-          "hex": "0003",
-          "name": "USB Mouse",
-          "value": 3
+          "hex": "0001",
+          "name": "bus",
+          "value": 1
         },
         "vendor": {
-          "hex": "046d",
-          "name": "Logitech Inc.",
-          "value": 1133
+          "hex": "2c2f",
+          "value": 11311
         },
         "device": {
-          "hex": "c077",
-          "name": "USB Optical Mouse",
-          "value": 49271
-        },
-        "revision": {
-          "hex": "0000",
-          "name": "72.00",
-          "value": 0
-        },
-        "compat_vendor": "Unknown",
-        "compat_device": "Generic USB Mouse",
-        "model": "Logitech USB Optical Mouse",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1/1-6.1.3/1-6.1.3.3/1-6.1.3.3:1.0",
-        "sysfs_bus_id": "1-6.1.3.3:1.0",
-        "unix_device_name": "/dev/input/mice",
-        "unix_device_number": {
-          "type": 99,
-          "major": 13,
-          "minor": 63,
-          "range": 1
+          "hex": "002d",
+          "value": 45
         },
+        "sysfs_id": "/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SNSL002D:00/0018:2C2F:002D.0002/input/input19",
         "unix_device_names": [
-          "/dev/input/mice"
-        ],
-        "unix_device_name2": "/dev/input/mouse4",
-        "unix_device_number2": {
-          "type": 99,
-          "major": 13,
-          "minor": 36,
-          "range": 1
-        },
-        "resources": [
-          {
-            "type": "baud",
-            "speed": 1500000,
-            "bits": 0,
-            "stop_bits": 0,
-            "parity": 0,
-            "handshake": 0
-          }
-        ],
-        "detail": {
-          "device_class": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_protocol": 0,
-          "interface_class": {
-            "hex": "0003",
-            "name": "hid",
-            "value": 3
-          },
-          "interface_subclass": {
-            "hex": "0001",
-            "name": "audio",
-            "value": 1
-          },
-          "interface_protocol": 2,
-          "interface_number": 0,
-          "interface_alternate_setting": 0
-        },
-        "hotplug": "usb",
-        "driver": "usbhid",
-        "driver_module": "usbhid",
-        "drivers": [
-          "usbhid"
-        ],
-        "driver_modules": [
-          "usbhid"
-        ],
-        "driver_info": {
-          "type": "mouse",
-          "db_entry_0": [
-            "explorerps/2",
-            "exps2"
-          ],
-          "xf86": "explorerps/2",
-          "gpm": "exps2",
-          "buttons": -1,
-          "wheels": -1
-        },
-        "module_alias": "usb:v046DpC077d7200dc00dsc00dp00ic03isc01ip02in00"
+          "/dev/input/event8",
+          "/dev/input/ + handler"
+        ]
       }
     ],
     "network_controller": [
       {
-        "index": 24,
-        "attached_to": 0,
+        "index": 28,
+        "attached_to": 33,
         "class_list": [
           "network_controller",
-          "pci",
-          "wlan_card"
+          "pci"
         ],
         "bus_type": {
           "hex": "0004",
@@ -2941,188 +2205,7 @@
           "value": 4
         },
         "slot": {
-          "bus": 0,
-          "number": 20
-        },
-        "base_class": {
-          "hex": "0002",
-          "name": "Network controller",
-          "value": 2
-        },
-        "sub_class": {
-          "hex": "0082",
-          "name": "WLAN controller",
-          "value": 130
-        },
-        "vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
-        },
-        "sub_vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
-        },
-        "device": {
-          "hex": "51f0",
-          "value": 20976
-        },
-        "sub_device": {
-          "hex": "4090",
-          "value": 16528
-        },
-        "revision": {
-          "hex": "0001",
-          "value": 1
-        },
-        "model": "Intel WLAN controller",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.3",
-        "sysfs_bus_id": "0000:00:14.3",
-        "sysfs_iommu_group_id": 12,
-        "unix_device_name": "wlp0s20f3",
-        "unix_device_names": [
-          "wlp0s20f3"
-        ],
-        "resources": [
-          {
-            "type": "hwaddr",
-            "address": 54
-          },
-          {
-            "type": "irq",
-            "base": 16,
-            "triggered": 0,
-            "enabled": true
-          },
-          {
-            "type": "mem",
-            "base": 414366384128,
-            "range": 16384,
-            "enabled": true,
-            "access": "read_write",
-            "prefetch": "no"
-          },
-          {
-            "type": "phwaddr",
-            "address": 54
-          },
-          {
-            "type": "wlan",
-            "channels": [
-              "1",
-              "2",
-              "3",
-              "4",
-              "5",
-              "6",
-              "7",
-              "8",
-              "9",
-              "10",
-              "11",
-              "12",
-              "13",
-              "36",
-              "40",
-              "44",
-              "48",
-              "52",
-              "56",
-              "60",
-              "64",
-              "100",
-              "104",
-              "108",
-              "112",
-              "116",
-              "120",
-              "124",
-              "128",
-              "132",
-              "136",
-              "140"
-            ],
-            "frequencies": [
-              "2.412",
-              "2.417",
-              "2.422",
-              "2.427",
-              "2.432",
-              "2.437",
-              "2.442",
-              "2.447",
-              "2.452",
-              "2.457",
-              "2.462",
-              "2.467",
-              "2.472",
-              "5.18",
-              "5.2",
-              "5.22",
-              "5.24",
-              "5.26",
-              "5.28",
-              "5.3",
-              "5.32",
-              "5.5",
-              "5.52",
-              "5.54",
-              "5.56",
-              "5.58",
-              "5.6",
-              "5.62",
-              "5.64",
-              "5.66",
-              "5.68",
-              "5.7"
-            ],
-            "auth_modes": [
-              "open",
-              "sharedkey",
-              "wpa-psk",
-              "wpa-eap"
-            ],
-            "enc_modes": [
-              "WEP40",
-              "WEP104",
-              "TKIP",
-              "CCMP"
-            ]
-          }
-        ],
-        "detail": {
-          "function": 3,
-          "command": 1030,
-          "header_type": 0,
-          "secondary_bus": 0,
-          "irq": 16,
-          "prog_if": 0
-        },
-        "driver": "iwlwifi",
-        "driver_module": "iwlwifi",
-        "drivers": [
-          "iwlwifi"
-        ],
-        "driver_modules": [
-          "iwlwifi"
-        ],
-        "module_alias": "pci:v00008086d000051F0sv00008086sd00004090bc02sc80i00"
-      },
-      {
-        "index": 62,
-        "attached_to": 55,
-        "class_list": [
-          "network_controller",
-          "usb"
-        ],
-        "bus_type": {
-          "hex": "0086",
-          "name": "USB",
-          "value": 134
-        },
-        "slot": {
-          "bus": 0,
+          "bus": 9,
           "number": 0
         },
         "base_class": {
@@ -3136,121 +2219,81 @@
           "value": 0
         },
         "vendor": {
-          "hex": "0bda",
-          "name": "Realtek",
-          "value": 3034
+          "hex": "8086",
+          "name": "Intel Corporation",
+          "value": 32902
+        },
+        "sub_vendor": {
+          "hex": "8086",
+          "name": "Intel Corporation",
+          "value": 32902
         },
         "device": {
-          "hex": "8153",
-          "name": "USB 10/100/1000 LAN",
-          "value": 33107
+          "hex": "272b",
+          "value": 10027
+        },
+        "sub_device": {
+          "hex": "00f0",
+          "value": 240
         },
         "revision": {
-          "hex": "0000",
-          "name": "31.11",
-          "value": 0
+          "hex": "001a",
+          "value": 26
         },
-        "serial": "1113000001",
-        "model": "Realtek USB 10/100/1000 LAN",
-        "sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb4/4-2/4-2.4/4-2.4.4/4-2.4.4:1.0",
-        "sysfs_bus_id": "4-2.4.4:1.0",
-        "unix_device_name": "enp0s13f0u2u4u4",
+        "model": "Intel Ethernet controller",
+        "sysfs_id": "/devices/pci0000:00/0000:00:1c.7/0000:09:00.0",
+        "sysfs_bus_id": "0000:09:00.0",
+        "sysfs_iommu_group_id": 23,
+        "unix_device_name": "wlp9s0f0",
         "unix_device_names": [
-          "enp0s13f0u2u4u4"
+          "wlp9s0f0"
         ],
         "resources": [
           {
             "type": "hwaddr",
-            "address": 97
+            "address": 52
+          },
+          {
+            "type": "irq",
+            "base": 19,
+            "triggered": 0,
+            "enabled": true
+          },
+          {
+            "type": "mem",
+            "base": 2885681152,
+            "range": 16384,
+            "enabled": true,
+            "access": "read_write",
+            "prefetch": "no"
           },
           {
             "type": "phwaddr",
-            "address": 97
+            "address": 52
           }
         ],
         "detail": {
-          "device_class": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_protocol": 0,
-          "interface_class": {
-            "hex": "00ff",
-            "name": "vendor_spec",
-            "value": 255
-          },
-          "interface_subclass": {
-            "hex": "00ff",
-            "name": "vendor_spec",
-            "value": 255
-          },
-          "interface_protocol": 0,
-          "interface_number": 0,
-          "interface_alternate_setting": 0
+          "function": 0,
+          "command": 1030,
+          "header_type": 0,
+          "secondary_bus": 0,
+          "irq": 19,
+          "prog_if": 0
         },
-        "hotplug": "usb",
-        "driver": "r8152",
-        "driver_module": "r8152",
+        "driver": "iwlwifi",
+        "driver_module": "iwlwifi",
         "drivers": [
-          "r8152"
+          "iwlwifi"
         ],
         "driver_modules": [
-          "r8152"
+          "iwlwifi"
         ],
-        "module_alias": "usb:v0BDAp8153d3111dc00dsc00dp00icFFiscFFip00in00"
+        "module_alias": "pci:v00008086d0000272Bsv00008086sd000000F0bc02sc80i00"
       }
     ],
     "network_interface": [
       {
-        "index": 77,
-        "attached_to": 62,
-        "class_list": [
-          "network_interface"
-        ],
-        "base_class": {
-          "hex": "0107",
-          "name": "Network Interface",
-          "value": 263
-        },
-        "sub_class": {
-          "hex": "0001",
-          "name": "Ethernet",
-          "value": 1
-        },
-        "model": "Ethernet network interface",
-        "sysfs_id": "/class/net/enp0s13f0u2u4u4",
-        "sysfs_device_link": "/devices/pci0000:00/0000:00:0d.0/usb4/4-2/4-2.4/4-2.4.4/4-2.4.4:1.0",
-        "unix_device_name": "enp0s13f0u2u4u4",
-        "unix_device_names": [
-          "enp0s13f0u2u4u4"
-        ],
-        "resources": [
-          {
-            "type": "hwaddr",
-            "address": 97
-          },
-          {
-            "type": "phwaddr",
-            "address": 97
-          }
-        ],
-        "driver": "r8152",
-        "driver_module": "r8152",
-        "drivers": [
-          "r8152"
-        ],
-        "driver_modules": [
-          "r8152"
-        ]
-      },
-      {
-        "index": 78,
+        "index": 70,
         "attached_to": 0,
         "class_list": [
           "network_interface"
@@ -3273,8 +2316,8 @@
         ]
       },
       {
-        "index": 79,
-        "attached_to": 24,
+        "index": 71,
+        "attached_to": 28,
         "class_list": [
           "network_interface"
         ],
@@ -3289,20 +2332,20 @@
           "value": 1
         },
         "model": "Ethernet network interface",
-        "sysfs_id": "/class/net/wlp0s20f3",
-        "sysfs_device_link": "/devices/pci0000:00/0000:00:14.3",
-        "unix_device_name": "wlp0s20f3",
+        "sysfs_id": "/class/net/wlp9s0f0",
+        "sysfs_device_link": "/devices/pci0000:00/0000:00:1c.7/0000:09:00.0",
+        "unix_device_name": "wlp9s0f0",
         "unix_device_names": [
-          "wlp0s20f3"
+          "wlp9s0f0"
         ],
         "resources": [
           {
             "type": "hwaddr",
-            "address": 54
+            "address": 52
           },
           {
             "type": "phwaddr",
-            "address": 54
+            "address": 52
           }
         ],
         "driver": "iwlwifi",
@@ -3317,7 +2360,7 @@
     ],
     "pci": [
       {
-        "index": 16,
+        "index": 27,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -3348,25 +2391,25 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "464f",
-          "value": 17999
+          "hex": "7e4c",
+          "value": 32332
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0006",
-          "value": 6
+          "hex": "0020",
+          "value": 32
         },
         "model": "Intel System peripheral",
         "sysfs_id": "/devices/pci0000:00/0000:00:08.0",
         "sysfs_bus_id": "0000:00:08.0",
-        "sysfs_iommu_group_id": 7,
+        "sysfs_iommu_group_id": 8,
         "resources": [
           {
             "type": "irq",
@@ -3376,7 +2419,7 @@
           },
           {
             "type": "mem",
-            "base": 414366453760,
+            "base": 285242884096,
             "range": 4096,
             "enabled": false,
             "access": "read_write",
@@ -3391,10 +2434,10 @@
           "irq": 255,
           "prog_if": 0
         },
-        "module_alias": "pci:v00008086d0000464Fsv00001028sd00000B14bc08sc80i00"
+        "module_alias": "pci:v00008086d00007E4Csv000017AAsd00002234bc08sc80i00"
       },
       {
-        "index": 18,
+        "index": 30,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -3424,20 +2467,20 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "51e9",
-          "value": 20969
+          "hex": "7e79",
+          "value": 32377
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0001",
-          "value": 1
+          "hex": "0020",
+          "value": 32
         },
         "model": "Intel Serial bus controller",
         "sysfs_id": "/devices/pci0000:00/0000:00:15.1",
@@ -3446,13 +2489,13 @@
         "resources": [
           {
             "type": "irq",
-            "base": 40,
+            "base": 33,
             "triggered": 0,
             "enabled": true
           },
           {
             "type": "mem",
-            "base": 275263787008,
+            "base": 283618840576,
             "range": 4096,
             "enabled": true,
             "access": "read_write",
@@ -3464,7 +2507,7 @@
           "command": 6,
           "header_type": 0,
           "secondary_bus": 0,
-          "irq": 40,
+          "irq": 33,
           "prog_if": 0
         },
         "driver": "intel-lpss",
@@ -3475,10 +2518,10 @@
         "driver_modules": [
           "intel_lpss_pci"
         ],
-        "module_alias": "pci:v00008086d000051E9sv00001028sd00000B14bc0Csc80i00"
+        "module_alias": "pci:v00008086d00007E79sv000017AAsd00002234bc0Csc80i00"
       },
       {
-        "index": 23,
+        "index": 34,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -3509,20 +2552,20 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "461d",
-          "value": 17949
+          "hex": "7d03",
+          "value": 32003
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0006",
-          "value": 6
+          "hex": "0004",
+          "value": 4
         },
         "model": "Intel Signal processing controller",
         "sysfs_id": "/devices/pci0000:00/0000:00:04.0",
@@ -3531,13 +2574,13 @@
         "resources": [
           {
             "type": "irq",
-            "base": 175,
+            "base": 196,
             "triggered": 0,
             "enabled": true
           },
           {
             "type": "mem",
-            "base": 414366040064,
+            "base": 285242556416,
             "range": 131072,
             "enabled": true,
             "access": "read_write",
@@ -3549,7 +2592,7 @@
           "command": 1030,
           "header_type": 0,
           "secondary_bus": 0,
-          "irq": 175,
+          "irq": 196,
           "prog_if": 0
         },
         "driver": "proc_thermal_pci",
@@ -3560,10 +2603,10 @@
         "driver_modules": [
           "processor_thermal_device_pci"
         ],
-        "module_alias": "pci:v00008086d0000461Dsv00001028sd00000B14bc11sc80i00"
+        "module_alias": "pci:v00008086d00007D03sv000017AAsd00002234bc11sc80i00"
       },
       {
-        "index": 25,
+        "index": 35,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -3594,20 +2637,20 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "51e0",
-          "value": 20960
+          "hex": "7e70",
+          "value": 32368
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0001",
-          "value": 1
+          "hex": "0020",
+          "value": 32
         },
         "model": "Intel Communication controller",
         "sysfs_id": "/devices/pci0000:00/0000:00:16.0",
@@ -3616,13 +2659,13 @@
         "resources": [
           {
             "type": "irq",
-            "base": 163,
+            "base": 194,
             "triggered": 0,
             "enabled": true
           },
           {
             "type": "mem",
-            "base": 414366433280,
+            "base": 285242859520,
             "range": 4096,
             "enabled": true,
             "access": "read_write",
@@ -3634,7 +2677,7 @@
           "command": 1030,
           "header_type": 0,
           "secondary_bus": 0,
-          "irq": 163,
+          "irq": 194,
           "prog_if": 0
         },
         "driver": "mei_me",
@@ -3645,11 +2688,11 @@
         "driver_modules": [
           "mei_me"
         ],
-        "module_alias": "pci:v00008086d000051E0sv00001028sd00000B14bc07sc80i00"
+        "module_alias": "pci:v00008086d00007E70sv000017AAsd00002234bc07sc80i00"
       },
       {
-        "index": 26,
-        "attached_to": 0,
+        "index": 37,
+        "attached_to": 26,
         "class_list": [
           "pci",
           "unknown"
@@ -3660,53 +2703,48 @@
           "value": 4
         },
         "slot": {
-          "bus": 0,
-          "number": 30
+          "bus": 10,
+          "number": 0
         },
         "base_class": {
-          "hex": "000c",
-          "name": "Serial bus controller",
-          "value": 12
-        },
-        "sub_class": {
-          "hex": "0080",
-          "value": 128
+          "hex": "00ff",
+          "name": "Unclassified device",
+          "value": 255
         },
         "vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
+          "hex": "10ec",
+          "value": 4332
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "51aa",
-          "value": 20906
+          "hex": "5261",
+          "value": 21089
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
           "hex": "0001",
           "value": 1
         },
-        "model": "Intel Serial bus controller",
-        "sysfs_id": "/devices/pci0000:00/0000:00:1e.2",
-        "sysfs_bus_id": "0000:00:1e.2",
-        "sysfs_iommu_group_id": 15,
+        "model": "Unclassified device",
+        "sysfs_id": "/devices/pci0000:00/0000:00:1c.0/0000:0a:00.0",
+        "sysfs_bus_id": "0000:0a:00.0",
+        "sysfs_iommu_group_id": 22,
         "resources": [
           {
             "type": "irq",
-            "base": 36,
+            "base": 129,
             "triggered": 0,
             "enabled": true
           },
           {
             "type": "mem",
-            "base": 275263795200,
+            "base": 2886729728,
             "range": 4096,
             "enabled": true,
             "access": "read_write",
@@ -3714,25 +2752,25 @@
           }
         ],
         "detail": {
-          "function": 2,
-          "command": 6,
+          "function": 0,
+          "command": 1030,
           "header_type": 0,
           "secondary_bus": 0,
-          "irq": 36,
+          "irq": 129,
           "prog_if": 0
         },
-        "driver": "intel-lpss",
-        "driver_module": "intel_lpss_pci",
+        "driver": "rtsx_pci",
+        "driver_module": "rtsx_pci",
         "drivers": [
-          "intel-lpss"
+          "rtsx_pci"
         ],
         "driver_modules": [
-          "intel_lpss_pci"
+          "rtsx_pci"
         ],
-        "module_alias": "pci:v00008086d000051AAsv00001028sd00000B14bc0Csc80i00"
+        "module_alias": "pci:v000010ECd00005261sv000017AAsd00002234bcFFsc00i00"
       },
       {
-        "index": 28,
+        "index": 39,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -3762,29 +2800,29 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "51a4",
-          "value": 20900
+          "hex": "7e23",
+          "value": 32291
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0001",
-          "value": 1
+          "hex": "0020",
+          "value": 32
         },
         "model": "Intel Serial bus controller",
         "sysfs_id": "/devices/pci0000:00/0000:00:1f.5",
         "sysfs_bus_id": "0000:00:1f.5",
-        "sysfs_iommu_group_id": 16,
+        "sysfs_iommu_group_id": 18,
         "resources": [
           {
             "type": "mem",
-            "base": 1887436800,
+            "base": 2619342848,
             "range": 4096,
             "enabled": true,
             "access": "read_write",
@@ -3807,10 +2845,10 @@
         "driver_modules": [
           "spi_intel_pci"
         ],
-        "module_alias": "pci:v00008086d000051A4sv00001028sd00000B14bc0Csc80i00"
+        "module_alias": "pci:v00008086d00007E23sv000017AAsd00002234bc0Csc80i00"
       },
       {
-        "index": 30,
+        "index": 40,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -3823,16 +2861,15 @@
         },
         "slot": {
           "bus": 0,
-          "number": 30
+          "number": 25
         },
         "base_class": {
-          "hex": "0007",
-          "name": "Communication controller",
-          "value": 7
+          "hex": "000c",
+          "name": "Serial bus controller",
+          "value": 12
         },
         "sub_class": {
           "hex": "0080",
-          "name": "Communication controller",
           "value": 128
         },
         "vendor": {
@@ -3841,35 +2878,35 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "51a8",
-          "value": 20904
+          "hex": "7e50",
+          "value": 32336
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0001",
-          "value": 1
+          "hex": "0020",
+          "value": 32
         },
-        "model": "Intel Communication controller",
-        "sysfs_id": "/devices/pci0000:00/0000:00:1e.0",
-        "sysfs_bus_id": "0000:00:1e.0",
+        "model": "Intel Serial bus controller",
+        "sysfs_id": "/devices/pci0000:00/0000:00:19.0",
+        "sysfs_bus_id": "0000:00:19.0",
         "sysfs_iommu_group_id": 15,
         "resources": [
           {
             "type": "irq",
-            "base": 16,
+            "base": 29,
             "triggered": 0,
             "enabled": true
           },
           {
             "type": "mem",
-            "base": 275263791104,
+            "base": 283618844672,
             "range": 4096,
             "enabled": true,
             "access": "read_write",
@@ -3881,7 +2918,7 @@
           "command": 6,
           "header_type": 0,
           "secondary_bus": 0,
-          "irq": 16,
+          "irq": 29,
           "prog_if": 0
         },
         "driver": "intel-lpss",
@@ -3892,100 +2929,10 @@
         "driver_modules": [
           "intel_lpss_pci"
         ],
-        "module_alias": "pci:v00008086d000051A8sv00001028sd00000B14bc07sc80i00"
+        "module_alias": "pci:v00008086d00007E50sv000017AAsd00002234bc0Csc80i00"
       },
       {
-        "index": 34,
-        "attached_to": 0,
-        "class_list": [
-          "pci",
-          "unknown"
-        ],
-        "bus_type": {
-          "hex": "0004",
-          "name": "PCI",
-          "value": 4
-        },
-        "slot": {
-          "bus": 0,
-          "number": 18
-        },
-        "base_class": {
-          "hex": "0007",
-          "name": "Communication controller",
-          "value": 7
-        },
-        "sub_class": {
-          "hex": "0000",
-          "name": "Serial controller",
-          "value": 0
-        },
-        "pci_interface": {
-          "hex": "0000",
-          "name": "8250",
-          "value": 0
-        },
-        "vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
-        },
-        "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
-        },
-        "device": {
-          "hex": "51fc",
-          "value": 20988
-        },
-        "sub_device": {
-          "hex": "0b14",
-          "value": 2836
-        },
-        "revision": {
-          "hex": "0001",
-          "value": 1
-        },
-        "model": "Intel Serial controller",
-        "sysfs_id": "/devices/pci0000:00/0000:00:12.0",
-        "sysfs_bus_id": "0000:00:12.0",
-        "sysfs_iommu_group_id": 10,
-        "resources": [
-          {
-            "type": "irq",
-            "base": 26,
-            "triggered": 0,
-            "enabled": true
-          },
-          {
-            "type": "mem",
-            "base": 414366236672,
-            "range": 65536,
-            "enabled": true,
-            "access": "read_write",
-            "prefetch": "no"
-          }
-        ],
-        "detail": {
-          "function": 0,
-          "command": 6,
-          "header_type": 0,
-          "secondary_bus": 0,
-          "irq": 26,
-          "prog_if": 0
-        },
-        "driver": "intel_ish_ipc",
-        "driver_module": "intel_ish_ipc",
-        "drivers": [
-          "intel_ish_ipc"
-        ],
-        "driver_modules": [
-          "intel_ish_ipc"
-        ],
-        "module_alias": "pci:v00008086d000051FCsv00001028sd00000B14bc07sc00i00"
-      },
-      {
-        "index": 36,
+        "index": 44,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -4015,20 +2962,20 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "51e8",
-          "value": 20968
+          "hex": "7e78",
+          "value": 32376
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0001",
-          "value": 1
+          "hex": "0020",
+          "value": 32
         },
         "model": "Intel Serial bus controller",
         "sysfs_id": "/devices/pci0000:00/0000:00:15.0",
@@ -4037,13 +2984,13 @@
         "resources": [
           {
             "type": "irq",
-            "base": 27,
+            "base": 32,
             "triggered": 0,
             "enabled": true
           },
           {
             "type": "mem",
-            "base": 275263782912,
+            "base": 283618836480,
             "range": 4096,
             "enabled": true,
             "access": "read_write",
@@ -4055,7 +3002,7 @@
           "command": 6,
           "header_type": 0,
           "secondary_bus": 0,
-          "irq": 27,
+          "irq": 32,
           "prog_if": 0
         },
         "driver": "intel-lpss",
@@ -4066,10 +3013,10 @@
         "driver_modules": [
           "intel_lpss_pci"
         ],
-        "module_alias": "pci:v00008086d000051E8sv00001028sd00000B14bc0Csc80i00"
+        "module_alias": "pci:v00008086d00007E78sv000017AAsd00002234bc0Csc80i00"
       },
       {
-        "index": 37,
+        "index": 46,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -4082,65 +3029,11 @@
         },
         "slot": {
           "bus": 0,
-          "number": 6
+          "number": 11
         },
         "base_class": {
-          "hex": "0008",
-          "name": "Generic system peripheral",
-          "value": 8
-        },
-        "sub_class": {
-          "hex": "0080",
-          "name": "System peripheral",
-          "value": 128
-        },
-        "vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
-        },
-        "device": {
-          "hex": "09ab",
-          "value": 2475
-        },
-        "model": "Intel System peripheral",
-        "sysfs_id": "/devices/pci0000:00/0000:00:06.0",
-        "sysfs_bus_id": "0000:00:06.0",
-        "sysfs_iommu_group_id": 4,
-        "detail": {
-          "function": 0,
-          "command": 0,
-          "header_type": 0,
-          "secondary_bus": 0,
-          "irq": 0,
-          "prog_if": 0
-        },
-        "module_alias": "pci:v00008086d000009ABsv00000000sd00000000bc08sc80i00"
-      },
-      {
-        "index": 39,
-        "attached_to": 0,
-        "class_list": [
-          "pci",
-          "unknown"
-        ],
-        "bus_type": {
-          "hex": "0004",
-          "name": "PCI",
-          "value": 4
-        },
-        "slot": {
-          "bus": 0,
-          "number": 30
-        },
-        "base_class": {
-          "hex": "000c",
-          "name": "Serial bus controller",
-          "value": 12
-        },
-        "sub_class": {
-          "hex": "0080",
-          "value": 128
+          "hex": "0012",
+          "value": 18
         },
         "vendor": {
           "hex": "8086",
@@ -4148,35 +3041,37 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "51ab",
-          "value": 20907
+          "hex": "7d1d",
+          "value": 32029
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0001",
-          "value": 1
+          "hex": "0004",
+          "value": 4
         },
-        "model": "Intel Serial bus controller",
-        "sysfs_id": "/devices/pci0000:00/0000:00:1e.3",
-        "sysfs_bus_id": "0000:00:1e.3",
-        "sysfs_iommu_group_id": 15,
+        "model": "unknown unknown",
+        "sysfs_id": "/devices/pci0000:00/0000:00:0b.0",
+        "sysfs_bus_id": "0000:00:0b.0",
+        "sysfs_iommu_group_id": 10,
         "resources": [
           {
-            "type": "irq",
-            "base": 37,
-            "triggered": 0,
-            "enabled": true
+            "type": "mem",
+            "base": 285078454272,
+            "range": 134217728,
+            "enabled": true,
+            "access": "read_write",
+            "prefetch": "no"
           },
           {
             "type": "mem",
-            "base": 275263799296,
+            "base": 285242880000,
             "range": 4096,
             "enabled": true,
             "access": "read_write",
@@ -4184,25 +3079,17 @@
           }
         ],
         "detail": {
-          "function": 3,
-          "command": 6,
+          "function": 0,
+          "command": 2,
           "header_type": 0,
           "secondary_bus": 0,
-          "irq": 37,
+          "irq": 0,
           "prog_if": 0
         },
-        "driver": "intel-lpss",
-        "driver_module": "intel_lpss_pci",
-        "drivers": [
-          "intel-lpss"
-        ],
-        "driver_modules": [
-          "intel_lpss_pci"
-        ],
-        "module_alias": "pci:v00008086d000051ABsv00001028sd00000B14bc0Csc80i00"
+        "module_alias": "pci:v00008086d00007D1Dsv000017AAsd00002234bc12sc00i00"
       },
       {
-        "index": 42,
+        "index": 49,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -4233,55 +3120,55 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "51ef",
-          "value": 20975
+          "hex": "7e7f",
+          "value": 32383
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0001",
-          "value": 1
+          "hex": "0020",
+          "value": 32
         },
         "model": "Intel RAM memory",
         "sysfs_id": "/devices/pci0000:00/0000:00:14.2",
         "sysfs_bus_id": "0000:00:14.2",
-        "sysfs_iommu_group_id": 11,
+        "sysfs_iommu_group_id": 12,
         "resources": [
           {
             "type": "mem",
-            "base": 414366400512,
+            "base": 285242834944,
             "range": 16384,
-            "enabled": false,
+            "enabled": true,
             "access": "read_write",
             "prefetch": "no"
           },
           {
             "type": "mem",
-            "base": 414366445568,
+            "base": 285242871808,
             "range": 4096,
-            "enabled": false,
+            "enabled": true,
             "access": "read_write",
             "prefetch": "no"
           }
         ],
         "detail": {
           "function": 2,
-          "command": 0,
+          "command": 2,
           "header_type": 0,
           "secondary_bus": 0,
           "irq": 0,
           "prog_if": 0
         },
-        "module_alias": "pci:v00008086d000051EFsv00001028sd00000B14bc05sc00i00"
+        "module_alias": "pci:v00008086d00007E7Fsv000017AAsd00002234bc05sc00i00"
       },
       {
-        "index": 46,
+        "index": 53,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -4312,25 +3199,25 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "51a3",
-          "value": 20899
+          "hex": "7e22",
+          "value": 32290
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0001",
-          "value": 1
+          "hex": "0020",
+          "value": 32
         },
         "model": "Intel SMBus",
         "sysfs_id": "/devices/pci0000:00/0000:00:1f.4",
         "sysfs_bus_id": "0000:00:1f.4",
-        "sysfs_iommu_group_id": 16,
+        "sysfs_iommu_group_id": 18,
         "resources": [
           {
             "type": "io",
@@ -4341,13 +3228,13 @@
           },
           {
             "type": "irq",
-            "base": 16,
+            "base": 18,
             "triggered": 0,
             "enabled": true
           },
           {
             "type": "mem",
-            "base": 414366416896,
+            "base": 285242851328,
             "range": 256,
             "enabled": true,
             "access": "read_write",
@@ -4359,7 +3246,7 @@
           "command": 3,
           "header_type": 0,
           "secondary_bus": 0,
-          "irq": 16,
+          "irq": 18,
           "prog_if": 0
         },
         "driver": "i801_smbus",
@@ -4370,10 +3257,10 @@
         "driver_modules": [
           "i2c_i801"
         ],
-        "module_alias": "pci:v00008086d000051A3sv00001028sd00000B14bc0Csc05i00"
+        "module_alias": "pci:v00008086d00007E22sv000017AAsd00002234bc0Csc05i00"
       },
       {
-        "index": 47,
+        "index": 55,
         "attached_to": 0,
         "class_list": [
           "pci",
@@ -4386,16 +3273,16 @@
         },
         "slot": {
           "bus": 0,
-          "number": 5
+          "number": 10
         },
         "base_class": {
-          "hex": "0004",
-          "name": "Multimedia controller",
-          "value": 4
+          "hex": "0011",
+          "name": "Signal processing controller",
+          "value": 17
         },
         "sub_class": {
           "hex": "0080",
-          "name": "Multimedia controller",
+          "name": "Signal processing controller",
           "value": 128
         },
         "vendor": {
@@ -4404,55 +3291,57 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "465d",
-          "value": 18013
+          "hex": "7d0d",
+          "value": 32013
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0006",
-          "value": 6
+          "hex": "0001",
+          "value": 1
         },
-        "model": "Intel Multimedia controller",
-        "sysfs_id": "/devices/pci0000:00/0000:00:05.0",
-        "sysfs_bus_id": "0000:00:05.0",
-        "sysfs_iommu_group_id": 0,
+        "model": "Intel Signal processing controller",
+        "sysfs_id": "/devices/pci0000:00/0000:00:0a.0",
+        "sysfs_bus_id": "0000:00:0a.0",
+        "sysfs_iommu_group_id": 9,
         "resources": [
-          {
-            "type": "irq",
-            "base": 255,
-            "triggered": 0,
-            "enabled": true
-          },
           {
             "type": "mem",
-            "base": 414330126336,
-            "range": 16777216,
-            "enabled": false,
+            "base": 285242294272,
+            "range": 262144,
+            "enabled": true,
             "access": "read_write",
             "prefetch": "no"
           }
         ],
         "detail": {
           "function": 0,
-          "command": 0,
+          "command": 2,
           "header_type": 0,
           "secondary_bus": 0,
-          "irq": 255,
+          "irq": 0,
           "prog_if": 0
         },
-        "module_alias": "pci:v00008086d0000465Dsv00001028sd00000B14bc04sc80i00"
+        "driver": "intel_vsec",
+        "driver_module": "intel_vsec",
+        "drivers": [
+          "intel_vsec"
+        ],
+        "driver_modules": [
+          "intel_vsec"
+        ],
+        "module_alias": "pci:v00008086d00007D0Dsv000017AAsd00002234bc11sc80i00"
       }
     ],
     "sound": [
       {
-        "index": 31,
+        "index": 41,
         "attached_to": 0,
         "class_list": [
           "sound",
@@ -4473,9 +3362,12 @@
           "value": 4
         },
         "sub_class": {
-          "hex": "0001",
-          "name": "Multimedia audio controller",
-          "value": 1
+          "hex": "0003",
+          "value": 3
+        },
+        "pci_interface": {
+          "hex": "0080",
+          "value": 128
         },
         "vendor": {
           "hex": "8086",
@@ -4483,43 +3375,43 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "51cc",
-          "value": 20940
+          "hex": "7e28",
+          "value": 32296
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0001",
-          "value": 1
+          "hex": "0020",
+          "value": 32
         },
-        "model": "Intel Multimedia audio controller",
+        "model": "Intel Multimedia controller",
         "sysfs_id": "/devices/pci0000:00/0000:00:1f.3",
         "sysfs_bus_id": "0000:00:1f.3",
-        "sysfs_iommu_group_id": 16,
+        "sysfs_iommu_group_id": 18,
         "resources": [
           {
             "type": "irq",
-            "base": 190,
+            "base": 213,
             "triggered": 0,
             "enabled": true
           },
           {
             "type": "mem",
-            "base": 414363680768,
-            "range": 1048576,
+            "base": 285229449216,
+            "range": 2097152,
             "enabled": true,
             "access": "read_write",
             "prefetch": "no"
           },
           {
             "type": "mem",
-            "base": 414366367744,
+            "base": 285242818560,
             "range": 16384,
             "enabled": true,
             "access": "read_write",
@@ -4531,238 +3423,24 @@
           "command": 1030,
           "header_type": 0,
           "secondary_bus": 0,
-          "irq": 190,
-          "prog_if": 0
+          "irq": 213,
+          "prog_if": 128
         },
-        "driver": "sof-audio-pci-intel-tgl",
-        "driver_module": "snd_sof_pci_intel_tgl",
+        "driver": "sof-audio-pci-intel-mtl",
+        "driver_module": "snd_sof_pci_intel_mtl",
         "drivers": [
-          "sof-audio-pci-intel-tgl"
+          "sof-audio-pci-intel-mtl"
         ],
         "driver_modules": [
-          "snd_sof_pci_intel_tgl"
+          "snd_sof_pci_intel_mtl"
         ],
-        "module_alias": "pci:v00008086d000051CCsv00001028sd00000B14bc04sc01i00"
-      },
-      {
-        "index": 53,
-        "attached_to": 61,
-        "class_list": [
-          "sound",
-          "usb"
-        ],
-        "bus_type": {
-          "hex": "0086",
-          "name": "USB",
-          "value": 134
-        },
-        "slot": {
-          "bus": 0,
-          "number": 0
-        },
-        "base_class": {
-          "hex": "0004",
-          "name": "Multimedia controller",
-          "value": 4
-        },
-        "sub_class": {
-          "hex": "0001",
-          "name": "Multimedia audio controller",
-          "value": 1
-        },
-        "vendor": {
-          "hex": "046d",
-          "name": "Logitech Inc.",
-          "value": 1133
-        },
-        "device": {
-          "hex": "08e5",
-          "name": "HD Pro Webcam C920",
-          "value": 2277
-        },
-        "revision": {
-          "hex": "0000",
-          "name": "0.21",
-          "value": 0
-        },
-        "serial": "604B96BF",
-        "model": "Logitech HD Pro Webcam C920",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1/1-6.1.3/1-6.1.3.1/1-6.1.3.1:1.2",
-        "sysfs_bus_id": "1-6.1.3.1:1.2",
-        "resources": [
-          {
-            "type": "baud",
-            "speed": 480000000,
-            "bits": 0,
-            "stop_bits": 0,
-            "parity": 0,
-            "handshake": 0
-          }
-        ],
-        "detail": {
-          "device_class": {
-            "hex": "00ef",
-            "name": "miscellaneous",
-            "value": 239
-          },
-          "device_subclass": {
-            "hex": "0002",
-            "name": "comm",
-            "value": 2
-          },
-          "device_protocol": 1,
-          "interface_class": {
-            "hex": "0001",
-            "name": "audio",
-            "value": 1
-          },
-          "interface_subclass": {
-            "hex": "0001",
-            "name": "audio",
-            "value": 1
-          },
-          "interface_protocol": 0,
-          "interface_number": 2,
-          "interface_alternate_setting": 0,
-          "interface_association": {
-            "function_class": {
-              "hex": "0001",
-              "name": "audio",
-              "value": 1
-            },
-            "function_subclass": {
-              "hex": "0002",
-              "name": "comm",
-              "value": 2
-            },
-            "function_protocol": 0,
-            "interface_count": 2,
-            "first_interface": 2
-          }
-        },
-        "hotplug": "usb",
-        "driver": "snd-usb-audio",
-        "driver_module": "snd_usb_audio",
-        "drivers": [
-          "snd-usb-audio"
-        ],
-        "driver_modules": [
-          "snd_usb_audio"
-        ],
-        "module_alias": "usb:v046Dp08E5d0021dcEFdsc02dp01ic01isc01ip00in02"
-      },
-      {
-        "index": 66,
-        "attached_to": 61,
-        "class_list": [
-          "sound",
-          "usb"
-        ],
-        "bus_type": {
-          "hex": "0086",
-          "name": "USB",
-          "value": 134
-        },
-        "slot": {
-          "bus": 0,
-          "number": 0
-        },
-        "base_class": {
-          "hex": "0004",
-          "name": "Multimedia controller",
-          "value": 4
-        },
-        "sub_class": {
-          "hex": "0001",
-          "name": "Multimedia audio controller",
-          "value": 1
-        },
-        "vendor": {
-          "hex": "046d",
-          "name": "Logitech Inc.",
-          "value": 1133
-        },
-        "device": {
-          "hex": "08e5",
-          "name": "HD Pro Webcam C920",
-          "value": 2277
-        },
-        "revision": {
-          "hex": "0000",
-          "name": "0.21",
-          "value": 0
-        },
-        "serial": "604B96BF",
-        "model": "Logitech HD Pro Webcam C920",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1/1-6.1.3/1-6.1.3.1/1-6.1.3.1:1.3",
-        "sysfs_bus_id": "1-6.1.3.1:1.3",
-        "resources": [
-          {
-            "type": "baud",
-            "speed": 480000000,
-            "bits": 0,
-            "stop_bits": 0,
-            "parity": 0,
-            "handshake": 0
-          }
-        ],
-        "detail": {
-          "device_class": {
-            "hex": "00ef",
-            "name": "miscellaneous",
-            "value": 239
-          },
-          "device_subclass": {
-            "hex": "0002",
-            "name": "comm",
-            "value": 2
-          },
-          "device_protocol": 1,
-          "interface_class": {
-            "hex": "0001",
-            "name": "audio",
-            "value": 1
-          },
-          "interface_subclass": {
-            "hex": "0002",
-            "name": "comm",
-            "value": 2
-          },
-          "interface_protocol": 0,
-          "interface_number": 3,
-          "interface_alternate_setting": 0,
-          "interface_association": {
-            "function_class": {
-              "hex": "0001",
-              "name": "audio",
-              "value": 1
-            },
-            "function_subclass": {
-              "hex": "0002",
-              "name": "comm",
-              "value": 2
-            },
-            "function_protocol": 0,
-            "interface_count": 2,
-            "first_interface": 2
-          }
-        },
-        "hotplug": "usb",
-        "driver": "snd-usb-audio",
-        "driver_module": "snd_usb_audio",
-        "drivers": [
-          "snd-usb-audio"
-        ],
-        "driver_modules": [
-          "snd_usb_audio"
-        ],
-        "module_alias": "usb:v046Dp08E5d0021dcEFdsc02dp01ic01isc02ip00in03"
+        "module_alias": "pci:v00008086d00007E28sv000017AAsd00002234bc04sc03i80"
       }
     ],
     "storage_controller": [
       {
-        "index": 38,
-        "attached_to": 0,
+        "index": 47,
+        "attached_to": 43,
         "class_list": [
           "storage_controller",
           "pci"
@@ -4773,98 +3451,7 @@
           "value": 4
         },
         "slot": {
-          "bus": 0,
-          "number": 14
-        },
-        "base_class": {
-          "hex": "0001",
-          "name": "Mass storage controller",
-          "value": 1
-        },
-        "sub_class": {
-          "hex": "0004",
-          "name": "RAID bus controller",
-          "value": 4
-        },
-        "vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
-        },
-        "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
-        },
-        "device": {
-          "hex": "467f",
-          "value": 18047
-        },
-        "sub_device": {
-          "hex": "0b14",
-          "value": 2836
-        },
-        "model": "Intel RAID bus controller",
-        "sysfs_id": "/devices/pci0000:00/0000:00:0e.0",
-        "sysfs_bus_id": "0000:00:0e.0",
-        "sysfs_iommu_group_id": 9,
-        "resources": [
-          {
-            "type": "mem",
-            "base": 3154116608,
-            "range": 33554432,
-            "enabled": true,
-            "access": "read_write",
-            "prefetch": "no"
-          },
-          {
-            "type": "mem",
-            "base": 414296571904,
-            "range": 33554432,
-            "enabled": true,
-            "access": "read_write",
-            "prefetch": "no"
-          },
-          {
-            "type": "mem",
-            "base": 414364729344,
-            "range": 1048576,
-            "enabled": true,
-            "access": "read_write",
-            "prefetch": "no"
-          }
-        ],
-        "detail": {
-          "function": 0,
-          "command": 1030,
-          "header_type": 0,
-          "secondary_bus": 0,
-          "irq": 0,
-          "prog_if": 0
-        },
-        "driver": "vmd",
-        "driver_module": "vmd",
-        "drivers": [
-          "vmd"
-        ],
-        "driver_modules": [
-          "vmd"
-        ],
-        "module_alias": "pci:v00008086d0000467Fsv00001028sd00000B14bc01sc04i00"
-      },
-      {
-        "index": 44,
-        "attached_to": 22,
-        "class_list": [
-          "storage_controller",
-          "pci"
-        ],
-        "bus_type": {
-          "hex": "0004",
-          "name": "PCI",
-          "value": 4
-        },
-        "slot": {
-          "bus": 225,
+          "bus": 5,
           "number": 0
         },
         "base_class": {
@@ -4881,33 +3468,39 @@
           "value": 2
         },
         "vendor": {
-          "hex": "1344",
-          "value": 4932
+          "hex": "2646",
+          "value": 9798
         },
         "sub_vendor": {
-          "hex": "1344",
-          "value": 4932
+          "hex": "2646",
+          "value": 9798
         },
         "device": {
-          "hex": "5414",
-          "value": 21524
+          "hex": "5027",
+          "value": 20519
         },
         "sub_device": {
-          "hex": "1400",
-          "value": 5120
+          "hex": "5027",
+          "value": 20519
         },
         "revision": {
           "hex": "0001",
           "value": 1
         },
         "model": "Mass storage controller",
-        "sysfs_id": "/devices/pci0000:00/0000:00:0e.0/pci10000:e0/10000:e0:06.0/10000:e1:00.0",
-        "sysfs_bus_id": "10000:e1:00.0",
-        "sysfs_iommu_group_id": 9,
+        "sysfs_id": "/devices/pci0000:00/0000:00:06.2/0000:05:00.0",
+        "sysfs_bus_id": "0000:05:00.0",
+        "sysfs_iommu_group_id": 21,
         "resources": [
+          {
+            "type": "irq",
+            "base": 16,
+            "triggered": 0,
+            "enabled": true
+          },
           {
             "type": "mem",
-            "base": 3154116608,
+            "base": 2897215488,
             "range": 16384,
             "enabled": true,
             "access": "read_write",
@@ -4919,7 +3512,7 @@
           "command": 1030,
           "header_type": 0,
           "secondary_bus": 0,
-          "irq": 0,
+          "irq": 16,
           "prog_if": 2
         },
         "driver": "nvme",
@@ -4930,7 +3523,94 @@
         "driver_modules": [
           "nvme"
         ],
-        "module_alias": "pci:v00001344d00005414sv00001344sd00001400bc01sc08i02"
+        "module_alias": "pci:v00002646d00005027sv00002646sd00005027bc01sc08i02"
+      },
+      {
+        "index": 50,
+        "attached_to": 45,
+        "class_list": [
+          "storage_controller",
+          "pci"
+        ],
+        "bus_type": {
+          "hex": "0004",
+          "name": "PCI",
+          "value": 4
+        },
+        "slot": {
+          "bus": 4,
+          "number": 0
+        },
+        "base_class": {
+          "hex": "0001",
+          "name": "Mass storage controller",
+          "value": 1
+        },
+        "sub_class": {
+          "hex": "0008",
+          "value": 8
+        },
+        "pci_interface": {
+          "hex": "0002",
+          "value": 2
+        },
+        "vendor": {
+          "hex": "1e0f",
+          "value": 7695
+        },
+        "sub_vendor": {
+          "hex": "1e0f",
+          "value": 7695
+        },
+        "device": {
+          "hex": "0010",
+          "value": 16
+        },
+        "sub_device": {
+          "hex": "0001",
+          "value": 1
+        },
+        "revision": {
+          "hex": "0001",
+          "value": 1
+        },
+        "model": "Mass storage controller",
+        "sysfs_id": "/devices/pci0000:00/0000:00:06.0/0000:04:00.0",
+        "sysfs_bus_id": "0000:04:00.0",
+        "sysfs_iommu_group_id": 20,
+        "resources": [
+          {
+            "type": "irq",
+            "base": 16,
+            "triggered": 0,
+            "enabled": true
+          },
+          {
+            "type": "mem",
+            "base": 2898264064,
+            "range": 16384,
+            "enabled": true,
+            "access": "read_write",
+            "prefetch": "no"
+          }
+        ],
+        "detail": {
+          "function": 0,
+          "command": 1030,
+          "header_type": 0,
+          "secondary_bus": 0,
+          "irq": 16,
+          "prog_if": 2
+        },
+        "driver": "nvme",
+        "driver_module": "nvme",
+        "drivers": [
+          "nvme"
+        ],
+        "driver_modules": [
+          "nvme"
+        ],
+        "module_alias": "pci:v00001E0Fd00000010sv00001E0Fsd00000001bc01sc08i02"
       }
     ],
     "system": {
@@ -4938,98 +3618,8 @@
     },
     "usb": [
       {
-        "index": 58,
-        "attached_to": 61,
-        "class_list": [
-          "usb",
-          "unknown"
-        ],
-        "bus_type": {
-          "hex": "0086",
-          "name": "USB",
-          "value": 134
-        },
-        "slot": {
-          "bus": 0,
-          "number": 0
-        },
-        "base_class": {
-          "hex": "0000",
-          "name": "Unclassified device",
-          "value": 0
-        },
-        "sub_class": {
-          "hex": "0000",
-          "name": "Unclassified device",
-          "value": 0
-        },
-        "vendor": {
-          "hex": "413c",
-          "value": 16700
-        },
-        "device": {
-          "hex": "b06f",
-          "name": "Dell dock",
-          "value": 45167
-        },
-        "revision": {
-          "hex": "0000",
-          "name": "1.01",
-          "value": 0
-        },
-        "model": "Dell dock",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1/1-6.1.3/1-6.1.3.5/1-6.1.3.5:1.0",
-        "sysfs_bus_id": "1-6.1.3.5:1.0",
-        "resources": [
-          {
-            "type": "baud",
-            "speed": 480000000,
-            "bits": 0,
-            "stop_bits": 0,
-            "parity": 0,
-            "handshake": 0
-          }
-        ],
-        "detail": {
-          "device_class": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_protocol": 0,
-          "interface_class": {
-            "hex": "0003",
-            "name": "hid",
-            "value": 3
-          },
-          "interface_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "interface_protocol": 0,
-          "interface_number": 0,
-          "interface_alternate_setting": 0
-        },
-        "hotplug": "usb",
-        "driver": "usbhid",
-        "driver_module": "usbhid",
-        "drivers": [
-          "usbhid"
-        ],
-        "driver_modules": [
-          "usbhid"
-        ],
-        "module_alias": "usb:v413CpB06Fd0101dc00dsc00dp00ic03isc00ip00in00"
-      },
-      {
-        "index": 64,
-        "attached_to": 69,
+        "index": 59,
+        "attached_to": 60,
         "class_list": [
           "usb",
           "unknown"
@@ -5059,19 +3649,19 @@
           "value": 10182
         },
         "device": {
-          "hex": "63ac",
+          "hex": "6594",
           "name": "Goodix USB2.0 MISC",
-          "value": 25516
+          "value": 26004
         },
         "revision": {
           "hex": "0000",
           "name": "1.00",
           "value": 0
         },
-        "serial": "UIDF6CB8136_XXXX_MOC_B0",
+        "serial": "UIDD44FA05B_XXXX_MOC_B0",
         "model": "Goodix USB2.0 MISC",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0",
-        "sysfs_bus_id": "1-3:1.0",
+        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0",
+        "sysfs_bus_id": "3-7:1.0",
         "resources": [
           {
             "type": "baud",
@@ -5109,11 +3699,11 @@
           "interface_alternate_setting": 0
         },
         "hotplug": "usb",
-        "module_alias": "usb:v27C6p63ACd0100dcEFdsc00dp00icFFisc00ip00in00"
+        "module_alias": "usb:v27C6p6594d0100dcEFdsc00dp00icFFisc00ip00in00"
       },
       {
-        "index": 71,
-        "attached_to": 69,
+        "index": 62,
+        "attached_to": 60,
         "class_list": [
           "usb",
           "unknown"
@@ -5138,105 +3728,24 @@
           "value": 0
         },
         "vendor": {
-          "hex": "8086",
-          "name": "Intel Corporation",
-          "value": 32902
+          "hex": "30c9",
+          "name": "8SSC21K64624V1SR49K25RW",
+          "value": 12489
         },
         "device": {
-          "hex": "0b63",
-          "name": "USB Bridge",
-          "value": 2915
+          "hex": "00cd",
+          "name": "Integrated Camera",
+          "value": 205
         },
         "revision": {
           "hex": "0000",
-          "name": "10.01",
+          "name": "10.08",
           "value": 0
         },
-        "model": "Intel USB Bridge",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0",
-        "sysfs_bus_id": "1-4:1.0",
-        "resources": [
-          {
-            "type": "baud",
-            "speed": 12000000,
-            "bits": 0,
-            "stop_bits": 0,
-            "parity": 0,
-            "handshake": 0
-          }
-        ],
-        "detail": {
-          "device_class": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
-          },
-          "device_protocol": 0,
-          "interface_class": {
-            "hex": "00ff",
-            "name": "vendor_spec",
-            "value": 255
-          },
-          "interface_subclass": {
-            "hex": "00ff",
-            "name": "vendor_spec",
-            "value": 255
-          },
-          "interface_protocol": 255,
-          "interface_number": 0,
-          "interface_alternate_setting": 0
-        },
-        "hotplug": "usb",
-        "module_alias": "usb:v8086p0B63d1001dc00dsc00dp00icFFiscFFipFFin00"
-      },
-      {
-        "index": 73,
-        "attached_to": 72,
-        "class_list": [
-          "usb",
-          "unknown"
-        ],
-        "bus_type": {
-          "hex": "0086",
-          "name": "USB",
-          "value": 134
-        },
-        "slot": {
-          "bus": 0,
-          "number": 0
-        },
-        "base_class": {
-          "hex": "0000",
-          "name": "Unclassified device",
-          "value": 0
-        },
-        "sub_class": {
-          "hex": "0000",
-          "name": "Unclassified device",
-          "value": 0
-        },
-        "vendor": {
-          "hex": "413c",
-          "value": 16700
-        },
-        "device": {
-          "hex": "b06e",
-          "name": "Dell dock",
-          "value": 45166
-        },
-        "revision": {
-          "hex": "0000",
-          "name": "1.01",
-          "value": 0
-        },
-        "model": "Dell dock",
-        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1/1-6.1.5/1-6.1.5:1.0",
-        "sysfs_bus_id": "1-6.1.5:1.0",
+        "serial": "0001",
+        "model": "8SSC21K64624V1SR49K25RW Integrated Camera",
+        "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.4",
+        "sysfs_bus_id": "3-9:1.4",
         "resources": [
           {
             "type": "baud",
@@ -5249,45 +3758,52 @@
         ],
         "detail": {
           "device_class": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
+            "hex": "00ef",
+            "name": "miscellaneous",
+            "value": 239
           },
           "device_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
+            "hex": "0002",
+            "name": "comm",
+            "value": 2
           },
-          "device_protocol": 0,
+          "device_protocol": 1,
           "interface_class": {
-            "hex": "0003",
-            "name": "hid",
-            "value": 3
+            "hex": "00fe",
+            "name": "application",
+            "value": 254
           },
           "interface_subclass": {
-            "hex": "0000",
-            "name": "per_interface",
-            "value": 0
+            "hex": "0001",
+            "name": "audio",
+            "value": 1
           },
-          "interface_protocol": 0,
-          "interface_number": 0,
-          "interface_alternate_setting": 0
+          "interface_protocol": 1,
+          "interface_number": 4,
+          "interface_alternate_setting": 0,
+          "interface_association": {
+            "function_class": {
+              "hex": "00fe",
+              "name": "application",
+              "value": 254
+            },
+            "function_subclass": {
+              "hex": "0001",
+              "name": "audio",
+              "value": 1
+            },
+            "function_protocol": 0,
+            "interface_count": 1,
+            "first_interface": 4
+          }
         },
         "hotplug": "usb",
-        "driver": "usbhid",
-        "driver_module": "usbhid",
-        "drivers": [
-          "usbhid"
-        ],
-        "driver_modules": [
-          "usbhid"
-        ],
-        "module_alias": "usb:v413CpB06Ed0101dc00dsc00dp00ic03isc00ip00in00"
+        "module_alias": "usb:v30C9p00CDd1008dcEFdsc02dp01icFEisc01ip01in04"
       }
     ],
     "usb_controller": [
       {
-        "index": 17,
+        "index": 29,
         "attached_to": 0,
         "class_list": [
           "usb_controller",
@@ -5322,35 +3838,35 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "461e",
-          "value": 17950
+          "hex": "7ec0",
+          "value": 32448
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0006",
-          "value": 6
+          "hex": "0002",
+          "value": 2
         },
         "model": "Intel USB Controller",
         "sysfs_id": "/devices/pci0000:00/0000:00:0d.0",
         "sysfs_bus_id": "0000:00:0d.0",
-        "sysfs_iommu_group_id": 8,
+        "sysfs_iommu_group_id": 11,
         "resources": [
           {
             "type": "irq",
-            "base": 164,
+            "base": 130,
             "triggered": 0,
             "enabled": true
           },
           {
             "type": "mem",
-            "base": 414366302208,
+            "base": 285242753024,
             "range": 65536,
             "enabled": true,
             "access": "read_write",
@@ -5362,7 +3878,7 @@
           "command": 1030,
           "header_type": 0,
           "secondary_bus": 0,
-          "irq": 164,
+          "irq": 130,
           "prog_if": 48
         },
         "driver": "xhci_hcd",
@@ -5373,10 +3889,10 @@
         "driver_modules": [
           "xhci_pci"
         ],
-        "module_alias": "pci:v00008086d0000461Esv00001028sd00000B14bc0Csc03i30"
+        "module_alias": "pci:v00008086d00007EC0sv000017AAsd00002234bc0Csc03i30"
       },
       {
-        "index": 45,
+        "index": 52,
         "attached_to": 0,
         "class_list": [
           "usb_controller",
@@ -5411,35 +3927,35 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "51ed",
-          "value": 20973
+          "hex": "7e7d",
+          "value": 32381
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0001",
-          "value": 1
+          "hex": "0020",
+          "value": 32
         },
         "model": "Intel USB Controller",
         "sysfs_id": "/devices/pci0000:00/0000:00:14.0",
         "sysfs_bus_id": "0000:00:14.0",
-        "sysfs_iommu_group_id": 11,
+        "sysfs_iommu_group_id": 12,
         "resources": [
           {
             "type": "irq",
-            "base": 161,
+            "base": 149,
             "triggered": 0,
             "enabled": true
           },
           {
             "type": "mem",
-            "base": 414366171136,
+            "base": 285242687488,
             "range": 65536,
             "enabled": true,
             "access": "read_write",
@@ -5451,7 +3967,7 @@
           "command": 1030,
           "header_type": 0,
           "secondary_bus": 0,
-          "irq": 161,
+          "irq": 149,
           "prog_if": 48
         },
         "driver": "xhci_hcd",
@@ -5462,10 +3978,10 @@
         "driver_modules": [
           "xhci_pci"
         ],
-        "module_alias": "pci:v00008086d000051EDsv00001028sd00000B14bc0Csc03i30"
+        "module_alias": "pci:v00008086d00007E7Dsv000017AAsd00002234bc0Csc03i30"
       },
       {
-        "index": 48,
+        "index": 54,
         "attached_to": 0,
         "class_list": [
           "usb_controller",
@@ -5500,25 +4016,25 @@
           "value": 32902
         },
         "sub_vendor": {
-          "hex": "1028",
-          "value": 4136
+          "hex": "17aa",
+          "value": 6058
         },
         "device": {
-          "hex": "463e",
-          "value": 17982
+          "hex": "7ec2",
+          "value": 32450
         },
         "sub_device": {
-          "hex": "0b14",
-          "value": 2836
+          "hex": "2234",
+          "value": 8756
         },
         "revision": {
-          "hex": "0006",
-          "value": 6
+          "hex": "0002",
+          "value": 2
         },
         "model": "Intel USB Controller",
         "sysfs_id": "/devices/pci0000:00/0000:00:0d.2",
         "sysfs_bus_id": "0000:00:0d.2",
-        "sysfs_iommu_group_id": 8,
+        "sysfs_iommu_group_id": 11,
         "resources": [
           {
             "type": "irq",
@@ -5528,7 +4044,7 @@
           },
           {
             "type": "mem",
-            "base": 414365777920,
+            "base": 285242032128,
             "range": 262144,
             "enabled": true,
             "access": "read_write",
@@ -5536,7 +4052,7 @@
           },
           {
             "type": "mem",
-            "base": 414366449664,
+            "base": 285242875904,
             "range": 4096,
             "enabled": true,
             "access": "read_write",
@@ -5559,16 +4075,16 @@
         "driver_modules": [
           "thunderbolt"
         ],
-        "module_alias": "pci:v00008086d0000463Esv00001028sd00000B14bc0Csc03i40"
+        "module_alias": "pci:v00008086d00007EC2sv000017AAsd00002234bc0Csc03i40"
       }
     ]
   },
   "smbios": {
     "bios": {
-      "handle": 1,
-      "vendor": "Dell Inc.",
-      "version": "1.11.0",
-      "date": "04/12/2023",
+      "handle": 28,
+      "vendor": "LENOVO",
+      "version": "N48ET19W (1.06 )",
+      "date": "07/18/2024",
       "features": [
         "PCI supported",
         "PnP supported",
@@ -5577,24 +4093,24 @@
         "CD boot supported",
         "Selectable boot supported",
         "EDD spec supported",
+        "720kB Floppy supported",
         "Print Screen supported",
         "8042 Keyboard Services supported",
         "Serial Services supported",
         "Printer Services supported",
+        "CGA/Mono Video supported",
         "ACPI supported",
         "USB Legacy supported",
-        "Smart Battery supported",
-        "BIOS Boot Spec supported",
-        "F12 Network boot supported"
+        "BIOS Boot Spec supported"
       ],
-      "start_address": "0x0",
+      "start_address": "0xe0000",
       "rom_size": 16777216
     },
     "board": {
-      "handle": 512,
-      "manufacturer": "Dell Inc.",
-      "product": "0GNN3X",
-      "version": "A03",
+      "handle": 30,
+      "manufacturer": "LENOVO",
+      "product": "21KVCTO1WW",
+      "version": "Not Defined",
       "board_type": {
         "hex": "000a",
         "name": "Motherboard",
@@ -5604,15 +4120,15 @@
         "Hosting Board",
         "Replaceable"
       ],
-      "location": "",
-      "chassis": 768
+      "location": "Not Available",
+      "chassis": 31
     },
     "cache": [
       {
-        "handle": 1792,
+        "handle": 19,
         "socket": "L1 Cache",
-        "size_max": 96,
-        "size_current": 96,
+        "size_max": 288,
+        "size_current": 288,
         "speed": 0,
         "mode": {
           "hex": "0001",
@@ -5650,10 +4166,10 @@
         ]
       },
       {
-        "handle": 1793,
+        "handle": 20,
         "socket": "L1 Cache",
-        "size_max": 64,
-        "size_current": 64,
+        "size_max": 384,
+        "size_current": 384,
         "speed": 0,
         "mode": {
           "hex": "0001",
@@ -5679,9 +4195,9 @@
           "value": 3
         },
         "associativity": {
-          "hex": "0007",
-          "name": "8-way Set-Associative",
-          "value": 7
+          "hex": "0008",
+          "name": "16-way Set-Associative",
+          "value": 8
         },
         "sram_type_current": [
           "Synchronous"
@@ -5691,49 +4207,8 @@
         ]
       },
       {
-        "handle": 1794,
+        "handle": 21,
         "socket": "L2 Cache",
-        "size_max": 2560,
-        "size_current": 2560,
-        "speed": 0,
-        "mode": {
-          "hex": "0001",
-          "name": "Write Back",
-          "value": 1
-        },
-        "enabled": true,
-        "location": {
-          "hex": "0000",
-          "name": "Internal",
-          "value": 0
-        },
-        "socketed": false,
-        "level": 1,
-        "ecc": {
-          "hex": "0005",
-          "name": "Single-bit",
-          "value": 5
-        },
-        "cache_type": {
-          "hex": "0005",
-          "name": "Unified",
-          "value": 5
-        },
-        "associativity": {
-          "hex": "0001",
-          "name": "Other",
-          "value": 1
-        },
-        "sram_type_current": [
-          "Synchronous"
-        ],
-        "sram_type_supported": [
-          "Synchronous"
-        ]
-      },
-      {
-        "handle": 1795,
-        "socket": "L3 Cache",
         "size_max": 12288,
         "size_current": 12288,
         "speed": 0,
@@ -5749,129 +4224,6 @@
           "value": 0
         },
         "socketed": false,
-        "level": 2,
-        "ecc": {
-          "hex": "0006",
-          "name": "Multi-bit",
-          "value": 6
-        },
-        "cache_type": {
-          "hex": "0005",
-          "name": "Unified",
-          "value": 5
-        },
-        "associativity": {
-          "hex": "0009",
-          "name": "Other",
-          "value": 9
-        },
-        "sram_type_current": [
-          "Synchronous"
-        ],
-        "sram_type_supported": [
-          "Synchronous"
-        ]
-      },
-      {
-        "handle": 1796,
-        "socket": "L1 Cache",
-        "size_max": 256,
-        "size_current": 256,
-        "speed": 0,
-        "mode": {
-          "hex": "0001",
-          "name": "Write Back",
-          "value": 1
-        },
-        "enabled": true,
-        "location": {
-          "hex": "0000",
-          "name": "Internal",
-          "value": 0
-        },
-        "socketed": false,
-        "level": 0,
-        "ecc": {
-          "hex": "0004",
-          "name": "Parity",
-          "value": 4
-        },
-        "cache_type": {
-          "hex": "0004",
-          "name": "Data",
-          "value": 4
-        },
-        "associativity": {
-          "hex": "0007",
-          "name": "8-way Set-Associative",
-          "value": 7
-        },
-        "sram_type_current": [
-          "Synchronous"
-        ],
-        "sram_type_supported": [
-          "Synchronous"
-        ]
-      },
-      {
-        "handle": 1797,
-        "socket": "L1 Cache",
-        "size_max": 512,
-        "size_current": 512,
-        "speed": 0,
-        "mode": {
-          "hex": "0001",
-          "name": "Write Back",
-          "value": 1
-        },
-        "enabled": true,
-        "location": {
-          "hex": "0000",
-          "name": "Internal",
-          "value": 0
-        },
-        "socketed": false,
-        "level": 0,
-        "ecc": {
-          "hex": "0004",
-          "name": "Parity",
-          "value": 4
-        },
-        "cache_type": {
-          "hex": "0003",
-          "name": "Instruction",
-          "value": 3
-        },
-        "associativity": {
-          "hex": "0007",
-          "name": "8-way Set-Associative",
-          "value": 7
-        },
-        "sram_type_current": [
-          "Synchronous"
-        ],
-        "sram_type_supported": [
-          "Synchronous"
-        ]
-      },
-      {
-        "handle": 1798,
-        "socket": "L2 Cache",
-        "size_max": 4096,
-        "size_current": 4096,
-        "speed": 0,
-        "mode": {
-          "hex": "0001",
-          "name": "Write Back",
-          "value": 1
-        },
-        "enabled": true,
-        "location": {
-          "hex": "0000",
-          "name": "Internal",
-          "value": 0
-        },
-        "socketed": false,
         "level": 1,
         "ecc": {
           "hex": "0005",
@@ -5896,10 +4248,174 @@
         ]
       },
       {
-        "handle": 1799,
+        "handle": 22,
         "socket": "L3 Cache",
-        "size_max": 12288,
-        "size_current": 12288,
+        "size_max": 24576,
+        "size_current": 24576,
+        "speed": 0,
+        "mode": {
+          "hex": "0001",
+          "name": "Write Back",
+          "value": 1
+        },
+        "enabled": true,
+        "location": {
+          "hex": "0000",
+          "name": "Internal",
+          "value": 0
+        },
+        "socketed": false,
+        "level": 2,
+        "ecc": {
+          "hex": "0006",
+          "name": "Multi-bit",
+          "value": 6
+        },
+        "cache_type": {
+          "hex": "0005",
+          "name": "Unified",
+          "value": 5
+        },
+        "associativity": {
+          "hex": "0009",
+          "name": "Other",
+          "value": 9
+        },
+        "sram_type_current": [
+          "Synchronous"
+        ],
+        "sram_type_supported": [
+          "Synchronous"
+        ]
+      },
+      {
+        "handle": 23,
+        "socket": "L1 Cache",
+        "size_max": 320,
+        "size_current": 320,
+        "speed": 0,
+        "mode": {
+          "hex": "0001",
+          "name": "Write Back",
+          "value": 1
+        },
+        "enabled": true,
+        "location": {
+          "hex": "0000",
+          "name": "Internal",
+          "value": 0
+        },
+        "socketed": false,
+        "level": 0,
+        "ecc": {
+          "hex": "0004",
+          "name": "Parity",
+          "value": 4
+        },
+        "cache_type": {
+          "hex": "0004",
+          "name": "Data",
+          "value": 4
+        },
+        "associativity": {
+          "hex": "0007",
+          "name": "8-way Set-Associative",
+          "value": 7
+        },
+        "sram_type_current": [
+          "Synchronous"
+        ],
+        "sram_type_supported": [
+          "Synchronous"
+        ]
+      },
+      {
+        "handle": 24,
+        "socket": "L1 Cache",
+        "size_max": 640,
+        "size_current": 640,
+        "speed": 0,
+        "mode": {
+          "hex": "0001",
+          "name": "Write Back",
+          "value": 1
+        },
+        "enabled": true,
+        "location": {
+          "hex": "0000",
+          "name": "Internal",
+          "value": 0
+        },
+        "socketed": false,
+        "level": 0,
+        "ecc": {
+          "hex": "0004",
+          "name": "Parity",
+          "value": 4
+        },
+        "cache_type": {
+          "hex": "0003",
+          "name": "Instruction",
+          "value": 3
+        },
+        "associativity": {
+          "hex": "0007",
+          "name": "8-way Set-Associative",
+          "value": 7
+        },
+        "sram_type_current": [
+          "Synchronous"
+        ],
+        "sram_type_supported": [
+          "Synchronous"
+        ]
+      },
+      {
+        "handle": 25,
+        "socket": "L2 Cache",
+        "size_max": 6144,
+        "size_current": 6144,
+        "speed": 0,
+        "mode": {
+          "hex": "0001",
+          "name": "Write Back",
+          "value": 1
+        },
+        "enabled": true,
+        "location": {
+          "hex": "0000",
+          "name": "Internal",
+          "value": 0
+        },
+        "socketed": false,
+        "level": 1,
+        "ecc": {
+          "hex": "0005",
+          "name": "Single-bit",
+          "value": 5
+        },
+        "cache_type": {
+          "hex": "0005",
+          "name": "Unified",
+          "value": 5
+        },
+        "associativity": {
+          "hex": "0008",
+          "name": "16-way Set-Associative",
+          "value": 8
+        },
+        "sram_type_current": [
+          "Synchronous"
+        ],
+        "sram_type_supported": [
+          "Synchronous"
+        ]
+      },
+      {
+        "handle": 26,
+        "socket": "L3 Cache",
+        "size_max": 24576,
+        "size_current": 24576,
         "speed": 0,
         "mode": {
           "hex": "0001",
@@ -5938,9 +4454,9 @@
       }
     ],
     "chassis": {
-      "handle": 768,
-      "manufacturer": "Dell Inc.",
-      "version": "",
+      "handle": 31,
+      "manufacturer": "LENOVO",
+      "version": "None",
       "chassis_type": {
         "hex": "000a",
         "name": "Notebook",
@@ -5948,66 +4464,73 @@
       },
       "lock_present": false,
       "bootup_state": {
-        "hex": "0003",
-        "name": "Safe",
-        "value": 3
+        "hex": "0002",
+        "name": "Unknown",
+        "value": 2
       },
       "power_state": {
-        "hex": "0003",
-        "name": "Safe",
-        "value": 3
+        "hex": "0002",
+        "name": "Unknown",
+        "value": 2
       },
       "thermal_state": {
-        "hex": "0003",
-        "name": "Safe",
-        "value": 3
+        "hex": "0002",
+        "name": "Unknown",
+        "value": 2
       },
       "security_state": {
-        "hex": "0003",
-        "name": "None",
-        "value": 3
+        "hex": "0002",
+        "name": "Unknown",
+        "value": 2
       },
       "oem": "0x0"
     },
     "config": {
-      "handle": 3072,
-      "options": [
-        "J6H1:1-X Boot with Default; J8H1:1-X BIOS RECOVERY"
-      ]
+      "handle": 49
     },
     "group_associations": [
       {
-        "handle": 3584,
+        "handle": 59,
+        "power": {
+          "hex": "0000",
+          "name": "Disabled",
+          "value": 0
+        },
+        "keyboard": {
+          "hex": "0002",
+          "name": "Not Implemented",
+          "value": 2
+        },
+        "admin": {
+          "hex": "0000",
+          "name": "Disabled",
+          "value": 0
+        },
+        "reset": {
+          "hex": "0002",
+          "name": "Not Implemented",
+          "value": 2
+        }
+      },
+      {
+        "handle": 61,
         "name": "$MEI",
         "handles": [
           0
         ]
-      },
-      {
-        "handle": 3585,
-        "name": "Firmware Version Info",
-        "handles": [
-          225404178713856,
-          225408473681153,
-          225412768648450,
-          225417063615747,
-          225421358583044,
-          225425653550341,
-          52486
-        ]
       }
     ],
     "language": [
       {
-        "handle": 3328,
+        "handle": 50,
         "languages": [
-          "enUS"
+          "en-US"
         ]
       }
     ],
     "memory_array": [
       {
-        "handle": 4096,
+        "handle": 3,
         "location": {
           "hex": "0003",
           "name": "Motherboard",
@@ -6023,36 +4546,36 @@
           "name": "None",
           "value": 3
         },
-        "max_size": 16777216,
+        "max_size": 67108864,
         "error_handle": 65534,
         "slots": 8
       }
     ],
     "memory_array_mapped_address": [
       {
-        "handle": 4864,
-        "array_handle": 4096,
+        "handle": 12,
+        "array_handle": 3,
         "start_address": 0,
-        "end_address": 17179869184,
+        "end_address": 68719476736,
         "part_width": 8
       }
     ],
     "memory_device": [
       {
-        "handle": 4352,
-        "location": "Motherboard",
+        "handle": 4,
+        "location": "Controller0-ChannelA-DIMM0",
         "bank_location": "BANK 0",
-        "manufacturer": "",
-        "part_number": "MT62F1G64D8CH-031",
-        "array_handle": 4096,
+        "manufacturer": "Micron Technology",
+        "part_number": "RMCA1000MBC2JDF-7500",
+        "array_handle": 3,
         "error_handle": 65534,
-        "width": 64,
+        "width": 16,
         "ecc_bits": 0,
-        "size": 2097152,
+        "size": 8388608,
         "form_factor": {
-          "hex": "000b",
-          "name": "Row of Chips",
-          "value": 11
+          "hex": "0001",
+          "name": "Other",
+          "value": 1
         },
         "set": 0,
         "memory_type": {
@@ -6063,23 +4586,23 @@
         "memory_type_details": [
           "Synchronous"
         ],
-        "speed": 6400
+        "speed": 7467
       },
       {
-        "handle": 4353,
-        "location": "Motherboard",
+        "handle": 5,
+        "location": "Controller0-ChannelB-DIMM0",
         "bank_location": "BANK 1",
-        "manufacturer": "",
-        "part_number": "MT62F1G64D8CH-031",
-        "array_handle": 4096,
+        "manufacturer": "Micron Technology",
+        "part_number": "RMCA1000MBC2JDF-7500",
+        "array_handle": 3,
         "error_handle": 65534,
-        "width": 64,
+        "width": 16,
         "ecc_bits": 0,
-        "size": 2097152,
+        "size": 8388608,
         "form_factor": {
-          "hex": "000b",
-          "name": "Row of Chips",
-          "value": 11
+          "hex": "0001",
+          "name": "Other",
+          "value": 1
         },
         "set": 0,
         "memory_type": {
@@ -6090,23 +4613,23 @@
         "memory_type_details": [
           "Synchronous"
         ],
-        "speed": 6400
+        "speed": 7467
       },
       {
-        "handle": 4354,
-        "location": "Motherboard",
+        "handle": 6,
+        "location": "Controller0-ChannelC-DIMM0",
         "bank_location": "BANK 2",
-        "manufacturer": "",
-        "part_number": "MT62F1G64D8CH-031",
-        "array_handle": 4096,
+        "manufacturer": "Micron Technology",
+        "part_number": "RMCA1000MBC2JDF-7500",
+        "array_handle": 3,
         "error_handle": 65534,
-        "width": 64,
+        "width": 16,
         "ecc_bits": 0,
-        "size": 2097152,
+        "size": 8388608,
         "form_factor": {
-          "hex": "000b",
-          "name": "Row of Chips",
-          "value": 11
+          "hex": "0001",
+          "name": "Other",
+          "value": 1
         },
         "set": 0,
         "memory_type": {
@@ -6117,23 +4640,23 @@
         "memory_type_details": [
           "Synchronous"
         ],
-        "speed": 6400
+        "speed": 7467
       },
       {
-        "handle": 4355,
-        "location": "Motherboard",
+        "handle": 7,
+        "location": "Controller0-ChannelD-DIMM0",
         "bank_location": "BANK 3",
-        "manufacturer": "",
-        "part_number": "MT62F1G64D8CH-031",
-        "array_handle": 4096,
+        "manufacturer": "Micron Technology",
+        "part_number": "RMCA1000MBC2JDF-7500",
+        "array_handle": 3,
         "error_handle": 65534,
-        "width": 64,
+        "width": 16,
         "ecc_bits": 0,
-        "size": 2097152,
+        "size": 8388608,
         "form_factor": {
-          "hex": "000b",
-          "name": "Row of Chips",
-          "value": 11
+          "hex": "0001",
+          "name": "Other",
+          "value": 1
         },
         "set": 0,
         "memory_type": {
@@ -6144,23 +4667,23 @@
         "memory_type_details": [
           "Synchronous"
         ],
-        "speed": 6400
+        "speed": 7467
       },
       {
-        "handle": 4356,
-        "location": "Motherboard",
+        "handle": 8,
+        "location": "Controller1-ChannelA-DIMM0",
         "bank_location": "BANK 0",
-        "manufacturer": "",
-        "part_number": "MT62F1G64D8CH-031",
-        "array_handle": 4096,
+        "manufacturer": "Micron Technology",
+        "part_number": "RMCA1000MBC2JDF-7500",
+        "array_handle": 3,
         "error_handle": 65534,
-        "width": 64,
+        "width": 16,
         "ecc_bits": 0,
-        "size": 2097152,
+        "size": 8388608,
         "form_factor": {
-          "hex": "000b",
-          "name": "Row of Chips",
-          "value": 11
+          "hex": "0001",
+          "name": "Other",
+          "value": 1
         },
         "set": 0,
         "memory_type": {
@@ -6171,23 +4694,23 @@
         "memory_type_details": [
           "Synchronous"
         ],
-        "speed": 6400
+        "speed": 7467
       },
       {
-        "handle": 4357,
-        "location": "Motherboard",
+        "handle": 9,
+        "location": "Controller1-ChannelB-DIMM0",
         "bank_location": "BANK 1",
-        "manufacturer": "",
-        "part_number": "MT62F1G64D8CH-031",
-        "array_handle": 4096,
+        "manufacturer": "Micron Technology",
+        "part_number": "RMCA1000MBC2JDF-7500",
+        "array_handle": 3,
         "error_handle": 65534,
-        "width": 64,
+        "width": 16,
         "ecc_bits": 0,
-        "size": 2097152,
+        "size": 8388608,
         "form_factor": {
-          "hex": "000b",
-          "name": "Row of Chips",
-          "value": 11
+          "hex": "0001",
+          "name": "Other",
+          "value": 1
         },
         "set": 0,
         "memory_type": {
@@ -6198,23 +4721,23 @@
         "memory_type_details": [
           "Synchronous"
         ],
-        "speed": 6400
+        "speed": 7467
       },
       {
-        "handle": 4358,
-        "location": "Motherboard",
+        "handle": 10,
+        "location": "Controller1-ChannelC-DIMM0",
         "bank_location": "BANK 2",
-        "manufacturer": "",
-        "part_number": "MT62F1G64D8CH-031",
-        "array_handle": 4096,
+        "manufacturer": "Micron Technology",
+        "part_number": "RMCA1000MBC2JDF-7500",
+        "array_handle": 3,
         "error_handle": 65534,
-        "width": 64,
+        "width": 16,
         "ecc_bits": 0,
-        "size": 2097152,
+        "size": 8388608,
         "form_factor": {
-          "hex": "000b",
-          "name": "Row of Chips",
-          "value": 11
+          "hex": "0001",
+          "name": "Other",
+          "value": 1
         },
         "set": 0,
         "memory_type": {
@@ -6225,23 +4748,23 @@
         "memory_type_details": [
           "Synchronous"
         ],
-        "speed": 6400
+        "speed": 7467
       },
       {
-        "handle": 4359,
-        "location": "Motherboard",
+        "handle": 11,
+        "location": "Controller1-ChannelD-DIMM0",
         "bank_location": "BANK 3",
-        "manufacturer": "",
-        "part_number": "MT62F1G64D8CH-031",
-        "array_handle": 4096,
+        "manufacturer": "Micron Technology",
+        "part_number": "RMCA1000MBC2JDF-7500",
+        "array_handle": 3,
         "error_handle": 65534,
-        "width": 64,
+        "width": 16,
         "ecc_bits": 0,
-        "size": 2097152,
+        "size": 8388608,
         "form_factor": {
-          "hex": "000b",
-          "name": "Row of Chips",
-          "value": 11
+          "hex": "0001",
+          "name": "Other",
+          "value": 1
         },
         "set": 0,
         "memory_type": {
@@ -6252,38 +4775,158 @@
         "memory_type_details": [
           "Synchronous"
         ],
-        "speed": 6400
+        "speed": 7467
+      }
+    ],
+    "memory_error": [
+      {
+        "handle": 63,
+        "error_type": {
+          "hex": "0003",
+          "name": "OK",
+          "value": 3
+        },
+        "granularity": {
+          "hex": "0002",
+          "name": "Unknown",
+          "value": 2
+        },
+        "operation": {
+          "hex": "0002",
+          "name": "Unknown",
+          "value": 2
+        },
+        "syndrome": 0,
+        "array_address": 2147483648,
+        "device_address": 2147483648,
+        "range": 2147483648
       }
     ],
     "pointing_device": [
       {
-        "handle": 5376,
+        "handle": 64,
+        "mouse_type": {
+          "hex": "0005",
+          "name": "Track Point",
+          "value": 5
+        },
+        "interface": {
+          "hex": "0004",
+          "name": "PS/2",
+          "value": 4
+        },
+        "buttons": 3
+      },
+      {
+        "handle": 65,
         "mouse_type": {
           "hex": "0007",
           "name": "Touch Pad",
           "value": 7
         },
         "interface": {
-          "hex": "0007",
-          "name": "Bus Mouse",
-          "value": 7
+          "hex": "0001",
+          "name": "Other",
+          "value": 1
         },
         "buttons": 2
       }
     ],
-    "power_controls": [
+    "port_connector": [
       {
-        "handle": 6400,
-        "month": 0,
-        "day": 0,
-        "hour": 0,
-        "minute": 0,
-        "second": 0
+        "handle": 32,
+        "port_type": {
+          "hex": "0010",
+          "name": "USB",
+          "value": 16
+        },
+        "internal_reference_designator": "Not Available",
+        "external_connector_type": {
+          "hex": "0012",
+          "name": "Access Bus [USB]",
+          "value": 18
+        },
+        "external_reference_designator": "USB 1"
+      },
+      {
+        "handle": 33,
+        "port_type": {
+          "hex": "0010",
+          "name": "USB",
+          "value": 16
+        },
+        "internal_reference_designator": "Not Available",
+        "external_connector_type": {
+          "hex": "0012",
+          "name": "Access Bus [USB]",
+          "value": 18
+        },
+        "external_reference_designator": "USB 2"
+      },
+      {
+        "handle": 34,
+        "port_type": {
+          "hex": "0010",
+          "name": "USB",
+          "value": 16
+        },
+        "internal_reference_designator": "Not Available",
+        "external_connector_type": {
+          "hex": "0012",
+          "name": "Access Bus [USB]",
+          "value": 18
+        },
+        "external_reference_designator": "USB 3"
+      },
+      {
+        "handle": 35,
+        "port_type": {
+          "hex": "0010",
+          "name": "USB",
+          "value": 16
+        },
+        "internal_reference_designator": "Not Available",
+        "external_connector_type": {
+          "hex": "0012",
+          "name": "Access Bus [USB]",
+          "value": 18
+        },
+        "external_reference_designator": "USB 4"
+      },
+      {
+        "handle": 42,
+        "port_type": {
+          "hex": "001c",
+          "name": "Video Port",
+          "value": 28
+        },
+        "internal_reference_designator": "Not Available",
+        "external_connector_type": {
+          "hex": "00ff",
+          "name": "Other",
+          "value": 255
+        },
+        "external_reference_designator": "Hdmi1"
+      },
+      {
+        "handle": 46,
+        "port_type": {
+          "hex": "001d",
+          "name": "Audio Port",
+          "value": 29
+        },
+        "internal_reference_designator": "Not Available",
+        "external_connector_type": {
+          "hex": "001f",
+          "name": "Mini-jack [headphones]",
+          "value": 31
+        },
+        "external_reference_designator": "Headphone/Microphone Combo Jack1"
       }
     ],
     "processor": [
       {
-        "handle": 1024,
+        "handle": 27,
         "socket": "U3E1",
         "socket_type": {
           "hex": "0001",
@@ -6292,17 +4935,17 @@
         },
         "socket_populated": true,
         "manufacturer": "Intel(R) Corporation",
-        "version": "12th Gen Intel(R) Core(TM) i7-1250U",
-        "part": "",
+        "version": "Intel(R) Core(TM) Ultra 7 155H",
+        "part": "None",
         "processor_type": {
           "hex": "0003",
           "name": "CPU",
           "value": 3
         },
         "processor_family": {
-          "hex": "00c6",
+          "hex": "0001",
           "name": "Other",
-          "value": 198
+          "value": 1
         },
         "processor_status": {
           "hex": "0001",
@@ -6310,25 +4953,25 @@
           "value": 1
         },
         "clock_ext": 100,
-        "clock_max": 4700,
-        "cache_handle_l1": 1797,
-        "cache_handle_l2": 1798,
-        "cache_handle_l3": 1799
+        "clock_max": 4800,
+        "cache_handle_l1": 24,
+        "cache_handle_l2": 25,
+        "cache_handle_l3": 26
       }
     ],
     "slot": [
       {
-        "handle": 2304,
-        "designation": "PCI-Express 0",
+        "handle": 48,
+        "designation": "SimCard Slot",
         "slot_type": {
-          "hex": "00a5",
+          "hex": "0001",
           "name": "Other",
-          "value": 165
+          "value": 1
         },
         "bus_width": {
-          "hex": "0008",
+          "hex": "0001",
           "name": "Other",
-          "value": 8
+          "value": 1
         },
         "usage": {
           "hex": "0003",
@@ -6336,113 +4979,18 @@
           "value": 3
         },
         "length": {
-          "hex": "0004",
-          "name": "Long",
-          "value": 4
-        },
-        "id": 0,
-        "features": [
-          "3.3 V",
-          "PME#",
-          "Hot-Plug"
-        ]
-      },
-      {
-        "handle": 2305,
-        "designation": "PCI-Express 1",
-        "slot_type": {
-          "hex": "00a5",
+          "hex": "0001",
           "name": "Other",
-          "value": 165
+          "value": 1
         },
-        "bus_width": {
-          "hex": "0008",
-          "name": "Other",
-          "value": 8
-        },
-        "usage": {
-          "hex": "0003",
-          "name": "Available",
-          "value": 3
-        },
-        "length": {
-          "hex": "0004",
-          "name": "Long",
-          "value": 4
-        },
-        "id": 1,
-        "features": [
-          "3.3 V",
-          "PME#",
-          "Hot-Plug"
-        ]
-      },
-      {
-        "handle": 2306,
-        "designation": "PCI-Express 2",
-        "slot_type": {
-          "hex": "00a5",
-          "name": "Other",
-          "value": 165
-        },
-        "bus_width": {
-          "hex": "0008",
-          "name": "Other",
-          "value": 8
-        },
-        "usage": {
-          "hex": "0003",
-          "name": "Available",
-          "value": 3
-        },
-        "length": {
-          "hex": "0004",
-          "name": "Long",
-          "value": 4
-        },
-        "id": 2,
-        "features": [
-          "3.3 V",
-          "PME#",
-          "Hot-Plug"
-        ]
-      },
-      {
-        "handle": 2307,
-        "designation": "PCI-Express 3",
-        "slot_type": {
-          "hex": "00a5",
-          "name": "Other",
-          "value": 165
-        },
-        "bus_width": {
-          "hex": "0008",
-          "name": "Other",
-          "value": 8
-        },
-        "usage": {
-          "hex": "0003",
-          "name": "Available",
-          "value": 3
-        },
-        "length": {
-          "hex": "0004",
-          "name": "Long",
-          "value": 4
-        },
-        "id": 3,
-        "features": [
-          "3.3 V",
-          "PME#",
-          "Hot-Plug"
-        ]
+        "id": 0
       }
     ],
     "system": {
-      "handle": 256,
-      "manufacturer": "Dell Inc.",
-      "product": "XPS 9315",
-      "version": "",
+      "handle": 29,
+      "manufacturer": "LENOVO",
+      "product": "21KVCTO1WW",
+      "version": "ThinkPad P1 Gen 7",
       "wake_up": {
         "hex": "0006",
         "name": "Power Switch",
diff --git a/machines/sue/pim.home.nix b/machines/blocktech/pkunis.home.nix
similarity index 90%
rename from machines/sue/pim.home.nix
rename to machines/blocktech/pkunis.home.nix
index a836ce9..9a4a99c 100644
--- a/machines/sue/pim.home.nix
+++ b/machines/blocktech/pkunis.home.nix
@@ -9,7 +9,7 @@
 in {
   config = {
     pim = {
-      tidal.enable = true;
+      tidal.enable = false;
       gnome.enable = true;
       vscode.enable = true;
       syncthing.enable = true;
@@ -22,8 +22,8 @@ in {
     };
 
     home = {
-      username = "pim";
-      homeDirectory = "/home/pim";
+      username = "pkunis";
+      homeDirectory = "/home/pkunis";
       stateVersion = "23.05";
       sessionVariables = {
         MANPAGER = "${lib.getExe neovim} +Man!";
@@ -32,7 +32,7 @@ in {
     };
 
     sops = {
-      defaultSopsFile = "${self}/secrets/sue/pim.yaml";
+      defaultSopsFile = "${self}/secrets/blocktech/pkunis.yaml";
       age.keyFile = "${config.xdg.configHome}/sops/age/keys.txt";
       secrets."keepassxc".path = "${config.xdg.configHome}/keepassxc/keepassxc.ini";
     };
diff --git a/machines/default.nix b/machines/default.nix
index bdb2a8f..5d2d85d 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -1,7 +1,7 @@
 {
-  sue = {
+  blocktech = {
     system = "x86_64-linux";
-    nixosModule = import ./sue/configuration.nix;
+    nixosModule = import ./blocktech/configuration.nix;
   };
 
   gamepc = {
diff --git a/nixos/compliance.nix b/nixos/compliance.nix
deleted file mode 100644
index e1181eb..0000000
--- a/nixos/compliance.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  config,
-  lib,
-  ...
-}: let
-  cfg = config.pim.compliance;
-in {
-  options.pim.compliance.enable = lib.mkEnableOption "compliance";
-  config = lib.mkIf cfg.enable {
-    services.clamav = {
-      daemon.enable = true;
-    };
-  };
-}
diff --git a/nixos/default.nix b/nixos/default.nix
index ca6faf2..38ef3b8 100644
--- a/nixos/default.nix
+++ b/nixos/default.nix
@@ -18,7 +18,6 @@
     ./stylix.nix
     ./wireguard.nix
     ./gnome.nix
-    ./compliance.nix
     ./cinnamon.nix
     ./ssh.nix
     ./desktop.nix
diff --git a/nixos/tidal.nix b/nixos/tidal.nix
index ab70501..ad59567 100644
--- a/nixos/tidal.nix
+++ b/nixos/tidal.nix
@@ -5,6 +5,7 @@
 }: let
   cfg = config.pim.tidal;
 in {
+  # TODO: this is bad and broken
   options.pim.tidal.enable = lib.mkEnableOption "tidal";
 
   config = lib.mkIf cfg.enable {
diff --git a/secrets/sue/colmena.yaml b/secrets/blocktech/colmena.yaml
similarity index 63%
rename from secrets/sue/colmena.yaml
rename to secrets/blocktech/colmena.yaml
index 7d468b0..e6c04cc 100644
--- a/secrets/sue/colmena.yaml
+++ b/secrets/blocktech/colmena.yaml
@@ -1,6 +1,6 @@
 sops_nix_keys:
     root: ENC[AES256_GCM,data:CxF2wjcQ2OFuS7Pgjnc8zc7sqGEz3dcHt4NXkL+V6w7kGPP+b4wBhOlT7b+bEESNslpK2htLY7x+IZWIA8JQpeRKHAKymAUK86I=,iv:5qNFDb86/Vr9Iqzx1eES4wUVY5XTq3iOR4VQliuP1lg=,tag:gx/Q7t52l9kMhPRXdpsB6A==,type:str]
-    pim: ENC[AES256_GCM,data:PWFlRBaqImbCpj3IXU+BtNIRvwru+GRwxDQO4QwINRvxRqC36LE6JpMqaJNrTdCPy+aQ01brTN8y99qXTDlrul32cZnopc37r78=,iv:1tG7rDB5D7D2myes6Ro8hXC140ugjXpiwNpivWFw/xw=,tag:BNm/Ep55tt7xBWZFyzTR5g==,type:str]
+    pkunis: ENC[AES256_GCM,data:192vkgOdMoDEhPU6yilatIfaFS/1LJFvteEMYI1/3SBP773lN62pWoDiJDiBtjBCisA/3yHriL3Dpvs1PwbV0BChmbL+svwKrFE=,iv:/YyZ+NSyZwyGp4NJYUSeYOOUfGaH5jOiVUH8QeWnFUA=,tag:sWN0bQvm8Ejw5+XST0pAEQ==,type:str]
 sops:
     kms: []
     gcp_kms: []
@@ -16,8 +16,8 @@ sops:
             NkJzL3JSN2sxbnF6NGNhQlJqTHpHRTAKK+3FqqBAGxdlMtnbsySEcZT1lkQwJWvK
             GFB+6CtH9UtyIGrdK8Pm/0ahsolYGAim2OjeiKBbs3Q8kLm5WAsgRg==
             -----END AGE ENCRYPTED FILE-----
-    lastmodified: "2024-11-30T23:42:51Z"
-    mac: ENC[AES256_GCM,data:fo856uaz54nxHDJVDpMOPc6GHAzMdVJTfqBiMtJkEwm3AVICtRcI8ucceBnmfKZf9DM2MC2DffU1tvJd5iqpqFZMXCElRnBxWVZGhvrZqIZtmoAin5zBgwOudf1o6msmdNGmZk1ECq/HpHNO/QMQ3rnFdBvOZwL0zu6iZm9XwC0=,iv:T6Tv1ukk0CWbTRVWYdfn/bWQoETk8DRVMOzpJE9mCWE=,tag:eICIYTBvAJLUTpRcMYqc5Q==,type:str]
+    lastmodified: "2025-02-25T13:53:06Z"
+    mac: ENC[AES256_GCM,data:lLojNOq2QtdeqiCHOg6+Kssfa+Ey6JefPQulFkgnr1Onrt60ds2qWg5TTMHMlUaa6vB1S78WqyquTRBLv9Ek/alOae+CgdDi+vVX8hG5Mc2Edcfl+z8rRNFB+2mOEl1gJwKntyxySx6YBiDhZsH0p+Xflw9WGm/lL/FyRCJCwq0=,iv:8PqXupgwdfgdfIzsymVSrjQACoMODR+XYPgLMvASjos=,tag:rLGJlL3alm/qy+3qeS637g==,type:str]
     pgp: []
     unencrypted_suffix: _unencrypted
     version: 3.9.1
diff --git a/secrets/sue/nixos.yaml b/secrets/blocktech/nixos.yaml
similarity index 100%
rename from secrets/sue/nixos.yaml
rename to secrets/blocktech/nixos.yaml
diff --git a/secrets/sue/pim.yaml b/secrets/blocktech/pkunis.yaml
similarity index 100%
rename from secrets/sue/pim.yaml
rename to secrets/blocktech/pkunis.yaml