Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Incorrectly reports Thunderbolt 5 as 4 on MacOS. #1465

Closed
Red6785 opened this issue Dec 27, 2024 · 10 comments
Closed

[BUG] Incorrectly reports Thunderbolt 5 as 4 on MacOS. #1465

Red6785 opened this issue Dec 27, 2024 · 10 comments
Labels
bug Something isn't working

Comments

@Red6785
Copy link

Red6785 commented Dec 27, 2024

Fastfetch reports three Thunderbolt 5 ports as Thunderbolt 4 Ports

  • What happened: The Host section references Thunderbolt 4 ports, when the laptop has Thunderbolt 5.
  • What should happen: It should correctly report Thunderbolt 5.
  • Fastfetch version used: 2.33.0 aarch64 MacOS
  • Did it work in an older version: Not to my knowledge.
  • Where did you get the binary: Homebrew.
  • This issue still occurs in the latest dev build.

Screenshot:

Screenshot 2024-12-26 at 10 56 11 PM

Output of fastfetch -c ci.jsonc --format json:

[
  {
    "type": "Title",
    "result": {
      "userName": "red",
      "hostName": "binah",
      "homeDir": "/Users/red/",
      "exePath": "/opt/homebrew/Cellar/fastfetch/2.33.0/bin/fastfetch",
      "userShell": "/bin/zsh"
    },
    "stat": 0.001999996602535248
  },
  {
    "type": "Separator",
    "error": "Unsupported for JSON format",
    "stat": 0.0
  },
  {
    "type": "OS",
    "result": {
      "buildID": "24C101",
      "codename": "Sequoia",
      "id": "macos",
      "idLike": "",
      "name": "macOS",
      "prettyName": "macOS",
      "variant": "",
      "variantID": "",
      "version": "15.2",
      "versionID": "15.2"
    },
    "stat": 0.49700000137090683
  },
  {
    "type": "Host",
    "result": {
      "family": "Mac16,8",
      "name": "MacBook Pro (14-inch, 2024, Three Thunderbolt 4 ports)",
      "version": "",
      "sku": "",
      "vendor": "Apple Inc.",
      "serial": "L7LQNWTWMC",
      "uuid": "3375FE6A-180A-551A-A318-2543E55A9004"
    },
    "stat": 0.10500000417232513
  },
  {
    "type": "Bios",
    "result": {
      "date": "Sat Nov 9 16:09:40 PST 2024",
      "release": "",
      "vendor": "Apple Inc.",
      "version": "11881.61.3",
      "type": "iBoot"
    },
    "stat": 0.3829999938607216
  },
  {
    "type": "Bootmgr",
    "result": {
      "name": "iBoot",
      "firmware": "/System/Library/CoreServices/boot.efi",
      "secureBoot": false
    },
    "stat": 0.008000001311302185
  },
  {
    "type": "Board",
    "result": {
      "name": "J614sAP",
      "vendor": "Apple Inc.",
      "version": "",
      "serial": ""
    },
    "stat": 0.028000004589557648
  },
  {
    "type": "Chassis",
    "error": "Not supported on this platform",
    "stat": 0.0
  },
  {
    "type": "Kernel",
    "result": {
      "architecture": "arm64",
      "name": "Darwin",
      "release": "24.2.0",
      "version": "Darwin Kernel Version 24.2.0: Fri Dec  6 19:03:40 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T6041",
      "displayVersion": "",
      "pageSize": 16384
    },
    "stat": 0.0009999945759773254
  },
  {
    "type": "InitSystem",
    "result": {
      "name": "launchd",
      "exe": "/sbin/launchd",
      "version": "7.0.0",
      "pid": 1
    },
    "stat": 5.7750000059604645
  },
  {
    "type": "Uptime",
    "result": {
      "uptime": 33627050,
      "bootTime": "2024-12-26T13:38:15.488-0600"
    },
    "stat": 0.3229999989271164
  },
  {
    "type": "Loadavg",
    "result": [
      1.62890625,
      1.8955078125,
      1.88037109375
    ],
    "stat": 0.00299999862909317
  },
  {
    "type": "Processes",
    "result": 653,
    "stat": 0.04599999636411667
  },
  {
    "type": "Packages",
    "result": {
      "all": 143,
      "am": 0,
      "apk": 0,
      "brew": 119,
      "brewCask": 24,
      "choco": 0,
      "dpkg": 0,
      "emerge": 0,
      "eopkg": 0,
      "flatpakSystem": 0,
      "flatpakUser": 0,
      "guixSystem": 0,
      "guixUser": 0,
      "guixHome": 0,
      "linglong": 0,
      "mport": 0,
      "nixDefault": 0,
      "nixSystem": 0,
      "nixUser": 0,
      "opkg": 0,
      "pacman": 0,
      "pacstall": 0,
      "paludis": 0,
      "pkg": 0,
      "pkgtool": 0,
      "qi": 0,
      "macports": 0,
      "rpm": 0,
      "scoop": 0,
      "snap": 0,
      "sorcery": 0,
      "winget": 0,
      "xbps": 0,
      "pacmanBranch": ""
    },
    "stat": 0.15799999982118607
  },
  {
    "type": "Shell",
    "result": {
      "exe": "/bin/zsh",
      "exeName": "zsh",
      "exePath": "/bin/zsh",
      "pid": 9561,
      "ppid": 9560,
      "processName": "zsh",
      "prettyName": "zsh",
      "version": "5.9",
      "tty": 0
    },
    "stat": 3.006000004708767
  },
  {
    "type": "Editor",
    "error": "$VISUAL or $EDITOR not set",
    "stat": 0.006999999284744263
  },
  {
    "type": "Display",
    "result": [
      {
        "id": 1,
        "name": "Color LCD",
        "primary": true,
        "output": {
          "width": 3024,
          "height": 1964,
          "refreshRate": 120.0
        },
        "scaled": {
          "width": 1512,
          "height": 982
        },
        "preferred": {
          "width": 3024,
          "height": 1964,
          "refreshRate": 120.0
        },
        "physical": {
          "width": 302,
          "height": 196
        },
        "rotation": 0,
        "bitDepth": 10,
        "hdrStatus": "Supported",
        "type": "Builtin",
        "manufactureDate": null,
        "serial": 4251086178,
        "platformApi": "CoreGraphics"
      }
    ],
    "stat": 22.710999995470047
  },
  {
    "type": "Brightness",
    "result": [
      {
        "name": "Color LCD",
        "max": 1.0,
        "min": 0.0,
        "current": 0.3104332685470581
      }
    ],
    "stat": 0.5330000072717667
  },
  {
    "type": "Monitor",
    "error": "Monitor module is an alias of Display module",
    "stat": 0.0
  },
  {
    "type": "LM",
    "error": "Not supported on this platform",
    "stat": 0.0009999945759773254
  },
  {
    "type": "DE",
    "result": {
      "processName": "",
      "prettyName": "Aqua",
      "version": ""
    },
    "stat": 0.0
  },
  {
    "type": "WM",
    "result": {
      "processName": "WindowServer",
      "prettyName": "Quartz Compositor",
      "protocolName": "",
      "pluginName": ""
    },
    "stat": 0.0010000020265579224
  },
  {
    "type": "WMTheme",
    "result": "Multicolor (Dark)",
    "stat": 0.2770000025629997
  },
  {
    "type": "Theme",
    "error": "Not supported on this platform",
    "stat": 0.015999995172023773
  },
  {
    "type": "Icons",
    "error": "Not supported on this platform",
    "stat": 0.0
  },
  {
    "type": "Font",
    "result": {
      "display": ".AppleSystemUIFont [System], Helvetica [User]",
      "fonts": [
        ".AppleSystemUIFont",
        "Helvetica",
        ".AppleSystemUIFontMonospaced",
        "Menlo"
      ]
    },
    "stat": 2.6389999985694885
  },
  {
    "type": "Cursor",
    "result": {
      "theme": "Fill - Black, Outline - White",
      "size": "32"
    },
    "stat": 0.21900000423192978
  },
  {
    "type": "Wallpaper",
    "result": "/Users/red/Pictures/Wallpapers/BlackandGold1.jpg",
    "stat": 0.2709999978542328
  },
  {
    "type": "Terminal",
    "result": {
      "processName": "ghostty",
      "exe": "/Applications/Ghostty.app/Contents/MacOS/ghostty",
      "exeName": "ghostty",
      "exePath": "/Applications/Ghostty.app/Contents/MacOS/ghostty",
      "pid": 9558,
      "ppid": 1,
      "prettyName": "ghostty",
      "version": "1.0.0",
      "tty": "/dev/ttys000"
    },
    "stat": 0.8950000032782555
  },
  {
    "type": "TerminalFont",
    "error": "Unknown terminal: ghostty",
    "stat": 0.0009999945759773254
  },
  {
    "type": "TerminalSize",
    "result": {
      "columns": 96,
      "rows": 44,
      "width": 1550,
      "height": 1566
    },
    "stat": 0.003000006079673767
  },
  {
    "type": "TerminalTheme",
    "result": {
      "fg": {
        "r": 255,
        "g": 250,
        "b": 244,
        "dark": false
      },
      "bg": {
        "r": 14,
        "g": 16,
        "b": 25,
        "dark": true
      }
    },
    "stat": 0.28199999779462814
  },
  {
    "type": "CPU",
    "result": {
      "cpu": "Apple M4 Pro",
      "vendor": "Apple",
      "packages": 1,
      "cores": {
        "physical": 14,
        "logical": 14,
        "online": 14
      },
      "frequency": {
        "base": 0,
        "max": 4512
      },
      "coreTypes": [
        {
          "count": 10,
          "freq": 2
        },
        {
          "count": 4,
          "freq": 1
        }
      ],
      "temperature": null
    },
    "stat": 0.16099999845027924
  },
  {
    "type": "CPUCache",
    "result": {
      "l1": [
        {
          "size": 196608,
          "num": 10,
          "lineSize": 0,
          "type": "instruction"
        },
        {
          "size": 131072,
          "num": 10,
          "lineSize": 0,
          "type": "data"
        },
        {
          "size": 131072,
          "num": 4,
          "lineSize": 0,
          "type": "instruction"
        },
        {
          "size": 65536,
          "num": 4,
          "lineSize": 0,
          "type": "data"
        }
      ],
      "l2": [
        {
          "size": 16777216,
          "num": 2,
          "lineSize": 0,
          "type": "unified"
        },
        {
          "size": 4194304,
          "num": 1,
          "lineSize": 0,
          "type": "unified"
        }
      ]
    },
    "stat": 0.01600000262260437
  },
  {
    "type": "CPUUsage",
    "result": [
      19.047619047619047,
      15.0,
      10.0,
      9.523809523809524,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0
    ],
    "stat": 205.18099999427795
  },
  {
    "type": "GPU",
    "result": [
      {
        "index": 0,
        "coreCount": 20,
        "coreUsage": 15.0,
        "memory": {
          "dedicated": {
            "total": null,
            "used": null
          },
          "shared": {
            "total": 7192231936,
            "used": 573603840
          }
        },
        "driver": "com.apple.AGXG16X 323.15",
        "name": "Apple M4 Pro",
        "temperature": null,
        "type": "Integrated",
        "vendor": "Apple",
        "platformApi": "Metal 3",
        "frequency": 1578,
        "deviceId": 4294968227
      }
    ],
    "stat": 19.975000001490116
  },
  {
    "type": "Memory",
    "result": {
      "total": 25769803776,
      "used": 14357872640
    },
    "stat": 0.009999997913837433
  },
  {
    "type": "PhysicalMemory",
    "error": "Unsupported for JSON format",
    "stat": 0.0010000020265579224
  },
  {
    "type": "Swap",
    "result": {
      "total": 0,
      "used": 0
    },
    "stat": 0.00299999862909317
  },
  {
    "type": "Disk",
    "result": [
      {
        "bytes": {
          "available": 799051735040,
          "free": 799051735040,
          "total": 994662584320,
          "used": 195610849280
        },
        "files": {
          "total": 4294580454,
          "used": 412140
        },
        "filesystem": "apfs",
        "mountpoint": "/",
        "mountFrom": "/dev/disk3s1s1",
        "name": "Macintosh HD",
        "volumeType": [
          "Regular",
          "Read-only"
        ],
        "createTime": "2024-12-07T02:11:55.000-0600"
      },
      {
        "bytes": {
          "available": 799051735040,
          "free": 799051735040,
          "total": 994662584320,
          "used": 195610849280
        },
        "files": {
          "total": 3508641579,
          "used": 369275
        },
        "filesystem": "apfs",
        "mountpoint": "/System/Volumes/Data",
        "mountFrom": "/dev/disk3s5",
        "name": "Data",
        "volumeType": [
          "Hidden"
        ],
        "createTime": "2024-10-18T03:02:16.999-0500"
      },
      {
        "bytes": {
          "available": 503951360,
          "free": 503951360,
          "total": 524288000,
          "used": 20336640
        },
        "files": {
          "total": 4921490,
          "used": 90
        },
        "filesystem": "apfs",
        "mountpoint": "/System/Volumes/Hardware",
        "mountFrom": "/dev/disk1s3",
        "name": "Hardware",
        "volumeType": [
          "Hidden"
        ],
        "createTime": "2024-10-28T00:15:48.193-0500"
      },
      {
        "bytes": {
          "available": 799051718656,
          "free": 799051718656,
          "total": 994662584320,
          "used": 195610865664
        },
        "files": {
          "total": 3508273334,
          "used": 1190
        },
        "filesystem": "apfs",
        "mountpoint": "/System/Volumes/Preboot",
        "mountFrom": "/dev/disk3s2",
        "name": "Preboot",
        "volumeType": [
          "Hidden"
        ],
        "createTime": "2024-10-28T00:15:46.973-0500"
      },
      {
        "bytes": {
          "available": 799061233664,
          "free": 799061233664,
          "total": 994662584320,
          "used": 195601350656
        },
        "files": {
          "total": 3508365116,
          "used": 52
        },
        "filesystem": "apfs",
        "mountpoint": "/System/Volumes/Update",
        "mountFrom": "/dev/disk3s4",
        "name": "Update",
        "volumeType": [
          "Hidden"
        ],
        "createTime": "2024-10-28T00:15:49.062-0500"
      },
      {
        "bytes": {
          "available": 799061233664,
          "free": 799061233664,
          "total": 994662584320,
          "used": 195601350656
        },
        "files": {
          "total": 3508365064,
          "used": 0
        },
        "filesystem": "apfs",
        "mountpoint": "/System/Volumes/VM",
        "mountFrom": "/dev/disk3s6",
        "name": "VM",
        "volumeType": [
          "Hidden"
        ],
        "createTime": "2024-10-28T00:27:52.072-0500"
      },
      {
        "bytes": {
          "available": 503951360,
          "free": 503951360,
          "total": 524288000,
          "used": 20336640
        },
        "files": {
          "total": 4921427,
          "used": 27
        },
        "filesystem": "apfs",
        "mountpoint": "/System/Volumes/iSCPreboot",
        "mountFrom": "/dev/disk1s1",
        "name": "iSCPreboot",
        "volumeType": [
          "Hidden"
        ],
        "createTime": "2024-10-28T00:15:47.797-0500"
      },
      {
        "bytes": {
          "available": 503951360,
          "free": 503951360,
          "total": 524288000,
          "used": 20336640
        },
        "files": {
          "total": 4921401,
          "used": 1
        },
        "filesystem": "apfs",
        "mountpoint": "/System/Volumes/xarts",
        "mountFrom": "/dev/disk1s2",
        "name": "xarts",
        "volumeType": [
          "Hidden"
        ],
        "createTime": "2024-10-28T00:15:48.000-0500"
      }
    ],
    "stat": 0.09300000220537186
  },
  {
    "type": "Btrfs",
    "error": "Not supported on this platform",
    "stat": 0.001999996602535248
  },
  {
    "type": "Zpool",
    "error": "Not supported on this platform",
    "stat": 0.0010000020265579224
  },
  {
    "type": "Battery",
    "result": [
      {
        "capacity": 52.0,
        "manufacturer": "Apple Inc.",
        "manufactureDate": "2024-09-04",
        "modelName": "bq40z651",
        "status": "Discharging",
        "technology": "Lithium",
        "serial": "F8YH98007SH0000FWL",
        "temperature": 26.650000000000034,
        "cycleCount": 4,
        "timeRemaining": 49740
      }
    ],
    "stat": 0.653999999165535
  },
  {
    "type": "PowerAdapter",
    "result": [],
    "stat": 0.17999999970197678
  },
  {
    "type": "Player",
    "error": "Player module is an alias of Media module",
    "stat": 0.0
  },
  {
    "type": "Media",
    "result": {
      "song": {
        "name": "The Choir Invisible",
        "artist": "Chris Christodoulou",
        "album": "DEADBOLT",
        "status": "Paused"
      },
      "player": {
        "name": "Doppler",
        "id": "co.brushedtype.doppler-macos",
        "url": ""
      }
    },
    "stat": 26.577999994158745
  },
  {
    "type": "PublicIp",
    "result": {
      "ip": "REDACTED",
      "location": "REDACTED"
    },
    "stat": 0.07500000298023224
  },
  {
    "type": "LocalIp",
    "result": [
      {
        "name": "en0",
        "defaultRoute": true,
        "ipv4": "192.168.86.56/24",
        "ipv6": "fe80::1cd9:87cb:1242:51f0/64,fdd8:403:dd23:fd67:ad:d32f:13c:295f/64",
        "mac": "d2:8b:01:ca:ae:bf",
        "mtu": 1500,
        "speed": -1,
        "flags": "UP,BROADCAST,RUNNING,MULTICAST,NOTRAILERS,SIMPLEX"
      }
    ],
    "stat": 0.052000001072883606
  },
  {
    "type": "DNS",
    "result": [
      "192.168.86.1"
    ],
    "stat": 0.028999999165534973
  },
  {
    "type": "Wifi",
    "result": [
      {
        "inf": {
          "description": "en0",
          "status": "Power On"
        },
        "conn": {
          "status": "Active",
          "ssid": "Anternet",
          "bssid": "",
          "protocol": "802.11ac (Wi-Fi 5)",
          "security": "WPA2 Personal",
          "signalQuality": 100.0,
          "rxRate": null,
          "txRate": 866.0,
          "channel": 149,
          "frequency": 5400
        }
      }
    ],
    "stat": 4858.230999998748
  },
  {
    "type": "DateTime",
    "result": "2024-12-26T22:58:47.681-0600",
    "stat": 0.009999997913837433
  },
  {
    "type": "Locale",
    "result": "en_US.UTF-8",
    "stat": 0.0010000020265579224
  },
  {
    "type": "Vulkan",
    "error": "dlopen libvulkan.dylib failed",
    "stat": 0.2019999995827675
  },
  {
    "type": "OpenGL",
    "result": {
      "version": "4.1 Metal - 89.3",
      "renderer": "Apple M4 Pro",
      "vendor": "Apple",
      "slv": "4.10",
      "library": "CGL 1.2"
    },
    "stat": 9.520999997854233
  },
  {
    "type": "OpenCL",
    "result": {
      "version": "1.2 (Nov  9 2024 22:11:50)",
      "name": "Apple",
      "vendor": "Apple",
      "gpus": [
        {
          "type": "Integrated",
          "vendor": "Apple",
          "name": "Apple M4 Pro",
          "driver": "1.0",
          "platformApi": "OpenCL 1.2",
          "coreCount": 20,
          "frequency": 1000,
          "memory": {
            "dedicated": {
              "total": null,
              "used": null
            },
            "shared": {
              "total": 17179885568,
              "used": null
            }
          },
          "deviceId": 16940800
        }
      ]
    },
    "stat": 0.01600000262260437
  },
  {
    "type": "Users",
    "result": [
      {
        "name": "red",
        "hostName": "",
        "sessionName": "console",
        "clientIp": "",
        "loginTime": "2024-12-26T13:38:31.578-0600"
      }
    ],
    "stat": 0.07599999755620956
  },
  {
    "type": "Sound",
    "result": [
      {
        "active": true,
        "main": true,
        "volume": 19,
        "name": "MacBook Pro Speakers",
        "identifier": "70"
      }
    ],
    "stat": 28.63800000399351
  },
  {
    "type": "Camera",
    "result": [
      {
        "name": "MacBook Pro Camera",
        "vendor": "Apple Inc.",
        "colorSpace": "sRGB",
        "id": "6C707041-05AC-0010-0008-000000000001",
        "width": 1920,
        "height": 1080
      }
    ],
    "stat": 21.94699999690056
  },
  {
    "type": "Gamepad",
    "result": [],
    "stat": 0.10700000077486038
  },
  {
    "type": "Weather",
    "result": "+68°F - Clear (Austin, Texas, United States)",
    "stat": 0.06000000238418579
  },
  {
    "type": "NetIO",
    "result": [
      {
        "name": "en0",
        "defaultRoute": true,
        "txBytes": 12928,
        "rxBytes": 13759,
        "txPackets": 25,
        "rxPackets": 20,
        "rxErrors": 0,
        "txErrors": 0,
        "rxDrops": 0,
        "txDrops": 0
      }
    ],
    "stat": 0.006999999284744263
  },
  {
    "type": "DiskIO",
    "result": [
      {
        "name": "APPLE SSD AP1024Z Media",
        "devPath": "/dev/disk0",
        "bytesRead": 218726,
        "bytesWritten": 56524,
        "readCount": 20,
        "writeCount": 5
      }
    ],
    "stat": 0.15299999713897705
  },
  {
    "type": "PhysicalDisk",
    "result": [
      {
        "name": "APPLE SSD AP1024Z Media",
        "devPath": "/dev/disk0",
        "interconnect": "Apple Fabric",
        "kind": "SSD",
        "size": 1000555581440,
        "serial": "0ba0284b81b1261b",
        "removable": false,
        "readOnly": false,
        "revision": "2032.60.",
        "temperature": 26.0
      }
    ],
    "stat": 1.340999998152256
  },
  {
    "type": "TPM",
    "error": "Not supported on this platform",
    "stat": 0.0010000020265579224
  },
  {
    "type": "Version",
    "result": {
      "projectName": "fastfetch",
      "sysName": "Darwin",
      "architecture": "aarch64",
      "version": "2.33.0",
      "versionGit": "",
      "cmakeBuiltType": "Release",
      "compileTime": "Dec 26 2024, 01:37:25",
      "compiler": "Apple clang 16.0.0 (16000026)",
      "debugMode": false,
      "libc": "libSystem 1351.0.0"
    },
    "stat": 0.0010000020265579224
  },
  {
    "type": "Break",
    "error": "Unsupported for JSON format",
    "stat": 0.0009999945759773254
  },
  {
    "type": "Colors",
    "error": "Unsupported for JSON format",
    "stat": 0.0
  }
]

Output of fastfetch --list-features:

threads
vulkan
imagemagick7
chafa
zlib
sqlite3
@Red6785 Red6785 added the bug Something isn't working label Dec 27, 2024
@CarterLi
Copy link
Member

The official website identifies your MBP includes Thunderbolt 4

image

https://support.apple.com/en-us/108052

@Red6785
Copy link
Author

Red6785 commented Dec 27, 2024

That page is wrong.
Screenshot 2024-12-26 at 11 32 59 PM
https://www.apple.com/newsroom/2024/10/new-macbook-pro-features-m4-family-of-chips-and-apple-intelligence/
Thunderbolt 4 caps at 80Gbps, yet my system reports a max speed of 120Gbps.
Screenshot 2024-12-26 at 11 35 07 PM
Clicking on the tech specs, the tech specs for that model report Thunderbolt 5.
Screenshot 2024-12-26 at 11 36 44 PM
https://support.apple.com/en-us/121553
Interesting that an official page is wrong, someone made a mistake. I wonder if there is anywhere to report that to.

@CarterLi
Copy link
Member

I don't have a M4 mac. What does ioreg -r -n product print?

@Red6785
Copy link
Author

Red6785 commented Dec 27, 2024

    {
      "sandman-support" = <00000000>
      "display-mirroring" = <01000000>
      "upgradeable-memory" = <00000000>
      "wifi-chipset" = <"4388">
      "lockdown-certtype" = <01000000>
      "bluetooth-lea2" = <01000000>
      "product-name" = <"MacBook Pro (14-inch, Nov 2024)">
      "RF-exposure-separation-distance" = <05000000>
      "mobiledevice-min-ver" = <"1754">
      "product-id" = <995f62e540324c5c0204041090aae4f12aad126f>
      "raw-panel-serial-number" = <"FMXH9V006L500006J3+A+GE1S4808135046+PROD+Y431443374351+K207$
      "product-description" = <"MacBook Pro (14-inch, Nov 2024)">
      "product-soc-name" = <"Apple M4 Pro">
      "partially-occluded-display" = <01000000>
      "allow-32bit-apps" = <01000000>
      "coverglass-serial-number" = <"FMXH9V006L500006J3">
      "exclaves-enabled" = <00000000>
      "has-boot-chime" = <01000000>
      "compatible-device-fallback" = <"iPad14,5">
      "external-hdr" = <>
      "device-perf-memory-class" = <00000000>
      "dual-iboot-support" = <01000000>
      "artwork-scale-factor" = <02000000>
      "has-exclaves" = <00000000>
      "public-key-accelerator" = <01000000>
      "tcon-path" = <"arm-io/spi4/dp855">
      "name" = <"product">
      "artwork-device-idiom" = <"mac">
      "has-virtualization" = <01000000>
      "AAPL,phandle" = <91010000>
      "graphics-featureset-class" = <"APPLE9">
      "compatible-app-variant" = <"MacFamily20,1">
      "artwork-dynamic-displaymode" = <"0">
      "bluetooth-le" = <01000000>
      "has-applelpm" = <00000000>
      "framebuffer-identifier" = <"0">
      "allow-hactivation" = <00000000>
      "ephemeral-data-mode" = <00000000>
      "chrome-identifier" = <"0">
      "app-macho-architecture" = <"arm64">
      "atomic-firmware-update-support" = <01000000>
      "ptp-large-files" = <01000000>
      "udid-version" = <02000000>
      "graphics-featureset-fallbacks" = <"APPLE8:APPLE7:APPLE6:APPLE5:APPLE4:APPLE3:APPLE3v1:AP$
      "ambient-light-sensor-serial-num" = <"07010AB8BC344F77">
      "artwork-display-gamut" = <"P3">
      "front-cam-offset-from-center" = <000000009e250000e20000006400000000000000>
      "partition-style" = <"macOS">
      "single-stage-boot" = <01000000>
      "display-temp-compensation" = <00000001001498520000f4d20000f28000010000001700000000f75f00$
      "builtin-battery" = <01000000>
      "artwork-device-subtype" = <ac070000>
      "primary-calibration-matrix" = <0100000013acf100204e0f00cc05ffff3330040055bcfa00771301003$
      "usb-c-smc-pwr" = <>
    }

@CarterLi
Copy link
Member

I wonder if I should just use the result reported by ioreg -r -n product. For now, I will fix the hard coded data. Thanks.

@Red6785
Copy link
Author

Red6785 commented Dec 27, 2024

Thanks for the quick replies. I also submitted website feedback letting Apple know they made a mistake, so we should hopefully see that page updated within the next three years.

@CarterLi
Copy link
Member

image

https://support.apple.com/en-us/121552

This is awful. Which thunderbolt version on earth does this model include?

@Red6785
Copy link
Author

Red6785 commented Dec 27, 2024

Damn, their website is really having an ouch.
Base M4 still has TB4. M4 Pro and Max only have TB5.

@CarterLi
Copy link
Member

Please test the dev build

@Red6785
Copy link
Author

Red6785 commented Dec 27, 2024

Screenshot 2024-12-27 at 12 21 41 AM Functioning, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants