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

ImportError: _pywrap_coral.cpython-38-darwin.so not found #35

Closed
robmarkcole opened this issue Jul 25, 2021 · 23 comments
Closed

ImportError: _pywrap_coral.cpython-38-darwin.so not found #35

robmarkcole opened this issue Jul 25, 2021 · 23 comments
Assignees
Labels
comp:demo Demo related isssues Hardware:USB Accelerator Coral USB Accelerator issues subtype:macOS macOS Build/installation issues type:build/install Build and install issues

Comments

@robmarkcole
Copy link

robmarkcole commented Jul 25, 2021

Platform:

{'platform': 'Darwin',
 'platform-release': '20.5.0',
 'platform-version': 'Darwin Kernel Version 20.5.0: Sat May  8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64',
 'architecture': 'x86_64',
 'processor': 'i386',
 'ram': '8 GB'}

Python 3.8.5. with venv using python3 -m venv venv and installation using python3 -m pip install --index-url https://google-coral.github.io/py-repo/ --extra-index-url=https://pypi.python.org/simple pycoral

On running from pycoral.utils import edgetpu and having the usb accelerator plugged into USB, I receive:

ImportError: dlopen(/Users/robin/Github/pycoral-experiments/venv/lib/python3.8/site-packages/pycoral/pybind/_pywrap_coral.cpython-38-darwin.so, 2): Library not loaded: @rpath/libedgetpu.1.dylib
  Referenced from: /Users/robin/Github/pycoral-experiments/venv/lib/python3.8/site-packages/pycoral/pybind/_pywrap_coral.cpython-38-darwin.so
  Reason: image not found
@hjonnala hjonnala self-assigned this Jul 25, 2021
@hjonnala
Copy link
Contributor

hjonnala commented Jul 25, 2021

Hi, please try uninstall tflite_runtime and pycoral and install from these whl files using pip:
https://github.com/google-coral/pycoral/releases

Here the links commands for python3.8 and Mac

pip install https://github.com/google-coral/pycoral/releases/download/v1.0.1/tflite_runtime-2.5.0-cp38-cp38-macosx_10_15_x86_64.whl

pip install https://github.com/google-coral/pycoral/releases/download/v1.0.1/pycoral-1.0.1-cp38-cp38-macosx_10_15_x86_64.whl

Thanks

@robmarkcole
Copy link
Author

@hjonnala having followed your instructions I receive:

ImportError: dlopen(/Users/robin/Github/pycoral-experiments/venv/lib/python3.8/site-packages/pycoral/pybind/_pywrap_coral.cpython-38-darwin.so, 2): Library not loaded: @rpath/libedgetpu.1.dylib

  Referenced from: /Users/robin/Github/pycoral-experiments/venv/lib/python3.8/site-packages/pycoral/pybind/_pywrap_coral.cpython-38-darwin.so
  Reason: image not found

@hjonnala
Copy link
Contributor

@ robmarkcole. I am not able to reproduce the error. Can you please share entire error details from which line the error is coming.

(coral_env) hemanthreddyj-macbookpro1:Desktop hemanthreddyj$ python3
Python 3.8.2 (default, Jun  8 2021, 11:59:35) 
[Clang 12.0.5 (clang-1205.0.22.11)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.uname()
uname_result(system='Darwin', node='hemanthreddyj-macbookpro1.roam.corp.google.com', release='20.5.0', version='Darwin Kernel Version 20.5.0: Sat May  8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64', machine='x86_64', processor='i386')
>>> from pycoral.utils import edgetpu
>>> 

@hjonnala
Copy link
Contributor

we have new release. Please try to create new virtual env and install using python3 -m pip install --index-url https://google-coral.github.io/py-repo/ --extra-index-url=https://pypi.python.org/simple pycoral.

And let us know if you are still facing any issues.

hemanthreddyj-macbookpro1:~ hemanthreddyj$ /usr/bin/python3 -m venv pycoratest_venv
hemanthreddyj-macbookpro1:~ hemanthreddyj$ source pycoratest_venv/bin/activate
(pycoratest_venv) hemanthreddyj-macbookpro1:~ hemanthreddyj$ python3
Python 3.8.2 (default, Jun  8 2021, 11:59:35) 
[Clang 12.0.5 (clang-1205.0.22.11)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()
(pycoratest_venv) hemanthreddyj-macbookpro1:~ hemanthreddyj$ python3 -m pip install --index-url https://google-coral.github.io/py-repo/ --extra-index-url=https://pypi.python.org/simple pycoral
Looking in indexes: https://google-coral.github.io/py-repo/, https://pypi.python.org/simple
Collecting pycoral
  Downloading https://github.com/google-coral/pycoral/releases/download/v2.0.0/pycoral-2.0.0-cp38-cp38-macosx_11_0_x86_64.whl (1.7MB)
     |████████████████████████████████| 1.8MB 3.0MB/s 
Collecting Pillow>=4.0.0 (from pycoral)
  Using cached https://files.pythonhosted.org/packages/8f/7d/1e9c2d8989c209edfd10f878da1af956059a1caab498e5bc34fa11b83f71/Pillow-8.3.1.tar.gz
Collecting tflite-runtime==2.5.0.post1 (from pycoral)
  Downloading https://github.com/google-coral/pycoral/releases/download/v2.0.0/tflite_runtime-2.5.0.post1-cp38-cp38-macosx_11_0_x86_64.whl (1.4MB)
     |████████████████████████████████| 1.4MB 24.4MB/s 
Collecting numpy>=1.16.0 (from pycoral)
  Downloading https://files.pythonhosted.org/packages/0b/a7/e724c8df240687b5fd62d8c71f1a6709d455c4c09432c7412e3e64f4cbe5/numpy-1.21.1.zip (10.3MB)
     |████████████████████████████████| 10.3MB 4.1MB/s 
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Building wheels for collected packages: numpy
  Building wheel for numpy (PEP 517) ... done
  Created wheel for numpy: filename=numpy-1.21.1-cp38-cp38-macosx_11_0_x86_64.whl size=6941884 sha256=c23f4b26de45b8a05a3e0bca4ab28a5f7ee0eb2c871b6cf4bc47a1e3ac073827
  Stored in directory: /Users/hemanthreddyj/Library/Caches/pip/wheels/56/11/89/31a50277e9fc8e2d582974f9a491cbb1a3c07c717b2fcbcddb
Successfully built numpy
Installing collected packages: Pillow, numpy, tflite-runtime, pycoral
  Running setup.py install for Pillow ... done
Successfully installed Pillow-8.3.1 numpy-1.21.1 pycoral-2.0.0 tflite-runtime-2.5.0.post1
WARNING: You are using pip version 19.2.3, however version 21.2.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
(pycoratest_venv) hemanthreddyj-macbookpro1:~ hemanthreddyj$ python3
Python 3.8.2 (default, Jun  8 2021, 11:59:35) 
[Clang 12.0.5 (clang-1205.0.22.11)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from pycoral.utils import edgetpu
>>> 

@robmarkcole
Copy link
Author

Following exactly your steps:

Robins-MacBook:pycoral-experiments robin$ python3 -m venv venv
Robins-MacBook:pycoral-experiments robin$ source venv/bin/activate
(venv) Robins-MacBook:pycoral-experiments robin$ python3 -m pip install --index-url https://google-coral.github.io/py-repo/ --extra-index-url=https://pypi.python.org/simple pycoral
Looking in indexes: https://google-coral.github.io/py-repo/, https://pypi.python.org/simple
Collecting pycoral
  Using cached https://github.com/google-coral/pycoral/releases/download/v1.0.1/pycoral-1.0.1-cp38-cp38-macosx_10_15_x86_64.whl (1.6 MB)
Collecting tflite-runtime==2.5.0
  Using cached https://github.com/google-coral/pycoral/releases/download/release-frogfish/tflite_runtime-2.5.0-cp38-cp38-macosx_10_15_x86_64.whl (1.3 MB)
Collecting numpy>=1.12.1
  Using cached numpy-1.21.1-cp38-cp38-macosx_10_9_x86_64.whl (16.9 MB)
Collecting Pillow>=4.0.0
  Using cached Pillow-8.3.1-cp38-cp38-macosx_10_10_x86_64.whl (2.9 MB)
Installing collected packages: numpy, tflite-runtime, Pillow, pycoral
Successfully installed Pillow-8.3.1 numpy-1.21.1 pycoral-1.0.1 tflite-runtime-2.5.0
WARNING: You are using pip version 20.1.1; however, version 21.2.1 is available.
You should consider upgrading via the '/Users/robin/Github/pycoral-experiments/venv/bin/python3 -m pip install --upgrade pip' command.
(venv) Robins-MacBook:pycoral-experiments robin$ python3
Python 3.8.5 (default, Jul 21 2020, 10:48:26) 
[Clang 11.0.3 (clang-1103.0.32.62)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from pycoral.utils import edgetpu
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/robin/Github/pycoral-experiments/venv/lib/python3.8/site-packages/pycoral/utils/edgetpu.py", line 24, in <module>
    from pycoral.pybind._pywrap_coral import GetRuntimeVersion as get_runtime_version
ImportError: dlopen(/Users/robin/Github/pycoral-experiments/venv/lib/python3.8/site-packages/pycoral/pybind/_pywrap_coral.cpython-38-darwin.so, 2): Library not loaded: @rpath/libedgetpu.1.dylib
  Referenced from: /Users/robin/Github/pycoral-experiments/venv/lib/python3.8/site-packages/pycoral/pybind/_pywrap_coral.cpython-38-darwin.so
  Reason: image not found

I notice you are on Python 3.8.2 whilst I am on Python 3.8.5

@hjonnala
Copy link
Contributor

we can see it is using cache to install the libraries. Can you try create virtual env with different name. You should be getting pycoral2.0.0.

@robmarkcole
Copy link
Author

robmarkcole commented Jul 30, 2021

@hjonnala even creating a fresh venv with a new name, I encounter the issue as it appears its not getting pycoral2.0.0. Tried adding --no-cache-dir --upgrade but still pulls 1.0.1

Robins-MacBook:pycoral-experiments robin$ python3 -m venv venv2Robins-MacBook:pycoral-experiments robin$ source venv2/bin/activate
(venv2) Robins-MacBook:pycoral-experiments robin$ python3 -m pip install --index-url https://google-coral.github.io/py-repo/ --extra-index-url=https://pypi.python.org/simple pycoral
Looking in indexes: https://google-coral.github.io/py-repo/, https://pypi.python.org/simple
Collecting pycoral
  Downloading https://github.com/google-coral/pycoral/releases/download/v1.0.1/pycoral-1.0.1-cp38-cp38-macosx_10_15_x86_64.whl (1.6 MB)
     |████████████████████████████████| 1.6 MB 6.7 MB/s 
Collecting Pillow>=4.0.0
  Using cached Pillow-8.3.1-cp38-cp38-macosx_10_10_x86_64.whl (2.9 MB)
Collecting numpy>=1.12.1
  Using cached numpy-1.21.1-cp38-cp38-macosx_10_9_x86_64.whl (16.9 MB)
Collecting tflite-runtime==2.5.0
  Downloading https://github.com/google-coral/pycoral/releases/download/release-frogfish/tflite_runtime-2.5.0-cp38-cp38-macosx_10_15_x86_64.whl (1.3 MB)
     |████████████████████████████████| 1.3 MB 2.2 MB/s 
Installing collected packages: Pillow, numpy, tflite-runtime, pycoral
Successfully installed Pillow-8.3.1 numpy-1.21.1 pycoral-1.0.1 tflite-runtime-2.5.0
WARNING: You are using pip version 20.1.1; however, version 21.2.1 is available.
You should consider upgrading via the '/Users/robin/Github/pycoral-experiments/venv2/bin/python3 -m pip install --upgrade pip' command.
(venv2) Robins-MacBook:pycoral-experiments robin$ python3
Python 3.8.5 (default, Jul 21 2020, 10:48:26) 
[Clang 11.0.3 (clang-1103.0.32.62)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from pycoral.utils import edgetpu
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/robin/Github/pycoral-experiments/venv2/lib/python3.8/site-packages/pycoral/utils/edgetpu.py", line 24, in <module>
    from pycoral.pybind._pywrap_coral import GetRuntimeVersion as get_runtime_version
ImportError: dlopen(/Users/robin/Github/pycoral-experiments/venv2/lib/python3.8/site-packages/pycoral/pybind/_pywrap_coral.cpython-38-darwin.so, 2): Library not loaded: @rpath/libedgetpu.1.dylib
  Referenced from: /Users/robin/Github/pycoral-experiments/venv2/lib/python3.8/site-packages/pycoral/pybind/_pywrap_coral.cpython-38-darwin.so
  Reason: image not found
>>> quit()
(venv2) Robins-MacBook:pycoral-experiments robin$ pip freeze
numpy==1.21.1
Pillow==8.3.1
pycoral==1.0.1
tflite-runtime==2.5.0

I then created a fresh venv and pip istalled as above and have:

(venv) MacBook-Pro:edgetpu_runtime robin$ pip freeze
numpy==1.21.1
Pillow==8.3.1
pycoral==2.0.0
tflite-runtime==2.5.0.post1

@dmitriykovalev
Copy link
Member

@robmarkcole Looks like you are missing libedgetpu shared library according to the error message: 2): Library not loaded: @rpath/libedgetpu.1.dylib. Have you installed libedgetpu from the runtime zip archive?

@robmarkcole
Copy link
Author

robmarkcole commented Jul 31, 2021

@dmitriykovalev thanks for the pointer. However I hit various issues and am unable to install

  homebrew-core is a shallow clone.
To `brew update`, first run:
  git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
This restriction has been made on GitHub's request because updating shallow
clones is an extremely expensive operation due to the tree layout and traffic of
Homebrew/homebrew-core and Homebrew/homebrew-cask. We don't do this for you
automatically to avoid repeatedly performing an expensive unshallow operation in
CI systems (which should instead be fixed to not use shallow clones). Sorry for
the inconvenience!
==> Downloading https://homebrew.bintray.com/bottles/libusb-1.0.23.catalina.bottle.1.tar.gz
-#O#- #   #                                                                   
curl: (22) The requested URL returned error: 403 Forbidden
Error: Failed to download resource "libusb"
Download failed: https://homebrew.bintray.com/bottles/libusb-1.0.23.catalina.bottle.1.tar.gz
Warning: Bottle installation failed: building from source.
==> Downloading https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.23.tar.bz2
Already downloaded: /Users/robin/Library/Caches/Homebrew/downloads/c49fbf2356d71d89ba2c94312bf2c237035d8975418b55254f25ea14ce81692a--libusb-1.0.23.tar.bz2
Error: Your Command Line Tools are too outdated.

@dmitriykovalev
Copy link
Member

@robmarkcole Looks like there is an error while installing libusb using Homebrew. You probably need to install the latest version of Xcode Command Line Tools and then try again. Libusb is a dependency for libedgetpu, so it should be installed anyway.

@robmarkcole
Copy link
Author

robmarkcole commented Aug 1, 2021

@dmitriykovalev I am currently wiping and reinstalling my command line tools after the following, lets see if this resolves it. However all indications are that my tools are already up to date

==> Downloading https://homebrew.bintray.com/bottles/libusb-1.0.23.catalina.bottle.1.tar.gz
#=#=-#  #                                                                     
curl: (22) The requested URL returned error: 403 Forbidden
Error: Failed to download resource "libusb"
Download failed: https://homebrew.bintray.com/bottles/libusb-1.0.23.catalina.bottle.1.tar.gz
Warning: Bottle installation failed: building from source.
==> Downloading https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.23.tar.bz2
Already downloaded: /Users/robin/Library/Caches/Homebrew/downloads/c49fbf2356d71d89ba2c94312bf2c237035d8975418b55254f25ea14ce81692a--libusb-1.0.23.tar.bz2
Error: Your Command Line Tools are too outdated.
Update them from Software Update in System Preferences or run:
  softwareupdate --all --install --force

If that doesn't show you an update run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install

Alternatively, manually download them from:
  https://developer.apple.com/download/more/.

Error: Your CLT does not support macOS 11.
It is either outdated or was modified.
Please update your CLT or delete it if no updates are available.
Update them from Software Update in System Preferences or run:
  softwareupdate --all --install --force


If that doesn't show you an update run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install

Alternatively, manually download them from:
  https://developer.apple.com/download/more/.

Alright after doing that libusb is able to install. I tried to update it also but got a different error:

==> Upgrading 1 outdated package:
libusb 1.0.21 -> 1.0.23
==> Upgrading libusb 1.0.21 -> 1.0.23 
==> Downloading https://homebrew.bintray.com/bottles/libusb-1.0.23.catalina.bottle.1.tar.gz
-#O#- #   #                                                                   
curl: (22) The requested URL returned error: 403 Forbidden
Error: Failed to download resource "libusb"
Download failed: https://homebrew.bintray.com/bottles/libusb-1.0.23.catalina.bottle.1.tar.gz
Warning: Bottle installation failed: building from source.
==> Downloading https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.23.tar.bz2
Already downloaded: /Users/robin/Library/Caches/Homebrew/downloads/c49fbf2356d71d89ba2c94312bf2c237035d8975418b55254f25ea14ce81692a--libusb-1.0.23.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/libusb/1.0.23
==> make install
🍺  /usr/local/Cellar/libusb/1.0.23: 26 files, 498.2KB, built in 22 seconds
Removing: /usr/local/Cellar/libusb/1.0.21... (29 files, 510.4KB)
Warning: Calling depends_on :x11 is deprecated! Use depends_on specific X11 formula(e) instead.
Please report this issue to the homebrew/core tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/imlib2.rb:25

Nevertheless libedgetpu can now install

Would you like to enable the maximum operating frequency for your Coral USB device? Y/N
y
Using the maximum operating frequency for Coral USB devices.
Error: 
  homebrew-core is a shallow clone.
To `brew update`, first run:
  git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
This restriction has been made on GitHub's request because updating shallow
clones is an extremely expensive operation due to the tree layout and traffic of
Homebrew/homebrew-core and Homebrew/homebrew-cask. We don't do this for you
automatically to avoid repeatedly performing an expensive unshallow operation in
CI systems (which should instead be fixed to not use shallow clones). Sorry for
the inconvenience!
Warning: libusb 1.0.23 is already installed and up-to-date
To reinstall 1.0.23, run `brew reinstall libusb`
Installing Edge TPU runtime library [/usr/local/lib]...
Generating symlink [/usr/local/lib/libedgetpu.1.dylib]...

My apologies for the many screendumps but perhaps this will help someone else with their debugging. Tbh it is not clear from the docs that a mac use will need to do these manual steps to install libusb and libedgetpu

I am then able to import pathlib from pycoral.utils import edgetpu but then hit an error:

ValueError: Failed to load delegate from libedgetpu.1.dylib

which is google-coral/edgetpu#364 however I am using the USB accelerator. My notebook is at https://github.com/robmarkcole/pycoral-experiments/blob/main/quickstart-macos.ipynb

@hjonnala hjonnala added comp:demo Demo related isssues Hardware:USB Accelerator Coral USB Accelerator issues stat:awaiting response Status - Awaiting response from author subtype:macOS macOS Build/installation issues type:build/install Build and install issues and removed installation labels Aug 2, 2021
@dmitriykovalev
Copy link
Member

@robmarkcole That's interesting. Please copy the output from the following commands:

otool -L /usr/local/lib/libedgetpu.1.0.dylib

and

brew --prefix libusb

@robmarkcole
Copy link
Author

robmarkcole commented Aug 4, 2021

@dmitriykovalev

(venv) MacBook-Pro:pycoral-experiments robin$ otool -L /usr/local/lib/libedgetpu.1.0.dylib

/usr/local/lib/libedgetpu.1.0.dylib:
        /usr/local/lib/libedgetpu.1.dylib (compatibility version 0.0.0, current version 0.0.0)
        /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 905.6.0)
        /usr/local/lib/libusb-1.0.0.dylib (compatibility version 4.0.0, current version 4.0.0)
        /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 1775.118.101)
        /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)
        /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1775.118.101)

(venv) MacBook-Pro:pycoral-experiments robin$ brew --prefix libusb

/usr/local/opt/libusb

@dmitriykovalev
Copy link
Member

@robmarkcole Everything seems to be correct so far. Do you have Coral USB Accelerator properly connected to the Mac? Can you see it in the output of ioreg -p IOUSB -w0 -l?

Just in case, can you also try to run the python script with sudo, will it make any difference?

@dmitriykovalev
Copy link
Member

@robmarkcole It's interesting that you have libusb installed at /usr/local/lib/libusb-1.0.0.dylib according to otool output. Homebrew installs it to a different location: $(brew --prefix libusb)/lib which is /usr/local/opt/libusb/lib on your Mac.

@robmarkcole
Copy link
Author

robmarkcole commented Aug 4, 2021

Could be the device is not found as I am using an adapter?

image

The output:


The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
MacBook-Pro:pycoral-experiments robin$ ioreg -p IOUSB -w0 -l
+-o Root  <class IORegistryEntry, id 0x100000100, retain 20>
  | {
  |   "IOKitBuildVersion" = "Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64"
  |   "OS Build Version" = "20G80"
  |   "IOBluetoothActive" = Yes
  |   "OSKernelCPUSubtype" = 3
  |   "OSKernelCPUType" = 16777223
  |   "OSPrelinkKextCount" = 18
  |   "IORegistryPlanes" = {"IOPower"="IOPower","IOService"="IOService","IO80211Plane"="IO80211Plane","IOUSB"="IOUSB","CoreCapture"="CoreCapture","IOACPIPlane"="IOACPIPlane","IODeviceTree"="IODeviceTree"}
  |   "IOConsoleLocked" = No
  |   "IOConsoleUsers" = ({"kCGSSessionOnConsoleKey"=Yes,"kCGSSessionIDKey"=257,"kSCSecuritySessionID"=100009,"kCGSessionLongUserNameKey"="Robin","kCGSSessionSystemSafeBoot"=No,"kCGSSessionUserIDKey"=501,"kCGSSessionAuditIDKey"=100009,"kCGSessionLoginDoneKey"=Yes,"kCGSSessionGroupIDKey"=20,"kCGSSessionUserNameKey"="robin","kCGSSessionLoginwindowSafeLogin"=No})
  |   "IOKitDiagnostics" = {"Instance allocation"=12052576,"Container allocation"=17590363,"Pageable allocation"=3555127296,"Classes"={"IONDRVFramebuffer"=0,"IGAccelCommandQueue"=11,"IOHIDEventServiceFastPathUserClient"=0,"IOKitDiagnosticsClient"=0,"IONaturalMemoryCursor"=0,"AppleUSBLegacyHub"=1,"AppleUSBDiagnostics"=0,"AppleUSBXHCIIsochronousRequestPool"=2,"IOAudioClientBufferSet"=0,"AppleSMCPMC"=0,"AppleUSBRequest"=1,"DspFuncBuzzKill"=1,"AppleHDAMikeyInternalCS4208"=0,"AppleASMedia1042USBXHCICommandRing"=0,"IGAccelSharedUserClient"=33,"IOUSBMassStorageDriverRequestTimer"=0,"AppleHDATDM_Codec"=1,"IOHDACodecDevice"=1,"IOThunderboltDeficitCommandQueue"=1,"IORegistryEntry"=128,"OSLiveNumber"=6,"AppleActuatorDevice"=1,"IOUSBMassStorageUASDriver"=0,"AppleHDAWorkLoop"=1,"IORTC"=1,"IOHIDevice"=0,"IOPCIEventSource"=0,"AppleThunderboltNHIType4"=0,"IOThunderboltAbstractMicro"=1,"IO80211DriverCommandDescriptor"=0,"AppleHDAHardwareConfigDriverLoader"=0,"DspFuncUserClient"=0,"IOMemoryCursor"=1,"AppleSmartBatteryManager"=1,"IOThunderboltXDPropertiesDirectory"=2,"IOPMGR"=0,"AppleHDATDM_CS42L81"=0,"IOBreaker"=0,"AppleIntelFramebuffer"=3,"IO80211NANDataInterfacePeerManager"=0,"IGFlushNotifyInterruptEventSource"=4,"AppleHDAFunctionGroup_80862807"=0,"AppleUSBUserHCIDevice"=0,"IOUSBLowLatencyCommandLegacy"=0,"AppleThunderboltNHIReceiveRingManager"=1,"AppleHIDKeyboardEventDriver"=0,"AppleThunderboltIPReceiveCommand"=0,"EFIData"=93,"AIDCircularBufferShared"=0,"AppleUSB20KeyboardHub"=0,"AppleUSBUserHCITransferQueue"=0,"IO80211NANPeer"=0,"AppleUSB20HubPort"=4,"AppleUSBXHCIPort"=2,"IOAccelCommandQueue"=1,"DspFunc4ChOutput"=1,"IGRangeAllocator"=37,"IOSurfaceSharedEventNotification"=0,"IOBluetoothHostControllerUserClient"=0,"AppleKeyStoreUserClient"=23,"IOThunderboltSwitchType1"=0,"AppleHDAFunctionGroupWM8800"=0,"IOSMBusRequest"=0,"IntelFBClientControl"=1,"IOSkywalkPacket"=1,"DspFuncBeamFormer"=0,"IOPMServiceInterestNotifier"=115,"AppleACPILid"=1,"AppleUpstreamUserClientDriver"=3,"IOHIDResourceQueue"=1,"IOStorage"=4,"IOAccelSegmentResourceList"=0,"AppleUSBRequestPool"=2,"IOSerialStreamSync"=1,"IOHIDConsumer"=0,"IO80211AWDLMulticastPeer"=1,"AppleUSBHostCompositeDevice"=1,"IOSharedInterruptController"=2,"IOThunderboltXDPropertiesEntry"=11,"IOHIDClientData"=4,"IOBluetoothMemoryDescriptorRetainer"=0,"IOGraphicsWorkLoop"=2,"hv_vmx_vm_t"=0,"AppleHSSPIController"=1,"AppleHDATDMBusManagerCS4208"=0,"IGAccelVideoContextMedia"=0,"IOTimeSyncClockManagerUserClient"=2,"OSSerializer"=50,"IOPCIMessagedInterruptController"=1,"OSCollection"=5,"IOThunderboltConfigMultiReadCommand"=1,"IOUserEthernetResourceUserClient"=0,"IOThunderboltSet"=26,"IO80211RealTimePeerManager"=1,"IO80211NANDataPathResponder"=0,"IOUSBDeviceUserClientV2"=1,"SmbusHandler"=1,"AppleHDAEngineOutput"=1,"AIDReporters"=0,"_IOServiceNullNotifier"=1,"AIDInterface"=0,"IO80211NANDataPathInitiator"=0,"IOUserNetworkRxCompletionQueue"=0,"IOTimeSyncUnicastUDPv4PtPPort"=0,"IOSkywalkMemorySegment"=136,"com_apple_driver_eficheckuserclient"=0,"IOBluetoothHCIUserClient"=13,"IOBluetoothPacketLoggerUserClient"=0,"AppleUSB20InternalIntelHubClient"=0,"AppleIntelPCHPMC"=1,"AppleIntelPlane"=9,"com_apple_driver_pm_cpu_reporter"=1,"IONetworkStackUserClient"=1,"AppleMultitouchEventDriverV2Wrapper"=1,"AppleDisplay"=0,"IOTimeSyncPortManager"=0,"IOBluetoothHostController"=1,"IOInterleavedMemoryDescriptor"=0,"_IOServiceNotifier"=519,"AppleAPFSUserClient"=0,"AppleHDAFunctionGroupGT216"=0,"AppleUSBLegacyInterfaceUserClient"=0,"AppleUSBUserHCIResources"=1,"AppleGraphicsDevicePolicy"=1,"IGAccel2DContext"=3,"AppleHDAFunctionGroupCS4208"=0,"IOSkywalkEthernetInterface"=1,"IGScheduler"=1,"IOTimeSyncEthernetInterfaceAdapter"=0,"IOSKArena"=17,"AppleUSBXHCILPTCommandRing"=0,"IOUSBHostDevice"=5,"IOSubMemoryDescriptor"=6,"AppleHSBluetoothInterface"=0,"AppleUSBRequestCompleter"=1,"IOThunderboltXDPropertiesCache"=1,"DspFuncVolume_4ch"=0,"IOBluetoothL2CAPSignalChannel"=0,"IOAVBNubUserClient"=0,"AppleThunderboltNHIIntelPCI"=1,"IOThunderboltXDomainLink"=0,"IOServiceUserNotification"=422,"AppleMultitouchTrackpadHIDEventDriver"=1,"AppleFDEKeyStoreUserClient"=0,"IOThunderboltConfigPrepareToSleepCommand"=1,"IO80211ThroughputCache"=0,"AppleUSBHostResourcesTypeCBPC"=1,"IO80211PacketDescriptor"=4096,"IOSkywalkNetworkBSDClient"=1,"IOThunderboltControllerType4"=0,"DspFuncPreGain"=0,"IOHIDReportElementQueue"=0,"AirPort_BrcmNIC_InputQueue"=1,"IOAccelDevice2"=1,"com_apple_filesystems_apfs"=0,"IGHardwareBlit3DContext"=13,"DigitizerTransducer"=0,"IOSKRegionMapper"=30,"IOBluetoothL2CAPInformationFrameMemoryBlock"=0,"IOMbufMemoryCursor"=1,"AppleHDAController"=1,"IOSKMemoryArray"=0,"IOAccelCLContext2"=0,"AppleUSBUserHCITransferStructPool"=0,"AppleThunderboltDPAdapterFamily"=1,"IOCPU"=1,"IOAccelDisplayMachine"=1,"IOAccelMTLEvent2"=0,"IOAccelEventMachineFast2"=1,"OSAction_IOUserNetworkEthernet__DataAvailable"=0,"AppleACPIEventPoller"=1,"IO80211ActionFrameDescriptor"=0,"IONetworkStack"=1,"com_virtualhere_root"=1,"CCDataPipeBlob"=0,"IOThunderboltTransmitQueue"=1,"ApplePlatformEnabler"=1,"IOTimeSyncNetworkPortUserClient"=0,"IOSCSIPeripheralDeviceType07"=0,"IOSlaveMemory"=0,"DspFuncBiquad"=0,"CSRBluetoothHostController"=0,"AppleMMIOSerial"=1,"AppleHDAFunctionGroupATI_RS710"=0,"ACMRestrictedModeAnalyticsKernelService"=1,"IO80211Interface"=1,"IOSimpleReporter"=289,"AppleUSBUserHCIIsochronousTransferQueue"=0,"AppleUSBXHCILPTHB"=0,"AppleIntelLpssUARTv1"=1,"IOModemSerialStreamSync"=0,"IOHDIXControllerUserClient"=0,"IOUSBMassStorageCBIDriverNub"=0,"AppleHDATDM_CS42L83"=1,"com_apple_AppleFSCompression_AppleFSCompressionTypeZlib"=1,"AppleHDATDMAmpMAX98706"=0,"DspFunc2Dot2Crossover"=0,"AppleThunderboltNHIType2"=0,"IOUSBInterface"=2,"AppleUSBLegacyRoot"=1,"CCFaultReporter"=1,"IOAccelChannel2"=1,"IO80211EventSource"=1,"AppleCSRBluetoothHostController"=0,"AppleHDAPathControl"=8,"AGPMClient"=1,"AppleHDATDMAmpTAS5764L"=0,"IOBluetoothRFCOMMChannelUserClient"=0,"IOSCSIPrimaryCommandsDevice"=0,"AppleNVMeWorkLoop"=2,"IOTimeSyncDomainUserClient"=3,"AppleSMBusControllerMCP"=0,"IOThunderboltConfigWriteCommand"=3,"AppleMCCSControlGibraltar"=0,"IOAccelEventFence"=0,"IOHIDProviderPropertyMerger"=0,"IOThunderboltCommand"=5,"IOUSBDevice"=2,"AppleSEPControl"=0,"IOGDiagnosticUserClient"=0,"IOAccelVidMemory"=0,"AppleHDAEngineInput"=1,"IOServiceNotificationDispatchSource"=0,"AppleHPMEmbedded"=0,"IOThunderboltCallbackEventSource"=3,"IOUSBMassStorageResourceUserClient"=0,"AppleHPMUserClient"=0,"IOAccelDisplayPipeTransaction2"=1,"IOSkywalkNetworkInterface"=1,"IOHIDKeyboard"=0,"IOTimeSyncEdgeTimeCaptureUserClient"=0,"AIDQueueEventSourceWorkItem"=0,"IOACPIPlatformDevice"=190,"IOUserService"=0,"_IOServiceInterestNotifier"=166,"AppleUSBHostRequestCompleter"=5,"IOBluetoothLocalUtilityEventSource"=0,"IntelAccelerator"=1,"IOFramebufferI2CInterface"=3,"IOPowerConnection"=106,"IOFBController"=1,"AppleThunderboltIPTransmitCommand"=0,"IOBluetoothSerialClientModemStreamSync"=0,"IOWatchDogTimer"=0,"IOThunderboltConfigPollQuadletCommand"=0,"IOEventSource"=23,"IOUserNetworkTxCompletionQueue"=0,"IODMACommand"=177,"IOMachPort"=1158,"IOPMinformeeList"=125,"IO80211AsyncUserClientParameters"=0,"IOThunderboltReceiveQueue"=1,"AppleCredentialManager"=1,"IO80211LinkRecovery"=0,"AppleUSB30XHCITypeCPort"=2,"MEIClientList"=1,"AppleACPIPowerResource"=0,"IOThunderboltXDPropertiesImmediateValue"=7,"CCLogStream"=5,"AppleUSBHostControllerIsochEndpoint"=0,"AGDPUserClient"=1,"IOHIDEvent"=0,"IO80211AsyncEventUserClient"=0,"IOAccelTask"=1,"DspFuncNoiseCanceller"=1,"IO80211NANRangingSession"=0,"OSDictionary"=17115,"IO80211NANLocaleManager"=0,"IOAccelGLContext2"=1,"IOAGPDevice"=0,"AppleMultitouchMouseHIDEventDriver"=0,"AppleUSB20InternalHub"=0,"AppleActuatorHIDEventDriver"=1,"AppleUSBXHCIParkingCommandRing"=0,"IGInterruptBridge"=1,"AppleFDEKeyStore"=1,"AppleUSB20InternalIntelHub"=0,"AppleOnboardSerialBSDClient"=1,"IODisplayWrangler"=1,"IOHDACodecDeviceUserClient"=0,"AppleIntelI2CController"=0,"AppleUSBIORequest"=25,"IOThunderboltConfigXDomainROMChangedRequestCommand"=0,"IOUSBMassStorageDriverUFIDevice"=0,"IGStolenMemoryPool"=1,"IOUSBPipeV2"=2,"AppleUSBHostLegacyClient"=5,"IOUSBMassStorageResource"=1,"DspFuncFIRdirect"=1,"IO80211HistogramReporter"=1,"AppleLMUClient"=2,"IOTimeSyncUnicastUDPv6PtPPort"=0,"IOAccelKernelMappedMemory"=126,"IGAccelSurface"=9,"Dont_Steal_Mac_OS_X"=1,"AppleHDATDMSinkDevice"=0,"IOAudioTimeIntervalFilterIIR"=0,"IOHIDEventSource"=6,"GTraceBuffer"=4,"OSSet"=4483,"AppleUSBUserHCIUserClient"=0,"AppleIntelPanel"=1,"AppleNVMeRequestPool"=1,"IOAccelBlockFence"=0,"AppleIntelScaler"=5,"AppleUSB30XHCICardReaderPort"=0,"IOAudioEngineUserClient"=27,"DspFuncCalibrationEQ"=0,"AGPMHeuristic4"=0,"AppleHDAWidget_80862805"=0,"DspFuncChOutput"=1,"IGSemaphoreWaitBufferQueue"=60,"IOCommand"=99,"AppleHDAWidgetAD1984"=0,"IOTimeSyncTranslationMach"=1,"AppleUSB30GLHub"=1,"AppleUSBLegacyHubPort"=15,"IOAudioTimerEvent"=0,"CCDataPipe"=3,"DspPatchPoint"=72,"HIDMTQueueEventSourceWorkItem"=0,"IOSCSIProtocolInterface"=0,"AppleTDMType00"=0,"AppleUSBXHCIAR"=1,"IOTimeSyncNanosecondSnapshotService"=0,"IOPlatformIO"=0,"IOAVBNub"=1,"IOBluetoothGamepadHIDDriver"=0,"IGAccelVideoContextMain"=0,"AppleHDAFunctionGroupALC885"=0,"AppleIntelHDCP2"=0,"AppleHDAFunctionGroup"=1,"AppleHDAFunctionGroupExternalControl"=1,"IOGUIDPartitionScheme"=1,"AppleHDANode"=2,"IOUSBMassStorageUFIDriverNub"=0,"OSCollectionIterator"=13,"AppleEFIRuntime"=1,"IOFilterScheme"=0,"AppleMCCSIOController"=6,"AppleUSBHostResources"=1,"IONVMeController"=1,"IOApplePartitionScheme"=0,"CamelliaTcon2"=0,"IOSurfaceRootUserClient"=36,"IOSkywalkInterface"=1,"IO80211PeerExtendedStats"=0,"IOTimeSyncTranslationPMGR"=0,"IODisplay"=1,"TDMConfig"=4,"IOHIDAsyncReportQueue"=0,"IOSkywalkPacketQueue"=4,"IOThunderboltSwitch"=1,"IOUserEthernetResource"=1,"IOBasicOutputQueue"=1,"AppleHDACodec"=1,"AppleS3ELabController"=0,"AppleUSBHostControllerListElement"=0,"AppleSEPIntelIOP"=0,"IOThunderboltConfigReadCommand"=4,"IOUSBControllerIsochListElement"=0,"AppleGPUWranglerClient"=4,"IOPacketQueue"=1,"IOFramebufferSharedUserClient"=1,"IOAccelSharedUserClient2"=1,"IOUserClient"=40,"IOHITabletPointer"=0,"IGAccelDisplayPipe"=3,"IO80211PeerBssSteeringManager"=1,"IOAVBAudioLoader"=0,"AppleUSBHostControllerIsochListElement"=0,"AppleUSB30HubPort"=4,"IOHIDEventSystemUserClient"=1,"AppleHDAWidgetFactory"=0,"IOHDIXHDDrive"=0,"DIDeviceRequestPool"=0,"AGPM"=1,"AppleSimpleUARTCommand"=0,"AppleSystemPolicy"=1,"IOSurfaceDescriptor"=0,"AppleUSB30Hub"=1,"IO80211AWDLPeer"=0,"IOTimeSyncWiFiControllerAdapter"=0,"IOAccelEventMachine2"=1,"HIDSPIQueueEventSource"=5,"IOSlaveRelayCommandPool"=0,"IOAccelBufferMemoryDescriptorPool2"=1,"IGGarbageCollector"=1,"DspFunc3ChOutput"=0,"AppleMCCSControlModule"=3,"IO80211SimpleReporter"=26,"IOAccelContextEventFence"=0,"ACMKernelService"=5,"IOUSBHostPipe"=1,"IOPolledFilePollers"=1,"_HACK_RingBuffer"=0,"AppleHSSPINub"=1,"IO80211String"=0,"IOHDIXHDDriveOutKernelUserClient"=0,"IOUSBNotification"=0,"IOEthernetAVBController"=0,"AppleHDAWidgetSTAC9220"=0,"IOThunderboltSwitchI2CCommandQueue"=1,"AppleUSBUserHCIPipe"=0,"AppleIntelPAVPEventSource"=1,"IOSkywalkNetworkKDPPoller"=0,"IOSkywalkRxSubmissionQueue"=1,"IOUSBInterfaceUserClient"=1,"AppleUSBHostDeviceUserClient"=4,"AppleHDAMikeyInternal"=1,"IOAccelGPURestartReport2"=0,"IOFramebufferParameterHandler"=3,"IOSurface"=349,"IOThunderboltLinkController"=2,"IOGatedOutputQueue"=16,"AppleUSBRootHubDevice"=2,"AppleTDMControlLUN"=0,"IOReportLegend"=3,"AppleHDAFunctionGroupMCP89"=0,"IOThunderboltConfigCompareSwapCommand"=0,"IOTimeSyncPseudoStreamingInterfaceAdapter"=0,"AppleUSBXHCIEndpoint"=5,"IOSurfaceMTLSharedEventFence"=0,"IOHIDEventQueue"=0,"IOSurfaceSendRight"=3,"AppleIntelUSBXHCICommandRing"=2,"AIDService"=0,"AppleAPICInterruptController"=1,"AppleSMC"=1,"IOSkywalkNetworkController"=0,"IOTimeSyncService"=2,"IOAccelShared2"=33,"AppleXsanDriver"=0,"IOCommandPool"=12,"IOBlockStorageDevice"=1,"IGHardwarePerProcessPageTable64"=34,"AGPMHeuristic"=1,"IOPMrootDomain"=1,"IOAccelFenceMachine"=1,"AppleEffaceableStorage"=0,"IOUSBDeviceUserClient"=1,"IO80211VirtualInterfaceNamer"=1,"AppleUSBNetworkingCommandPool"=0,"OSUserMetaClass"=0,"KextAuditUserClient"=1,"AirPort_BrcmNIC_Interface"=1,"IOI2CInterfaceUserClient"=0,"IOThunderboltDispatchCallback"=1,"AppleHDAFunctionGroupAD1984"=0,"DspFuncControlFreak"=1,"AppleThunderboltDPInAdapter"=1,"AppleOnboardSerialSkywalkInterface"=0,"IOHDIXCommandQueue"=0,"_IOOpenServiceIterator"=0,"IOCommandGate"=413,"EventElementCollection"=0,"IOUSBMassStorageDriver"=0,"DspParameter"=247,"AppleUSBNetworkingHostCommandPool"=0,"IOPMRequestQueue"=2,"IOSkywalkRxCompletionQueue"=1,"AppleECSMBusController"=1,"IOBlockStorageDriver"=1,"IOWatchdogx86"=1,"DspFuncThermalSpeakerProtection"=1,"AppleHDAWidgetALC262"=0,"IOHIDWorkLoop"=1,"IOThunderboltArray"=3,"IOBlockStorageServices"=0,"AirPort_BrcmNIC_P2PInterface"=2,"AppleACPIACAdapter"=1,"IOUSBInterfaceIterator"=0,"AppleThunderboltPCIDownAdapter"=2,"IODTPlatformExpert"=1,"IO80211NANDataPeer"=0,"IOAppleLabelScheme"=0,"IOSlaveMemoryBuffer"=0,"IOMbufBigMemoryCursor"=0,"AppleUSBXHCIInterrupter"=1,"AppleUSBXHCICommandRing"=1,"AppleUSBXHCIIsochronousEndpoint"=0,"AppleUSBXHCIPCI"=1,"IOBluetoothMemoryBlock"=0,"IOTimeSyncLocalClockPort"=1,"IOBluetoothHostControllerTransport"=1,"AppleHDAControllerUserClient"=0,"AppleHPMIECS"=1,"IO80211Peer"=1,"RootDomainUserClient"=88,"DspFuncSplineLimiter"=0,"IOThunderboltTimerCommand"=5,"AppleAPFSContainer"=1,"AppleThunderboltIPMSMInterface"=0,"AppleSEPDiscovery"=0,"DspFuncMozartCompressorDualBand"=1,"IONDRV"=0,"AppleHSBluetoothNub"=0,"IOThunderboltConfigCommand"=9,"IOPCIDevice"=26,"AppleUSB20XHCIPort"=2,"IOBluetoothInactivityTimerEventSource"=0,"IGAccelTask"=34,"OSNumber"=40535,"IOAccelMemoryAllocator2"=0,"IGAccelStatistics"=1,"AppleThunderboltNHIMemoryBlock"=0,"IOThunderboltConfigXDomainPathTeardownRequestCommand"=0,"AIDUserClientLogger"=0,"AppleThunderboltNHITransmitRingManager"=1,"IOThunderboltIECSNub"=1,"CCFaultReport"=0,"IGHardwareGuC"=0,"AppleHDAFunctionGroupExternalControl_VirtualGPO"=0,"AppleUSBUserHCIPort"=0,"IOTimeSyncTimedEdgeGeneratorUserClient"=0,"IOGDiagnosticGTraceClient"=1,"AppleThunderboltNHITransmitRing"=12,"AppleUSBXHCI"=1,"AppleBroadcomBluetoothHostController"=1,"AppleUSBHostPacketFilter"=0,"IOTimeSyncIntervalFilter"=0,"AppleIntelCNLUSBXHCI"=0,"IOTimeSyncNetworkPort"=0,"MEIEventSource"=1,"IO80211NANRangingManager"=0,"ACMFirstResponderKernelService"=1,"AppleHDAFunctionGroup_1002AAA0"=0,"IOThunderboltConfigErrorCommand"=1,"IOUserNotification"=2,"IOTimeSyncUnicastLinkLayerPtPPort"=0,"IOHIDKeyboardDevice"=0,"IOThunderboltEEPROM"=2,"IGHardwareGuCWorkQueue"=0,"IOBluetoothRFCOMMMemoryBlock"=0,"AppleHPMCommandGate"=1,"AppleUSBXHCILPT"=0,"AppleGPUWrangler_GPUPostStartWorkItem"=0,"com_apple_AppleFSCompression_AppleFSCompressionTypeDataless"=1,"IOHDAStream"=2,"AGPMHeuristic3"=0,"IOSurfaceSharedEventListener"=0,"IOThunderboltControlPathListener"=5,"AppleUSBXHCITransferRing"=5,"AppleThunderboltNHI"=1,"AppleAPFSSnapshot"=1,"AppleHDAFunctionGroupATI_Broadway"=0,"IOThunderboltHopSet"=18,"IOThunderboltXDPropertiesLeafData"=0,"IOUSBHubDevice"=1,"AppleUSBHostDeviceIdler"=3,"IOPMWorkQueue"=1,"IOTimeSyncFilteredService"=0,"AppleIntelFramebufferController"=1,"IGScheduler4"=0,"AIDImageDownloader"=0,"AIDEventLogger"=0,"AppleUSB30XHCIPort"=1,"AppleSMBusControllerUserClient"=0,"IOThunderboltTimerCommandQueue"=1,"IOSlaveProcessorUSBHostRelay"=0,"IODeblocker"=0,"AppleHPM"=1,"AppleRTC"=1,"AppleUSBXHCISPT"=1,"IOTimeSyncWiFiInterfaceAdapter"=0,"AppleIntelSPIDevice"=1,"AppleThunderboltIPControlCommand"=0,"IOAccelDeviceShmem"=44,"X86PlatformShim"=1,"IOBluetoothPacketLoggerWorkQueue"=1,"IOSyncer"=0,"IOSharedDataQueue"=6,"IGCanonicalRangeAllocator"=33,"AppleGPUWrangler_WorkItem"=0,"AppleDeviceManagementHIDEventService"=1,"AppleThunderboltIPConnection"=0,"IGHardwareRingBuffer"=3,"IORangeAllocator"=3,"IOKitRegistryCompatibility"=1,"IOMediaBSDClient"=6,"OSBoolean"=2,"AppleSEPCommand"=0,"OSAction"=0,"AppleUSBXHCIRequest"=12,"IOAccelSubmitter2"=2,"IOWorkQueue"=4,"ApplePlatformEnablerUserClient"=0,"CoreAnalyticsUserClient"=1,"DspFuncAutoGainControl"=0,"IOMapper"=1,"LogManagerDevice"=3,"IOUSBMassStorageUFIDriver"=0,"IOPCI2PCIBridge"=9,"IOAppleBluetoothHIDDriver"=0,"IOSurfaceRoot"=1,"IOHIDSystem"=1,"AppleACPIInterruptLink"=0,"IOUSBInterfaceUserClientV3"=2,"IOHIDInterface"=6,"com_apple_BootCache"=1,"IOUSBHostStream"=0,"AppleHDA8086_9D70Controller"=0,"IOThunderboltConfigWriteQuadletCommand"=2,"IOHIDDeviceElementContainer"=6,"AIDReporter"=0,"IOAccelRangeAllocator"=0,"IOUSBController"=1,"AppleHIDKeyboardEventDriverV2"=1,"com_apple_driver_eficheck"=1,"IOAccelFIFOChannel2"=1,"AppleHDAFunctionGroupATI_RS730"=0,"AppleHDAWidgetATI_Park"=0,"IOThunderboltSwitchType4"=0,"AppleBacklightParameterHandler"=1,"AppleACPICPU"=4,"AppleMCCSControlFamily"=1,"IONetworkInterface"=1,"IO80211NANDataPathSession"=0,"KernelRelay"=0,"IOThunderboltConfigCMOverrideCommand"=1,"IGFence"=0,"IOBluetoothACLMemoryDescriptor"=0,"AppleThunderboltDPOutAdapter"=0,"IOHIDOOBReportDescriptor"=0,"AppleASMediaUSBXHCIStreamingEndpoint"=0,"IONetworkUserClient"=0,"IO80211NANSubscribeServiceDescriptor"=0,"IOThunderboltConfigXDomainResponseCommand"=6,"IOReportUserClient"=7,"AppleUserHIDEventService"=0,"AppleUSBXHCIPipe"=5,"DspFuncDRC"=0,"DspFunc2To4Splitter"=0,"IOSkywalkLegacyEthernet"=0,"IOHDACodecFunction"=1,"IOCharacterDevice"=3,"IOUSBNub"=2,"com_virtualhere_vhhcduc"=0,"AppleUSBHostMergeProperties"=1,"_IOConfigThread"=0,"AppleACPIPMC"=0,"IOSkywalkRing"=2,"AppleMultitouchHIDEventDriverV2"=1,"AppleHDAEngine"=2,"AppleUSBXHCIARRequest"=10,"IOTimeSyncClockManager"=1,"IO80211FlowQueueDatabase"=3,"IO80211NANAttributeTx"=0,"AppleHDAWidgetGK10X"=0,"AppleUSBHostController"=1,"IODiskImageBlockStorageDeviceOutKernel"=0,"IGHardwareContext"=18,"IGHardwareResolveContext"=29,"AppleMultitouchHIDService"=0,"IOThunderboltConfigModifyQuadletCommand"=0,"IOTimeSyncFDPtPPort"=0,"MEIDriverIOEventSource"=3,"AppleSEPXART"=0,"IOUSBMassStorageDriverUFIStorageServices"=0,"IOThunderboltPath"=0,"IOCPUInterruptController"=1,"AppleThunderboltHAL"=1,"AppleHDAFunctionGroupFactory"=0,"IO80211P2PInterface"=1,"IOSkywalkKernelPipeBSDClient"=0,"CoreAnalyticsHub"=1,"IOUserServer"=0,"CCLogPipeUserClient"=0,"AppleHDAFunctionGroupALC262"=0,"PMHaltWorker"=0,"AppleHDATDMDevice"=2,"IGHardwarePageTable"=2,"AppleMCCSUserClient"=0,"IOUserNetworkPacket"=0,"AppleHSBluetoothHIDDriver"=0,"AppleUSBXHCIFL1100"=0,"IOSlaveCPU"=0,"AppleUpstreamUserClient"=0,"IGStolenMemoryDescriptor"=382,"IOAudioTimeIntervalFilter"=0,"IO80211NANPowerManager"=0,"AppleSimpleUARTSync"=1,"AppleUSBTDMMassStorageClass"=0,"IOBootFramebuffer"=0,"IOHIDResourceDeviceUserClient"=1,"IOInterruptController"=5,"DspFunc"=6,"AppleASMediaUSBXHCI"=0,"SMCPolledInterface"=1,"AppleUSBHostResourcesClient"=1,"IOEthernetInterface"=3,"IOSkywalkPacketPoller"=0,"AppleHDAFunctionGroup_80862805"=0,"IOTimeSyncTimeLineFilter"=0,"AppleANS2Controller"=0,"AppleHSSPIControllerUserClient"=0,"AppleUSBXHCIARIsochronousRequest"=5,"IOMbufLittleMemoryCursor"=0,"AGDCPlugin"=1,"AppleHDATDMBusManager"=1,"AppleUSBHubPolicyMaker"=2,"IGPagePool"=4,"IOConditionLock"=0,"IOGraphicsControllerWorkLoop"=1,"IO80211WorkLoop"=1,"AppleDiskImageDevice"=0,"AppleIntelLpssSpiController"=1,"IOUSBUserClientLegacy"=1,"AppleUSBHostIORequestPool"=5,"IOAccel2DContext2"=1,"AppleHDAFunctionGroupGK10X"=0,"AppleUSBHostFrameworkClient"=0,"com_apple_driver_pm_pch_reporter"=1,"DspFuncMultiBandDRC"=0,"IOAccelerator"=1,"IGGCObject"=2,"IOUserResources"=1,"AppleAPFSVolume"=6,"AppleNVMeBuffer"=5,"AppleIntelLpssI2CDevice"=0,"IOWatchdogUserClient"=1,"IOSkywalkStatisticsReporter"=0,"PMTraceWorker"=1,"AppleUSBXHCISparseRequest"=0,"IOSCSIBlockCommandsDevice"=0,"IO80211QueueCall"=1,"AppleSMBusControllerICH"=0,"IOAudioControl"=3,"ACMT208ProxyKernelService"=0,"IONVMeBlockStorageDevice"=1,"IOI2CInterface"=1,"AppleHDAWidgetCS4206"=0,"AppleHDAHDMI_DPDriver"=0,"IO80211QueueDescriptor"=3,"IODTNVRAMVariables"=0,"IOAccelStatistics2"=1,"IOUSBHostIOSource"=1,"AppleIntelLpssDmac"=0,"IONetworkController"=1,"OSString"=33497,"AppleHDAFunctionGroupSTAC9220"=0,"CCIOReporterHub"=2,"AppleUSBHub"=2,"IOThunderboltAbstractPath"=0,"IOUserIterator"=9,"ApplePMTGraphicsInformation"=0,"AppleMCCSParameterHandler"=3,"AppleCamIn"=1,"IOThunderboltConfigXDomainROMReadRequestCommand"=0,"PMSettingHandle"=6,"DspFunc2To6Splitter"=0,"AppleMobileFileIntegrityUserClient"=0,"OSOrderedSet"=336,"AppleUSBXHCIIsochronousRequest"=6,"IOSortableConfigurationDescriptor"=0,"IOThunderboltString"=30,"IGAccelCLContext"=0,"AppleUSBXHCIStream"=0,"IOHIDEventDriver"=2,"DspFuncClientGainAdjust"=1,"IOThunderboltConfigXDomainUUIDRequestCommand"=1,"IOThunderboltIECSCommand"=0,"AppleUSBXHCIPPT"=0,"IOSerialBSDClient"=3,"IOStateReporter"=34,"IOThunderboltSwitchType2"=0,"IOAccelContext2"=2,"AppleAPFSMedia"=1,"IOSurfaceBufferMemoryDescriptorPool"=0,"AppleOnboardSerialDebugDevice"=0,"APFSCryptoContext"=576,"IGAccelGLContext"=5,"IOAudioStream"=1,"IOThunderboltReceiveCommand"=16,"IONotifier"=4,"IOBluetoothL2CAPMemoryBlock"=0,"AIDLoggerUserClient"=0,"com_apple_driver_pm_flex_reporter"=1,"AppleIntelLpssUART"=1,"AGPMHeuristic2"=1,"AppleUSBPipe"=0,"IOTimeSyncTimeLineFilterIIR128"=0,"IGMappedBuffer"=35,"IOThunderboltPort"=9,"IOFilterInterruptEventSource"=8,"IOThunderboltConfigNotifyAckCommand"=0,"IOLittleMemoryCursor"=0,"DspFuncGain"=0,"IO80211NANDataPathManager"=0,"IOUserNetworkPacketBufferPool"=0,"IOHIDPointingDevice"=0,"IOSkywalkTxSubmissionQueue"=1,"AppleUSBXHCIWPT"=0,"AppleSEPIntelIOPNub"=0,"_IOFramebufferNotifier"=18,"IOThunderboltTunnelDriver"=2,"IGHardwareRingBufferBlit"=17,"IOBluetoothDataQueue"=0,"AppleIntelLpssI2CController"=0,"IOHDAController"=1,"AppleIntelSlowAdaptiveClockingManager"=1,"AppleUSBHostRequest"=2,"IGHardwareRingBufferVEBox"=0,"IOSKRegion"=88,"IOMedia"=7,"IO80211VirtualInterface"=1,"AppleIntelHDCP1"=0,"IGAccelMemoryMap"=4307,"IOHistogramReporter"=8,"IOHIDAction"=0,"IOPlatformPluginFamilyPriv"=1,"IONVMeControllerPolledAdapter"=1,"IOPerfControlWorkContext"=256,"IO80211AWDLPeerManager"=1,"AppleHDAFunctionGroupExternalControlFactory"=0,"AppleSMBusDevice"=0,"IOBluetoothMemoryBlockQueue"=0,"IGHardwareGlobalPageTable"=1,"EndpointSecurityDriverClient"=1,"OSSymbol"=21295,"IOSurfaceSharedEventNotificationPort"=0,"AppleUserHIDDevice"=0,"IOSMBusController"=1,"IO80211LinkQualityMonitor"=0,"AppleACPIPlatformExpert"=1,"IORegistryPlane"=7,"AirPort_BrcmNIC_Timer"=58,"AppleUSBCDCControl"=0,"AppleUSBHostUserClient"=1,"IOHIDLibUserClient"=1,"IOUSBMassStorageDriverNub"=0,"AppleIntelUSBXHCI"=2,"IOThunderboltFrameList"=19,"IGAccelSysMemory"=5914,"AppleUSBInterfaceIterator"=0,"IOSlaveEndpoint"=0,"AppleHDAFunctionGroupExternalControl_GPIO"=1,"AppleSMBusController"=0,"CCDataPipeBlobOS"=0,"IOInterruptEventSource"=90,"AppleUSBXHCIInterrupterMSI"=6,"IOSkywalkPacketBufferPool"=1,"AudioAUUCDriver"=1,"IOAccelRemoteMemory"=0,"AppleUSBUserHCI"=0,"IO80211ServiceRequestDescriptor"=0,"OSObject"=180,"IOBluetoothSerialManager"=1,"AppleHDAMikeyInternalCS8409"=1,"IGHardwarePerProcessPageTable"=1,"IOHDIXController"=1,"IOMbufNaturalMemoryCursor"=1,"IOWatchdog"=1,"AppleHDAPathSet"=4,"IOKDP"=0,"CCIOReporterDataStream"=1,"IOSlaveRelayEndpoint"=0,"IOBluetoothHIDDriver"=0,"IOFence"=0,"IO80211AssociationJoinSnapshot"=1,"IOAccelTraceStreamConnection"=4,"AppleUSBNetworkingCommand"=0,"IOGraphicsDevice"=1,"IOThunderboltNumber"=208,"IOUSBControllerListElement"=0,"AppleNVMeRequest"=256,"IOResources"=1,"AppleUSB20Hub"=1,"IGHardwarePerProcessPageTable32"=0,"DIDeviceCreatorUserClient"=0,"IOGraphicsSystemWorkLoop"=1,"IOAccelNamespace"=68,"GMetricsRecorder"=0,"DspFuncMultiBandCompressor"=0,"AppleHDAWidgetAD1988"=0,"IOSCSIPeripheralDeviceNub"=0,"RSNSupplicant"=1,"AppleUSBXHCIARRequestPool"=1,"IOSurfaceDeviceCache"=306,"IOAccelLegacyDisplayPipe"=0,"IOThunderboltConfigReadQuadletCommand"=2,"AGPMController"=1,"AppleUSBXHCIRequestPool"=3,"IOThunderboltXDLocalPropertiesCache"=1,"CoreAnalyticsPipe"=1,"AppleGraphicsDeviceControlClient"=7,"IOUSBBus"=1,"IGGuC"=1,"IGHardwareRingBufferMain"=59,"IOServicePM"=125,"AppleUSBLegacyDeviceUserClient"=2,"IOBigMemoryCursor"=0,"AppleIntelLpssI2CGate"=0,"AppleThunderboltNHIType3"=1,"AppleSmartBattery"=1,"AppleBusControllerCS8409"=1,"IGAccelVideoContextVEBox"=0,"ACMRestrictedModeKernelService"=1,"AppleUSB30CameraKitHub"=0,"AppleUSBHostBusCurrentPool"=0,"AppleHDAWidgetMCP89"=0,"IOMemoryDescriptor"=3,"AppleTDMAKSServices"=0,"IOAccelGLDrawableUserClient"=0,"IOTimeSyncTimeSyncTimePort"=1,"AppleIntelLpssGspi"=1,"AppleHDAFunctionGroupATI_RS780"=0,"IOHIDActionQueue"=0,"IOUSBInterfaceUserClientV2"=1,"IODMAController"=0,"AppleUSBInterface"=3,"IGAccelFIFOChannel"=77,"IOThunderboltDictionary"=8,"IOUSBControllerV3"=1,"AppleGraphicsControl"=0,"AppleS3XController"=0,"IOBluetoothSCOMemoryDescriptorRetainer"=0,"EventQueue"=1,"IOThunderboltI2CCommand"=2,"AppleHDATDMBusManagerCS8409"=2,"AGPMEventSource"=1,"IGFenceAllocator"=1,"DspFuncEQ"=5,"IOCatalogue"=1,"IOWorkLoop"=81,"IOThunderboltI2CCommandQueue"=1,"AppleSEPEndpointService"=0,"AppleAPFSMediaBSDClient"=1,"IODataQueue"=1,"IO80211NANDiscoveryEngine"=0,"AppleUSBUserHCIRequestPool"=0,"CCIOReporterLogStream"=1,"IOHIDDevice"=2,"ACMPersistentStoreKernelService"=1,"IOHDACodecDriver"=1,"IOSkywalkNetworkPacket"=1,"AppleHDAWidgetATI_RS730"=0,"IOBluetoothL2CAPChannel"=0,"CCStream"=2,"AppleUSBHostFrameworkInterfaceClient"=0,"AppleIntelHDCP"=0,"AppleHDAWidgetATI_RS780"=0,"IOHIDElement"=1,"IO80211InfraInterface"=1,"IOReportHub"=1,"AppleThunderboltIntelPCIHAL"=1,"DspFunc6ChOutput"=0,"IO80211P2PDaemonUserClient"=0,"AppleIntelI2CCommand"=0,"AppleIntelLpssI2CUserClient"=0,"IO80211ScanManager"=1,"IGAccelDevice"=34,"IOEthernetController"=2,"IOThunderboltConfigXDomainRequestCommand"=0,"IOSlowAdaptiveClockingDomain"=0,"DspFuncStereoEnhancer"=0,"IOTimerEventSource"=254,"IOThunderboltCommandQueue"=8,"AppleHDAFunctionGroupCS8409"=1,"CryptoBufferDescriptor"=576,"IOPCIConfigurator"=1,"IOSerialDriverSync"=1,"com_apple_filesystems_hfs_encodings"=1,"AppleOnboardSerialBusInterface"=1,"AppleUSB20InternalIntelHubPort"=0,"Stopwatch"=10,"IO80211NetBootNub"=0,"IOTimeSyncEthernetConcreteControllerAdapter"=0,"IOSlaveRelayCommand"=0,"IOUserNetworkMemorySegment"=0,"CCLogPipe"=4,"AppleSMCClient"=4,"DspFunc2WayCrossover"=0,"AppleUSBXHCIFL1100CommandRing"=0,"IGHardwareBlit2DContext"=17,"IGAccelTraceStream"=4,"AIDReporterState"=0,"AppleHDAWidgetGT216"=0,"IOServiceMessageUserNotification"=233,"IOTimeSyncUserClient"=3,"AppleXsanScheme"=0,"AppleTDMAKSDriver"=0,"IOReporter"=3,"DspFuncVolume_3ch"=0,"AppleUSBHostBusCurrentClient"=12,"IOMultiMemoryDescriptor"=2578,"IOAccelDrawable2"=0,"IOPlatformPluginFamily"=1,"IOSCSILogicalUnitNub"=0,"AppleHSSPIInterface"=5,"IO80211NANPeerManager"=0,"HIDMTQueueEventSource"=1,"IOTimeSyncEthernetControllerAdapter"=0,"AppleHDAWidget_80862807"=0,"IOSCSIHierarchicalLogicalUnit"=0,"CamelliaBase"=1,"IGHardwareRingBufferMedia"=1,"AppleDiskImagesController"=1,"AppleHDATDMDeviceFactory"=0,"AppleSEPDeviceService"=0,"IOTimeSyncClockMapping"=2,"AppleIntelMEClientController"=1,"AIDCircularBuffer"=0,"IOAccelAllocationInfo"=0,"KDIURL"=0,"AGPMHeuristic1"=0,"IOPanicPlatform"=0,"IODMAEventSource"=0,"IOThunderboltConnectionManager"=1,"IOSCSIMultipathedLogicalUnit"=0,"IOThunderboltSwitchOS"=0,"AppleCamInUserClient"=1,"IOPlatformDevice"=3,"AppleNVMeSMARTUserClient"=0,"AppleHDAWidgetCS4208"=0,"IntelGEN9XMemoryManager"=1,"IOThunderboltXDDirectory"=0,"AppleHIDTransportIODataQueue"=0,"DspFuncSum"=0,"AppleUSBHostDARTDMACommand"=0,"AIDLogger"=0,"DspFuncStereoToMono"=0,"AppleUSB20CameraKitHub"=0,"IOUserNetworkEthernet"=0,"AppleUSBHostResourcesTypeC"=0,"AppleHDATDMAmpSSM3515"=4,"AppleHDAAudioSelectorControlDP"=0,"CCCapture"=0,"AppleMultitouchHIDEventService"=0,"AppleUSBHostFrameworkDeviceClient"=0,"IOSurfaceWiredSendRight"=0,"AppleOnboardSerialSync"=1,"IOThunderboltData"=0,"AppleThunderboltDPPathManager"=2,"IO80211RangingManager"=1,"AppleIntelMEUserClient"=0,"IOSimpleMbufMemoryDescriptor"=0,"IOUSBMassStorageUASDriverCommand"=0,"IOBluetoothRFCOMMConnectionUserClient"=0,"IOThunderboltCommandGate"=4,"IOSkywalkController"=1,"IOAudioControlUserClient"=24,"DspBuffer"=6,"AppleThunderboltNHIType1"=0,"IOAudioEngine"=1,"OSSerialize"=1,"AppleIntelI2CCommandQueue"=0,"AppleThunderboltGenericHAL"=1,"AppleUSBDescriptorCache"=5,"IOSurfaceSharedEventReference"=0,"AppleUSBHostBillboardDevice"=1,"IOAudioDevice"=1,"OSKext"=482,"IOAccelCommandBufferPool2"=60,"AppleHSBluetoothDevice"=0,"ApplePMC"=1,"AppleUSBDescriptor"=25,"IO80211NANInfraManager"=0,"IOBluetoothSerialClientSerialStreamSync"=3,"AppleSMBIOS"=1,"AppleGPUWrangler_GPU"=1,"com_apple_driver_pm_msr_reporter"=1,"IOSkywalkTxCompletionQueue"=1,"IOTimeSyncUnicastLinkLayerEtEPort"=0,"SMCWatchDogTimer"=1,"IGTelemetryUsage"=64,"AppleHDAFunctionGroupAD1988"=0,"AppleUSBHostBouncedDMACommand"=0,"IO80211InterfaceMonitor"=4,"_IOServiceJob"=0,"AGDPClientControl"=1,"IOPMPowerStateQueue"=1,"AppleEmbeddedHIDEventService"=0,"IOBluetoothRFCOMMConnection"=0,"IOUserNetworkPacketQueue"=0,"OSIterator"=2,"hv_vcpu_t"=0,"IOAccelerationUserClient"=1,"IOBluetoothTimerEventSource"=0,"AppleIntelI2CDevice"=0,"IOThunderboltJTAG"=1,"AppleUSBHostBusCurrentAllocator"=13,"IO80211RangingManagerExt"=0,"IOMemoryMap"=6428,"CCDataStream"=3,"DspFuncDelay"=0,"AppleHPMLPSS"=0,"IOAudioToggleControl"=8,"AppleSEPTesting"=0,"com_apple_driver_pmtelemetry"=1,"IOThunderboltStatistics"=1,"IOBluetoothHCIRequest"=0,"SCSITask"=0,"AppleSmartBatteryManagerUserClient"=0,"IOBluetoothL2CAPSupervisoryFrameMemoryBlock"=0,"IOThunderboltLocalNode"=1,"IOHDIXHDDriveOutKernel"=0,"AppleUSBXHCIDevice"=3,"IOUSBMassStorageCBIDriver"=0,"IOUserUserClient"=0,"AppleNVMeController"=0,"IGHardwareRenderCommandStreamer5"=0,"IO80211Controller"=1,"AppleMobileFileIntegrity"=1,"AppleHDAEngineUserClient"=0,"IOTimeSyncNotifier"=0,"IGHardwareExtendedContext"=4,"X86PlatformPlugin"=1,"AppleHDAFunctionGroupMCP79"=0,"IOPCIDiagnosticsClient"=0,"IOHIDParamUserClient"=5,"IOPCIBridge"=2,"AppleASMediaUSBXHCIIsochronousRequestPool"=0,"IOBluetoothPacketLogger"=1,"AppleEffaceableStorageUserClient"=0,"IORegistryIterator"=0,"OSData"=63979,"AppleOnboardSerialPool"=0,"AIDReporterSimple"=0,"IOGraphicsAccelerator2"=1,"IOHDIXCommandPool"=0,"IO80211NANServiceDescriptor"=0,"IOThunderboltFindCapabilityCommand"=1,"IOThunderboltPacketLoggerNub"=0,"PMAssertionsTracker"=1,"IOOutputQueue"=1,"AppleSEPUserClient"=0,"EndpointSecurityExternalClient"=0,"AppleUSBHostDMACommand"=0,"AppleEmbeddedKeyboard"=1,"IOThunderboltTransmitCommand"=3,"HSSPIIODataQueue_AppleHSSPIController"=0,"IGHwCsStatsTracker"=0,"DspFuncCrossover"=0,"IOThunderboltXDomainPath"=0,"IOSCSIPeripheralDeviceType00"=0,"IGAccelVideoContext"=0,"IO80211PeerManager"=2,"IOHDIXHDDriveNub"=0,"AppleKeyStoreCommand"=2,"AppleThunderboltIPService"=1,"AppleNVMeRequestTimer"=1,"AppleACPIPlatformUserClient"=0,"IOHIDKeyboardEventDevice"=0,"IOBluetoothL2CAPChannelUserClient"=0,"IOSkywalkLegacyEthernetInterface"=0,"IOSCSITargetDevice"=0,"AppleBacklightDisplay"=1,"IOSlaveProcessorRelay"=0,"IORootParent"=1,"AppleUSB20HostController"=0,"AppleASMedia1042USBXHCI"=0,"DspFuncMozartCompressor"=1,"com_apple_driver_pm_cstate_reporter"=1,"IO80211PeerMonitor"=1,"AIDQueueEventSource"=0,"IOThunderboltSwitchLC"=1,"PMSettingObject"=6,"IODispatchSource"=0,"IOUserNetworkRxSubmissionQueue"=0,"AppleKeyStore"=1,"AppleACPIPCI"=1,"IOUSBHostInterfaceIterator"=0,"AppleGPUWrangler_MatchNotificationWorkItem"=0,"IOThunderboltControlPath"=1,"IOPMinformee"=108,"IOUSBCommand"=50,"AppleUSBHostDMABufferMemoryDescriptor"=27,"IOPMPowerSource"=1,"IOTimeSyncReverseSync"=0,"IOAccelLegacySurface"=0,"IOSlowAdaptiveClockingManager"=1,"hv_vmx_space_t"=0,"EndpointSecurityDriver"=1,"IOTimeSyncEdgeTimeCapture"=0,"IOUSBLog"=1,"DspFuncLimiter"=0,"CCPipeUserClient"=0,"AppleUSBHostResourcesBusPowerClient"=0,"IOTimeSyncTimedEdgeGenerator"=0,"IOThunderboltWorkLoop"=1,"AppleSEPManager"=0,"AppleThunderboltIPTransmitter"=0,"IOBluetoothDevice"=0,"AppleBusPowerController"=1,"AppleHDAMikeyInternalFactory"=0,"IOTimeSyncgPTPManager"=1,"DspFuncWithSharedMemory"=7,"AppleIntelPanelA"=1,"IODisplayParameterHandler"=3,"AppleIntelDisplayPath"=3,"AppleIntelLpssSpiDevice"=1,"IOAccelSharedNamespace2"=33,"IOBufferMemoryDescriptor"=9126,"AppleUSBXHCILPTH"=0,"AppleACPIButton"=2,"IOAccelDisplayPipe"=1,"AppleHDADriverUserClient"=0,"IOThunderboltFamilyUserClient"=0,"CCPipe"=2,"IOHIDEventServiceUserClient"=4,"AppleHDAWidgetCS8409"=74,"AppleSystemPolicyUserClient"=1,"AppleHDAWidgetALC885"=0,"DspFunc2Dot1Crossover"=0,"DspFuncBeam2"=1,"AppleUSBHostInterfaceUserClient"=0,"IOThunderboltXDomainService"=0,"AppleMultitouchHIDEventDriver"=0,"IOPolledInterface"=3,"AppleThunderboltDPOutAdapterGFXPolicy1"=0,"IONDRVDevice"=0,"IGMemoryManager"=1,"IOAccelMemory"=1,"IOTimeSyncTimeLineFilter128"=0,"IGHardwareCommandStreamer5"=0,"OSKextSavedMutableSegment"=6,"IOHIDElementContainer"=1,"AppleUSBDevice"=6,"IOPlatformExpertDevice"=1,"IOTimeSyncEthernetLegacyInterfaceAdapter"=0,"IOUSBHubPolicyMaker"=2,"IOHIPointing"=0,"IOBluetoothHCIController"=1,"IOThunderboltController"=1,"AIDUserClient"=0,"IOTimeSyncFDEtEPort"=0,"AudioAUUC"=0,"AppleAPFSContainerScheme"=1,"IONetworkData"=22,"IOBluetoothPacketLoggerDataQueue"=0,"AppleHSSPIHIDDriver"=5,"IOAccelLegacyDisplayMachine"=0,"IOAudioLevelControl"=3,"AppleUSBXHCISPTLP"=1,"IOBluetoothRFCOMMChannel"=0,"IOECStateNotifier"=0,"IOUSBCommandPool"=2,"IOTimeSyncAWDLInterfaceAdapter"=0,"AppleS1XController"=0,"IO80211NANRadioResourceManager"=0,"IGWorkQueueAk"=34,"AppleAPFSVolumeBSDClient"=6,"AppleMultitouchEventServiceWrapper"=0,"AppleOnboardSerialSkywalkPacketPool"=0,"IO80211FlowQueue"=0,"AppleLMUController"=1,"AppleHDADriver"=1,"AppleImage4UserClient"=0,"IOPlatformPluginDevice"=2,"AppleTDMAKSCommand"=0,"IOKernelDebugger"=0,"IOBacklightDisplay"=1,"IODispatchQueue"=0,"IOThunderboltNHIReceiveRing"=1,"CoreAnalyticsMessenger"=0,"IONetworkMedium"=3,"IODisplayConnect"=1,"IOSkywalkCloneableNetworkPacket"=0,"IOHIDResource"=1,"IOTimeSyncTimeLineFilterIIR"=0,"AppleHDAWidgetATI_RS710"=0,"AGPMHeuristic0"=0,"IGAccelDisplayMachine"=1,"AppleNVMeTranslationSMARTUserClient"=0,"AppleHDAWidgetWM8800"=0,"AppleSATLSMARTUserClient"=0,"AppleUSBCDCCompositeDevice"=0,"AppleBSDKextStarter"=1,"IOTimeSyncPort"=1,"IOUSBRootHubDevice"=1,"AppleUSBXHCISparseRequestPool"=0,"AppleMultitouchInputHIDEventDriver"=1,"IOSlaveRelayActionCommand"=0,"IOHIDPointingEventDevice"=0,"IOThunderboltXDPropertiesLeafText"=2,"IOTimeSyncgPTPManagerUserClient"=1,"IOHIDDeviceShim"=0,"AppleSCSISubsystemGlobals"=1,"IOThunderboltConfigXDomainPathSetupRequestCommand"=0,"IOBluetoothHostControllerUARTTransport"=1,"IGScheduler5"=0,"IGAccelEventMachine"=1,"AppleHDAWidget_1002AAA0"=0,"IOBluetoothObject"=0,"IOBluetoothACPIMethods"=2,"OSMetaClass"=0,"AppleUSBXHCIARIsochronousRequestPool"=1,"KernelRelayEndpoint"=0,"AppleThunderboltIPPort"=2,"AppleImage4"=1,"DspFuncVolume"=2,"AppleGraphicsDeviceControl"=3,"IOAccelDisplayPipeGammaTable2"=2,"CCDataPipeBlobOD"=0,"IOUSBControllerV2"=2,"IOHIDPointing"=0,"IOAccelSurface"=1,"IOAudioSelectorControl"=2,"DspFuncAudioMeter"=0,"IOUserNetworkTxSubmissionQueue"=0,"IOThunderboltIECSCommandQueue"=1,"IOBluetoothDeviceUserClient"=0,"CCDataSession"=0,"IOSKMapper"=5,"IOThunderboltDispatchContext"=2,"IOSCSIProtocolServices"=0,"IOLWPool"=0,"IOHIDEventDummyService"=0,"AppleEFINVRAM"=1,"IOSkywalkTester"=1,"IO80211NANServiceManager"=0,"IOKitDiagnostics"=1,"IOTimeSyncDomain"=1,"AppleIntelLpssDmacChannel"=0,"AirPort_BrcmNIC"=1,"IODTNVRAM"=1,"IOHIDEventServiceQueue"=5,"AppleMultitouchDeviceUserClient"=1,"com_apple_driver_pm_reporter"=8,"AppleUSBXHCITDPool"=2,"AppleUSBHostDMACommandPool"=2,"AppleThunderboltHALType4"=0,"IOSurfaceMemoryRegion"=0,"AppleACPIEC"=1,"AppleRTCUserClient"=0,"IOAccelDisplayPipeUserClient2"=3,"IGSharedMappedBuffer"=683,"IO80211SkywalkInterface"=1,"DspFuncXTC"=0,"IO80211P2PSupervisor"=1,"hv_vm_t"=0,"AppleSSE"=1,"AppleHDAWidgetMCP79"=0,"IOPMRequest"=0,"IOECTimeSyncHandler"=0,"IOAccelMemoryMap"=1,"IOHIKeyboard"=0,"IOHIDUserDevice"=1,"AppleGPUWrangler_BusyInterestWorkItem"=0,"IGAccelResource"=3185,"AppleHDATDMAmpTAS5758L"=0,"AppleMCCSControlCello"=0,"AppleHDAFunctionGroupATI_Park"=0,"AppleXsanDevice"=0,"IOSurfaceSharedEvent"=0,"IORS232SerialStreamSync"=2,"IOService"=191,"IOUserServerCheckInToken"=0,"AppleIntelMEIDriver"=1,"IOBluetoothWorkLoop"=0,"ACMAccessoryCacheKernelService"=1,"AppleHDAWidget_10DE0014"=0,"IOHIDEventRepairDriver"=0,"AppleHDAFunctionGroup_10DE0014"=0,"IOAccelBlockFencePort2"=14,"IOSKMemoryBuffer"=111,"IOTimeSyncUnicastUDPv4EtEPort"=0,"KextAudit"=1,"PMOBJECT"=3,"IOAccelSysMemory"=1,"AppleSMCFamily"=1,"HIDAlwaysNotifyingIODataQueue"=1,"IOFramebuffer"=1,"AppleMultitouchDevice"=1,"AppleUSBXHCIIsochronousTransferRing"=0,"IOPMCompletionQueue"=1,"AppleSEPCommandPool"=0,"IOTimeSyncUserFilteredService"=0,"DspFuncVirtualization"=0,"AppleHV"=1,"AppleCredentialManagerUserClient"=3,"IOThunderboltNHI"=1,"BroadcomBluetoothHostController"=1,"AppleFileSystemDriver"=0,"mDNSOffloadUserClient"=0,"IOUSBHostInterfaceLegacyIterator"=0,"AppleUSBHostPort"=2,"IOThunderboltConnectionManagerType5"=0,"PassthruInterruptController"=0,"CCDataPipeUserClient"=0,"AppleUSBUserHCICommandQueue"=0,"AppleHDAWidget"=1,"IOAccelMemoryInfoUserClient"=0,"IOFDiskPartitionScheme"=0,"AppleMultitouchEventDriverWrapper"=1,"com_apple_filesystems_hfs"=1,"IODataQueueDispatchSource"=0,"AppleTDMEffaceableNORDriver"=0,"OSAction_IOHIDDevice__CompleteReport"=0,"AppleUSBXHCITR"=0,"BanksiaTcon"=1,"AppleHDAFunctionGroupCS4206"=0,"AppleUSBUserHCIRequest"=0,"AppleUSBXHCIStreamingEndpoint"=0,"AppleHDACodecGeneric"=1,"AppleGPUWrangler_DeferredReleaseWorkItem"=0,"AirPort_Brcm43xxSkywalkPacketBufferPool"=1,"IOUSBMassStorageInterfaceNub"=0,"AppleSSEUserClient"=0,"IOBluetoothSerialClient"=3,"KernelRelayHost"=0,"IGAccelBlockFence"=0,"IOAccelResource2"=1,"IOPMPowerSourceList"=0,"AppleHDAEngineOutputDP"=0,"OSAction_IOUserClient_KernelCompletion"=0,"AppleUSB20InternalSMSCHub"=0,"IOThunderboltNub"=2,"mDNSHandoff"=1,"AppleVTDDeviceMapper"=0,"IOAccelTraceStream2"=1,"IOTimeSyncEthernetSoftDMAInterfaceAdapter"=0,"AppleHDAStream"=3,"AppleIntelLpssI2C"=0,"AppleAMDUSBXHCIPCI"=0,"AppleACPICPUInterruptController"=1,"IOUSBPipe"=1,"AppleActuatorDeviceUserClient"=1,"IGHardwareDisplayContext"=1,"IOAVBControllerHelper"=0,"AppleSEPEndpoint"=0,"AppleVTD"=1,"IOPerfControlClient"=1,"EupDSP"=0,"AppleHSSPIDevice"=1,"AppleBusControllerFactory"=0,"com_virtualhere_vhhcd"=1,"IOPlatformExpert"=1,"IOUserEthernetController"=0,"IOTimeSyncEthernetPort"=0,"IOAccelDisplayPipePostCSCGammaVID"=0,"com_apple_driver_pm_uncore_reporter"=1,"AppleUSBController"=2,"IOTimeSyncUserFilteredServiceUserClient"=0,"IOPartitionScheme"=2,"IOTimeSyncIntervalFilter128"=0,"AppleThunderboltDPInAdapterGFXPolicy1"=2,"AppleIntelSPIController"=1,"IOSlaveFirmware"=0,"AppleASMedia3142USBXHCI"=0,"IOConditionGate"=1,"IOAccelExternalEvent"=0,"AppleHSSPICommand"=30,"IOHIDUserClient"=1,"LogManager"=1,"IOACPIPlatformExpert"=1,"IOThunderboltSwitchType3"=1,"IOThunderboltUserObjectExporter"=0,"IOThunderboltNHITransmitRing"=1,"IOAccelSharedEventFence"=0,"IOAccelVideoContext2"=0,"com_apple_driver_pm_cpu_mbox"=81,"IO80211NANSyncEngine"=0,"IOUSBControllerIsochEndpoint"=0,"IOThunderboltConfigResetCommand"=2,"IOUSBPortInterruptEventSource"=13,"IOTimeSyncEthernetModernInterfaceAdapter"=0,"AppleIntelPAVP"=1,"DspFuncLoudness"=1,"IOSurfaceDeviceMemoryRegion"=0,"IOServiceCompatibility"=4,"AppleThunderboltDPOutAdapterUserClient"=0,"IOHIDEventService"=4,"IOAudioTimeIntervalFilterFIR"=0,"AppleASMediaUSBXHCIIsochronousRequest"=0,"IOTimeSyncIntervalFilterIIR128"=0,"AirPort_Brcm43xxSkywalkPacket"=4352,"IOAccelDisplayPipePreCSCLinearizationVID"=0,"IOUserEthernetInterface"=0,"IOThunderboltConfigXDomainLinkChangeRequestCommand"=0,"IOAudioPort"=0,"IOInterruptDispatchSource"=0,"IO80211NANPublishServiceDescriptor"=0,"IOSkywalkPacketBuffer"=128,"IOHIKeyboardMapper"=0,"AppleUSBBusPowerClient"=2,"IOTimeSyncUnicastUDPv6EtEPort"=0,"ACMBridgeKernelService"=0,"KRActionCommandPool"=0,"IOUSBHostInterface"=3,"IOTimeSyncIntervalFilterIIR"=0,"AppleGPUWrangler"=1,"hv_vmx_vcpu_t"=0,"com_apple_driver_pm_msr_limits_reporter"=1,"IGHardwareCommandStreamer4"=0,"OSArray"=14651,"IOGeneralMemoryDescriptor"=951,"IOSkywalkBSDClient"=1,"IOThunderboltConfigXDomainLinkStatusRequestCommand"=0,"IOUSBIsocCommand"=50,"IOEthernetAVBInterface"=0,"IOAccelSurfaceMTL"=0,"IOThunderboltDispatchQueue"=10,"IOSlaveProcessor"=0,"IO80211FlowQueueLegacy"=0,"IGAccelSegmentResourceList"=0,"DIDeviceIOUserClient"=0,"AppleUSBHubPort"=2,"IO80211ControllerMonitor"=1,"IOTimeSyncClockTestUserClient"=0,"IOThunderboltPortMicro"=0,"IOUSBWorkLoop"=3,"AppleUSB20HubExpressCardPort"=0,"IOSurfaceClient"=468,"IOAudioEngineEntry"=0,"AppleThunderboltNHIReceiveRing"=12,"IOThunderboltConfigXDomainCommand"=2,"com_apple_driver_pm_ltr_reporter"=1,"IOThunderboltProtocolListener"=1,"AppleBusController"=1,"AIDSerialLogger"=0,"IOConfigurationDescriptorOrderedSet"=0,"AppleIntelICLUSBXHCI"=0,"AppleGraphicsDeviceControlPlugin"=1,"MEICompletion"=0,"IO80211CommandQueue"=10,"DspFuncManager"=2,"IOAccelExternalEventFence"=0,"AppleUSB20XHCITypeCPort"=2,"DspFuncSplitBand"=0,"IOBootNDRV"=0,"IOHIDElementPrivate"=1741,"AppleHDAPath"=5,"AppleSSEInterface"=1,"AGDCPluginDisplayMetrics"=1,"IOHITablet"=0,"AppleTDMBlockStorageServices"=0,"AirPort_Brcm43xxLLSkywalkInterface"=1,"AppleHPMDevice"=2,"AppleACPIEventController"=1,"IOFramebufferUserClient"=3},"IOMalloc allocation"=99808013}
  | }
  | 
  +-o VirtualHere USB Enhanced Host Controller@1  <class IOUSBRootHubDevice, id 0x100000454, registered, matched, active, busy 0 (3 ms), retain 12>
  |   {
  |     "sessionID" = 25327465029
  |     "idProduct" = 0
  |     "iManufacturer" = 2
  |     "bDeviceClass" = 9
  |     "bMaxPacketSize0" = 64
  |     "bcdDevice" = 512
  |     "iProduct" = 1
  |     "USB Product Name" = "VirtualHere USB Enhanced Host Controller"
  |     "iSerialNumber" = 0
  |     "bNumConfigurations" = 1
  |     "Bus Power Available" = 250
  |     "IOUserClientClass" = "AppleUSBLegacyDeviceUserClient"
  |     "bDeviceSubClass" = 0
  |     "USB Address" = 1
  |     "bcdUSB" = 512
  |     "locationID" = 16777216
  |     "kUSBCurrentConfiguration" = 1
  |     "IOCFPlugInTypes" = {"9dc7b780-9ec0-11d4-a54f-000a27052861"="IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle"}
  |     "Ports" = 15
  |     "bDeviceProtocol" = 1
  |     "USB Vendor Name" = "VirtualHere Pty. Ltd."
  |     "Device Speed" = 2
  |     "idVendor" = 0
  |     "Requested Power" = 0
  |     "Low Power Displayed" = No
  |   }
  |   
  +-o com_virtualhere_vhhcd  <class com_virtualhere_vhhcd, id 0x100000452, registered, matched, active, busy 0 (3 ms), retain 10>
  |   {
  |     "Card Type" = "Built-in"
  |     "IOPowerManagement" = {"ChildrenPowerState"=1,"DevicePowerState"=1,"CurrentPowerState"=1,"CapabilityFlags"=2,"MaxPowerState"=1}
  |     "IOUserClientClass" = "com_virtualhere_vhhcduc"
  |   }
  |   
  +-o AppleUSBXHCI Root Hub Simulation@14000000  <class AppleUSBRootHubDevice, id 0x100000da6, registered, matched, active, busy 0 (0 ms), retain 12>
  | | {
  | |   "idProduct" = 32775
  | |   "bNumConfigurations" = 1
  | |   "Built-In" = Yes
  | |   "bDeviceClass" = 9
  | |   "bMaxPacketSize0" = 8
  | |   "iManufacturer" = 0
  | |   "iProduct" = 0
  | |   "iSerialNumber" = 0
  | |   "USB Product Name" = "AppleUSBXHCI Root Hub Simulation"
  | |   "IOPowerManagement" = {"DevicePowerState"=0,"CurrentPowerState"=4,"CapabilityFlags"=32768,"MaxPowerState"=4,"DriverPowerState"=4}
  | |   "IOUserClientClass" = "AppleUSBLegacyDeviceUserClient"
  | |   "locationID" = 335544320
  | |   "bDeviceSubClass" = 255
  | |   "bcdUSB" = 256
  | |   "non-removable" = "yes"
  | |   "IOCFPlugInTypes" = {"9dc7b780-9ec0-11d4-a54f-000a27052861"="IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle"}
  | |   "bDeviceProtocol" = 3
  | |   "Device Speed" = 3
  | |   "USB Vendor Name" = "Apple Inc."
  | |   "idVendor" = 1452
  | |   "IOClassNameOverride" = "IOUSBRootHubDevice"
  | | }
  | | 
  | +-o USB2.1 Hub@14100000  <class AppleUSBDevice, id 0x100000da8, registered, matched, active, busy 0 (0 ms), retain 13>
  |   | {
  |   |   "sessionID" = 17164090931132
  |   |   "idProduct" = 1552
  |   |   "iManufacturer" = 1
  |   |   "bDeviceClass" = 9
  |   |   "bMaxPacketSize0" = 64
  |   |   "bcdDevice" = 1621
  |   |   "iProduct" = 2
  |   |   "iSerialNumber" = 0
  |   |   "bNumConfigurations" = 1
  |   |   "Bus Power Available" = 250
  |   |   "USB Address" = 1
  |   |   "Built-In" = No
  |   |   "locationID" = 336592896
  |   |   "bDeviceSubClass" = 0
  |   |   "bcdUSB" = 528
  |   |   "USB Product Name" = "USB2.1 Hub"
  |   |   "PortNum" = 1
  |   |   "non-removable" = "no"
  |   |   "AppleUSBAlternateServiceRegistryID" = 4294970787
  |   |   "bDeviceProtocol" = 1
  |   |   "IOCFPlugInTypes" = {"9dc7b780-9ec0-11d4-a54f-000a27052861"="IOUSBHostFamily.kext/Contents/PlugIns/IOUSBLib.bundle"}
  |   |   "IOPowerManagement" = {"DevicePowerState"=2,"CurrentPowerState"=3,"CapabilityFlags"=65536,"MaxPowerState"=4,"DriverPowerState"=3}
  |   |   "kUSBCurrentConfiguration" = 1
  |   |   "Device Speed" = 2
  |   |   "USB Vendor Name" = "GenesysLogic"
  |   |   "idVendor" = 1507
  |   |   "IOGeneralInterest" = "IOCommand is not serializable"
  |   |   "kUSBProductString" = "USB2.1 Hub"
  |   |   "kUSBVendorString" = "GenesysLogic"
  |   |   "IOClassNameOverride" = "IOUSBDevice"
  |   | }
  |   | 
  |   +-o BillBoard Device@14110000  <class AppleUSBDevice, id 0x100000ddb, registered, matched, active, busy 0 (4 ms), retain 13>
  |       {
  |         "sessionID" = 17164362265423
  |         "idProduct" = 8562
  |         "iManufacturer" = 17
  |         "bDeviceClass" = 17
  |         "bMaxPacketSize0" = 64
  |         "bcdDevice" = 256
  |         "iProduct" = 18
  |         "iSerialNumber" = 19
  |         "bNumConfigurations" = 1
  |         "Bus Power Available" = 250
  |         "USB Address" = 2
  |         "Built-In" = No
  |         "locationID" = 336658432
  |         "bDeviceSubClass" = 0
  |         "bcdUSB" = 513
  |         "USB Product Name" = "BillBoard Device"
  |         "PortNum" = 1
  |         "non-removable" = "no"
  |         "kUSBSerialNumberString" = "00000000000000000"
  |         "bDeviceProtocol" = 0
  |         "AppleUSBAlternateServiceRegistryID" = 4294970838
  |         "IOCFPlugInTypes" = {"9dc7b780-9ec0-11d4-a54f-000a27052861"="IOUSBHostFamily.kext/Contents/PlugIns/IOUSBLib.bundle"}
  |         "IOPowerManagement" = {"DevicePowerState"=2,"CurrentPowerState"=3,"CapabilityFlags"=65536,"MaxPowerState"=4,"DriverPowerState"=3}
  |         "Device Speed" = 1
  |         "USB Vendor Name" = "Realtek"
  |         "idVendor" = 3034
  |         "kUSBCurrentConfiguration" = 1
  |         "IOGeneralInterest" = "IOCommand is not serializable"
  |         "kUSBProductString" = "BillBoard Device"
  |         "USB Serial Number" = "00000000000000000"
  |         "kUSBVendorString" = "Realtek"
  |         "IOClassNameOverride" = "IOUSBDevice"
  |       }
  |       
  +-o AppleUSBXHCI Root Hub Simulation@00000000  <class AppleUSBRootHubDevice, id 0x100000dbf, registered, matched, active, busy 0 (0 ms), retain 9>
    | {
    |   "idProduct" = 32775
    |   "bNumConfigurations" = 1
    |   "Built-In" = Yes
    |   "bDeviceClass" = 9
    |   "bMaxPacketSize0" = 8
    |   "iManufacturer" = 0
    |   "iProduct" = 0
    |   "iSerialNumber" = 0
    |   "USB Product Name" = "AppleUSBXHCI Root Hub Simulation"
    |   "IOPowerManagement" = {"DevicePowerState"=0,"CurrentPowerState"=4,"CapabilityFlags"=32768,"MaxPowerState"=4,"DriverPowerState"=4}
    |   "IOUserClientClass" = "AppleUSBLegacyDeviceUserClient"
    |   "locationID" = 0
    |   "bDeviceSubClass" = 255
    |   "bcdUSB" = 256
    |   "non-removable" = "yes"
    |   "IOCFPlugInTypes" = {"9dc7b780-9ec0-11d4-a54f-000a27052861"="IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle"}
    |   "bDeviceProtocol" = 3
    |   "Device Speed" = 3
    |   "USB Vendor Name" = "Apple Inc."
    |   "idVendor" = 1452
    |   "IOClassNameOverride" = "IOUSBRootHubDevice"
    | }
    | 
    +-o USB3.1 Hub@00100000  <class AppleUSBDevice, id 0x100000dc1, registered, matched, active, busy 0 (0 ms), retain 12>
        {
          "sessionID" = 17164196294143
          "idProduct" = 1574
          "iManufacturer" = 1
          "bDeviceClass" = 9
          "bMaxPacketSize0" = 9
          "bcdDevice" = 1621
          "iProduct" = 2
          "iSerialNumber" = 0
          "bNumConfigurations" = 1
          "Bus Power Available" = 450
          "USB Address" = 1
          "Built-In" = No
          "locationID" = 1048576
          "bDeviceSubClass" = 0
          "bcdUSB" = 800
          "USB Product Name" = "USB3.1 Hub"
          "PortNum" = 1
          "non-removable" = "no"
          "AppleUSBAlternateServiceRegistryID" = 4294970812
          "bDeviceProtocol" = 3
          "IOCFPlugInTypes" = {"9dc7b780-9ec0-11d4-a54f-000a27052861"="IOUSBHostFamily.kext/Contents/PlugIns/IOUSBLib.bundle"}
          "IOPowerManagement" = {"DevicePowerState"=2,"CurrentPowerState"=3,"CapabilityFlags"=65536,"MaxPowerState"=4,"DriverPowerState"=3}
          "kUSBCurrentConfiguration" = 1
          "Device Speed" = 3
          "USB Vendor Name" = "GenesysLogic"
          "idVendor" = 1507
          "IOGeneralInterest" = "IOCommand is not serializable"
          "kUSBProductString" = "USB3.1 Hub"
          "kUSBVendorString" = "GenesysLogic"
          "IOClassNameOverride" = "IOUSBDevice"
        }

Same error with sudo

@dmitriykovalev
Copy link
Member

dmitriykovalev commented Aug 4, 2021

Looks like there is an issue with your USB hub. I don't see Coral device in your output. The accelerator has "idVendor" = 6766. That's what I have on my Mac:

$ ioreg -p IOUSB -w0 -l | grep -i 6766
          "idVendor" = 6766

You can also do brew install usb.ids and run lsusb to have nicer output. On my Mac I see this line:

Bus 000 Device 001: ID 1a6e:089a Global Unichip Corp.

Notice that 0x1a6e (hex) equals to 6766 (dec).

Or you can run System Information util and see graphical output:
Screen Shot 2021-08-04 at 11 19 25 AM

@robmarkcole
Copy link
Author

robmarkcole commented Aug 5, 2021

I also get

MacBook-Pro:~ robin$ ioreg -p IOUSB -w0 -l | grep -i 6766
            "idVendor" = 6766

I do see the device

image

Brew just returns errors

curl: (22) The requested URL returned error: 404
Error: Failed to download resource "usb.ids"
Download failed: https://deb.debian.org/debian/pool/main/u/usb.ids/usb.ids_2020.06.22.orig.tar.xz

@dmitriykovalev
Copy link
Member

I see, device is properly connected then. Please run this command and copy the output:

python3 -c 'from pycoral.utils.edgetpu import get_runtime_version; print(get_runtime_version())'

@robmarkcole
Copy link
Author

(venv) MacBook-Pro:pycoral-experiments robin$ python3 -c 'from pycoral.utils.edgetpu import get_runtime_version; print(get_runtime_version())'
BuildLabel(COMPILER=Apple LLVM 12.0.5 (clang-1205.0.22.9),DATE=redacted,TIME=redacted), RuntimeVersion(14)

@dmitriykovalev
Copy link
Member

Looks like everything is connected properly and should be working fine, it's weird that it doesn't.

Is there a chance you can try connecting USB accelerator directly to the laptop without any hubs? There are usually two ways of doing this:

  • USB-C to USB-C cable
  • USB to USB-C adapter

It could also be useful to try a different USB hub if possible.

@robmarkcole
Copy link
Author

Alright, using the USB-C to USB-C cable the inference runs without issue! Closing this issue and purchasing extra cables :-)

@hjonnala hjonnala removed the stat:awaiting response Status - Awaiting response from author label Aug 8, 2021
@dmitriykovalev
Copy link
Member

@robmarkcole I'm glad it works now! According to my experience, USB cable/power issues are the hardest to debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:demo Demo related isssues Hardware:USB Accelerator Coral USB Accelerator issues subtype:macOS macOS Build/installation issues type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

3 participants