Cirrus 4206bcnz Driver



  1. Cirrus 4206bcnz Driver Update Tech Tip: Updating drivers manually requires some computer skills and patience. A faster and easier option is to use the Driver Update Utility for Cirrus Logic to scan your system for free.
  2. I've a problem with the audio driver (Cirrus CS4206A (AB 31)), the audio service (audiodg.exe) spiked randomly around 100% CPU usage which kills my laptop. I read online and some people suggested to turn off sound enhacement but doing so kills the volume for like 25% of the original volume.
  3. Today I downloaded the lastest driver from Cirrus website but no luck - CS4207 Windows 7 (32/64-bit) and Windows 8 (32/64-bit) Driver 3/2013, v6.6001.1.39: 107 KB. I would like to contact CirrusSupport, but I don't know how.

Apple has released support for bootcamping Windows 10, but only on 2012 Macs and later. Despite not being supported. it is possible to install Windows 10 on earlier iMacs and it seems to run quite well.

Cirrus 4206bcnz DriverCirrus 4206bcnz driver download

IMPORTANT: Unplug all external and physical hard drives (where possible) that you won't be installing to to avoid accidentally erasing them. Also make note of which drives and partitions remain (e.g. System and Storage hard drives), and be super careful to not erase the wrong one.

To find the latest driver for your computer we recommend running our Free Driver Scan. Cirrus Logic CS4206B (AB 28) - Driver Download. Vendor: Cirrus Logic, Inc.

RECOVERY: If you nuke your machine, restore your time machine backup. Instructions here.

  • A mid-2011 iMac or similar running OSX El Capitan
  • An 8GB or larger USB drive
  • An ISO containing Windows 10 (I used Windows 10 Enterprise)
  • 50GB free disk space, 100GB recommended

Step 1: Disable El Capitan's System Integrity Protection

El Capitan ships with a new OS X feature: System Integrity Protection (SIP), also known as 'rootless' mode. This reduces the attack surface for malware that relies on modifying system files by preventing any user, whether with system administrator ('root') privileges or not from modifying a number of operating system directories and files.

It is necessary to disable OSX's System Integrity Protection so you can modify the Bootcamp Utility in the next step.

  1. Restart your Mac.
  2. Before OS X starts up, hold down Command-R and keep it held down until you see an Apple icon and a progress bar. Release. This boots you into Recovery.
  3. From the Utilities menu, select Terminal.
  4. At the prompt type exactly the following and then press Return: csrutil disable
  5. Terminal should display a message that SIP was disabled.
  6. From the  menu, select Restart.

Once you have finished installing Windows you should enable SIP again by following the same steps but run csrutil enable instead.

Step 2: Modify Bootcamp to allow creation of a bootable USB

For some reason Apple decided that if your Mac has an optical drive, there could be no reason you need to Bootcamp off a USB. If you're like me, you haven't touched an optical disk in a few years and prefer the ease and speed of using a USB flash drive instead.

  1. Find out your Macs Model Identifier and Boot ROM Version:
  • Open Terminal and run system_profiler SPHardwareDataType. Note down the values.
  • My mid-2011's Model Identifier was 'iMac12,2' and the Boot ROM Version was 'IM121.0047.B23'.
Cirrus
  1. Open terminal and navigate to /Applications/Utilities/Boot Camp Assistant.app/Contents
  • Change directory: cd /Applications/Utilities/Boot Camp Assistant.app/Contents
  • Show files in directory: ls
  1. The file we are going to edit is the Info.plist file.
  • Make a backup of this file by running: sudo cp Info.plist Info.plist.bak
  • You will need to enter your OSX user account password.
  • If you get the error saying cp: Info.plist.bak: Operation not permitted, SIP is still enabled, please refer to step 1.
  1. Open the Info.plist in your favorite text editor, to keep this guide simple, I'll use nano.
  • sudo nano Info.plist
  1. You want to edit FOUR things:
  2. Add your Boot ROM Version to DARequiredROMVersions
  3. Delete the word 'Pre' from UEFIModels and add your Model Identifier
  4. Delete the word 'Pre' from USBBootSupportedModels and add your Model Identifier
  5. Remove your model from Win7OnlyModels (if it's there)
  6. Close and save the file by pressing Ctrl+x followed by y on your keyboard.
  7. The last step is to do a code sign. Boot Camp Assitant will not run if it's been edited. You need to resign it. Open Terminal (use spotlight to find it) and type this:
  • sudo codesign -fs - /Applications/Utilities/Boot Camp Assistant.app
  • It will probably ask for your password. Then it will say you need to download a developer tool from Apple. Agree to download it. (You don't need to install the whole X-Code, if it asks.) Once its been installed (it's automatic), you need to go BACK to Terminal and run that command again. This time it will work.

Step 3: Download the Bootcamp Windows Support Software

This download will contain the Windows drivers you will need to run Windows on your Mac. Windows 10 will install and run without them but not very well and a lot of hardware either won't work, or won't work very well until you install the drivers.

  1. Open Boot Camp Assistant from Applications -> Utilities
  2. Click continue at the introduction, if you completed step 2 correctly, you should see three options.
  • Create a Windows 7 or later version install disk
  • Download the latest Windows support software from Apple
  • Install Windows 7 or later version
Cirrus 4206 bcnz driver
  1. Choose none of three options, instead:
  2. From the Actions menu select Download Windows Support Software
  3. Select your Macs Desktop or Downloads folder as the destination for the download
  4. The download is 1.35GB so may take a few minutes

Cirrus 4206bcnz Drivers

Step 4: Create the bootable Windows 10 USB

  1. Open Boot Camp Assistant from Applications -> Utilities
  2. Click continue at the introduction, and check the box in Create a Windows 7 or later version install disk. Ensure no other boxes are checked and click continue.
  3. If you have not already done so, insert the USB flash drive you want to burn the Windows 10 image to. Remember that any data on the USB drive you select will be erased.
  4. Continue the wizard, selecting the Windows 10 ISO file when prompted.
  5. After completing the wizard you will have your bootable Windows 10 installer USB.
  6. Copy the folder you downloaded in in Step 3 containing the Bootcamp Windows Support Software to root of USB flash drive.

Step 5: Create the bootcamp partition

You can do this using the Bootcamp Assistant, but it does reboot and attempt to boot from the optical drive as soon as it completes. I prefer to use the OSX Disk Utility instead.

  1. Open Disk Utility from Applications -> Utilities
  2. Choose your internal hard drive and select the Partition button along the top.
  3. Click the + button and create a new partition by shrinking the existing one.
  4. Create the new disk with at least 40GB disk space, I would recommend 60GB or higher.
  5. Name the partition BOOTCAMP and format using MS-DOS (FAT).
  6. Click Apply, this will take a few minutes, be patient.

Step 6: Delete the Hybrid MBR

During step 5, OSX tried to be helpful by converting our legal GPT disk partition into a hybrid MBR partition, which makes OSX see the disk as GPT and Windows it as MBR. Windows 10 requires a GPT disk when using EFI boot, so we need to revert this change using a tool called GPT fdisk (gdisk).

If this step is not completed you will get this error when installing Windows 10:

Cirrus

Windows cannot be installed to this disk. The selected disk is not of the GPT partition style

To avoid this:

  1. Download GPT fdisk from its Sourceforge page and install it. You will probably get a warning that it's not a signed application, if you do open OSX System Preferences -> Security and Privacy -> General and you should see a note down the bottom about the application you just tried to open with an offer to open it again.
  2. Find the device number for the internal hard disk:
  3. Open Disk Utility from Applications -> Utilities
  4. Choose your internal hard drive (not one of the partitions) and note down the Device, it's probably disk0.
  5. Open Terminal from Applications -> Utilities
  6. Launch gdisk on your internal hard disk by running sudo gdisk /dev/disk0, if your internal hard disk was not disk0 in the previous step, replace disk0 with what it was here.
  7. Type p to view the partition table to verify you're working on the correct disk. You should see the BOOTCAMP partition we created in Step 5. If not, type q to quit without saving your changes and double check the device number.
  8. Type x to enter the experts' menu.
  9. Type n to create a fresh protective MBR. Note that gdisk won't confirm a change; it'll just show you a new experts' prompt.
  10. Type w to save your changes. You'll be asked to confirm this action. Do so.

Note this action also requires OSX SIP to be disabled, if you get permission errors, make sure you have completed Step 1.

Step 7: Install Windows

Cirrus 4206bcnz Driver Ed

  1. Reboot your Mac with the bootable Windows 10 Installer USB plugged in.
  2. Before OS X starts up, just after you hear the startup sound, repeatedly press and hold down the Option (or Alt key if your using a Windows keyboard) for a second or two until you see the boot selection options.
  3. You should see an option to boot from a USB device labelled 'EFI Boot', choose this one.
  4. The Windows 10 installation will now start, follow the steps, selecting Custom Installation.
  5. On the screen where you select your partition be careful, ensure you select the 'BOOTCAMP' partition you created earlier before proceeding with installation.
  6. Windows will restart 4 or so times during installation. Be ready to hold down the Options / Alt key after each reboot, but instead of selecting the USB device named 'EFI Boot' select the newly created hard disk labelled the 'EFI Boot' instead to ensure the installation continues smoothly. This is the same method you will use to choose between booting into OSX or booting into Windows once setup is complete.
  7. Finish installing Windows until you get to the desktop.

Step 8: Install the Bootcamp Windows Support Software

The Bootcamp Windows Support Software should be on the Windows 10 installer USB you created earlier.

  1. Open Windows Explorer and go to the USB drive
  2. Unless you renamed the folder, open WindowsSupport -> Bootcamp -> setup.exe.
  3. This will install all the required drivers and the bootcamp utility for Windows.

Cirrus 4206bcnz Driver

Step 9: Re-Enable El Capitan's System Integrity Protection

Cirrus 4206bcnz Driver Updater

See Step 1.

The drivers installed as part of the Bootcamp Windows Support Software work well, WiFi, Graphics, External Monitors, Webcams and Bluetooth are all working. Audio was the only immediately noticable issue, though strangely the audio provided through my 2008 Apple Cinema display works without issue.

Mid-2011 iMac Audio Does Not Work

Cirrus Logic 4206b Driver

I could not get the iMac built in sound to work on Windows 10, despite the webcam working. I tried a few things that did not work:

  • Downloaded and installed Bootcamp 6.
  • Tried the Cirrus 4206BCNZ audio drivers for Windows 8 as suggested might work.

As my external Apple Cinema display's audio was working it was not to much of an issue for me to deal with, but if anyone finds a solution please let me know.

Dear Sirs,
I bought a iMac 27 (late 2009). Sometimes, I have to work in windows 7 (64 bit).
I had successfully updated boot camp from 3.0 to 3.2 in windows 7 (64 bit).
However, I cannot speak in Skype or MSN, and the mic seems doesn't work, but the recorder provided in windows 7 works well.
I would like to update the driver for Cirrus Logic CS4206A (AB 79), but I can not find it in their website. Or if there are any other ways to solve this problem?
P.S. No such kind of problem when working in windows 7 (32bit).
Would someone be so kind to help me with it?
Thank you very much and look forward to kind replies!
Message was edited by: dakezhang

Posted on Apr 6, 2011 6:57 AM





Comments are closed.