macro wrote:
I tried to copy over the extender settings.bin to my remote, but I got an error saying "The Finder can't complete the operation because some data in Settings.bin can't be read or written (Error code -36)". I get this error every time I try to write any Settings.bin file to the remote.
I just got a OARUSB04G and ran into the same problem on OSX (10.11.6). I finally got it to work by copying it from the command line (using Terminal) instead of with Finder. The key is to use the -X (do not copy extended attributes) flag with the cp command.
Open Terminal
Identify the name of the remote drive by typing in (followed by Enter):
(it should be obvious which one is the remote - on my system it is VOXX4REMOTE).
Assuming you downloaded and extracted the extender zip file (double click it) in your Downloads folder, you would use the following command to copy the extender to your remote:
Code: Select all
cp -X ~/Downloads/OARUSB04G\ Extender\ v1.04/Settings_reset_OARUSB04G_extender104\(2576A1\).bin /Volumes/VOXX4REMOTE/settings.bin
(you will need to adjust the path to the extender file if you have a version other than 1.04, or extracted the files somewhere else).
Assuming you get the paths correct, you should have no problem copying the settings.bin to the remote.