Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Commit

Permalink
Add macosx caveat
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Allard committed Jun 25, 2012
1 parent 93c2bb9 commit a34ccfc
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,20 @@ checked in shortly.

=== OS X ===

None known yet. Shouldn't require anything out of the ordinary since
it's not an HID device.
FitBit original driver is claiming the device resulting in premission errors
when libusb wants to claims it.

A solution that works everytime is simply to disable the driver by renaming
it:

---
cd /System/Library/Extensions
sudo mv SiLabsUSBDriver.kext SiLabsUSBDriver.kext.disabled
---

And reboot.

To re-enable it, just rename it again, and reboot again.

=== Windows ===

Expand Down

0 comments on commit a34ccfc

Please sign in to comment.