Skip to content

Commit 982fcb8

Browse files
committed
Documentation fix
- Fix a typo - How to verify USB 3 on Mac OS X - How to verify linked libusb
1 parent 76f4c21 commit 982fcb8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ No. It's a pure USB3 device due to the high bandwidth requirements.
2424

2525
### Protonect complains about "no device connected" or "failure opening device".
2626

27-
Either your device is connected to an USB2-only port (see above), or you don't have permissions to access the device. On Linux, try running Protonect as root (e.g. using `sudo`). If that fixes things, place `contrib/90-kinect2.rules` into `/etc/udev/rules.d/` and re-plug the device.
27+
Either your device is connected to an USB2-only port (see above), or you don't have permissions to access the device. On Linux, try running Protonect as root (e.g. using `sudo`). If that fixes things, place `rules/90-kinect2.rules` into `/etc/udev/rules.d/` and re-plug the device.
28+
29+
On Mac OS X, open "System Information" from Spotlight, go to the USB section, and verify "Xbox NUI Sensor" is under "USB 3.0 SuperSpeed Bus" not "High-Speed Bus". If this is not the case, try unplugging the Kinect from power source with the USB cable connected, and plug the power again, then verify.
2830

2931
### I'm getting lots of USB transfer errors, and/or only blank windows.
3032

@@ -36,7 +38,7 @@ USB3 as a whole is a flaky thing. If you're running Linux, try upgrading to a re
3638
Probably not working:
3739
* ASMedia Technology Inc. Device 1142
3840

39-
Finally, it's also possible that your executable is not actually using the patched libusb from the depends/ folder which is required at the moment. Check this using `ldd`, and adjust your `LD_LIBRARY_PATH` if necessary.
41+
Finally, it's also possible that your executable is not actually using the patched libusb from the depends/ folder which is required at the moment. Check this using `ldd | grep libusb` (shows libusb-1.0 under `depends/`), and adjust your `LD_LIBRARY_PATH` if necessary.
4042

4143
### I'm seeing the color camera stream, but no depth/IR (black windows).
4244

0 commit comments

Comments
 (0)