Chosen Solution
I bought my macbook pro from a friend who fixes up computers. When I took it home the iSight didn’t work, it doesn’t show up in the usb in system profiler and i get this message when i open up photobooth, “There is no connected camera.” My friend opened it up and reconnected the cables, reset the p-ram and all that stuff. It still does not work. Do I need to buy this replacement cable/parts? [linked product missing or disabled: IF185-125-1] Thanks
Hand the computer back to the friend and tell him you paid for a working computer and did not get one.
Hi I tried it on a mac mini under Catalina, I wanted to connect a buit-in iSight (usb) from an old iMac. But it did not work Any idea ? Thanks, Gérald
Drop the folder iSightFix inside /Library/StartupItems download it here–> http://www.codium.co.nz/index.php/downlo… Terminal instructions: $ cd /Library/StartupItems $ sudo chown -R root iSightFix $ sudo chgrp -R wheel iSightFix $ sudo chmod -R 755 iSightFix $ ls -l drwxr-xr-x 6 root wheel 204 9 Dec 10:25 iSightFix The correct permissions should look like this (doing Apple-I on the iSightFix folder): Many thanks for publishing this patch. At first it did not work for me, but it did when I modified the Info.plist contained in the AppleUSBVideoSupport.kext package to match the Vendor and Product IDs shown in the System Profiler. When you get a “Vendor specific” USB device, instead of “Built-in iSight”, it means that Vendor ID and/or Product ID in the firmware are corrupted. In order to force firmware reloading, you must thus:
- Take note of “Vendor ID” and “Product ID” shown in System Profiler;
- Convert the two IDs from hexidecimal to decimal. You can find a conversion utility here: http://www.statman.info/conversions/hexa… Example. If Vendor ID is 0xffac, type ffac in the converter and click on “to decimal” button (result for ffac is 65452);
- Take note of the two decimal values;
- Open the downloaded iSightFix folder;
- Open the Resources folder;
- Cntrl-click on AppleUSBVideoSupport.kext;
- Choose “Show package contents”;
- Open the Contents folder;
- Double click on the Info.plist;
- Expand IOKitPersonalities (click on the arrow at left);
- Expand “Video support”;
- Modify the value of idProduct to match the decimal value of “Product ID”;
- Modify the value of idVendor to match the decimal value of “Vendor ID”;
- Save Info.plist (File menu->save);
- Quit “Property List Editor”;
- Drop the folder iSightFix inside /Library;/StartupItems, change permissions as described and restart your Mac;
- Once the iSight is recognized by Mac OS/X, move the folder iSightFix from /Library/StartupItems to the Trash (you will be prompted for your password).