this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add steropes (#80)

authored by

Taylor Hanken and committed by
GitHub
e54e9e91 79baf592

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