this repo has no description

feat: add brontes (#69)

authored by tghanken.tngl.sh and committed by GitHub c09eb7d0 9e3bf677

Changed files
+4778
nix
+36
nix/hosts/brontes/configuration.nix
··· 1 + { 2 + inputs, 3 + flake, 4 + ... 5 + }: { 6 + imports = [ 7 + # Standard nixos-anywhere modules 8 + inputs.disko.nixosModules.disko 9 + inputs.nixos-facter-modules.nixosModules.facter 10 + { 11 + config.facter.reportPath = 12 + if builtins.pathExists ./facter.json 13 + then ./facter.json 14 + else throw "Have you forgotten to run nixos-anywhere with `--generate-hardware-config nixos-facter ./facter.json`?"; 15 + } 16 + 17 + # Nixos hardware additions 18 + inputs.nixos-hardware.nixosModules.gmktec-nucbox-g3-plus 19 + 20 + # Additional NixOs modules from this flake 21 + flake.nixosModules.bootloader 22 + flake.nixosModules.bootstrap 23 + flake.nixosModules.kernel 24 + flake.nixosModules.networking 25 + flake.nixosModules.tailscale 26 + 27 + flake.modules.secrets.base 28 + ]; 29 + 30 + # Required for nixos-anywhere 31 + disko.devices = import ./disk-config.nix; 32 + networking.hostName = "brontes"; 33 + networking.hostId = "b6ca56e1"; # Generate using `head -c 8 /etc/machine-id` 34 + 35 + system.stateVersion = "25.11"; # initial nixos state 36 + }
+75
nix/hosts/brontes/disk-config.nix
··· 1 + { 2 + disk = { 3 + boot = { 4 + type = "disk"; 5 + device = "/dev/disk/by-id/mmc-TWSC_0x2e43f056"; 6 + content = { 7 + type = "gpt"; 8 + partitions = { 9 + ESP = { 10 + size = "1G"; 11 + type = "EF00"; 12 + content = { 13 + type = "filesystem"; 14 + format = "vfat"; 15 + mountpoint = "/boot"; 16 + }; 17 + priority = 1; 18 + }; 19 + zfs = { 20 + size = "100%"; 21 + content = { 22 + type = "zfs"; 23 + pool = "zroot"; 24 + }; 25 + priority = 2; 26 + }; 27 + }; 28 + }; 29 + }; 30 + }; 31 + zpool = { 32 + zroot = { 33 + type = "zpool"; 34 + mode = { 35 + topology = { 36 + type = "topology"; 37 + cache = []; 38 + vdev = [ 39 + { 40 + members = ["boot"]; 41 + } 42 + ]; 43 + }; 44 + }; 45 + rootFsOptions = { 46 + xattr = "sa"; 47 + compression = "lz4"; 48 + atime = "off"; 49 + recordsize = "64K"; 50 + "com.sun:auto-snapshot" = "true"; 51 + }; 52 + mountpoint = "/"; 53 + datasets = { 54 + nix = { 55 + type = "zfs_fs"; 56 + mountpoint = "/nix"; 57 + options."com.sun:auto-snapshot" = "false"; 58 + }; 59 + var = { 60 + type = "zfs_fs"; 61 + mountpoint = "/var"; 62 + }; 63 + home = { 64 + type = "zfs_fs"; 65 + mountpoint = "/home"; 66 + }; 67 + reserved = { 68 + type = "zfs_fs"; 69 + options.refreservation = "10G"; 70 + options.mountpoint = "none"; 71 + }; 72 + }; 73 + }; 74 + }; 75 + }
+4667
nix/hosts/brontes/facter.json
··· 1 + { 2 + "version": 1, 3 + "system": "x86_64-linux", 4 + "virtualisation": "none", 5 + "hardware": { 6 + "bios": { 7 + "apm_info": { 8 + "supported": false, 9 + "enabled": false, 10 + "version": 0, 11 + "sub_version": 0, 12 + "bios_flags": 0 13 + }, 14 + "vbe_info": { 15 + "version": 0, 16 + "video_memory": 0 17 + }, 18 + "pnp": true, 19 + "pnp_id": 0, 20 + "lba_support": false, 21 + "low_memory_size": 646144, 22 + "smbios_version": 774 23 + }, 24 + "bluetooth": [ 25 + { 26 + "index": 43, 27 + "attached_to": 42, 28 + "class_list": [ 29 + "usb", 30 + "bluetooth" 31 + ], 32 + "bus_type": { 33 + "hex": "0086", 34 + "name": "USB", 35 + "value": 134 36 + }, 37 + "slot": { 38 + "bus": 0, 39 + "number": 0 40 + }, 41 + "base_class": { 42 + "hex": "0115", 43 + "name": "Bluetooth Device", 44 + "value": 277 45 + }, 46 + "vendor": { 47 + "hex": "8087", 48 + "value": 32903 49 + }, 50 + "device": { 51 + "hex": "0026", 52 + "value": 38 53 + }, 54 + "revision": { 55 + "hex": "0000", 56 + "name": "0.02", 57 + "value": 0 58 + }, 59 + "model": "Bluetooth Device", 60 + "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0", 61 + "sysfs_bus_id": "3-10:1.0", 62 + "resources": [ 63 + { 64 + "type": "baud", 65 + "speed": 12000000, 66 + "bits": 0, 67 + "stop_bits": 0, 68 + "parity": 0, 69 + "handshake": 0 70 + } 71 + ], 72 + "detail": { 73 + "device_class": { 74 + "hex": "00e0", 75 + "name": "wireless", 76 + "value": 224 77 + }, 78 + "device_subclass": { 79 + "hex": "0001", 80 + "name": "audio", 81 + "value": 1 82 + }, 83 + "device_protocol": 1, 84 + "interface_class": { 85 + "hex": "00e0", 86 + "name": "wireless", 87 + "value": 224 88 + }, 89 + "interface_subclass": { 90 + "hex": "0001", 91 + "name": "audio", 92 + "value": 1 93 + }, 94 + "interface_protocol": 1, 95 + "interface_number": 0, 96 + "interface_alternate_setting": 0 97 + }, 98 + "hotplug": "usb", 99 + "driver": "btusb", 100 + "driver_module": "btusb", 101 + "drivers": [ 102 + "btusb" 103 + ], 104 + "driver_modules": [ 105 + "btusb" 106 + ], 107 + "module_alias": "usb:v8087p0026d0002dcE0dsc01dp01icE0isc01ip01in00" 108 + }, 109 + { 110 + "index": 48, 111 + "attached_to": 42, 112 + "class_list": [ 113 + "usb", 114 + "bluetooth" 115 + ], 116 + "bus_type": { 117 + "hex": "0086", 118 + "name": "USB", 119 + "value": 134 120 + }, 121 + "slot": { 122 + "bus": 0, 123 + "number": 0 124 + }, 125 + "base_class": { 126 + "hex": "0115", 127 + "name": "Bluetooth Device", 128 + "value": 277 129 + }, 130 + "vendor": { 131 + "hex": "8087", 132 + "value": 32903 133 + }, 134 + "device": { 135 + "hex": "0026", 136 + "value": 38 137 + }, 138 + "revision": { 139 + "hex": "0000", 140 + "name": "0.02", 141 + "value": 0 142 + }, 143 + "model": "Bluetooth Device", 144 + "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1", 145 + "sysfs_bus_id": "3-10:1.1", 146 + "resources": [ 147 + { 148 + "type": "baud", 149 + "speed": 12000000, 150 + "bits": 0, 151 + "stop_bits": 0, 152 + "parity": 0, 153 + "handshake": 0 154 + } 155 + ], 156 + "detail": { 157 + "device_class": { 158 + "hex": "00e0", 159 + "name": "wireless", 160 + "value": 224 161 + }, 162 + "device_subclass": { 163 + "hex": "0001", 164 + "name": "audio", 165 + "value": 1 166 + }, 167 + "device_protocol": 1, 168 + "interface_class": { 169 + "hex": "00e0", 170 + "name": "wireless", 171 + "value": 224 172 + }, 173 + "interface_subclass": { 174 + "hex": "0001", 175 + "name": "audio", 176 + "value": 1 177 + }, 178 + "interface_protocol": 1, 179 + "interface_number": 1, 180 + "interface_alternate_setting": 0 181 + }, 182 + "hotplug": "usb", 183 + "driver": "btusb", 184 + "driver_module": "btusb", 185 + "drivers": [ 186 + "btusb" 187 + ], 188 + "driver_modules": [ 189 + "btusb" 190 + ], 191 + "module_alias": "usb:v8087p0026d0002dcE0dsc01dp01icE0isc01ip01in01" 192 + } 193 + ], 194 + "bridge": [ 195 + { 196 + "index": 8, 197 + "attached_to": 25, 198 + "class_list": [ 199 + "pci", 200 + "bridge" 201 + ], 202 + "bus_type": { 203 + "hex": "0004", 204 + "name": "PCI", 205 + "value": 4 206 + }, 207 + "slot": { 208 + "bus": 3, 209 + "number": 0 210 + }, 211 + "base_class": { 212 + "hex": "0006", 213 + "name": "Bridge", 214 + "value": 6 215 + }, 216 + "sub_class": { 217 + "hex": "0004", 218 + "name": "PCI bridge", 219 + "value": 4 220 + }, 221 + "pci_interface": { 222 + "hex": "0000", 223 + "name": "Normal decode", 224 + "value": 0 225 + }, 226 + "vendor": { 227 + "hex": "1b21", 228 + "value": 6945 229 + }, 230 + "sub_vendor": { 231 + "hex": "1b21", 232 + "value": 6945 233 + }, 234 + "device": { 235 + "hex": "1182", 236 + "value": 4482 237 + }, 238 + "sub_device": { 239 + "hex": "118f", 240 + "value": 4495 241 + }, 242 + "model": "PCI bridge", 243 + "sysfs_id": "/devices/pci0000:00/0000:00:1c.6/0000:03:00.0", 244 + "sysfs_bus_id": "0000:03:00.0", 245 + "detail": { 246 + "function": 0, 247 + "command": 7, 248 + "header_type": 1, 249 + "secondary_bus": 4, 250 + "prog_if": 0 251 + }, 252 + "driver": "pcieport", 253 + "driver_module": "pcieportdrv", 254 + "drivers": [ 255 + "pcieport" 256 + ], 257 + "driver_modules": [ 258 + "pcieportdrv" 259 + ], 260 + "module_alias": "pci:v00001B21d00001182sv00001B21sd0000118Fbc06sc04i00" 261 + }, 262 + { 263 + "index": 9, 264 + "attached_to": 0, 265 + "class_list": [ 266 + "pci", 267 + "bridge" 268 + ], 269 + "bus_type": { 270 + "hex": "0004", 271 + "name": "PCI", 272 + "value": 4 273 + }, 274 + "slot": { 275 + "bus": 0, 276 + "number": 28 277 + }, 278 + "base_class": { 279 + "hex": "0006", 280 + "name": "Bridge", 281 + "value": 6 282 + }, 283 + "sub_class": { 284 + "hex": "0004", 285 + "name": "PCI bridge", 286 + "value": 4 287 + }, 288 + "pci_interface": { 289 + "hex": "0000", 290 + "name": "Normal decode", 291 + "value": 0 292 + }, 293 + "vendor": { 294 + "hex": "8086", 295 + "name": "Intel Corporation", 296 + "value": 32902 297 + }, 298 + "device": { 299 + "hex": "54b8", 300 + "value": 21688 301 + }, 302 + "model": "Intel PCI bridge", 303 + "sysfs_id": "/devices/pci0000:00/0000:00:1c.0", 304 + "sysfs_bus_id": "0000:00:1c.0", 305 + "detail": { 306 + "function": 0, 307 + "command": 1031, 308 + "header_type": 1, 309 + "secondary_bus": 1, 310 + "prog_if": 0 311 + }, 312 + "driver": "pcieport", 313 + "driver_module": "pcieportdrv", 314 + "drivers": [ 315 + "pcieport" 316 + ], 317 + "driver_modules": [ 318 + "pcieportdrv" 319 + ], 320 + "module_alias": "pci:v00008086d000054B8sv00000000sd00000000bc06sc04i00" 321 + }, 322 + { 323 + "index": 12, 324 + "attached_to": 0, 325 + "class_list": [ 326 + "pci", 327 + "bridge" 328 + ], 329 + "bus_type": { 330 + "hex": "0004", 331 + "name": "PCI", 332 + "value": 4 333 + }, 334 + "slot": { 335 + "bus": 0, 336 + "number": 31 337 + }, 338 + "base_class": { 339 + "hex": "0006", 340 + "name": "Bridge", 341 + "value": 6 342 + }, 343 + "sub_class": { 344 + "hex": "0001", 345 + "name": "ISA bridge", 346 + "value": 1 347 + }, 348 + "vendor": { 349 + "hex": "8086", 350 + "name": "Intel Corporation", 351 + "value": 32902 352 + }, 353 + "device": { 354 + "hex": "5481", 355 + "value": 21633 356 + }, 357 + "model": "Intel ISA bridge", 358 + "sysfs_id": "/devices/pci0000:00/0000:00:1f.0", 359 + "sysfs_bus_id": "0000:00:1f.0", 360 + "detail": { 361 + "function": 0, 362 + "command": 1031, 363 + "header_type": 0, 364 + "secondary_bus": 0, 365 + "prog_if": 0 366 + }, 367 + "module_alias": "pci:v00008086d00005481sv00000000sd00000000bc06sc01i00", 368 + "label": "Onboard - Other" 369 + }, 370 + { 371 + "index": 19, 372 + "attached_to": 0, 373 + "class_list": [ 374 + "pci", 375 + "bridge" 376 + ], 377 + "bus_type": { 378 + "hex": "0004", 379 + "name": "PCI", 380 + "value": 4 381 + }, 382 + "slot": { 383 + "bus": 0, 384 + "number": 0 385 + }, 386 + "base_class": { 387 + "hex": "0006", 388 + "name": "Bridge", 389 + "value": 6 390 + }, 391 + "sub_class": { 392 + "hex": "0000", 393 + "name": "Host bridge", 394 + "value": 0 395 + }, 396 + "vendor": { 397 + "hex": "8086", 398 + "name": "Intel Corporation", 399 + "value": 32902 400 + }, 401 + "device": { 402 + "hex": "461c", 403 + "value": 17948 404 + }, 405 + "model": "Intel Host bridge", 406 + "sysfs_id": "/devices/pci0000:00/0000:00:00.0", 407 + "sysfs_bus_id": "0000:00:00.0", 408 + "detail": { 409 + "function": 0, 410 + "command": 6, 411 + "header_type": 0, 412 + "secondary_bus": 0, 413 + "prog_if": 0 414 + }, 415 + "driver": "igen6_edac", 416 + "driver_module": "igen6_edac", 417 + "drivers": [ 418 + "igen6_edac" 419 + ], 420 + "driver_modules": [ 421 + "igen6_edac" 422 + ], 423 + "module_alias": "pci:v00008086d0000461Csv00000000sd00000000bc06sc00i00", 424 + "label": "Onboard - Other" 425 + }, 426 + { 427 + "index": 24, 428 + "attached_to": 8, 429 + "class_list": [ 430 + "pci", 431 + "bridge" 432 + ], 433 + "bus_type": { 434 + "hex": "0004", 435 + "name": "PCI", 436 + "value": 4 437 + }, 438 + "slot": { 439 + "bus": 4, 440 + "number": 7 441 + }, 442 + "base_class": { 443 + "hex": "0006", 444 + "name": "Bridge", 445 + "value": 6 446 + }, 447 + "sub_class": { 448 + "hex": "0004", 449 + "name": "PCI bridge", 450 + "value": 4 451 + }, 452 + "pci_interface": { 453 + "hex": "0000", 454 + "name": "Normal decode", 455 + "value": 0 456 + }, 457 + "vendor": { 458 + "hex": "1b21", 459 + "value": 6945 460 + }, 461 + "sub_vendor": { 462 + "hex": "1b21", 463 + "value": 6945 464 + }, 465 + "device": { 466 + "hex": "1182", 467 + "value": 4482 468 + }, 469 + "sub_device": { 470 + "hex": "118f", 471 + "value": 4495 472 + }, 473 + "model": "PCI bridge", 474 + "sysfs_id": "/devices/pci0000:00/0000:00:1c.6/0000:03:00.0/0000:04:07.0", 475 + "sysfs_bus_id": "0000:04:07.0", 476 + "detail": { 477 + "function": 0, 478 + "command": 1031, 479 + "header_type": 1, 480 + "secondary_bus": 6, 481 + "prog_if": 0 482 + }, 483 + "driver": "pcieport", 484 + "driver_module": "pcieportdrv", 485 + "drivers": [ 486 + "pcieport" 487 + ], 488 + "driver_modules": [ 489 + "pcieportdrv" 490 + ], 491 + "module_alias": "pci:v00001B21d00001182sv00001B21sd0000118Fbc06sc04i00" 492 + }, 493 + { 494 + "index": 25, 495 + "attached_to": 0, 496 + "class_list": [ 497 + "pci", 498 + "bridge" 499 + ], 500 + "bus_type": { 501 + "hex": "0004", 502 + "name": "PCI", 503 + "value": 4 504 + }, 505 + "slot": { 506 + "bus": 0, 507 + "number": 28 508 + }, 509 + "base_class": { 510 + "hex": "0006", 511 + "name": "Bridge", 512 + "value": 6 513 + }, 514 + "sub_class": { 515 + "hex": "0004", 516 + "name": "PCI bridge", 517 + "value": 4 518 + }, 519 + "pci_interface": { 520 + "hex": "0000", 521 + "name": "Normal decode", 522 + "value": 0 523 + }, 524 + "vendor": { 525 + "hex": "8086", 526 + "name": "Intel Corporation", 527 + "value": 32902 528 + }, 529 + "device": { 530 + "hex": "54be", 531 + "value": 21694 532 + }, 533 + "model": "Intel PCI bridge", 534 + "sysfs_id": "/devices/pci0000:00/0000:00:1c.6", 535 + "sysfs_bus_id": "0000:00:1c.6", 536 + "detail": { 537 + "function": 6, 538 + "command": 1031, 539 + "header_type": 1, 540 + "secondary_bus": 3, 541 + "prog_if": 0 542 + }, 543 + "driver": "pcieport", 544 + "driver_module": "pcieportdrv", 545 + "drivers": [ 546 + "pcieport" 547 + ], 548 + "driver_modules": [ 549 + "pcieportdrv" 550 + ], 551 + "module_alias": "pci:v00008086d000054BEsv00000000sd00000000bc06sc04i00" 552 + }, 553 + { 554 + "index": 30, 555 + "attached_to": 0, 556 + "class_list": [ 557 + "pci", 558 + "bridge" 559 + ], 560 + "bus_type": { 561 + "hex": "0004", 562 + "name": "PCI", 563 + "value": 4 564 + }, 565 + "slot": { 566 + "bus": 0, 567 + "number": 28 568 + }, 569 + "base_class": { 570 + "hex": "0006", 571 + "name": "Bridge", 572 + "value": 6 573 + }, 574 + "sub_class": { 575 + "hex": "0004", 576 + "name": "PCI bridge", 577 + "value": 4 578 + }, 579 + "pci_interface": { 580 + "hex": "0000", 581 + "name": "Normal decode", 582 + "value": 0 583 + }, 584 + "vendor": { 585 + "hex": "8086", 586 + "name": "Intel Corporation", 587 + "value": 32902 588 + }, 589 + "device": { 590 + "hex": "54ba", 591 + "value": 21690 592 + }, 593 + "model": "Intel PCI bridge", 594 + "sysfs_id": "/devices/pci0000:00/0000:00:1c.2", 595 + "sysfs_bus_id": "0000:00:1c.2", 596 + "detail": { 597 + "function": 2, 598 + "command": 1031, 599 + "header_type": 1, 600 + "secondary_bus": 2, 601 + "prog_if": 0 602 + }, 603 + "driver": "pcieport", 604 + "driver_module": "pcieportdrv", 605 + "drivers": [ 606 + "pcieport" 607 + ], 608 + "driver_modules": [ 609 + "pcieportdrv" 610 + ], 611 + "module_alias": "pci:v00008086d000054BAsv00000000sd00000000bc06sc04i00" 612 + }, 613 + { 614 + "index": 31, 615 + "attached_to": 8, 616 + "class_list": [ 617 + "pci", 618 + "bridge" 619 + ], 620 + "bus_type": { 621 + "hex": "0004", 622 + "name": "PCI", 623 + "value": 4 624 + }, 625 + "slot": { 626 + "bus": 4, 627 + "number": 3 628 + }, 629 + "base_class": { 630 + "hex": "0006", 631 + "name": "Bridge", 632 + "value": 6 633 + }, 634 + "sub_class": { 635 + "hex": "0004", 636 + "name": "PCI bridge", 637 + "value": 4 638 + }, 639 + "pci_interface": { 640 + "hex": "0000", 641 + "name": "Normal decode", 642 + "value": 0 643 + }, 644 + "vendor": { 645 + "hex": "1b21", 646 + "value": 6945 647 + }, 648 + "sub_vendor": { 649 + "hex": "1b21", 650 + "value": 6945 651 + }, 652 + "device": { 653 + "hex": "1182", 654 + "value": 4482 655 + }, 656 + "sub_device": { 657 + "hex": "118f", 658 + "value": 4495 659 + }, 660 + "model": "PCI bridge", 661 + "sysfs_id": "/devices/pci0000:00/0000:00:1c.6/0000:03:00.0/0000:04:03.0", 662 + "sysfs_bus_id": "0000:04:03.0", 663 + "detail": { 664 + "function": 0, 665 + "command": 1031, 666 + "header_type": 1, 667 + "secondary_bus": 5, 668 + "prog_if": 0 669 + }, 670 + "driver": "pcieport", 671 + "driver_module": "pcieportdrv", 672 + "drivers": [ 673 + "pcieport" 674 + ], 675 + "driver_modules": [ 676 + "pcieportdrv" 677 + ], 678 + "module_alias": "pci:v00001B21d00001182sv00001B21sd0000118Fbc06sc04i00" 679 + } 680 + ], 681 + "cpu": [ 682 + { 683 + "architecture": "x86_64", 684 + "vendor_name": "GenuineIntel", 685 + "model_name": "Intel(R) N150", 686 + "family": 6, 687 + "model": 190, 688 + "stepping": 0, 689 + "features": [ 690 + "fpu", 691 + "vme", 692 + "de", 693 + "pse", 694 + "tsc", 695 + "msr", 696 + "pae", 697 + "mce", 698 + "cx8", 699 + "apic", 700 + "sep", 701 + "mtrr", 702 + "pge", 703 + "mca", 704 + "cmov", 705 + "pat", 706 + "pse36", 707 + "clflush", 708 + "dts", 709 + "acpi", 710 + "mmx", 711 + "fxsr", 712 + "sse", 713 + "sse2", 714 + "ss", 715 + "ht", 716 + "tm", 717 + "pbe", 718 + "syscall", 719 + "nx", 720 + "pdpe1gb", 721 + "rdtscp", 722 + "lm", 723 + "constant_tsc", 724 + "art", 725 + "arch_perfmon", 726 + "pebs", 727 + "bts", 728 + "rep_good", 729 + "nopl", 730 + "xtopology", 731 + "nonstop_tsc", 732 + "cpuid", 733 + "aperfmperf", 734 + "tsc_known_freq", 735 + "pni", 736 + "pclmulqdq", 737 + "dtes64", 738 + "monitor", 739 + "ds_cpl", 740 + "vmx", 741 + "smx", 742 + "est", 743 + "tm2", 744 + "ssse3", 745 + "sdbg", 746 + "fma", 747 + "cx16", 748 + "xtpr", 749 + "pdcm", 750 + "pcid", 751 + "sse4_1", 752 + "sse4_2", 753 + "x2apic", 754 + "movbe", 755 + "popcnt", 756 + "tsc_deadline_timer", 757 + "aes", 758 + "xsave", 759 + "avx", 760 + "f16c", 761 + "rdrand", 762 + "lahf_lm", 763 + "abm", 764 + "3dnowprefetch", 765 + "cpuid_fault", 766 + "epb", 767 + "cat_l2", 768 + "cdp_l2", 769 + "ssbd", 770 + "ibrs", 771 + "ibpb", 772 + "stibp", 773 + "ibrs_enhanced", 774 + "tpr_shadow", 775 + "flexpriority", 776 + "ept", 777 + "vpid", 778 + "ept_ad", 779 + "fsgsbase", 780 + "tsc_adjust", 781 + "bmi1", 782 + "avx2", 783 + "smep", 784 + "bmi2", 785 + "erms", 786 + "invpcid", 787 + "rdt_a", 788 + "rdseed", 789 + "adx", 790 + "smap", 791 + "clflushopt", 792 + "clwb", 793 + "intel_pt", 794 + "sha_ni", 795 + "xsaveopt", 796 + "xsavec", 797 + "xgetbv1", 798 + "xsaves", 799 + "split_lock_detect", 800 + "user_shstk", 801 + "avx_vnni", 802 + "dtherm", 803 + "ida", 804 + "arat", 805 + "pln", 806 + "pts", 807 + "hwp", 808 + "hwp_notify", 809 + "hwp_act_window", 810 + "hwp_epp", 811 + "hwp_pkg_req", 812 + "vnmi", 813 + "umip", 814 + "pku", 815 + "ospke", 816 + "waitpkg", 817 + "gfni", 818 + "vaes", 819 + "vpclmulqdq", 820 + "rdpid", 821 + "movdiri", 822 + "movdir64b", 823 + "fsrm", 824 + "md_clear", 825 + "serialize", 826 + "arch_lbr", 827 + "ibt", 828 + "flush_l1d", 829 + "arch_capabilities" 830 + ], 831 + "bugs": [ 832 + "spectre_v1", 833 + "spectre_v2", 834 + "spec_store_bypass", 835 + "swapgs", 836 + "rfds", 837 + "bhi", 838 + "spectre_v2_user", 839 + "vmscape" 840 + ], 841 + "power_management": [ 842 + "" 843 + ], 844 + "bogo": 1612, 845 + "cache": 6144, 846 + "units": 128, 847 + "page_size": 4096, 848 + "physical_id": 0, 849 + "siblings": 4, 850 + "cores": 4, 851 + "fpu": false, 852 + "fpu_exception": false, 853 + "cpuid_level": 32, 854 + "write_protect": false, 855 + "tlb_size": 32547, 856 + "clflush_size": 64, 857 + "cache_alignment": 64, 858 + "address_sizes": { 859 + "physical": "0x27", 860 + "virtual": "0x30" 861 + } 862 + } 863 + ], 864 + "disk": [ 865 + { 866 + "index": 35, 867 + "attached_to": 16, 868 + "class_list": [ 869 + "disk", 870 + "block_device", 871 + "nvme" 872 + ], 873 + "bus_type": { 874 + "hex": "0096", 875 + "name": "NVME", 876 + "value": 150 877 + }, 878 + "slot": { 879 + "bus": 0, 880 + "number": 0 881 + }, 882 + "base_class": { 883 + "hex": "0106", 884 + "name": "Mass Storage Device", 885 + "value": 262 886 + }, 887 + "sub_class": { 888 + "hex": "0000", 889 + "name": "Disk", 890 + "value": 0 891 + }, 892 + "vendor": { 893 + "hex": "15b7", 894 + "value": 5559 895 + }, 896 + "sub_vendor": { 897 + "hex": "15b7", 898 + "value": 5559 899 + }, 900 + "device": { 901 + "hex": "5006", 902 + "name": "WD Red SN700 500GB", 903 + "value": 20486 904 + }, 905 + "sub_device": { 906 + "hex": "5006", 907 + "value": 20486 908 + }, 909 + "serial": "214039800208", 910 + "model": "WD Red SN700 500GB", 911 + "sysfs_id": "/class/block/nvme0n1", 912 + "sysfs_bus_id": "nvme0", 913 + "sysfs_device_link": "/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/nvme/nvme0", 914 + "unix_device_names": [ 915 + "/dev/disk/by-id/nvme-WD_Red_SN700_500GB_214039800208", 916 + "/dev/disk/by-id/nvme-WD_Red_SN700_500GB_214039800208_1", 917 + "/dev/disk/by-id/nvme-eui.e8238fa6bf530001001b448b41dfdf9b", 918 + "/dev/disk/by-path/pci-0000:01:00.0-nvme-1", 919 + "/dev/nvme0n1" 920 + ], 921 + "resources": [ 922 + { 923 + "type": "disk_geo", 924 + "cylinders": 476940, 925 + "heads": 64, 926 + "sectors": 32, 927 + "size": "0x0", 928 + "geo_type": "logical" 929 + }, 930 + { 931 + "type": "size", 932 + "unit": "sectors", 933 + "value_1": 976773168, 934 + "value_2": 512 935 + } 936 + ], 937 + "driver": "nvme", 938 + "driver_module": "nvme", 939 + "drivers": [ 940 + "nvme" 941 + ], 942 + "driver_modules": [ 943 + "nvme" 944 + ] 945 + }, 946 + { 947 + "index": 36, 948 + "attached_to": 33, 949 + "class_list": [ 950 + "disk", 951 + "block_device" 952 + ], 953 + "base_class": { 954 + "hex": "0106", 955 + "name": "Mass Storage Device", 956 + "value": 262 957 + }, 958 + "sub_class": { 959 + "hex": "0000", 960 + "name": "Disk", 961 + "value": 0 962 + }, 963 + "serial": "0x2e43f056", 964 + "model": "Disk", 965 + "sysfs_id": "/class/block/mmcblk0", 966 + "sysfs_bus_id": "mmc0:0001", 967 + "sysfs_device_link": "/devices/pci0000:00/0000:00:1a.0/mmc_host/mmc0/mmc0:0001", 968 + "unix_device_names": [ 969 + "/dev/disk/by-id/mmc-TWSC_0x2e43f056", 970 + "/dev/mmcblk0" 971 + ], 972 + "resources": [ 973 + { 974 + "type": "disk_geo", 975 + "cylinders": 1908736, 976 + "heads": 4, 977 + "sectors": 16, 978 + "size": "0x0", 979 + "geo_type": "logical" 980 + }, 981 + { 982 + "type": "size", 983 + "unit": "sectors", 984 + "value_1": 122159104, 985 + "value_2": 512 986 + } 987 + ], 988 + "driver": "sdhci-pci", 989 + "driver_module": "sdhci_pci", 990 + "drivers": [ 991 + "mmcblk", 992 + "sdhci-pci" 993 + ], 994 + "driver_modules": [ 995 + "sdhci_pci" 996 + ] 997 + }, 998 + { 999 + "index": 37, 1000 + "attached_to": 33, 1001 + "class_list": [ 1002 + "disk", 1003 + "block_device" 1004 + ], 1005 + "base_class": { 1006 + "hex": "0106", 1007 + "name": "Mass Storage Device", 1008 + "value": 262 1009 + }, 1010 + "sub_class": { 1011 + "hex": "0000", 1012 + "name": "Disk", 1013 + "value": 0 1014 + }, 1015 + "model": "Disk", 1016 + "sysfs_id": "/class/block/mmcblk0boot0", 1017 + "sysfs_bus_id": "mmcblk0", 1018 + "sysfs_device_link": "/devices/pci0000:00/0000:00:1a.0/mmc_host/mmc0/mmc0:0001/block/mmcblk0", 1019 + "unix_device_names": [ 1020 + "/dev/mmcblk0boot0" 1021 + ], 1022 + "resources": [ 1023 + { 1024 + "type": "disk_geo", 1025 + "cylinders": 128, 1026 + "heads": 4, 1027 + "sectors": 16, 1028 + "size": "0x0", 1029 + "geo_type": "logical" 1030 + }, 1031 + { 1032 + "type": "size", 1033 + "unit": "sectors", 1034 + "value_1": 8192, 1035 + "value_2": 512 1036 + } 1037 + ], 1038 + "driver": "mmcblk", 1039 + "drivers": [ 1040 + "mmcblk" 1041 + ] 1042 + }, 1043 + { 1044 + "index": 38, 1045 + "attached_to": 13, 1046 + "class_list": [ 1047 + "disk", 1048 + "block_device", 1049 + "nvme" 1050 + ], 1051 + "bus_type": { 1052 + "hex": "0096", 1053 + "name": "NVME", 1054 + "value": 150 1055 + }, 1056 + "slot": { 1057 + "bus": 0, 1058 + "number": 1 1059 + }, 1060 + "base_class": { 1061 + "hex": "0106", 1062 + "name": "Mass Storage Device", 1063 + "value": 262 1064 + }, 1065 + "sub_class": { 1066 + "hex": "0000", 1067 + "name": "Disk", 1068 + "value": 0 1069 + }, 1070 + "vendor": { 1071 + "hex": "15b7", 1072 + "value": 5559 1073 + }, 1074 + "sub_vendor": { 1075 + "hex": "15b7", 1076 + "value": 5559 1077 + }, 1078 + "device": { 1079 + "hex": "5006", 1080 + "name": "WD Red SN700 500GB", 1081 + "value": 20486 1082 + }, 1083 + "sub_device": { 1084 + "hex": "5006", 1085 + "value": 20486 1086 + }, 1087 + "serial": "214039800098", 1088 + "model": "WD Red SN700 500GB", 1089 + "sysfs_id": "/class/block/nvme1n1", 1090 + "sysfs_bus_id": "nvme1", 1091 + "sysfs_device_link": "/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/nvme/nvme1", 1092 + "unix_device_names": [ 1093 + "/dev/disk/by-id/nvme-WD_Red_SN700_500GB_214039800098", 1094 + "/dev/disk/by-id/nvme-WD_Red_SN700_500GB_214039800098_1", 1095 + "/dev/disk/by-id/nvme-eui.e8238fa6bf530001001b448b41dfd757", 1096 + "/dev/disk/by-path/pci-0000:02:00.0-nvme-1", 1097 + "/dev/nvme1n1" 1098 + ], 1099 + "resources": [ 1100 + { 1101 + "type": "disk_geo", 1102 + "cylinders": 476940, 1103 + "heads": 64, 1104 + "sectors": 32, 1105 + "size": "0x0", 1106 + "geo_type": "logical" 1107 + }, 1108 + { 1109 + "type": "size", 1110 + "unit": "sectors", 1111 + "value_1": 976773168, 1112 + "value_2": 512 1113 + } 1114 + ], 1115 + "driver": "nvme", 1116 + "driver_module": "nvme", 1117 + "drivers": [ 1118 + "nvme" 1119 + ], 1120 + "driver_modules": [ 1121 + "nvme" 1122 + ] 1123 + }, 1124 + { 1125 + "index": 39, 1126 + "attached_to": 33, 1127 + "class_list": [ 1128 + "disk", 1129 + "block_device" 1130 + ], 1131 + "base_class": { 1132 + "hex": "0106", 1133 + "name": "Mass Storage Device", 1134 + "value": 262 1135 + }, 1136 + "sub_class": { 1137 + "hex": "0000", 1138 + "name": "Disk", 1139 + "value": 0 1140 + }, 1141 + "model": "Disk", 1142 + "sysfs_id": "/class/block/mmcblk0boot1", 1143 + "sysfs_bus_id": "mmcblk0", 1144 + "sysfs_device_link": "/devices/pci0000:00/0000:00:1a.0/mmc_host/mmc0/mmc0:0001/block/mmcblk0", 1145 + "unix_device_names": [ 1146 + "/dev/mmcblk0boot1" 1147 + ], 1148 + "resources": [ 1149 + { 1150 + "type": "disk_geo", 1151 + "cylinders": 128, 1152 + "heads": 4, 1153 + "sectors": 16, 1154 + "size": "0x0", 1155 + "geo_type": "logical" 1156 + }, 1157 + { 1158 + "type": "size", 1159 + "unit": "sectors", 1160 + "value_1": 8192, 1161 + "value_2": 512 1162 + } 1163 + ], 1164 + "driver": "mmcblk", 1165 + "drivers": [ 1166 + "mmcblk" 1167 + ] 1168 + }, 1169 + { 1170 + "index": 40, 1171 + "attached_to": 28, 1172 + "class_list": [ 1173 + "disk", 1174 + "usb", 1175 + "scsi", 1176 + "block_device" 1177 + ], 1178 + "bus_type": { 1179 + "hex": "0084", 1180 + "name": "SCSI", 1181 + "value": 132 1182 + }, 1183 + "slot": { 1184 + "bus": 0, 1185 + "number": 0 1186 + }, 1187 + "base_class": { 1188 + "hex": "0106", 1189 + "name": "Mass Storage Device", 1190 + "value": 262 1191 + }, 1192 + "sub_class": { 1193 + "hex": "0000", 1194 + "name": "Disk", 1195 + "value": 0 1196 + }, 1197 + "vendor": { 1198 + "hex": "0781", 1199 + "name": "SanDisk", 1200 + "value": 1921 1201 + }, 1202 + "device": { 1203 + "hex": "5583", 1204 + "name": "Ultra Fit", 1205 + "value": 21891 1206 + }, 1207 + "revision": { 1208 + "hex": "0000", 1209 + "name": "1.00", 1210 + "value": 0 1211 + }, 1212 + "serial": "4C531001391024113501", 1213 + "model": "SanDisk Ultra Fit", 1214 + "sysfs_id": "/class/block/sda", 1215 + "sysfs_bus_id": "0:0:0:0", 1216 + "sysfs_device_link": "/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.3/3-1.3:1.0/host0/target0:0:0/0:0:0:0", 1217 + "unix_device_names": [ 1218 + "/dev/disk/by-id/usb-SanDisk_Ultra_Fit_4C531001391024113501-0:0", 1219 + "/dev/disk/by-path/pci-0000:00:14.0-usb-0:1.3:1.0-scsi-0:0:0:0", 1220 + "/dev/disk/by-path/pci-0000:00:14.0-usbv2-0:1.3:1.0-scsi-0:0:0:0", 1221 + "/dev/sda" 1222 + ], 1223 + "unix_device_name2": "/dev/sg0", 1224 + "resources": [ 1225 + { 1226 + "type": "baud", 1227 + "speed": 480000000, 1228 + "bits": 0, 1229 + "stop_bits": 0, 1230 + "parity": 0, 1231 + "handshake": 0 1232 + }, 1233 + { 1234 + "type": "disk_geo", 1235 + "cylinders": 15102, 1236 + "heads": 255, 1237 + "sectors": 63, 1238 + "size": "0x0", 1239 + "geo_type": "logical" 1240 + }, 1241 + { 1242 + "type": "size", 1243 + "unit": "sectors", 1244 + "value_1": 242614272, 1245 + "value_2": 512 1246 + } 1247 + ], 1248 + "driver": "usb-storage", 1249 + "driver_module": "usb_storage", 1250 + "drivers": [ 1251 + "sd", 1252 + "usb-storage" 1253 + ], 1254 + "driver_modules": [ 1255 + "sd_mod", 1256 + "usb_storage" 1257 + ], 1258 + "module_alias": "usb:v0781p5583d0100dc00dsc00dp00ic08isc06ip50in00" 1259 + } 1260 + ], 1261 + "graphics_card": [ 1262 + { 1263 + "index": 27, 1264 + "attached_to": 0, 1265 + "class_list": [ 1266 + "graphics_card", 1267 + "pci" 1268 + ], 1269 + "bus_type": { 1270 + "hex": "0004", 1271 + "name": "PCI", 1272 + "value": 4 1273 + }, 1274 + "slot": { 1275 + "bus": 0, 1276 + "number": 2 1277 + }, 1278 + "base_class": { 1279 + "hex": "0003", 1280 + "name": "Display controller", 1281 + "value": 3 1282 + }, 1283 + "sub_class": { 1284 + "hex": "0000", 1285 + "name": "VGA compatible controller", 1286 + "value": 0 1287 + }, 1288 + "pci_interface": { 1289 + "hex": "0000", 1290 + "name": "VGA", 1291 + "value": 0 1292 + }, 1293 + "vendor": { 1294 + "hex": "8086", 1295 + "name": "Intel Corporation", 1296 + "value": 32902 1297 + }, 1298 + "sub_vendor": { 1299 + "hex": "0301", 1300 + "value": 769 1301 + }, 1302 + "device": { 1303 + "hex": "46d4", 1304 + "value": 18132 1305 + }, 1306 + "sub_device": { 1307 + "hex": "02f3", 1308 + "value": 755 1309 + }, 1310 + "model": "Intel VGA compatible controller", 1311 + "sysfs_id": "/devices/pci0000:00/0000:00:02.0", 1312 + "sysfs_bus_id": "0000:00:02.0", 1313 + "resources": [ 1314 + { 1315 + "type": "io", 1316 + "base": 12288, 1317 + "range": 64, 1318 + "enabled": true, 1319 + "access": "read_write" 1320 + } 1321 + ], 1322 + "detail": { 1323 + "function": 0, 1324 + "command": 1031, 1325 + "header_type": 0, 1326 + "secondary_bus": 0, 1327 + "prog_if": 0 1328 + }, 1329 + "driver": "i915", 1330 + "driver_module": "i915", 1331 + "drivers": [ 1332 + "i915" 1333 + ], 1334 + "driver_modules": [ 1335 + "i915" 1336 + ], 1337 + "module_alias": "pci:v00008086d000046D4sv00000301sd000002F3bc03sc00i00", 1338 + "label": "Onboard - Video" 1339 + } 1340 + ], 1341 + "hub": [ 1342 + { 1343 + "index": 42, 1344 + "attached_to": 28, 1345 + "class_list": [ 1346 + "usb", 1347 + "hub" 1348 + ], 1349 + "bus_type": { 1350 + "hex": "0086", 1351 + "name": "USB", 1352 + "value": 134 1353 + }, 1354 + "slot": { 1355 + "bus": 0, 1356 + "number": 0 1357 + }, 1358 + "base_class": { 1359 + "hex": "010a", 1360 + "name": "Hub", 1361 + "value": 266 1362 + }, 1363 + "vendor": { 1364 + "hex": "1d6b", 1365 + "name": "Linux 6.17.10 xhci-hcd", 1366 + "value": 7531 1367 + }, 1368 + "device": { 1369 + "hex": "0002", 1370 + "name": "xHCI Host Controller", 1371 + "value": 2 1372 + }, 1373 + "revision": { 1374 + "hex": "0000", 1375 + "name": "6.17", 1376 + "value": 0 1377 + }, 1378 + "serial": "0000:00:14.0", 1379 + "model": "Linux 6.17.10 xhci-hcd xHCI Host Controller", 1380 + "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0", 1381 + "sysfs_bus_id": "3-0:1.0", 1382 + "resources": [ 1383 + { 1384 + "type": "baud", 1385 + "speed": 480000000, 1386 + "bits": 0, 1387 + "stop_bits": 0, 1388 + "parity": 0, 1389 + "handshake": 0 1390 + } 1391 + ], 1392 + "detail": { 1393 + "device_class": { 1394 + "hex": "0009", 1395 + "name": "hub", 1396 + "value": 9 1397 + }, 1398 + "device_subclass": { 1399 + "hex": "0000", 1400 + "name": "per_interface", 1401 + "value": 0 1402 + }, 1403 + "device_protocol": 1, 1404 + "interface_class": { 1405 + "hex": "0009", 1406 + "name": "hub", 1407 + "value": 9 1408 + }, 1409 + "interface_subclass": { 1410 + "hex": "0000", 1411 + "name": "per_interface", 1412 + "value": 0 1413 + }, 1414 + "interface_protocol": 0, 1415 + "interface_number": 0, 1416 + "interface_alternate_setting": 0 1417 + }, 1418 + "hotplug": "usb", 1419 + "driver": "hub", 1420 + "driver_module": "usbcore", 1421 + "drivers": [ 1422 + "hub" 1423 + ], 1424 + "driver_modules": [ 1425 + "usbcore" 1426 + ], 1427 + "module_alias": "usb:v1D6Bp0002d0617dc09dsc00dp01ic09isc00ip00in00" 1428 + }, 1429 + { 1430 + "index": 44, 1431 + "attached_to": 49, 1432 + "class_list": [ 1433 + "usb", 1434 + "hub" 1435 + ], 1436 + "bus_type": { 1437 + "hex": "0086", 1438 + "name": "USB", 1439 + "value": 134 1440 + }, 1441 + "slot": { 1442 + "bus": 0, 1443 + "number": 0 1444 + }, 1445 + "base_class": { 1446 + "hex": "010a", 1447 + "name": "Hub", 1448 + "value": 266 1449 + }, 1450 + "vendor": { 1451 + "hex": "2109", 1452 + "name": "VIA Labs, Inc.", 1453 + "value": 8457 1454 + }, 1455 + "device": { 1456 + "hex": "0824", 1457 + "name": "USB3.1 Hub", 1458 + "value": 2084 1459 + }, 1460 + "revision": { 1461 + "hex": "0000", 1462 + "name": "1.94", 1463 + "value": 0 1464 + }, 1465 + "serial": "000000001", 1466 + "model": "VIA USB3.1 Hub", 1467 + "sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb2/2-2/2-2:1.0", 1468 + "sysfs_bus_id": "2-2:1.0", 1469 + "detail": { 1470 + "device_class": { 1471 + "hex": "0009", 1472 + "name": "hub", 1473 + "value": 9 1474 + }, 1475 + "device_subclass": { 1476 + "hex": "0000", 1477 + "name": "per_interface", 1478 + "value": 0 1479 + }, 1480 + "device_protocol": 3, 1481 + "interface_class": { 1482 + "hex": "0009", 1483 + "name": "hub", 1484 + "value": 9 1485 + }, 1486 + "interface_subclass": { 1487 + "hex": "0000", 1488 + "name": "per_interface", 1489 + "value": 0 1490 + }, 1491 + "interface_protocol": 0, 1492 + "interface_number": 0, 1493 + "interface_alternate_setting": 0 1494 + }, 1495 + "hotplug": "usb", 1496 + "driver": "hub", 1497 + "driver_module": "usbcore", 1498 + "drivers": [ 1499 + "hub" 1500 + ], 1501 + "driver_modules": [ 1502 + "usbcore" 1503 + ], 1504 + "module_alias": "usb:v2109p0824d0194dc09dsc00dp03ic09isc00ip00in00" 1505 + }, 1506 + { 1507 + "index": 45, 1508 + "attached_to": 42, 1509 + "class_list": [ 1510 + "usb", 1511 + "hub" 1512 + ], 1513 + "bus_type": { 1514 + "hex": "0086", 1515 + "name": "USB", 1516 + "value": 134 1517 + }, 1518 + "slot": { 1519 + "bus": 0, 1520 + "number": 0 1521 + }, 1522 + "base_class": { 1523 + "hex": "010a", 1524 + "name": "Hub", 1525 + "value": 266 1526 + }, 1527 + "vendor": { 1528 + "hex": "2109", 1529 + "name": "VIA Labs, Inc.", 1530 + "value": 8457 1531 + }, 1532 + "device": { 1533 + "hex": "2824", 1534 + "name": "USB2.0 Hub", 1535 + "value": 10276 1536 + }, 1537 + "revision": { 1538 + "hex": "0000", 1539 + "name": "1.94", 1540 + "value": 0 1541 + }, 1542 + "serial": "000000001", 1543 + "model": "VIA USB2.0 Hub", 1544 + "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0", 1545 + "sysfs_bus_id": "3-1:1.0", 1546 + "resources": [ 1547 + { 1548 + "type": "baud", 1549 + "speed": 480000000, 1550 + "bits": 0, 1551 + "stop_bits": 0, 1552 + "parity": 0, 1553 + "handshake": 0 1554 + } 1555 + ], 1556 + "detail": { 1557 + "device_class": { 1558 + "hex": "0009", 1559 + "name": "hub", 1560 + "value": 9 1561 + }, 1562 + "device_subclass": { 1563 + "hex": "0000", 1564 + "name": "per_interface", 1565 + "value": 0 1566 + }, 1567 + "device_protocol": 2, 1568 + "interface_class": { 1569 + "hex": "0009", 1570 + "name": "hub", 1571 + "value": 9 1572 + }, 1573 + "interface_subclass": { 1574 + "hex": "0000", 1575 + "name": "per_interface", 1576 + "value": 0 1577 + }, 1578 + "interface_protocol": 2, 1579 + "interface_number": 0, 1580 + "interface_alternate_setting": 1 1581 + }, 1582 + "hotplug": "usb", 1583 + "driver": "hub", 1584 + "driver_module": "usbcore", 1585 + "drivers": [ 1586 + "hub" 1587 + ], 1588 + "driver_modules": [ 1589 + "usbcore" 1590 + ], 1591 + "module_alias": "usb:v2109p2824d0194dc09dsc00dp02ic09isc00ip02in00" 1592 + }, 1593 + { 1594 + "index": 46, 1595 + "attached_to": 28, 1596 + "class_list": [ 1597 + "usb", 1598 + "hub" 1599 + ], 1600 + "bus_type": { 1601 + "hex": "0086", 1602 + "name": "USB", 1603 + "value": 134 1604 + }, 1605 + "slot": { 1606 + "bus": 0, 1607 + "number": 0 1608 + }, 1609 + "base_class": { 1610 + "hex": "010a", 1611 + "name": "Hub", 1612 + "value": 266 1613 + }, 1614 + "vendor": { 1615 + "hex": "1d6b", 1616 + "name": "Linux 6.17.10 xhci-hcd", 1617 + "value": 7531 1618 + }, 1619 + "device": { 1620 + "hex": "0003", 1621 + "name": "xHCI Host Controller", 1622 + "value": 3 1623 + }, 1624 + "revision": { 1625 + "hex": "0000", 1626 + "name": "6.17", 1627 + "value": 0 1628 + }, 1629 + "serial": "0000:00:14.0", 1630 + "model": "Linux 6.17.10 xhci-hcd xHCI Host Controller", 1631 + "sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0", 1632 + "sysfs_bus_id": "4-0:1.0", 1633 + "detail": { 1634 + "device_class": { 1635 + "hex": "0009", 1636 + "name": "hub", 1637 + "value": 9 1638 + }, 1639 + "device_subclass": { 1640 + "hex": "0000", 1641 + "name": "per_interface", 1642 + "value": 0 1643 + }, 1644 + "device_protocol": 3, 1645 + "interface_class": { 1646 + "hex": "0009", 1647 + "name": "hub", 1648 + "value": 9 1649 + }, 1650 + "interface_subclass": { 1651 + "hex": "0000", 1652 + "name": "per_interface", 1653 + "value": 0 1654 + }, 1655 + "interface_protocol": 0, 1656 + "interface_number": 0, 1657 + "interface_alternate_setting": 0 1658 + }, 1659 + "hotplug": "usb", 1660 + "driver": "hub", 1661 + "driver_module": "usbcore", 1662 + "drivers": [ 1663 + "hub" 1664 + ], 1665 + "driver_modules": [ 1666 + "usbcore" 1667 + ], 1668 + "module_alias": "usb:v1D6Bp0003d0617dc09dsc00dp03ic09isc00ip00in00" 1669 + }, 1670 + { 1671 + "index": 47, 1672 + "attached_to": 10, 1673 + "class_list": [ 1674 + "usb", 1675 + "hub" 1676 + ], 1677 + "bus_type": { 1678 + "hex": "0086", 1679 + "name": "USB", 1680 + "value": 134 1681 + }, 1682 + "slot": { 1683 + "bus": 0, 1684 + "number": 0 1685 + }, 1686 + "base_class": { 1687 + "hex": "010a", 1688 + "name": "Hub", 1689 + "value": 266 1690 + }, 1691 + "vendor": { 1692 + "hex": "1d6b", 1693 + "name": "Linux 6.17.10 xhci-hcd", 1694 + "value": 7531 1695 + }, 1696 + "device": { 1697 + "hex": "0002", 1698 + "name": "xHCI Host Controller", 1699 + "value": 2 1700 + }, 1701 + "revision": { 1702 + "hex": "0000", 1703 + "name": "6.17", 1704 + "value": 0 1705 + }, 1706 + "serial": "0000:00:0d.0", 1707 + "model": "Linux 6.17.10 xhci-hcd xHCI Host Controller", 1708 + "sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb1/1-0:1.0", 1709 + "sysfs_bus_id": "1-0:1.0", 1710 + "resources": [ 1711 + { 1712 + "type": "baud", 1713 + "speed": 480000000, 1714 + "bits": 0, 1715 + "stop_bits": 0, 1716 + "parity": 0, 1717 + "handshake": 0 1718 + } 1719 + ], 1720 + "detail": { 1721 + "device_class": { 1722 + "hex": "0009", 1723 + "name": "hub", 1724 + "value": 9 1725 + }, 1726 + "device_subclass": { 1727 + "hex": "0000", 1728 + "name": "per_interface", 1729 + "value": 0 1730 + }, 1731 + "device_protocol": 1, 1732 + "interface_class": { 1733 + "hex": "0009", 1734 + "name": "hub", 1735 + "value": 9 1736 + }, 1737 + "interface_subclass": { 1738 + "hex": "0000", 1739 + "name": "per_interface", 1740 + "value": 0 1741 + }, 1742 + "interface_protocol": 0, 1743 + "interface_number": 0, 1744 + "interface_alternate_setting": 0 1745 + }, 1746 + "hotplug": "usb", 1747 + "driver": "hub", 1748 + "driver_module": "usbcore", 1749 + "drivers": [ 1750 + "hub" 1751 + ], 1752 + "driver_modules": [ 1753 + "usbcore" 1754 + ], 1755 + "module_alias": "usb:v1D6Bp0002d0617dc09dsc00dp01ic09isc00ip00in00" 1756 + }, 1757 + { 1758 + "index": 49, 1759 + "attached_to": 10, 1760 + "class_list": [ 1761 + "usb", 1762 + "hub" 1763 + ], 1764 + "bus_type": { 1765 + "hex": "0086", 1766 + "name": "USB", 1767 + "value": 134 1768 + }, 1769 + "slot": { 1770 + "bus": 0, 1771 + "number": 0 1772 + }, 1773 + "base_class": { 1774 + "hex": "010a", 1775 + "name": "Hub", 1776 + "value": 266 1777 + }, 1778 + "vendor": { 1779 + "hex": "1d6b", 1780 + "name": "Linux 6.17.10 xhci-hcd", 1781 + "value": 7531 1782 + }, 1783 + "device": { 1784 + "hex": "0003", 1785 + "name": "xHCI Host Controller", 1786 + "value": 3 1787 + }, 1788 + "revision": { 1789 + "hex": "0000", 1790 + "name": "6.17", 1791 + "value": 0 1792 + }, 1793 + "serial": "0000:00:0d.0", 1794 + "model": "Linux 6.17.10 xhci-hcd xHCI Host Controller", 1795 + "sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0", 1796 + "sysfs_bus_id": "2-0:1.0", 1797 + "detail": { 1798 + "device_class": { 1799 + "hex": "0009", 1800 + "name": "hub", 1801 + "value": 9 1802 + }, 1803 + "device_subclass": { 1804 + "hex": "0000", 1805 + "name": "per_interface", 1806 + "value": 0 1807 + }, 1808 + "device_protocol": 3, 1809 + "interface_class": { 1810 + "hex": "0009", 1811 + "name": "hub", 1812 + "value": 9 1813 + }, 1814 + "interface_subclass": { 1815 + "hex": "0000", 1816 + "name": "per_interface", 1817 + "value": 0 1818 + }, 1819 + "interface_protocol": 0, 1820 + "interface_number": 0, 1821 + "interface_alternate_setting": 0 1822 + }, 1823 + "hotplug": "usb", 1824 + "driver": "hub", 1825 + "driver_module": "usbcore", 1826 + "drivers": [ 1827 + "hub" 1828 + ], 1829 + "driver_modules": [ 1830 + "usbcore" 1831 + ], 1832 + "module_alias": "usb:v1D6Bp0003d0617dc09dsc00dp03ic09isc00ip00in00" 1833 + } 1834 + ], 1835 + "memory": [ 1836 + { 1837 + "index": 7, 1838 + "attached_to": 0, 1839 + "class_list": [ 1840 + "memory" 1841 + ], 1842 + "base_class": { 1843 + "hex": "0101", 1844 + "name": "Internally Used Class", 1845 + "value": 257 1846 + }, 1847 + "sub_class": { 1848 + "hex": "0002", 1849 + "name": "Main Memory", 1850 + "value": 2 1851 + }, 1852 + "model": "Main Memory", 1853 + "resources": [ 1854 + { 1855 + "type": "phys_mem", 1856 + "range": 11811160064 1857 + } 1858 + ] 1859 + } 1860 + ], 1861 + "mmc_controller": [ 1862 + { 1863 + "index": 33, 1864 + "attached_to": 0, 1865 + "class_list": [ 1866 + "mmc_controller" 1867 + ], 1868 + "bus_type": { 1869 + "hex": "0093", 1870 + "name": "MMC", 1871 + "value": 147 1872 + }, 1873 + "slot": { 1874 + "bus": 0, 1875 + "number": 0 1876 + }, 1877 + "base_class": { 1878 + "hex": "0117", 1879 + "name": "MMC Controller", 1880 + "value": 279 1881 + }, 1882 + "vendor": "", 1883 + "device": "MMC Controller", 1884 + "model": "MMC Controller", 1885 + "sysfs_id": "/devices/pci0000:00/0000:00:1a.0/mmc_host/mmc0/mmc0:0001", 1886 + "sysfs_bus_id": "mmc0:0001", 1887 + "driver": "mmcblk", 1888 + "drivers": [ 1889 + "mmcblk" 1890 + ] 1891 + } 1892 + ], 1893 + "monitor": [ 1894 + { 1895 + "index": 34, 1896 + "attached_to": 27, 1897 + "class_list": [ 1898 + "monitor" 1899 + ], 1900 + "base_class": { 1901 + "hex": "0100", 1902 + "name": "Monitor", 1903 + "value": 256 1904 + }, 1905 + "sub_class": { 1906 + "hex": "0002", 1907 + "name": "LCD Monitor", 1908 + "value": 2 1909 + }, 1910 + "vendor": { 1911 + "hex": "10ac", 1912 + "name": "DELL", 1913 + "value": 4268 1914 + }, 1915 + "device": { 1916 + "hex": "d15b", 1917 + "name": "DELL S3423DWC", 1918 + "value": 53595 1919 + }, 1920 + "serial": "1LBXNH3", 1921 + "model": "DELL S3423DWC", 1922 + "resources": [ 1923 + { 1924 + "type": "monitor", 1925 + "width": 1024, 1926 + "height": 768, 1927 + "vertical_frequency": 60, 1928 + "interlaced": false 1929 + }, 1930 + { 1931 + "type": "monitor", 1932 + "width": 1024, 1933 + "height": 768, 1934 + "vertical_frequency": 75, 1935 + "interlaced": false 1936 + }, 1937 + { 1938 + "type": "monitor", 1939 + "width": 1152, 1940 + "height": 864, 1941 + "vertical_frequency": 75, 1942 + "interlaced": false 1943 + }, 1944 + { 1945 + "type": "monitor", 1946 + "width": 1280, 1947 + "height": 1024, 1948 + "vertical_frequency": 60, 1949 + "interlaced": false 1950 + }, 1951 + { 1952 + "type": "monitor", 1953 + "width": 1280, 1954 + "height": 1024, 1955 + "vertical_frequency": 75, 1956 + "interlaced": false 1957 + }, 1958 + { 1959 + "type": "monitor", 1960 + "width": 1280, 1961 + "height": 720, 1962 + "vertical_frequency": 60, 1963 + "interlaced": false 1964 + }, 1965 + { 1966 + "type": "monitor", 1967 + "width": 1280, 1968 + "height": 960, 1969 + "vertical_frequency": 60, 1970 + "interlaced": false 1971 + }, 1972 + { 1973 + "type": "monitor", 1974 + "width": 3440, 1975 + "height": 1440, 1976 + "vertical_frequency": 60, 1977 + "interlaced": false 1978 + }, 1979 + { 1980 + "type": "monitor", 1981 + "width": 640, 1982 + "height": 480, 1983 + "vertical_frequency": 60, 1984 + "interlaced": false 1985 + }, 1986 + { 1987 + "type": "monitor", 1988 + "width": 640, 1989 + "height": 480, 1990 + "vertical_frequency": 75, 1991 + "interlaced": false 1992 + }, 1993 + { 1994 + "type": "monitor", 1995 + "width": 720, 1996 + "height": 400, 1997 + "vertical_frequency": 70, 1998 + "interlaced": false 1999 + }, 2000 + { 2001 + "type": "monitor", 2002 + "width": 800, 2003 + "height": 600, 2004 + "vertical_frequency": 60, 2005 + "interlaced": false 2006 + }, 2007 + { 2008 + "type": "monitor", 2009 + "width": 800, 2010 + "height": 600, 2011 + "vertical_frequency": 75, 2012 + "interlaced": false 2013 + }, 2014 + { 2015 + "type": "size", 2016 + "unit": "mm", 2017 + "value_1": 797, 2018 + "value_2": 334 2019 + } 2020 + ], 2021 + "detail": { 2022 + "manufacture_year": 2023, 2023 + "manufacture_week": 14, 2024 + "vertical_sync": { 2025 + "min": 48, 2026 + "max": 100 2027 + }, 2028 + "horizontal_sync": { 2029 + "min": 160, 2030 + "max": 160 2031 + }, 2032 + "horizontal_sync_timings": { 2033 + "disp": 3440, 2034 + "sync_start": 3488, 2035 + "sync_end": 3520, 2036 + "total": 3600 2037 + }, 2038 + "vertical_sync_timings": { 2039 + "disp": 1440, 2040 + "sync_start": 1443, 2041 + "sync_end": 1453, 2042 + "total": 1481 2043 + }, 2044 + "clock": 319750, 2045 + "width": 3440, 2046 + "height": 1440, 2047 + "width_millimetres": 797, 2048 + "height_millimetres": 334, 2049 + "horizontal_flag": 45, 2050 + "vertical_flag": 43, 2051 + "vendor": "", 2052 + "name": "DELL S3423DWC" 2053 + }, 2054 + "driver_info": { 2055 + "type": "display", 2056 + "width": 3440, 2057 + "height": 1440, 2058 + "vertical_sync": { 2059 + "min": 48, 2060 + "max": 100 2061 + }, 2062 + "horizontal_sync": { 2063 + "min": 160, 2064 + "max": 160 2065 + }, 2066 + "bandwidth": 0, 2067 + "horizontal_sync_timings": { 2068 + "disp": 3440, 2069 + "sync_start": 3488, 2070 + "sync_end": 3520, 2071 + "total": 3600 2072 + }, 2073 + "vertical_sync_timings": { 2074 + "disp": 1440, 2075 + "sync_start": 1443, 2076 + "sync_end": 1453, 2077 + "total": 1481 2078 + }, 2079 + "horizontal_flag": 45, 2080 + "vertical_flag": 43 2081 + } 2082 + } 2083 + ], 2084 + "network_controller": [ 2085 + { 2086 + "index": 14, 2087 + "attached_to": 0, 2088 + "class_list": [ 2089 + "network_controller", 2090 + "pci", 2091 + "wlan_card" 2092 + ], 2093 + "bus_type": { 2094 + "hex": "0004", 2095 + "name": "PCI", 2096 + "value": 4 2097 + }, 2098 + "slot": { 2099 + "bus": 0, 2100 + "number": 20 2101 + }, 2102 + "base_class": { 2103 + "hex": "0002", 2104 + "name": "Network controller", 2105 + "value": 2 2106 + }, 2107 + "sub_class": { 2108 + "hex": "0082", 2109 + "name": "WLAN controller", 2110 + "value": 130 2111 + }, 2112 + "vendor": { 2113 + "hex": "8086", 2114 + "name": "Intel Corporation", 2115 + "value": 32902 2116 + }, 2117 + "sub_vendor": { 2118 + "hex": "8086", 2119 + "name": "Intel Corporation", 2120 + "value": 32902 2121 + }, 2122 + "device": { 2123 + "hex": "54f0", 2124 + "value": 21744 2125 + }, 2126 + "sub_device": { 2127 + "hex": "0244", 2128 + "value": 580 2129 + }, 2130 + "model": "Intel WLAN controller", 2131 + "sysfs_id": "/devices/pci0000:00/0000:00:14.3", 2132 + "sysfs_bus_id": "0000:00:14.3", 2133 + "unix_device_names": [ 2134 + "wlan0" 2135 + ], 2136 + "resources": [ 2137 + { 2138 + "type": "hwaddr", 2139 + "address": 100 2140 + }, 2141 + { 2142 + "type": "phwaddr", 2143 + "address": 100 2144 + }, 2145 + { 2146 + "type": "wlan", 2147 + "channels": [ 2148 + "1", 2149 + "2", 2150 + "3", 2151 + "4", 2152 + "5", 2153 + "6", 2154 + "7", 2155 + "8", 2156 + "9", 2157 + "10", 2158 + "11", 2159 + "12", 2160 + "13", 2161 + "36", 2162 + "40", 2163 + "44", 2164 + "48", 2165 + "52", 2166 + "56", 2167 + "60", 2168 + "64", 2169 + "100", 2170 + "104", 2171 + "108", 2172 + "112", 2173 + "116", 2174 + "120", 2175 + "124", 2176 + "128", 2177 + "132", 2178 + "136", 2179 + "140" 2180 + ], 2181 + "frequencies": [ 2182 + "2.412", 2183 + "2.417", 2184 + "2.422", 2185 + "2.427", 2186 + "2.432", 2187 + "2.437", 2188 + "2.442", 2189 + "2.447", 2190 + "2.452", 2191 + "2.457", 2192 + "2.462", 2193 + "2.467", 2194 + "2.472", 2195 + "5.18", 2196 + "5.2", 2197 + "5.22", 2198 + "5.24", 2199 + "5.26", 2200 + "5.28", 2201 + "5.3", 2202 + "5.32", 2203 + "5.5", 2204 + "5.52", 2205 + "5.54", 2206 + "5.56", 2207 + "5.58", 2208 + "5.6", 2209 + "5.62", 2210 + "5.64", 2211 + "5.66", 2212 + "5.68", 2213 + "5.7" 2214 + ], 2215 + "auth_modes": [ 2216 + "open", 2217 + "sharedkey", 2218 + "wpa-psk", 2219 + "wpa-eap" 2220 + ], 2221 + "enc_modes": [ 2222 + "WEP40", 2223 + "WEP104", 2224 + "TKIP", 2225 + "CCMP" 2226 + ] 2227 + } 2228 + ], 2229 + "detail": { 2230 + "function": 3, 2231 + "command": 1030, 2232 + "header_type": 0, 2233 + "secondary_bus": 0, 2234 + "prog_if": 0 2235 + }, 2236 + "driver": "iwlwifi", 2237 + "driver_module": "iwlwifi", 2238 + "drivers": [ 2239 + "iwlwifi" 2240 + ], 2241 + "driver_modules": [ 2242 + "iwlwifi" 2243 + ], 2244 + "module_alias": "pci:v00008086d000054F0sv00008086sd00000244bc02sc80i00", 2245 + "label": "Onboard - Ethernet" 2246 + }, 2247 + { 2248 + "index": 20, 2249 + "attached_to": 24, 2250 + "class_list": [ 2251 + "network_controller", 2252 + "pci" 2253 + ], 2254 + "bus_type": { 2255 + "hex": "0004", 2256 + "name": "PCI", 2257 + "value": 4 2258 + }, 2259 + "slot": { 2260 + "bus": 6, 2261 + "number": 0 2262 + }, 2263 + "base_class": { 2264 + "hex": "0002", 2265 + "name": "Network controller", 2266 + "value": 2 2267 + }, 2268 + "sub_class": { 2269 + "hex": "0000", 2270 + "name": "Ethernet controller", 2271 + "value": 0 2272 + }, 2273 + "vendor": { 2274 + "hex": "8086", 2275 + "name": "Intel Corporation", 2276 + "value": 32902 2277 + }, 2278 + "sub_vendor": { 2279 + "hex": "8086", 2280 + "name": "Intel Corporation", 2281 + "value": 32902 2282 + }, 2283 + "device": { 2284 + "hex": "125c", 2285 + "value": 4700 2286 + }, 2287 + "sub_device": { 2288 + "hex": "0000", 2289 + "value": 0 2290 + }, 2291 + "revision": { 2292 + "hex": "0004", 2293 + "value": 4 2294 + }, 2295 + "model": "Intel Ethernet controller", 2296 + "sysfs_id": "/devices/pci0000:00/0000:00:1c.6/0000:03:00.0/0000:04:07.0/0000:06:00.0", 2297 + "sysfs_bus_id": "0000:06:00.0", 2298 + "unix_device_names": [ 2299 + "enp6s0" 2300 + ], 2301 + "resources": [ 2302 + { 2303 + "type": "hwaddr", 2304 + "address": 101 2305 + }, 2306 + { 2307 + "type": "phwaddr", 2308 + "address": 101 2309 + } 2310 + ], 2311 + "detail": { 2312 + "function": 0, 2313 + "command": 1030, 2314 + "header_type": 0, 2315 + "secondary_bus": 0, 2316 + "prog_if": 0 2317 + }, 2318 + "driver": "igc", 2319 + "driver_module": "igc", 2320 + "drivers": [ 2321 + "igc" 2322 + ], 2323 + "driver_modules": [ 2324 + "igc" 2325 + ], 2326 + "module_alias": "pci:v00008086d0000125Csv00008086sd00000000bc02sc00i00" 2327 + }, 2328 + { 2329 + "index": 23, 2330 + "attached_to": 31, 2331 + "class_list": [ 2332 + "network_controller", 2333 + "pci" 2334 + ], 2335 + "bus_type": { 2336 + "hex": "0004", 2337 + "name": "PCI", 2338 + "value": 4 2339 + }, 2340 + "slot": { 2341 + "bus": 5, 2342 + "number": 0 2343 + }, 2344 + "base_class": { 2345 + "hex": "0002", 2346 + "name": "Network controller", 2347 + "value": 2 2348 + }, 2349 + "sub_class": { 2350 + "hex": "0000", 2351 + "name": "Ethernet controller", 2352 + "value": 0 2353 + }, 2354 + "vendor": { 2355 + "hex": "8086", 2356 + "name": "Intel Corporation", 2357 + "value": 32902 2358 + }, 2359 + "sub_vendor": { 2360 + "hex": "8086", 2361 + "name": "Intel Corporation", 2362 + "value": 32902 2363 + }, 2364 + "device": { 2365 + "hex": "125c", 2366 + "value": 4700 2367 + }, 2368 + "sub_device": { 2369 + "hex": "0000", 2370 + "value": 0 2371 + }, 2372 + "revision": { 2373 + "hex": "0004", 2374 + "value": 4 2375 + }, 2376 + "model": "Intel Ethernet controller", 2377 + "sysfs_id": "/devices/pci0000:00/0000:00:1c.6/0000:03:00.0/0000:04:03.0/0000:05:00.0", 2378 + "sysfs_bus_id": "0000:05:00.0", 2379 + "unix_device_names": [ 2380 + "enp5s0" 2381 + ], 2382 + "resources": [ 2383 + { 2384 + "type": "hwaddr", 2385 + "address": 101 2386 + }, 2387 + { 2388 + "type": "phwaddr", 2389 + "address": 101 2390 + } 2391 + ], 2392 + "detail": { 2393 + "function": 0, 2394 + "command": 1030, 2395 + "header_type": 0, 2396 + "secondary_bus": 0, 2397 + "prog_if": 0 2398 + }, 2399 + "driver": "igc", 2400 + "driver_module": "igc", 2401 + "drivers": [ 2402 + "igc" 2403 + ], 2404 + "driver_modules": [ 2405 + "igc" 2406 + ], 2407 + "module_alias": "pci:v00008086d0000125Csv00008086sd00000000bc02sc00i00" 2408 + } 2409 + ], 2410 + "network_interface": [ 2411 + { 2412 + "index": 50, 2413 + "attached_to": 23, 2414 + "class_list": [ 2415 + "network_interface" 2416 + ], 2417 + "base_class": { 2418 + "hex": "0107", 2419 + "name": "Network Interface", 2420 + "value": 263 2421 + }, 2422 + "sub_class": { 2423 + "hex": "0001", 2424 + "name": "Ethernet", 2425 + "value": 1 2426 + }, 2427 + "model": "Ethernet network interface", 2428 + "sysfs_id": "/class/net/enp5s0", 2429 + "sysfs_device_link": "/devices/pci0000:00/0000:00:1c.6/0000:03:00.0/0000:04:03.0/0000:05:00.0", 2430 + "unix_device_names": [ 2431 + "enp5s0" 2432 + ], 2433 + "resources": [ 2434 + { 2435 + "type": "hwaddr", 2436 + "address": 101 2437 + }, 2438 + { 2439 + "type": "phwaddr", 2440 + "address": 101 2441 + } 2442 + ], 2443 + "driver": "igc", 2444 + "driver_module": "igc", 2445 + "drivers": [ 2446 + "igc" 2447 + ], 2448 + "driver_modules": [ 2449 + "igc" 2450 + ] 2451 + }, 2452 + { 2453 + "index": 51, 2454 + "attached_to": 0, 2455 + "class_list": [ 2456 + "network_interface" 2457 + ], 2458 + "base_class": { 2459 + "hex": "0107", 2460 + "name": "Network Interface", 2461 + "value": 263 2462 + }, 2463 + "sub_class": { 2464 + "hex": "0000", 2465 + "name": "Loopback", 2466 + "value": 0 2467 + }, 2468 + "model": "Loopback network interface", 2469 + "sysfs_id": "/class/net/lo", 2470 + "unix_device_names": [ 2471 + "lo" 2472 + ] 2473 + }, 2474 + { 2475 + "index": 52, 2476 + "attached_to": 14, 2477 + "class_list": [ 2478 + "network_interface" 2479 + ], 2480 + "base_class": { 2481 + "hex": "0107", 2482 + "name": "Network Interface", 2483 + "value": 263 2484 + }, 2485 + "sub_class": { 2486 + "hex": "000a", 2487 + "name": "WLAN", 2488 + "value": 10 2489 + }, 2490 + "model": "WLAN network interface", 2491 + "sysfs_id": "/class/net/wlan0", 2492 + "sysfs_device_link": "/devices/pci0000:00/0000:00:14.3", 2493 + "unix_device_names": [ 2494 + "wlan0" 2495 + ], 2496 + "resources": [ 2497 + { 2498 + "type": "hwaddr", 2499 + "address": 100 2500 + }, 2501 + { 2502 + "type": "phwaddr", 2503 + "address": 100 2504 + } 2505 + ], 2506 + "driver": "iwlwifi", 2507 + "driver_module": "iwlwifi", 2508 + "drivers": [ 2509 + "iwlwifi" 2510 + ], 2511 + "driver_modules": [ 2512 + "iwlwifi" 2513 + ] 2514 + }, 2515 + { 2516 + "index": 53, 2517 + "attached_to": 20, 2518 + "class_list": [ 2519 + "network_interface" 2520 + ], 2521 + "base_class": { 2522 + "hex": "0107", 2523 + "name": "Network Interface", 2524 + "value": 263 2525 + }, 2526 + "sub_class": { 2527 + "hex": "0001", 2528 + "name": "Ethernet", 2529 + "value": 1 2530 + }, 2531 + "model": "Ethernet network interface", 2532 + "sysfs_id": "/class/net/enp6s0", 2533 + "sysfs_device_link": "/devices/pci0000:00/0000:00:1c.6/0000:03:00.0/0000:04:07.0/0000:06:00.0", 2534 + "unix_device_names": [ 2535 + "enp6s0" 2536 + ], 2537 + "resources": [ 2538 + { 2539 + "type": "hwaddr", 2540 + "address": 101 2541 + }, 2542 + { 2543 + "type": "phwaddr", 2544 + "address": 101 2545 + } 2546 + ], 2547 + "driver": "igc", 2548 + "driver_module": "igc", 2549 + "drivers": [ 2550 + "igc" 2551 + ], 2552 + "driver_modules": [ 2553 + "igc" 2554 + ] 2555 + } 2556 + ], 2557 + "pci": [ 2558 + { 2559 + "index": 11, 2560 + "attached_to": 0, 2561 + "class_list": [ 2562 + "pci", 2563 + "unknown" 2564 + ], 2565 + "bus_type": { 2566 + "hex": "0004", 2567 + "name": "PCI", 2568 + "value": 4 2569 + }, 2570 + "slot": { 2571 + "bus": 0, 2572 + "number": 21 2573 + }, 2574 + "base_class": { 2575 + "hex": "000c", 2576 + "name": "Serial bus controller", 2577 + "value": 12 2578 + }, 2579 + "sub_class": { 2580 + "hex": "0080", 2581 + "value": 128 2582 + }, 2583 + "vendor": { 2584 + "hex": "8086", 2585 + "name": "Intel Corporation", 2586 + "value": 32902 2587 + }, 2588 + "device": { 2589 + "hex": "54e9", 2590 + "value": 21737 2591 + }, 2592 + "model": "Intel Serial bus controller", 2593 + "sysfs_id": "/devices/pci0000:00/0000:00:15.1", 2594 + "sysfs_bus_id": "0000:00:15.1", 2595 + "detail": { 2596 + "function": 1, 2597 + "command": 6, 2598 + "header_type": 0, 2599 + "secondary_bus": 0, 2600 + "prog_if": 0 2601 + }, 2602 + "driver": "intel-lpss", 2603 + "driver_module": "intel_lpss_pci", 2604 + "drivers": [ 2605 + "intel-lpss" 2606 + ], 2607 + "driver_modules": [ 2608 + "intel_lpss_pci" 2609 + ], 2610 + "module_alias": "pci:v00008086d000054E9sv00000000sd00000000bc0Csc80i00", 2611 + "label": "Onboard - Other" 2612 + }, 2613 + { 2614 + "index": 15, 2615 + "attached_to": 0, 2616 + "class_list": [ 2617 + "pci", 2618 + "unknown" 2619 + ], 2620 + "bus_type": { 2621 + "hex": "0004", 2622 + "name": "PCI", 2623 + "value": 4 2624 + }, 2625 + "slot": { 2626 + "bus": 0, 2627 + "number": 22 2628 + }, 2629 + "base_class": { 2630 + "hex": "0007", 2631 + "name": "Communication controller", 2632 + "value": 7 2633 + }, 2634 + "sub_class": { 2635 + "hex": "0080", 2636 + "name": "Communication controller", 2637 + "value": 128 2638 + }, 2639 + "vendor": { 2640 + "hex": "8086", 2641 + "name": "Intel Corporation", 2642 + "value": 32902 2643 + }, 2644 + "device": { 2645 + "hex": "54e0", 2646 + "value": 21728 2647 + }, 2648 + "model": "Intel Communication controller", 2649 + "sysfs_id": "/devices/pci0000:00/0000:00:16.0", 2650 + "sysfs_bus_id": "0000:00:16.0", 2651 + "detail": { 2652 + "function": 0, 2653 + "command": 1030, 2654 + "header_type": 0, 2655 + "secondary_bus": 0, 2656 + "prog_if": 0 2657 + }, 2658 + "driver": "mei_me", 2659 + "driver_module": "mei_me", 2660 + "drivers": [ 2661 + "mei_me" 2662 + ], 2663 + "driver_modules": [ 2664 + "mei_me" 2665 + ], 2666 + "module_alias": "pci:v00008086d000054E0sv00000000sd00000000bc07sc80i00", 2667 + "label": "Onboard - Other" 2668 + }, 2669 + { 2670 + "index": 17, 2671 + "attached_to": 0, 2672 + "class_list": [ 2673 + "pci", 2674 + "unknown" 2675 + ], 2676 + "bus_type": { 2677 + "hex": "0004", 2678 + "name": "PCI", 2679 + "value": 4 2680 + }, 2681 + "slot": { 2682 + "bus": 0, 2683 + "number": 31 2684 + }, 2685 + "base_class": { 2686 + "hex": "000c", 2687 + "name": "Serial bus controller", 2688 + "value": 12 2689 + }, 2690 + "sub_class": { 2691 + "hex": "0080", 2692 + "value": 128 2693 + }, 2694 + "vendor": { 2695 + "hex": "8086", 2696 + "name": "Intel Corporation", 2697 + "value": 32902 2698 + }, 2699 + "device": { 2700 + "hex": "54a4", 2701 + "value": 21668 2702 + }, 2703 + "model": "Intel Serial bus controller", 2704 + "sysfs_id": "/devices/pci0000:00/0000:00:1f.5", 2705 + "sysfs_bus_id": "0000:00:1f.5", 2706 + "detail": { 2707 + "function": 5, 2708 + "command": 1026, 2709 + "header_type": 0, 2710 + "secondary_bus": 0, 2711 + "prog_if": 0 2712 + }, 2713 + "driver": "intel-spi", 2714 + "driver_module": "spi_intel_pci", 2715 + "drivers": [ 2716 + "intel-spi" 2717 + ], 2718 + "driver_modules": [ 2719 + "spi_intel_pci" 2720 + ], 2721 + "module_alias": "pci:v00008086d000054A4sv00000000sd00000000bc0Csc80i00", 2722 + "label": "Onboard - Other" 2723 + }, 2724 + { 2725 + "index": 21, 2726 + "attached_to": 0, 2727 + "class_list": [ 2728 + "pci", 2729 + "unknown" 2730 + ], 2731 + "bus_type": { 2732 + "hex": "0004", 2733 + "name": "PCI", 2734 + "value": 4 2735 + }, 2736 + "slot": { 2737 + "bus": 0, 2738 + "number": 21 2739 + }, 2740 + "base_class": { 2741 + "hex": "000c", 2742 + "name": "Serial bus controller", 2743 + "value": 12 2744 + }, 2745 + "sub_class": { 2746 + "hex": "0080", 2747 + "value": 128 2748 + }, 2749 + "vendor": { 2750 + "hex": "8086", 2751 + "name": "Intel Corporation", 2752 + "value": 32902 2753 + }, 2754 + "device": { 2755 + "hex": "54e8", 2756 + "value": 21736 2757 + }, 2758 + "model": "Intel Serial bus controller", 2759 + "sysfs_id": "/devices/pci0000:00/0000:00:15.0", 2760 + "sysfs_bus_id": "0000:00:15.0", 2761 + "detail": { 2762 + "function": 0, 2763 + "command": 6, 2764 + "header_type": 0, 2765 + "secondary_bus": 0, 2766 + "prog_if": 0 2767 + }, 2768 + "driver": "intel-lpss", 2769 + "driver_module": "intel_lpss_pci", 2770 + "drivers": [ 2771 + "intel-lpss" 2772 + ], 2773 + "driver_modules": [ 2774 + "intel_lpss_pci" 2775 + ], 2776 + "module_alias": "pci:v00008086d000054E8sv00000000sd00000000bc0Csc80i00", 2777 + "label": "Onboard - Other" 2778 + }, 2779 + { 2780 + "index": 22, 2781 + "attached_to": 0, 2782 + "class_list": [ 2783 + "pci", 2784 + "unknown" 2785 + ], 2786 + "bus_type": { 2787 + "hex": "0004", 2788 + "name": "PCI", 2789 + "value": 4 2790 + }, 2791 + "slot": { 2792 + "bus": 0, 2793 + "number": 26 2794 + }, 2795 + "base_class": { 2796 + "hex": "0008", 2797 + "name": "Generic system peripheral", 2798 + "value": 8 2799 + }, 2800 + "sub_class": { 2801 + "hex": "0005", 2802 + "value": 5 2803 + }, 2804 + "pci_interface": { 2805 + "hex": "0001", 2806 + "value": 1 2807 + }, 2808 + "vendor": { 2809 + "hex": "8086", 2810 + "name": "Intel Corporation", 2811 + "value": 32902 2812 + }, 2813 + "device": { 2814 + "hex": "54c4", 2815 + "value": 21700 2816 + }, 2817 + "model": "Intel Generic system peripheral", 2818 + "sysfs_id": "/devices/pci0000:00/0000:00:1a.0", 2819 + "sysfs_bus_id": "0000:00:1a.0", 2820 + "detail": { 2821 + "function": 0, 2822 + "command": 6, 2823 + "header_type": 0, 2824 + "secondary_bus": 0, 2825 + "prog_if": 1 2826 + }, 2827 + "driver": "sdhci-pci", 2828 + "driver_module": "sdhci_pci", 2829 + "drivers": [ 2830 + "sdhci-pci" 2831 + ], 2832 + "driver_modules": [ 2833 + "sdhci_pci" 2834 + ], 2835 + "module_alias": "pci:v00008086d000054C4sv00000000sd00000000bc08sc05i01", 2836 + "label": "Onboard - Other" 2837 + }, 2838 + { 2839 + "index": 26, 2840 + "attached_to": 0, 2841 + "class_list": [ 2842 + "pci", 2843 + "unknown" 2844 + ], 2845 + "bus_type": { 2846 + "hex": "0004", 2847 + "name": "PCI", 2848 + "value": 4 2849 + }, 2850 + "slot": { 2851 + "bus": 0, 2852 + "number": 20 2853 + }, 2854 + "base_class": { 2855 + "hex": "0005", 2856 + "name": "Memory controller", 2857 + "value": 5 2858 + }, 2859 + "sub_class": { 2860 + "hex": "0000", 2861 + "name": "RAM memory", 2862 + "value": 0 2863 + }, 2864 + "vendor": { 2865 + "hex": "8086", 2866 + "name": "Intel Corporation", 2867 + "value": 32902 2868 + }, 2869 + "device": { 2870 + "hex": "54ef", 2871 + "value": 21743 2872 + }, 2873 + "model": "Intel RAM memory", 2874 + "sysfs_id": "/devices/pci0000:00/0000:00:14.2", 2875 + "sysfs_bus_id": "0000:00:14.2", 2876 + "detail": { 2877 + "function": 2, 2878 + "command": 0, 2879 + "header_type": 0, 2880 + "secondary_bus": 0, 2881 + "prog_if": 0 2882 + }, 2883 + "module_alias": "pci:v00008086d000054EFsv00000000sd00000000bc05sc00i00", 2884 + "label": "Onboard - Other" 2885 + }, 2886 + { 2887 + "index": 29, 2888 + "attached_to": 0, 2889 + "class_list": [ 2890 + "pci", 2891 + "unknown" 2892 + ], 2893 + "bus_type": { 2894 + "hex": "0004", 2895 + "name": "PCI", 2896 + "value": 4 2897 + }, 2898 + "slot": { 2899 + "bus": 0, 2900 + "number": 31 2901 + }, 2902 + "base_class": { 2903 + "hex": "000c", 2904 + "name": "Serial bus controller", 2905 + "value": 12 2906 + }, 2907 + "sub_class": { 2908 + "hex": "0005", 2909 + "name": "SMBus", 2910 + "value": 5 2911 + }, 2912 + "vendor": { 2913 + "hex": "8086", 2914 + "name": "Intel Corporation", 2915 + "value": 32902 2916 + }, 2917 + "device": { 2918 + "hex": "54a3", 2919 + "value": 21667 2920 + }, 2921 + "model": "Intel SMBus", 2922 + "sysfs_id": "/devices/pci0000:00/0000:00:1f.4", 2923 + "sysfs_bus_id": "0000:00:1f.4", 2924 + "resources": [ 2925 + { 2926 + "type": "io", 2927 + "base": 61344, 2928 + "range": 32, 2929 + "enabled": true, 2930 + "access": "read_write" 2931 + } 2932 + ], 2933 + "detail": { 2934 + "function": 4, 2935 + "command": 3, 2936 + "header_type": 0, 2937 + "secondary_bus": 0, 2938 + "prog_if": 0 2939 + }, 2940 + "driver": "i801_smbus", 2941 + "driver_module": "i2c_i801", 2942 + "drivers": [ 2943 + "i801_smbus" 2944 + ], 2945 + "driver_modules": [ 2946 + "i2c_i801" 2947 + ], 2948 + "module_alias": "pci:v00008086d000054A3sv00000000sd00000000bc0Csc05i00", 2949 + "label": "Onboard - Other" 2950 + }, 2951 + { 2952 + "index": 32, 2953 + "attached_to": 0, 2954 + "class_list": [ 2955 + "pci", 2956 + "unknown" 2957 + ], 2958 + "bus_type": { 2959 + "hex": "0004", 2960 + "name": "PCI", 2961 + "value": 4 2962 + }, 2963 + "slot": { 2964 + "bus": 0, 2965 + "number": 10 2966 + }, 2967 + "base_class": { 2968 + "hex": "0011", 2969 + "name": "Signal processing controller", 2970 + "value": 17 2971 + }, 2972 + "sub_class": { 2973 + "hex": "0080", 2974 + "name": "Signal processing controller", 2975 + "value": 128 2976 + }, 2977 + "vendor": { 2978 + "hex": "8086", 2979 + "name": "Intel Corporation", 2980 + "value": 32902 2981 + }, 2982 + "device": { 2983 + "hex": "467d", 2984 + "value": 18045 2985 + }, 2986 + "revision": { 2987 + "hex": "0001", 2988 + "value": 1 2989 + }, 2990 + "model": "Intel Signal processing controller", 2991 + "sysfs_id": "/devices/pci0000:00/0000:00:0a.0", 2992 + "sysfs_bus_id": "0000:00:0a.0", 2993 + "detail": { 2994 + "function": 0, 2995 + "command": 2, 2996 + "header_type": 0, 2997 + "secondary_bus": 0, 2998 + "prog_if": 0 2999 + }, 3000 + "driver": "intel_vsec", 3001 + "driver_module": "intel_vsec", 3002 + "drivers": [ 3003 + "intel_vsec" 3004 + ], 3005 + "driver_modules": [ 3006 + "intel_vsec" 3007 + ], 3008 + "module_alias": "pci:v00008086d0000467Dsv00000000sd00000000bc11sc80i00", 3009 + "label": "Onboard - Other" 3010 + } 3011 + ], 3012 + "sound": [ 3013 + { 3014 + "index": 18, 3015 + "attached_to": 0, 3016 + "class_list": [ 3017 + "sound", 3018 + "pci" 3019 + ], 3020 + "bus_type": { 3021 + "hex": "0004", 3022 + "name": "PCI", 3023 + "value": 4 3024 + }, 3025 + "slot": { 3026 + "bus": 0, 3027 + "number": 31 3028 + }, 3029 + "base_class": { 3030 + "hex": "0004", 3031 + "name": "Multimedia controller", 3032 + "value": 4 3033 + }, 3034 + "sub_class": { 3035 + "hex": "0003", 3036 + "value": 3 3037 + }, 3038 + "vendor": { 3039 + "hex": "8086", 3040 + "name": "Intel Corporation", 3041 + "value": 32902 3042 + }, 3043 + "sub_vendor": { 3044 + "hex": "10ec", 3045 + "value": 4332 3046 + }, 3047 + "device": { 3048 + "hex": "54c8", 3049 + "value": 21704 3050 + }, 3051 + "sub_device": { 3052 + "hex": "12e8", 3053 + "value": 4840 3054 + }, 3055 + "model": "Intel Multimedia controller", 3056 + "sysfs_id": "/devices/pci0000:00/0000:00:1f.3", 3057 + "sysfs_bus_id": "0000:00:1f.3", 3058 + "detail": { 3059 + "function": 3, 3060 + "command": 1030, 3061 + "header_type": 0, 3062 + "secondary_bus": 0, 3063 + "prog_if": 0 3064 + }, 3065 + "driver": "snd_hda_intel", 3066 + "driver_module": "snd_hda_intel", 3067 + "drivers": [ 3068 + "snd_hda_intel" 3069 + ], 3070 + "driver_modules": [ 3071 + "snd_hda_intel" 3072 + ], 3073 + "module_alias": "pci:v00008086d000054C8sv000010ECsd000012E8bc04sc03i00", 3074 + "label": "Onboard - Sound" 3075 + } 3076 + ], 3077 + "storage_controller": [ 3078 + { 3079 + "index": 13, 3080 + "attached_to": 30, 3081 + "class_list": [ 3082 + "storage_controller", 3083 + "pci" 3084 + ], 3085 + "bus_type": { 3086 + "hex": "0004", 3087 + "name": "PCI", 3088 + "value": 4 3089 + }, 3090 + "slot": { 3091 + "bus": 2, 3092 + "number": 0 3093 + }, 3094 + "base_class": { 3095 + "hex": "0001", 3096 + "name": "Mass storage controller", 3097 + "value": 1 3098 + }, 3099 + "sub_class": { 3100 + "hex": "0008", 3101 + "value": 8 3102 + }, 3103 + "pci_interface": { 3104 + "hex": "0002", 3105 + "value": 2 3106 + }, 3107 + "vendor": { 3108 + "hex": "15b7", 3109 + "value": 5559 3110 + }, 3111 + "sub_vendor": { 3112 + "hex": "15b7", 3113 + "value": 5559 3114 + }, 3115 + "device": { 3116 + "hex": "5006", 3117 + "value": 20486 3118 + }, 3119 + "sub_device": { 3120 + "hex": "5006", 3121 + "value": 20486 3122 + }, 3123 + "model": "Mass storage controller", 3124 + "sysfs_id": "/devices/pci0000:00/0000:00:1c.2/0000:02:00.0", 3125 + "sysfs_bus_id": "0000:02:00.0", 3126 + "detail": { 3127 + "function": 0, 3128 + "command": 1031, 3129 + "header_type": 0, 3130 + "secondary_bus": 0, 3131 + "prog_if": 2 3132 + }, 3133 + "driver": "nvme", 3134 + "driver_module": "nvme", 3135 + "drivers": [ 3136 + "nvme" 3137 + ], 3138 + "driver_modules": [ 3139 + "nvme" 3140 + ], 3141 + "module_alias": "pci:v000015B7d00005006sv000015B7sd00005006bc01sc08i02" 3142 + }, 3143 + { 3144 + "index": 16, 3145 + "attached_to": 9, 3146 + "class_list": [ 3147 + "storage_controller", 3148 + "pci" 3149 + ], 3150 + "bus_type": { 3151 + "hex": "0004", 3152 + "name": "PCI", 3153 + "value": 4 3154 + }, 3155 + "slot": { 3156 + "bus": 1, 3157 + "number": 0 3158 + }, 3159 + "base_class": { 3160 + "hex": "0001", 3161 + "name": "Mass storage controller", 3162 + "value": 1 3163 + }, 3164 + "sub_class": { 3165 + "hex": "0008", 3166 + "value": 8 3167 + }, 3168 + "pci_interface": { 3169 + "hex": "0002", 3170 + "value": 2 3171 + }, 3172 + "vendor": { 3173 + "hex": "15b7", 3174 + "value": 5559 3175 + }, 3176 + "sub_vendor": { 3177 + "hex": "15b7", 3178 + "value": 5559 3179 + }, 3180 + "device": { 3181 + "hex": "5006", 3182 + "value": 20486 3183 + }, 3184 + "sub_device": { 3185 + "hex": "5006", 3186 + "value": 20486 3187 + }, 3188 + "model": "Mass storage controller", 3189 + "sysfs_id": "/devices/pci0000:00/0000:00:1c.0/0000:01:00.0", 3190 + "sysfs_bus_id": "0000:01:00.0", 3191 + "detail": { 3192 + "function": 0, 3193 + "command": 1031, 3194 + "header_type": 0, 3195 + "secondary_bus": 0, 3196 + "prog_if": 2 3197 + }, 3198 + "driver": "nvme", 3199 + "driver_module": "nvme", 3200 + "drivers": [ 3201 + "nvme" 3202 + ], 3203 + "driver_modules": [ 3204 + "nvme" 3205 + ], 3206 + "module_alias": "pci:v000015B7d00005006sv000015B7sd00005006bc01sc08i02" 3207 + } 3208 + ], 3209 + "system": { 3210 + "form_factor": "desktop" 3211 + }, 3212 + "usb_controller": [ 3213 + { 3214 + "index": 10, 3215 + "attached_to": 0, 3216 + "class_list": [ 3217 + "usb_controller", 3218 + "pci" 3219 + ], 3220 + "bus_type": { 3221 + "hex": "0004", 3222 + "name": "PCI", 3223 + "value": 4 3224 + }, 3225 + "slot": { 3226 + "bus": 0, 3227 + "number": 13 3228 + }, 3229 + "base_class": { 3230 + "hex": "000c", 3231 + "name": "Serial bus controller", 3232 + "value": 12 3233 + }, 3234 + "sub_class": { 3235 + "hex": "0003", 3236 + "name": "USB Controller", 3237 + "value": 3 3238 + }, 3239 + "pci_interface": { 3240 + "hex": "0030", 3241 + "value": 48 3242 + }, 3243 + "vendor": { 3244 + "hex": "8086", 3245 + "name": "Intel Corporation", 3246 + "value": 32902 3247 + }, 3248 + "device": { 3249 + "hex": "464e", 3250 + "value": 17998 3251 + }, 3252 + "model": "Intel USB Controller", 3253 + "sysfs_id": "/devices/pci0000:00/0000:00:0d.0", 3254 + "sysfs_bus_id": "0000:00:0d.0", 3255 + "detail": { 3256 + "function": 0, 3257 + "command": 1030, 3258 + "header_type": 0, 3259 + "secondary_bus": 0, 3260 + "prog_if": 48 3261 + }, 3262 + "driver": "xhci_hcd", 3263 + "driver_module": "xhci_pci", 3264 + "drivers": [ 3265 + "xhci_hcd" 3266 + ], 3267 + "driver_modules": [ 3268 + "xhci_pci" 3269 + ], 3270 + "module_alias": "pci:v00008086d0000464Esv00000000sd00000000bc0Csc03i30", 3271 + "label": "Onboard - Other" 3272 + }, 3273 + { 3274 + "index": 28, 3275 + "attached_to": 0, 3276 + "class_list": [ 3277 + "usb_controller", 3278 + "pci" 3279 + ], 3280 + "bus_type": { 3281 + "hex": "0004", 3282 + "name": "PCI", 3283 + "value": 4 3284 + }, 3285 + "slot": { 3286 + "bus": 0, 3287 + "number": 20 3288 + }, 3289 + "base_class": { 3290 + "hex": "000c", 3291 + "name": "Serial bus controller", 3292 + "value": 12 3293 + }, 3294 + "sub_class": { 3295 + "hex": "0003", 3296 + "name": "USB Controller", 3297 + "value": 3 3298 + }, 3299 + "pci_interface": { 3300 + "hex": "0030", 3301 + "value": 48 3302 + }, 3303 + "vendor": { 3304 + "hex": "8086", 3305 + "name": "Intel Corporation", 3306 + "value": 32902 3307 + }, 3308 + "device": { 3309 + "hex": "54ed", 3310 + "value": 21741 3311 + }, 3312 + "model": "Intel USB Controller", 3313 + "sysfs_id": "/devices/pci0000:00/0000:00:14.0", 3314 + "sysfs_bus_id": "0000:00:14.0", 3315 + "detail": { 3316 + "function": 0, 3317 + "command": 1030, 3318 + "header_type": 0, 3319 + "secondary_bus": 0, 3320 + "prog_if": 48 3321 + }, 3322 + "driver": "xhci_hcd", 3323 + "driver_module": "xhci_pci", 3324 + "drivers": [ 3325 + "xhci_hcd" 3326 + ], 3327 + "driver_modules": [ 3328 + "xhci_pci" 3329 + ], 3330 + "module_alias": "pci:v00008086d000054EDsv00000000sd00000000bc0Csc03i30", 3331 + "label": "Onboard - Other" 3332 + } 3333 + ] 3334 + }, 3335 + "smbios": { 3336 + "bios": { 3337 + "handle": 0, 3338 + "vendor": "American Megatrends International, LLC.", 3339 + "version": "5.27", 3340 + "date": "03/27/2025", 3341 + "features": [ 3342 + "PCI supported", 3343 + "BIOS flashable", 3344 + "BIOS shadowing allowed", 3345 + "CD boot supported", 3346 + "Selectable boot supported", 3347 + "BIOS ROM socketed", 3348 + "EDD spec supported", 3349 + "1.2MB NEC 9800 Japanese Floppy supported", 3350 + "1.2MB Toshiba Japanese Floppy supported", 3351 + "360kB Floppy supported", 3352 + "1.2MB Floppy supported", 3353 + "720kB Floppy supported", 3354 + "2.88MB Floppy supported", 3355 + "Print Screen supported", 3356 + "Serial Services supported", 3357 + "Printer Services supported", 3358 + "CGA/Mono Video supported", 3359 + "ACPI supported", 3360 + "USB Legacy supported", 3361 + "BIOS Boot Spec supported" 3362 + ], 3363 + "start_address": "0xf0000", 3364 + "rom_size": 16777216 3365 + }, 3366 + "board": { 3367 + "handle": 2, 3368 + "manufacturer": "GMKtec", 3369 + "product": "GMKtec", 3370 + "version": "Default string", 3371 + "board_type": { 3372 + "hex": "000a", 3373 + "name": "Motherboard", 3374 + "value": 10 3375 + }, 3376 + "features": [ 3377 + "Hosting Board", 3378 + "Replaceable" 3379 + ], 3380 + "location": "Default string", 3381 + "chassis": 3 3382 + }, 3383 + "cache": [ 3384 + { 3385 + "handle": 56, 3386 + "socket": "L1 Cache", 3387 + "size_max": 128, 3388 + "size_current": 128, 3389 + "speed": 0, 3390 + "mode": { 3391 + "hex": "0001", 3392 + "name": "Write Back", 3393 + "value": 1 3394 + }, 3395 + "enabled": true, 3396 + "location": { 3397 + "hex": "0000", 3398 + "name": "Internal", 3399 + "value": 0 3400 + }, 3401 + "socketed": false, 3402 + "level": 0, 3403 + "ecc": { 3404 + "hex": "0004", 3405 + "name": "Parity", 3406 + "value": 4 3407 + }, 3408 + "cache_type": { 3409 + "hex": "0004", 3410 + "name": "Data", 3411 + "value": 4 3412 + }, 3413 + "associativity": { 3414 + "hex": "0007", 3415 + "name": "8-way Set-Associative", 3416 + "value": 7 3417 + }, 3418 + "sram_type_current": [ 3419 + "Synchronous" 3420 + ], 3421 + "sram_type_supported": [ 3422 + "Synchronous" 3423 + ] 3424 + }, 3425 + { 3426 + "handle": 57, 3427 + "socket": "L1 Cache", 3428 + "size_max": 256, 3429 + "size_current": 256, 3430 + "speed": 0, 3431 + "mode": { 3432 + "hex": "0001", 3433 + "name": "Write Back", 3434 + "value": 1 3435 + }, 3436 + "enabled": true, 3437 + "location": { 3438 + "hex": "0000", 3439 + "name": "Internal", 3440 + "value": 0 3441 + }, 3442 + "socketed": false, 3443 + "level": 0, 3444 + "ecc": { 3445 + "hex": "0004", 3446 + "name": "Parity", 3447 + "value": 4 3448 + }, 3449 + "cache_type": { 3450 + "hex": "0003", 3451 + "name": "Instruction", 3452 + "value": 3 3453 + }, 3454 + "associativity": { 3455 + "hex": "0007", 3456 + "name": "8-way Set-Associative", 3457 + "value": 7 3458 + }, 3459 + "sram_type_current": [ 3460 + "Synchronous" 3461 + ], 3462 + "sram_type_supported": [ 3463 + "Synchronous" 3464 + ] 3465 + }, 3466 + { 3467 + "handle": 58, 3468 + "socket": "L2 Cache", 3469 + "size_max": 2048, 3470 + "size_current": 2048, 3471 + "speed": 0, 3472 + "mode": { 3473 + "hex": "0001", 3474 + "name": "Write Back", 3475 + "value": 1 3476 + }, 3477 + "enabled": true, 3478 + "location": { 3479 + "hex": "0000", 3480 + "name": "Internal", 3481 + "value": 0 3482 + }, 3483 + "socketed": false, 3484 + "level": 1, 3485 + "ecc": { 3486 + "hex": "0005", 3487 + "name": "Single-bit", 3488 + "value": 5 3489 + }, 3490 + "cache_type": { 3491 + "hex": "0005", 3492 + "name": "Unified", 3493 + "value": 5 3494 + }, 3495 + "associativity": { 3496 + "hex": "0008", 3497 + "name": "16-way Set-Associative", 3498 + "value": 8 3499 + }, 3500 + "sram_type_current": [ 3501 + "Synchronous" 3502 + ], 3503 + "sram_type_supported": [ 3504 + "Synchronous" 3505 + ] 3506 + }, 3507 + { 3508 + "handle": 59, 3509 + "socket": "L3 Cache", 3510 + "size_max": 6144, 3511 + "size_current": 6144, 3512 + "speed": 0, 3513 + "mode": { 3514 + "hex": "0001", 3515 + "name": "Write Back", 3516 + "value": 1 3517 + }, 3518 + "enabled": true, 3519 + "location": { 3520 + "hex": "0000", 3521 + "name": "Internal", 3522 + "value": 0 3523 + }, 3524 + "socketed": false, 3525 + "level": 2, 3526 + "ecc": { 3527 + "hex": "0006", 3528 + "name": "Multi-bit", 3529 + "value": 6 3530 + }, 3531 + "cache_type": { 3532 + "hex": "0005", 3533 + "name": "Unified", 3534 + "value": 5 3535 + }, 3536 + "associativity": { 3537 + "hex": "0009", 3538 + "name": "Other", 3539 + "value": 9 3540 + }, 3541 + "sram_type_current": [ 3542 + "Synchronous" 3543 + ], 3544 + "sram_type_supported": [ 3545 + "Synchronous" 3546 + ] 3547 + } 3548 + ], 3549 + "chassis": [ 3550 + { 3551 + "handle": 3, 3552 + "manufacturer": "Default string", 3553 + "version": "Default string", 3554 + "chassis_type": null, 3555 + "lock_present": false, 3556 + "bootup_state": { 3557 + "hex": "0003", 3558 + "name": "Safe", 3559 + "value": 3 3560 + }, 3561 + "power_state": { 3562 + "hex": "0003", 3563 + "name": "Safe", 3564 + "value": 3 3565 + }, 3566 + "thermal_state": { 3567 + "hex": "0003", 3568 + "name": "Safe", 3569 + "value": 3 3570 + }, 3571 + "security_state": { 3572 + "hex": "0003", 3573 + "name": "None", 3574 + "value": 3 3575 + }, 3576 + "oem": "0x0" 3577 + } 3578 + ], 3579 + "config": { 3580 + "handle": 16, 3581 + "options": [ 3582 + "Default string" 3583 + ] 3584 + }, 3585 + "group_associations": [ 3586 + { 3587 + "handle": 123, 3588 + "name": "$MEI", 3589 + "handles": [ 3590 + 0 3591 + ] 3592 + }, 3593 + { 3594 + "handle": 126, 3595 + "name": "Firmware Version Info", 3596 + "handles": [ 3597 + 223338299443, 3598 + 227633266740, 3599 + 231928234037, 3600 + 236223201334, 3601 + 330712481847, 3602 + 365072220237 3603 + ] 3604 + } 3605 + ], 3606 + "language": [ 3607 + { 3608 + "handle": 17, 3609 + "languages": [ 3610 + "en|US|iso8859-1", 3611 + "zh|CN|unicode" 3612 + ] 3613 + }, 3614 + { 3615 + "handle": 79, 3616 + "languages": [ 3617 + "enUS" 3618 + ] 3619 + } 3620 + ], 3621 + "memory_array": [ 3622 + { 3623 + "handle": 39, 3624 + "location": { 3625 + "hex": "0003", 3626 + "name": "Motherboard", 3627 + "value": 3 3628 + }, 3629 + "usage": { 3630 + "hex": "0003", 3631 + "name": "System memory", 3632 + "value": 3 3633 + }, 3634 + "ecc": { 3635 + "hex": "0003", 3636 + "name": "None", 3637 + "value": 3 3638 + }, 3639 + "max_size": "0xc00000", 3640 + "error_handle": 65534, 3641 + "slots": 4 3642 + } 3643 + ], 3644 + "memory_array_mapped_address": [ 3645 + { 3646 + "handle": 44, 3647 + "array_handle": 39, 3648 + "start_address": "0x0", 3649 + "end_address": "0x300000000", 3650 + "part_width": 4 3651 + } 3652 + ], 3653 + "memory_device": [ 3654 + { 3655 + "handle": 40, 3656 + "location": "Controller0-ChannelA", 3657 + "bank_location": "BANK 0", 3658 + "manufacturer": "Micron Technology", 3659 + "part_number": "", 3660 + "array_handle": 39, 3661 + "error_handle": 65534, 3662 + "width": 16, 3663 + "ecc_bits": 0, 3664 + "size": 3145728, 3665 + "form_factor": { 3666 + "hex": "000b", 3667 + "name": "Row of Chips", 3668 + "value": 11 3669 + }, 3670 + "set": 0, 3671 + "memory_type": { 3672 + "hex": "0023", 3673 + "name": "Other", 3674 + "value": 35 3675 + }, 3676 + "memory_type_details": [ 3677 + "Synchronous" 3678 + ], 3679 + "speed": 6400 3680 + }, 3681 + { 3682 + "handle": 41, 3683 + "location": "Controller0-ChannelB", 3684 + "bank_location": "BANK 1", 3685 + "manufacturer": "Micron Technology", 3686 + "part_number": "", 3687 + "array_handle": 39, 3688 + "error_handle": 65534, 3689 + "width": 16, 3690 + "ecc_bits": 0, 3691 + "size": 3145728, 3692 + "form_factor": { 3693 + "hex": "000b", 3694 + "name": "Row of Chips", 3695 + "value": 11 3696 + }, 3697 + "set": 0, 3698 + "memory_type": { 3699 + "hex": "0023", 3700 + "name": "Other", 3701 + "value": 35 3702 + }, 3703 + "memory_type_details": [ 3704 + "Synchronous" 3705 + ], 3706 + "speed": 6400 3707 + }, 3708 + { 3709 + "handle": 42, 3710 + "location": "Controller0-ChannelC", 3711 + "bank_location": "BANK 2", 3712 + "manufacturer": "Micron Technology", 3713 + "part_number": "", 3714 + "array_handle": 39, 3715 + "error_handle": 65534, 3716 + "width": 16, 3717 + "ecc_bits": 0, 3718 + "size": 3145728, 3719 + "form_factor": { 3720 + "hex": "000b", 3721 + "name": "Row of Chips", 3722 + "value": 11 3723 + }, 3724 + "set": 0, 3725 + "memory_type": { 3726 + "hex": "0023", 3727 + "name": "Other", 3728 + "value": 35 3729 + }, 3730 + "memory_type_details": [ 3731 + "Synchronous" 3732 + ], 3733 + "speed": 6400 3734 + }, 3735 + { 3736 + "handle": 43, 3737 + "location": "Controller0-ChannelD", 3738 + "bank_location": "BANK 3", 3739 + "manufacturer": "Micron Technology", 3740 + "part_number": "", 3741 + "array_handle": 39, 3742 + "error_handle": 65534, 3743 + "width": 16, 3744 + "ecc_bits": 0, 3745 + "size": 3145728, 3746 + "form_factor": { 3747 + "hex": "000b", 3748 + "name": "Row of Chips", 3749 + "value": 11 3750 + }, 3751 + "set": 0, 3752 + "memory_type": { 3753 + "hex": "0023", 3754 + "name": "Other", 3755 + "value": 35 3756 + }, 3757 + "memory_type_details": [ 3758 + "Synchronous" 3759 + ], 3760 + "speed": 6400 3761 + } 3762 + ], 3763 + "memory_device_mapped_address": [ 3764 + { 3765 + "handle": 47, 3766 + "memory_device_handle": 40, 3767 + "array_map_handle": 44, 3768 + "start_address": "0x0", 3769 + "end_address": "0xc0000000", 3770 + "row_position": 255, 3771 + "interleave_position": 0, 3772 + "interleave_depth": 0 3773 + }, 3774 + { 3775 + "handle": 48, 3776 + "memory_device_handle": 41, 3777 + "array_map_handle": 44, 3778 + "start_address": "0xc0000000", 3779 + "end_address": "0x180000000", 3780 + "row_position": 255, 3781 + "interleave_position": 0, 3782 + "interleave_depth": 0 3783 + }, 3784 + { 3785 + "handle": 49, 3786 + "memory_device_handle": 42, 3787 + "array_map_handle": 44, 3788 + "start_address": "0x180000000", 3789 + "end_address": "0x240000000", 3790 + "row_position": 255, 3791 + "interleave_position": 0, 3792 + "interleave_depth": 0 3793 + }, 3794 + { 3795 + "handle": 50, 3796 + "memory_device_handle": 43, 3797 + "array_map_handle": 44, 3798 + "start_address": "0x240000000", 3799 + "end_address": "0x300000000", 3800 + "row_position": 255, 3801 + "interleave_position": 0, 3802 + "interleave_depth": 0 3803 + } 3804 + ], 3805 + "onboard": [ 3806 + { 3807 + "handle": 14, 3808 + "devices": [ 3809 + { 3810 + "name": "Device 1", 3811 + "type": { 3812 + "hex": "0002", 3813 + "name": "Unknown", 3814 + "value": 2 3815 + }, 3816 + "enabled": true 3817 + } 3818 + ] 3819 + } 3820 + ], 3821 + "port_connector": [ 3822 + { 3823 + "handle": 4, 3824 + "port_type": null, 3825 + "internal_reference_designator": "Internal Connector 1", 3826 + "external_reference_designator": "External Connector 1" 3827 + }, 3828 + { 3829 + "handle": 5, 3830 + "port_type": null, 3831 + "internal_reference_designator": "Internal Connector 2", 3832 + "external_reference_designator": "External Connector 2" 3833 + }, 3834 + { 3835 + "handle": 6, 3836 + "port_type": null, 3837 + "internal_reference_designator": "Internal Connector 3", 3838 + "external_reference_designator": "External Connector 3" 3839 + }, 3840 + { 3841 + "handle": 7, 3842 + "port_type": null, 3843 + "internal_reference_designator": "Internal Connector 4", 3844 + "external_reference_designator": "External Connector 4" 3845 + }, 3846 + { 3847 + "handle": 8, 3848 + "port_type": null, 3849 + "internal_reference_designator": "Internal Connector 5", 3850 + "external_reference_designator": "External Connector 5" 3851 + }, 3852 + { 3853 + "handle": 80, 3854 + "port_type": { 3855 + "hex": "000d", 3856 + "name": "Keyboard Port", 3857 + "value": 13 3858 + }, 3859 + "internal_reference_designator": "None", 3860 + "external_connector_type": { 3861 + "hex": "000f", 3862 + "name": "PS/2", 3863 + "value": 15 3864 + }, 3865 + "external_reference_designator": "Keyboard" 3866 + }, 3867 + { 3868 + "handle": 81, 3869 + "port_type": { 3870 + "hex": "000e", 3871 + "name": "Mouse Port", 3872 + "value": 14 3873 + }, 3874 + "internal_reference_designator": "None", 3875 + "external_connector_type": { 3876 + "hex": "000f", 3877 + "name": "PS/2", 3878 + "value": 15 3879 + }, 3880 + "external_reference_designator": "Mouse" 3881 + }, 3882 + { 3883 + "handle": 82, 3884 + "port_type": { 3885 + "hex": "0009", 3886 + "name": "Serial Port 16550A Compatible", 3887 + "value": 9 3888 + }, 3889 + "internal_connector_type": { 3890 + "hex": "00ff", 3891 + "name": "Other", 3892 + "value": 255 3893 + }, 3894 + "internal_reference_designator": "None", 3895 + "external_reference_designator": "COM 1" 3896 + }, 3897 + { 3898 + "handle": 83, 3899 + "port_type": { 3900 + "hex": "001c", 3901 + "name": "Video Port", 3902 + "value": 28 3903 + }, 3904 + "internal_connector_type": { 3905 + "hex": "00ff", 3906 + "name": "Other", 3907 + "value": 255 3908 + }, 3909 + "internal_reference_designator": "J1A2B", 3910 + "external_connector_type": { 3911 + "hex": "0007", 3912 + "name": "DB-15 pin female", 3913 + "value": 7 3914 + }, 3915 + "external_reference_designator": "Video" 3916 + }, 3917 + { 3918 + "handle": 84, 3919 + "port_type": { 3920 + "hex": "001c", 3921 + "name": "Video Port", 3922 + "value": 28 3923 + }, 3924 + "internal_connector_type": { 3925 + "hex": "00ff", 3926 + "name": "Other", 3927 + "value": 255 3928 + }, 3929 + "internal_reference_designator": "J3A2", 3930 + "external_reference_designator": "HDMI" 3931 + }, 3932 + { 3933 + "handle": 85, 3934 + "port_type": { 3935 + "hex": "0010", 3936 + "name": "USB", 3937 + "value": 16 3938 + }, 3939 + "internal_reference_designator": "None", 3940 + "external_connector_type": { 3941 + "hex": "0012", 3942 + "name": "Access Bus [USB]", 3943 + "value": 18 3944 + }, 3945 + "external_reference_designator": "USB1.1 - 1#" 3946 + }, 3947 + { 3948 + "handle": 86, 3949 + "port_type": { 3950 + "hex": "0010", 3951 + "name": "USB", 3952 + "value": 16 3953 + }, 3954 + "internal_reference_designator": "None", 3955 + "external_connector_type": { 3956 + "hex": "0012", 3957 + "name": "Access Bus [USB]", 3958 + "value": 18 3959 + }, 3960 + "external_reference_designator": "USB1.1 - 2#" 3961 + }, 3962 + { 3963 + "handle": 87, 3964 + "port_type": { 3965 + "hex": "0010", 3966 + "name": "USB", 3967 + "value": 16 3968 + }, 3969 + "internal_reference_designator": "None", 3970 + "external_connector_type": { 3971 + "hex": "0012", 3972 + "name": "Access Bus [USB]", 3973 + "value": 18 3974 + }, 3975 + "external_reference_designator": "USB1.1 - 3#" 3976 + }, 3977 + { 3978 + "handle": 88, 3979 + "port_type": { 3980 + "hex": "0010", 3981 + "name": "USB", 3982 + "value": 16 3983 + }, 3984 + "internal_reference_designator": "None", 3985 + "external_connector_type": { 3986 + "hex": "0012", 3987 + "name": "Access Bus [USB]", 3988 + "value": 18 3989 + }, 3990 + "external_reference_designator": "USB1.1 - 4#" 3991 + }, 3992 + { 3993 + "handle": 89, 3994 + "port_type": { 3995 + "hex": "0010", 3996 + "name": "USB", 3997 + "value": 16 3998 + }, 3999 + "internal_reference_designator": "None", 4000 + "external_connector_type": { 4001 + "hex": "0012", 4002 + "name": "Access Bus [USB]", 4003 + "value": 18 4004 + }, 4005 + "external_reference_designator": "USB1.1 - 5#" 4006 + }, 4007 + { 4008 + "handle": 90, 4009 + "port_type": { 4010 + "hex": "0010", 4011 + "name": "USB", 4012 + "value": 16 4013 + }, 4014 + "internal_reference_designator": "None", 4015 + "external_connector_type": { 4016 + "hex": "0012", 4017 + "name": "Access Bus [USB]", 4018 + "value": 18 4019 + }, 4020 + "external_reference_designator": "USB2.0 - 1#" 4021 + }, 4022 + { 4023 + "handle": 91, 4024 + "port_type": { 4025 + "hex": "0010", 4026 + "name": "USB", 4027 + "value": 16 4028 + }, 4029 + "internal_reference_designator": "None", 4030 + "external_connector_type": { 4031 + "hex": "0012", 4032 + "name": "Access Bus [USB]", 4033 + "value": 18 4034 + }, 4035 + "external_reference_designator": "USB2.0 - 2#" 4036 + }, 4037 + { 4038 + "handle": 92, 4039 + "port_type": { 4040 + "hex": "001f", 4041 + "name": "Network Port", 4042 + "value": 31 4043 + }, 4044 + "internal_reference_designator": "None", 4045 + "external_connector_type": { 4046 + "hex": "000b", 4047 + "name": "RJ-45", 4048 + "value": 11 4049 + }, 4050 + "external_reference_designator": "Ethernet" 4051 + }, 4052 + { 4053 + "handle": 93, 4054 + "port_type": { 4055 + "hex": "0020", 4056 + "name": "Other", 4057 + "value": 32 4058 + }, 4059 + "internal_reference_designator": "J8J1", 4060 + "external_connector_type": { 4061 + "hex": "0022", 4062 + "name": "Other", 4063 + "value": 34 4064 + }, 4065 + "external_reference_designator": "SATA Port 0 Direct Connect" 4066 + }, 4067 + { 4068 + "handle": 94, 4069 + "port_type": { 4070 + "hex": "0020", 4071 + "name": "Other", 4072 + "value": 32 4073 + }, 4074 + "internal_reference_designator": "J7J1", 4075 + "external_connector_type": { 4076 + "hex": "0022", 4077 + "name": "Other", 4078 + "value": 34 4079 + }, 4080 + "external_reference_designator": "eSATA Port 4" 4081 + }, 4082 + { 4083 + "handle": 95, 4084 + "port_type": { 4085 + "hex": "0020", 4086 + "name": "Other", 4087 + "value": 32 4088 + }, 4089 + "internal_reference_designator": "J6J1", 4090 + "external_connector_type": { 4091 + "hex": "0022", 4092 + "name": "Other", 4093 + "value": 34 4094 + }, 4095 + "external_reference_designator": "eSATA Port 3" 4096 + }, 4097 + { 4098 + "handle": 96, 4099 + "port_type": { 4100 + "hex": "0020", 4101 + "name": "Other", 4102 + "value": 32 4103 + }, 4104 + "internal_connector_type": { 4105 + "hex": "0022", 4106 + "name": "Other", 4107 + "value": 34 4108 + }, 4109 + "internal_reference_designator": "J7G1 - SATA Port 2", 4110 + "external_reference_designator": "None" 4111 + }, 4112 + { 4113 + "handle": 97, 4114 + "port_type": { 4115 + "hex": "0020", 4116 + "name": "Other", 4117 + "value": 32 4118 + }, 4119 + "internal_connector_type": { 4120 + "hex": "0022", 4121 + "name": "Other", 4122 + "value": 34 4123 + }, 4124 + "internal_reference_designator": "J7G2 - SATA Port 1", 4125 + "external_reference_designator": "None" 4126 + }, 4127 + { 4128 + "handle": 98, 4129 + "port_type": { 4130 + "hex": "00ff", 4131 + "name": "Other", 4132 + "value": 255 4133 + }, 4134 + "internal_reference_designator": "J1F2", 4135 + "external_connector_type": { 4136 + "hex": "00ff", 4137 + "name": "Other", 4138 + "value": 255 4139 + }, 4140 + "external_reference_designator": "AC IN" 4141 + }, 4142 + { 4143 + "handle": 99, 4144 + "port_type": { 4145 + "hex": "00ff", 4146 + "name": "Other", 4147 + "value": 255 4148 + }, 4149 + "internal_connector_type": { 4150 + "hex": "00ff", 4151 + "name": "Other", 4152 + "value": 255 4153 + }, 4154 + "internal_reference_designator": "J5B1 - PCH JTAG", 4155 + "external_reference_designator": "None" 4156 + }, 4157 + { 4158 + "handle": 100, 4159 + "port_type": { 4160 + "hex": "00ff", 4161 + "name": "Other", 4162 + "value": 255 4163 + }, 4164 + "internal_connector_type": { 4165 + "hex": "00ff", 4166 + "name": "Other", 4167 + "value": 255 4168 + }, 4169 + "internal_reference_designator": "J9A1 - TPM/PORT 80", 4170 + "external_reference_designator": "None" 4171 + }, 4172 + { 4173 + "handle": 101, 4174 + "port_type": { 4175 + "hex": "00ff", 4176 + "name": "Other", 4177 + "value": 255 4178 + }, 4179 + "internal_connector_type": { 4180 + "hex": "00ff", 4181 + "name": "Other", 4182 + "value": 255 4183 + }, 4184 + "internal_reference_designator": "J9E4 - HDA 2X8 Header", 4185 + "external_reference_designator": "None" 4186 + }, 4187 + { 4188 + "handle": 102, 4189 + "port_type": { 4190 + "hex": "00ff", 4191 + "name": "Other", 4192 + "value": 255 4193 + }, 4194 + "internal_connector_type": { 4195 + "hex": "00ff", 4196 + "name": "Other", 4197 + "value": 255 4198 + }, 4199 + "internal_reference_designator": "J9E7 - HDA 8Pin Header", 4200 + "external_reference_designator": "None" 4201 + }, 4202 + { 4203 + "handle": 103, 4204 + "port_type": { 4205 + "hex": "00ff", 4206 + "name": "Other", 4207 + "value": 255 4208 + }, 4209 + "internal_connector_type": { 4210 + "hex": "00ff", 4211 + "name": "Other", 4212 + "value": 255 4213 + }, 4214 + "internal_reference_designator": "J8F1 - HDA HDMI", 4215 + "external_reference_designator": "None" 4216 + }, 4217 + { 4218 + "handle": 104, 4219 + "port_type": { 4220 + "hex": "00ff", 4221 + "name": "Other", 4222 + "value": 255 4223 + }, 4224 + "internal_connector_type": { 4225 + "hex": "00ff", 4226 + "name": "Other", 4227 + "value": 255 4228 + }, 4229 + "internal_reference_designator": "J9E3 - Scan Matrix Keyboard", 4230 + "external_reference_designator": "None" 4231 + }, 4232 + { 4233 + "handle": 105, 4234 + "port_type": { 4235 + "hex": "00ff", 4236 + "name": "Other", 4237 + "value": 255 4238 + }, 4239 + "internal_connector_type": { 4240 + "hex": "00ff", 4241 + "name": "Other", 4242 + "value": 255 4243 + }, 4244 + "internal_reference_designator": "J8E1 - SPI Program", 4245 + "external_reference_designator": "None" 4246 + }, 4247 + { 4248 + "handle": 106, 4249 + "port_type": { 4250 + "hex": "00ff", 4251 + "name": "Other", 4252 + "value": 255 4253 + }, 4254 + "internal_connector_type": { 4255 + "hex": "00ff", 4256 + "name": "Other", 4257 + "value": 255 4258 + }, 4259 + "internal_reference_designator": "J9E5 - LPC Hot Docking", 4260 + "external_reference_designator": "None" 4261 + }, 4262 + { 4263 + "handle": 107, 4264 + "port_type": { 4265 + "hex": "00ff", 4266 + "name": "Other", 4267 + "value": 255 4268 + }, 4269 + "internal_connector_type": { 4270 + "hex": "00ff", 4271 + "name": "Other", 4272 + "value": 255 4273 + }, 4274 + "internal_reference_designator": "J9G2 - LPC SIDE BAND", 4275 + "external_reference_designator": "None" 4276 + }, 4277 + { 4278 + "handle": 108, 4279 + "port_type": { 4280 + "hex": "00ff", 4281 + "name": "Other", 4282 + "value": 255 4283 + }, 4284 + "internal_connector_type": { 4285 + "hex": "00ff", 4286 + "name": "Other", 4287 + "value": 255 4288 + }, 4289 + "internal_reference_designator": "J8F2 - LPC Slot", 4290 + "external_reference_designator": "None" 4291 + }, 4292 + { 4293 + "handle": 109, 4294 + "port_type": { 4295 + "hex": "00ff", 4296 + "name": "Other", 4297 + "value": 255 4298 + }, 4299 + "internal_connector_type": { 4300 + "hex": "00ff", 4301 + "name": "Other", 4302 + "value": 255 4303 + }, 4304 + "internal_reference_designator": "J8H3 - PCH XDP", 4305 + "external_reference_designator": "None" 4306 + }, 4307 + { 4308 + "handle": 110, 4309 + "port_type": { 4310 + "hex": "00ff", 4311 + "name": "Other", 4312 + "value": 255 4313 + }, 4314 + "internal_connector_type": { 4315 + "hex": "00ff", 4316 + "name": "Other", 4317 + "value": 255 4318 + }, 4319 + "internal_reference_designator": "J6H1 - SATA Power", 4320 + "external_reference_designator": "None" 4321 + }, 4322 + { 4323 + "handle": 111, 4324 + "port_type": { 4325 + "hex": "00ff", 4326 + "name": "Other", 4327 + "value": 255 4328 + }, 4329 + "internal_connector_type": { 4330 + "hex": "00ff", 4331 + "name": "Other", 4332 + "value": 255 4333 + }, 4334 + "internal_reference_designator": "J5J1 - FP Header", 4335 + "external_reference_designator": "None" 4336 + }, 4337 + { 4338 + "handle": 112, 4339 + "port_type": { 4340 + "hex": "00ff", 4341 + "name": "Other", 4342 + "value": 255 4343 + }, 4344 + "internal_connector_type": { 4345 + "hex": "00ff", 4346 + "name": "Other", 4347 + "value": 255 4348 + }, 4349 + "internal_reference_designator": "J4H1 - ATX Power", 4350 + "external_reference_designator": "None" 4351 + }, 4352 + { 4353 + "handle": 113, 4354 + "port_type": { 4355 + "hex": "00ff", 4356 + "name": "Other", 4357 + "value": 255 4358 + }, 4359 + "internal_connector_type": { 4360 + "hex": "00ff", 4361 + "name": "Other", 4362 + "value": 255 4363 + }, 4364 + "internal_reference_designator": "J1J3 - AVMC", 4365 + "external_reference_designator": "None" 4366 + }, 4367 + { 4368 + "handle": 114, 4369 + "port_type": { 4370 + "hex": "00ff", 4371 + "name": "Other", 4372 + "value": 255 4373 + }, 4374 + "internal_connector_type": { 4375 + "hex": "00ff", 4376 + "name": "Other", 4377 + "value": 255 4378 + }, 4379 + "internal_reference_designator": "J1H1 - BATT B", 4380 + "external_reference_designator": "None" 4381 + }, 4382 + { 4383 + "handle": 115, 4384 + "port_type": { 4385 + "hex": "00ff", 4386 + "name": "Other", 4387 + "value": 255 4388 + }, 4389 + "internal_connector_type": { 4390 + "hex": "00ff", 4391 + "name": "Other", 4392 + "value": 255 4393 + }, 4394 + "internal_reference_designator": "J1H2 - BATT A", 4395 + "external_reference_designator": "None" 4396 + }, 4397 + { 4398 + "handle": 116, 4399 + "port_type": { 4400 + "hex": "00ff", 4401 + "name": "Other", 4402 + "value": 255 4403 + }, 4404 + "internal_connector_type": { 4405 + "hex": "00ff", 4406 + "name": "Other", 4407 + "value": 255 4408 + }, 4409 + "internal_reference_designator": "J2G1 - CPU Fan", 4410 + "external_reference_designator": "None" 4411 + }, 4412 + { 4413 + "handle": 117, 4414 + "port_type": { 4415 + "hex": "00ff", 4416 + "name": "Other", 4417 + "value": 255 4418 + }, 4419 + "internal_connector_type": { 4420 + "hex": "00ff", 4421 + "name": "Other", 4422 + "value": 255 4423 + }, 4424 + "internal_reference_designator": "J1D3 - XDP", 4425 + "external_reference_designator": "None" 4426 + }, 4427 + { 4428 + "handle": 118, 4429 + "port_type": { 4430 + "hex": "00ff", 4431 + "name": "Other", 4432 + "value": 255 4433 + }, 4434 + "internal_connector_type": { 4435 + "hex": "00ff", 4436 + "name": "Other", 4437 + "value": 255 4438 + }, 4439 + "internal_reference_designator": "J4V1 - Memory Slot 1", 4440 + "external_reference_designator": "None" 4441 + }, 4442 + { 4443 + "handle": 119, 4444 + "port_type": { 4445 + "hex": "00ff", 4446 + "name": "Other", 4447 + "value": 255 4448 + }, 4449 + "internal_connector_type": { 4450 + "hex": "00ff", 4451 + "name": "Other", 4452 + "value": 255 4453 + }, 4454 + "internal_reference_designator": "J4V2 - Memory Slot 2", 4455 + "external_reference_designator": "None" 4456 + }, 4457 + { 4458 + "handle": 120, 4459 + "port_type": { 4460 + "hex": "00ff", 4461 + "name": "Other", 4462 + "value": 255 4463 + }, 4464 + "internal_connector_type": { 4465 + "hex": "00ff", 4466 + "name": "Other", 4467 + "value": 255 4468 + }, 4469 + "internal_reference_designator": "J4C1 - FAN PWR", 4470 + "external_reference_designator": "None" 4471 + } 4472 + ], 4473 + "processor": [ 4474 + { 4475 + "handle": 60, 4476 + "socket": "U3E1", 4477 + "socket_type": { 4478 + "hex": "0001", 4479 + "name": "Other", 4480 + "value": 1 4481 + }, 4482 + "socket_populated": true, 4483 + "manufacturer": "Intel(R) Corporation", 4484 + "version": "Intel(R) N150", 4485 + "part": "To Be Filled By O.E.M.", 4486 + "processor_type": { 4487 + "hex": "0003", 4488 + "name": "CPU", 4489 + "value": 3 4490 + }, 4491 + "processor_family": { 4492 + "hex": "0001", 4493 + "name": "Other", 4494 + "value": 1 4495 + }, 4496 + "processor_status": { 4497 + "hex": "0001", 4498 + "name": "Enabled", 4499 + "value": 1 4500 + }, 4501 + "clock_ext": 100, 4502 + "clock_max": 3600, 4503 + "cache_handle_l1": 57, 4504 + "cache_handle_l2": 58, 4505 + "cache_handle_l3": 59 4506 + } 4507 + ], 4508 + "slot": [ 4509 + { 4510 + "handle": 9, 4511 + "designation": "Slot 1", 4512 + "slot_type": { 4513 + "hex": "00a6", 4514 + "name": "Other", 4515 + "value": 166 4516 + }, 4517 + "bus_width": { 4518 + "hex": "0005", 4519 + "name": "32 bit", 4520 + "value": 5 4521 + }, 4522 + "usage": { 4523 + "hex": "0003", 4524 + "name": "Available", 4525 + "value": 3 4526 + }, 4527 + "length": { 4528 + "hex": "0003", 4529 + "name": "Short", 4530 + "value": 3 4531 + }, 4532 + "id": 1, 4533 + "features": [ 4534 + "3.3 V", 4535 + "PME#" 4536 + ] 4537 + }, 4538 + { 4539 + "handle": 10, 4540 + "designation": "Slot 2", 4541 + "slot_type": { 4542 + "hex": "00a6", 4543 + "name": "Other", 4544 + "value": 166 4545 + }, 4546 + "bus_width": { 4547 + "hex": "0005", 4548 + "name": "32 bit", 4549 + "value": 5 4550 + }, 4551 + "usage": { 4552 + "hex": "0003", 4553 + "name": "Available", 4554 + "value": 3 4555 + }, 4556 + "length": { 4557 + "hex": "0003", 4558 + "name": "Short", 4559 + "value": 3 4560 + }, 4561 + "id": 1, 4562 + "features": [ 4563 + "3.3 V", 4564 + "PME#" 4565 + ] 4566 + }, 4567 + { 4568 + "handle": 11, 4569 + "designation": "Slot 3", 4570 + "slot_type": { 4571 + "hex": "00a6", 4572 + "name": "Other", 4573 + "value": 166 4574 + }, 4575 + "bus_width": { 4576 + "hex": "0005", 4577 + "name": "32 bit", 4578 + "value": 5 4579 + }, 4580 + "usage": { 4581 + "hex": "0003", 4582 + "name": "Available", 4583 + "value": 3 4584 + }, 4585 + "length": { 4586 + "hex": "0003", 4587 + "name": "Short", 4588 + "value": 3 4589 + }, 4590 + "id": 1, 4591 + "features": [ 4592 + "3.3 V", 4593 + "PME#" 4594 + ] 4595 + }, 4596 + { 4597 + "handle": 12, 4598 + "designation": "Slot 4", 4599 + "slot_type": { 4600 + "hex": "00a6", 4601 + "name": "Other", 4602 + "value": 166 4603 + }, 4604 + "bus_width": { 4605 + "hex": "0005", 4606 + "name": "32 bit", 4607 + "value": 5 4608 + }, 4609 + "usage": { 4610 + "hex": "0003", 4611 + "name": "Available", 4612 + "value": 3 4613 + }, 4614 + "length": { 4615 + "hex": "0003", 4616 + "name": "Short", 4617 + "value": 3 4618 + }, 4619 + "id": 1, 4620 + "features": [ 4621 + "3.3 V", 4622 + "PME#" 4623 + ] 4624 + }, 4625 + { 4626 + "handle": 13, 4627 + "designation": "Slot 5", 4628 + "slot_type": { 4629 + "hex": "00a6", 4630 + "name": "Other", 4631 + "value": 166 4632 + }, 4633 + "bus_width": { 4634 + "hex": "0005", 4635 + "name": "32 bit", 4636 + "value": 5 4637 + }, 4638 + "usage": { 4639 + "hex": "0003", 4640 + "name": "Available", 4641 + "value": 3 4642 + }, 4643 + "length": { 4644 + "hex": "0003", 4645 + "name": "Short", 4646 + "value": 3 4647 + }, 4648 + "id": 1, 4649 + "features": [ 4650 + "3.3 V", 4651 + "PME#" 4652 + ] 4653 + } 4654 + ], 4655 + "system": { 4656 + "handle": 1, 4657 + "manufacturer": "GMKtec", 4658 + "product": "NucBoxG9", 4659 + "version": "Default string", 4660 + "wake_up": { 4661 + "hex": "0006", 4662 + "name": "Power Switch", 4663 + "value": 6 4664 + } 4665 + } 4666 + } 4667 + }