

If you have Auto updates enabled in the menu, the Network Module Version and Host Firmware Version should update overnight to 1.109.164 and 00.68 (MRX x40 or AVM 70) or 1.111.182 and HD.73 (AVM 90), completing the installation process the next time you power on your system. With the addition of phase, distance, and time alignment, ARC:G will now precisely integrate subwoofers into your system for the ultimate immersive listening experience. We are pleased to announce the release of ARC Genesis Version 1.6.10, including the newly developed Anthem Auto Phase, Distance, and Time Alignment for up to four independent subwoofers on the MRX x40 and AVM 70/90 (model dependent), adding to the capabilities and further refining the already outstanding performance of ARC. This update will include Host Firmware Version 00.68 for your MRX x40 or AVM or HD.73 (AVM 90) to unlock the most highly anticipated feature on the new MRX x40 and AVM 70/90 Series Models. If you have Auto updates enabled, your MRX x40 or AVM 70 will update overnight to Network Module Version 1.109.164 or 1.111.182 (AVM 90). When all is set to go, just hit the Apply button.ARC Genesis Version 1.6.10 requires your MRX x40 or AVM 70/90 to be on at least Network Module Version 1.109.164 and Host Firmware Version 00.68. It will give you a warning message about formatting the USB drive. Of course hit the Partition button to format the USB drive. Of course, you need to download ISO image of Ubuntu desktop. Jump to Ubuntu website to download your favorite Ubuntu desktop OS. Since you are using a Macbook Air, I suggest you to download the 64 Bit version of whichever version you want. Ubuntu 14.04 is the latest LTS version, and this is what I would recommend to you. The file you downloaded is in ISO format but we need it to be in IMG format. Open a terminal, either from Launchpad or from the Spotlight, and then use the following command to convert the ISO to IMG format: hdiutil convert -format UDRW -o ~/Path-to-IMG-file ~/Path-to-ISO-file This can be easily done using hdiutil command tool.

So for me, the command is like this: hdiutil convert -format UDRW -o ~/Downloads/ubuntu-14.10-desktop-amd64 ~/Downloads/ Normally the downloaded file should be in ~/Downloads directory. When you got the disk number, run the following command: diskutil unmountDisk /dev/diskN Where N is the device number for the USB you got previously.


So, in my case, the above command becomes: diskutil unmountDisk /dev/disk2 The result should be: Unmount of all volumes on disk2 was successful. Step 5: Creating the bootable USB drive of Ubuntu in Mac OS XĪnd finally we come to the final step of creating the bootable USB drive. We shall be using dd command which is a very powerful and must be used with caution.
