How To: Fix Final Cut and Bonjour issues

How To: Fix Final Cut and Bonjour issues

A lot of companies disable Bonjour on Mac OSX for a variety of reasons, usually because it’s very “chatty” and tends to take up a lot of network bandwidth by itself. It can also cause issues with Printer Sharing, causing print jobs to disappear.

But, some Apple products such as Final Cut, and certain Adobe Suite products demand to have Bonjour enabled.

Luckily Apple Support has a perfect fix for this.

1.) First step is to copy the plist file to make a backup, I like to just add .bak to make things easier in the future:
cp /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist.bak (all on one line)

2.) Open mDNSResponder.plist in your text editor of choice. Doing it from terminal is best.

sudo vi “/System/Library/LaunchDaemons/com.apple.mDNSResponder.plist”

3.) Add “-NoMulticastAdvertisements” to the array in the “ProgramArguments” section.

It starts like this:

ProgramArguments

/usr/sbin/mDNSResponder
-launchd

And needs to look like this:
ProgramArguments

/usr/sbin/mDNSResponder
-launchd
-NoMulticastAdvertisements

4.) After saving the file and closing it, you’ll need to reboot the computer. Keep in mind that if you used EMACS to edit the file, you need to remove the temp file it created, “/System/Library/LaunchDaemons/com.apple.mDNSResponder.plist~” first or your computer will not reboot.

Missing Garage Band Loops in Leopard

Missing Garage Band Loops in Leopard

In GarageBand 4 (part of iLife 09) it’s easy to have issues with the sound loops. There are after all over two gigabytes of them. On top of that when first installing iLife you may want to opt out of installing all them to save space. To make things confusing, when Garage Band is uninstalled some of the more popular loops are still present.

Usually just clicking on a missing loop will trigger GarageBand to attempt to install them from the iLife DVD, or better yet via Software Update. But this does not always work. In addition, manually reinstalling iLife does not fix either.

To get this auto-install to work again open up the loop library in GarageBand. (It’s the eye icon) In finder go to /Library/Application Support/Garageband/ drag the Sound Loops folder into the loop library portion of Garageband. This will recreate the index files of all the loops. In some cases you may need to delete the Index out of /Library/Application Support/Garageband/ first.

After the index is recreated, click on one of the missing loops again. Tell GarageBand to reinstall. Once it does the full range of loops will be back. Keep in mind that the download is 1.1GB in size, so installing off the iLife DVD may be faster.