Apple USB-C Cable Not Recognized By what cable #472
|
I have a couple of Apple USB-C cables that came with a device or an accessory but, unfortunately I don't know which ones, they are not recognized at all by what cable. It will show up if I plug in a USB device with it and it is listed as a slow USB device or charge-only cable at USB 2.0 only (480 Mbps). Is not detecting this type of "dumb" cable when plugged in on its own the expected behavior? Thanks for any insight that you can supply. |
Replies: 1 comment 2 replies
|
Expected, yes. A USB-C cable is only visible on its own if it has an e-marker chip inside. That chip is what answers when the port asks "what are you?". Your Apple cables are the plain USB 2.0 charge-and-sync ones (iPhone, iPad, Watch boxes), which have no e-marker, so both CC pins stay open, the port controller never registers a connection, and macOS reports the port as empty. WhatCable can only show what the Mac reports. Put something on the far end and the port wakes up, which is exactly what you saw: USB 2.0, 480 Mbps. That's the cable's real spec, so nothing is being missed. Worth knowing for the other direction too: the e-marker chip runs off VCONN, a small power rail the Mac feeds into the cable, and only answers a Discover Identity request. Some Macs read a marked cable straight away when bare, others wait until there's a real partner to negotiate with. So if an e-marked cable reads as basic when bare, plug something in at the far end and check again. Both points are in the Caveats section of the README. |
Expected, yes.
A USB-C cable is only visible on its own if it has an e-marker chip inside. That chip is what answers when the port asks "what are you?". Your Apple cables are the plain USB 2.0 charge-and-sync ones (iPhone, iPad, Watch boxes), which have no e-marker, so both CC pins stay open, the port controller never registers a connection, and macOS reports the port as empty. WhatCable can only show what the Mac reports.
Put something on the far end and the port wakes up, which is exactly what you saw: USB 2.0, 480 Mbps. That's the cable's real spec, so nothing is being missed.
Worth knowing for the other direction too: the e-marker chip runs off VCONN, a small power rail the Mac feeds …