diff options
author | Stu Reedy <stureedy@spamcop.net> | 2014-11-14 02:26:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-14 02:26:05 +0700 |
commit | 3642f5db8d4c92f1f2534d0ea6c93cfb30592de3 (patch) | |
tree | 065cc9e71ac18af335f9ac84b7bc0e763d482bb9 /system/isight-firmware-tools/README.SLACKWARE | |
parent | 8b137bdcfeca52b1eda54f25e8fbf21d674c431b (diff) | |
download | slackbuilds-3642f5db8d4c92f1f2534d0ea6c93cfb30592de3.tar.gz |
system/isight-firmware-tools: Fix typo and add README.SLACKWARE.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/isight-firmware-tools/README.SLACKWARE')
-rw-r--r-- | system/isight-firmware-tools/README.SLACKWARE | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/system/isight-firmware-tools/README.SLACKWARE b/system/isight-firmware-tools/README.SLACKWARE new file mode 100644 index 0000000000..b7c09616ec --- /dev/null +++ b/system/isight-firmware-tools/README.SLACKWARE @@ -0,0 +1,27 @@ +These are the tools to extract the iSight firmware. Once you've built and installed isight-firmware tools, use ift-extract to grab the firmware from the Apple driver and put it in /lib/firmware. + +Note: You must be logged in as root to do this! + +On my MacBook running Mavericks, the command is: + +ift-extract -a /macdrive/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBVideoSupport.kext/Contents/MacOS/AppleUSBVideoSupport + +Once that's done, you should have the file: + +/lib/firmware/isight.fw + +If so, reboot and you're in business. (I'm not sure you hafta reboot, but it can't hurt!) + +For other MacOS versions, just mount your Mac HFS+ partition something like: + +mount /dev/sda2 /macdrive + +(Note: For this, the directory /macdrive must exist!) + +To locate the Mac partition, use: fdisk -l /dev/sda . . . the MacOS partition should look something like: + +/dev/sda2 409640 724306927 361948644 af HFS / HFS+ + +Once the Mac OS partition is mounted, you can locate the Apple iSight driver using: find /macdrive -iname AppleUSBVideoSupport + +Yet another note: I'm using the huge kernel, which has the HFS filesystem driver. I don't know if it's included with the generic kernels or not. |