Recientemente actualicé mi MBP Retina 2013 a Sierra GM, y hoy se detuvo para conectar los dispositivos Android.
Tengo Android SDK instalado y muchos dispositivos disponibles con diferentes versiones de SO. Pero cuando los conecto a mi MacBook, solo se están cargando, ADB no funciona y no los veo conectados a USB en absoluto:
$ ioreg -p IOUSB
+-o Root <class IORegistryEntry, id 0x100000100, retain 17>
+-o Root Hub Simulation Simulation@1d000000 <class AppleUSBRootHubDevice, id 0x1000002c4, registered, matched, active, busy 0 (11 ms), retain 9>
| +-o IOUSBHostDevice@1d100000 <class AppleUSBDevice, id 0x1000002c6, registered, matched, active, busy 0 (11 ms), retain 12>
| +-o IOUSBHostDevice@1d180000 <class AppleUSBDevice, id 0x1000002e8, registered, matched, active, busy 0 (11 ms), retain 13>
| +-o Apple Internal Keyboard / Trackpad@1d182000 <class AppleUSBDevice, id 0x100000309, registered, matched, active, busy 0 (162 ms), retain 15>
| +-o BRCM20702 Hub@1d181000 <class AppleUSBDevice, id 0x100000324, registered, matched, active, busy 0 (12 ms), retain 12>
| +-o Bluetooth USB Host Controller@1d181300 <class AppleUSBDevice, id 0x100000352, registered, matched, active, busy 0 (12 ms), retain 17>
+-o Root Hub Simulation Simulation@1a000000 <class AppleUSBRootHubDevice, id 0x1000002cb, registered, matched, active, busy 0 (11 ms), retain 9>
| +-o IOUSBHostDevice@1a100000 <class AppleUSBDevice, id 0x1000002cd, registered, matched, active, busy 0 (12 ms), retain 12>
| +-o FaceTime HD Camera (Built-in)@1a110000 <class AppleUSBDevice, id 0x100000503, registered, matched, active, busy 0 (114 ms), retain 19>
+-o Root Hub Simulation Simulation@14000000 <class AppleUSBRootHubDevice, id 0x1000012c4, registered, matched, active, busy 0 (1 ms), retain 8>
Cuando conecto mi iPhone:
$ ioreg -p IOUSB
+-o Root <class IORegistryEntry, id 0x100000100, retain 17>
+-o Root Hub Simulation Simulation@1d000000 <class AppleUSBRootHubDevice, id 0x1000002c4, registered, matched, active, busy 0 (11 ms), retain 9>
| +-o IOUSBHostDevice@1d100000 <class AppleUSBDevice, id 0x1000002c6, registered, matched, active, busy 0 (11 ms), retain 12>
| +-o IOUSBHostDevice@1d180000 <class AppleUSBDevice, id 0x1000002e8, registered, matched, active, busy 0 (11 ms), retain 13>
| +-o Apple Internal Keyboard / Trackpad@1d182000 <class AppleUSBDevice, id 0x100000309, registered, matched, active, busy 0 (172 ms), retain 15>
| +-o BRCM20702 Hub@1d181000 <class AppleUSBDevice, id 0x100000324, registered, matched, active, busy 0 (12 ms), retain 12>
| +-o Bluetooth USB Host Controller@1d181300 <class AppleUSBDevice, id 0x100000352, registered, matched, active, busy 0 (12 ms), retain 17>
+-o Root Hub Simulation Simulation@1a000000 <class AppleUSBRootHubDevice, id 0x1000002cb, registered, matched, active, busy 0 (11 ms), retain 9>
| +-o IOUSBHostDevice@1a100000 <class AppleUSBDevice, id 0x1000002cd, registered, matched, active, busy 0 (12 ms), retain 12>
| +-o FaceTime HD Camera (Built-in)@1a110000 <class AppleUSBDevice, id 0x100000503, registered, matched, active, busy 0 (122 ms), retain 19>
+-o Root Hub Simulation Simulation@14000000 <class AppleUSBRootHubDevice, id 0x1000012c4, registered, matched, active, busy 0 (1 ms), retain 9>
+-o iPhone@14200000 <class AppleUSBDevice, id 0x100001414, registered, matched, active, busy 0 (3 ms), retain 19>
Ya lo he intentado:
- Windows way (reiniciar MacBook, reiniciar dispositivos).
- Use un cable USB diferente.
- Conectar a un puerto diferente (2 disponibles).
- Use diferentes dispositivos (ya probé 3 dispositivos Samsung, 1 Asus y 1 HTC).
Todo estuvo bien durante unos días después de la actualización, pero no funciona hoy.
¿Alguna sugerencia?