Realtek Audio Driver For Mac Os X Yosemite

Mar 17, 2020  Audio HDMI Audio General Help Graphics Network Hardware Troubleshooting OS X Updates The Workshop Bootloaders Customization Overclocking Case Mods Completed Mods iMac Mods Mac Pro Mods PowerMac G3 B&W PowerMac G4 PowerMac G4 Cube PowerMac G5 Others Retail Cases Modders Tools 3D Print Resources. May 06, 2015  Which audio driver is used by MacBook Pro 7.1??? I'm running BootCamp (Windows7 Ultimate x64) and I'm having a problem with audio input, so I'm looking for anything taht will make it work. In Device Manager I had 'Cirrus CS4206A (AB13)' and three devices of 'NVIDIA High Definition Audio'.

OS X open source driver for the Realtek RTL8111/8168 family

*** Please note that this driver isn't maintained by Realtek! ***

Due to the lack of an OS X driver that makes use of the advanced features of the Realtek RTL81111/8168 series I started a new project with the aim to create a state of the art driver that gets the most out of those NICs which can be found on virtually any cheap board on the market today. Based on Realtek's Linux driver (version 8.035.0) I have written a driver that is optimized for performance while making efficient use of system resources and keeping the CPU usage down under heavy load.

Key Features of the Driver

  • Supports Realtek RTL8111/8168 B/C/D/E/F/G/H found on recent boards.
  • Support for multisegment packets relieving the network stack of unnecessary copy operations when assembling packets for transmission.
  • No-copy receive and transmit. Only small packets are copied on reception because creating a copy is more efficient than allocating a new buffer.TCP, UDP and IPv4 checksum offload (receive and transmit).
  • TCP segmentation offload over IPv4 and IPv6.
  • Support for TCP/IPv6 and UDP/IPv6 checksum offload.
  • Fully optimized for Mountain Lion (64bit architecture) but should work with Lion too. Snow Leopard requies some changes.
  • Supports Wake on LAN.
  • Support for Energy Efficient Ethernet (EEE) which can be disabled by setting enableEEE to NO in the drivers Info.plist without rebuild. The default is YES.
  • The driver is published under GPLv2.

Limitations

  • As checksum offload doesn't work with jumbo frames they are currently unsupported and will probably never be.
  • No support for 32bit kernels.

Installation Mini dv to usb-c.

Before you install the driver you have to remove any installed driver for RTL8111/8168.

  • Goto /S/L/E and delete the old driver (Lnx2mac, AppleRealtekRTL8169, etc.).

  • Recreate the kernel cache.

  • Open System Preferences and delete the corresponding network interface, e. g. en0. If you forget this step you might experience strange problems with certain Apple domains, iTunes and iCloud later.

  • Reboot.

  • Install the new driver and recreate the kernel cache.

  • Reboot

  • Open System Preferences again, select Network and check if the new network interface has been created automatically or create it manually now.

    And when you look at it from that point of view, it suddenly seems quite the bargain! Whereas conventional hardware controllers help you to get more from your DAW's own mixer, working with Console 1 is more like using your DAW as a tape machine to feed an external console — a console that only has one set of channel controls, but sounds great and comes without maintenance headaches, massive footprint or mountainous electricity bills. Softube have gone to great pains to make clear that Console 1 is not a DAW controller but a mixer in its own right, and that's not a bad way of thinking about it. Softube software reviews.

  • Configure the interface.

Current status

The driver has been successfully tested under 10.8.2 - 10.12.6 with serveral versions of the RTL8111 and is known to work stable on these devices but you'll have to consider that there are 25 different revisions of the RTL8111. The RTL8111B/8168B chips have been reported to work since version 1.0.2 too.

Changelog

  • Version 2.2.2 (2018-01-21)
    • Force ASPM state to disabled/enabled according to the config parameter setting.
    • Requires 10.12 or newer.
  • Version 2.2.1 (2016-03-12):
    • Updated underlying linux sources from Realtek to 8.041.00.
    • Added support for RTL8111H.
    • Implemented Apple’s polled receive driver model (RXPOLL).
    • Requires 10.11 or newer. Support for older versions of OS X has been dropped.
  • Version 2.2.0d0 (2016-02-06):
    • Improved media selection and reporting (flow control and EEE).
    • Updated Linux sources to 8.041.000.
  • Version 2.0.0 (2015-07-14):
    • Replaced Apple headers with those from IONetworkingFamily-85.2 to fix compatibility issues with Mountain Lion.
  • Version 2.0.0 (2015-06-21):
    • Uses Apple's private driver interface introduced with 10.8.
    • Supports packet scheduling with QFQ.
    • Please note that 2.0.0 is identical to 2.0.0d2. Only the version number has changed.
  • Version 1.2.3 (2014-08-23):
    • Reworked TSO4 and added support for TSO6.
  • Version 1.2.2 (2014-08-14):
    • Added an option to disable ASPM (default disabled) as it seems to result in unstable operation of some chipsets.
    • Resolved a problem with Link Aggregation after reboot.
    • Added a workaround for the Multicast filter bug of chipset 17 (RTL8111F) which prevented Bonjour from working properly.
  • Version 1.0.1 (2013-03-31):
    • Improved behavior when rx checksum offload isn't working properly.
    • Adds the chipset's model name to IORegistry so that it will show up in System Profiler.
  • Version 1.0.2 (2013-04-22):
    • Added support for rx checksum offload of TCP and UDP over IPv6.
  • Version 1.0.3 (2013-04-25):
    • The issue after a reboot from Windows has been eliminated.
  • Version 1.0.4 (2013-05-04)
    • Moved setLinkStatus(kIONetworkLinkValid) from start() to enable(). Cleaned up getDescCommand().
  • Version 1.1.0 (2013-06-08):
    • Support for TCP/IPv6 and UDP/IPv6 checksum offload added (can be disabled in Info.plist).
    • Maximum size of the scatter-gather-list has been increased from 24 to 40 segments to resolve performance issues with TSO4 when offloading large packets which are highly fragmented.
    • TSO4 can be disabled in Info.plist without rebuild.
    • Statistics gathering has been improved to deliver more detailed information (resource shortages, transmitter resets, transmitter interrupt count).
    • The interrupt mitigate settings has been changed to improve performance with SMB and to reduce CPU load.
    • Configuration option added to allow for user defined interrupt mitigate settings without rebuild (see above).
  • Version 1.1.1 (2013-06-29):
    • Remove ethernet CRC from received packets to fix rx checksum offload.
  • Version 1.1.2 (2013-08-03):
    • Improved SMB performance in certain configurations.
    • Faster browsing of large shares.
  • Version 1.1.3 (2013-11-29):
    • Improved transmit queue handling made it possible to reduce CPU load during packet transmission.
    • Improved deadlock detection logic in order to avoid false positives due to lost interrupts.
  • Version 1.2.0 (2014-04-23):
    • Updated underlying linux sources from Realtek to 8.037.00. Improved interrupt mitigate to use a less aggressive value for 10/100 MBit connections.

Troubleshooting

  • Make sure you have followed the installation instructions especially when you have issues with certain domains while the others are working fine.
  • Use the debug version to collect log data when trying to track down problems. The kernel log messages can be found in /var/log/system.log. For Sierra and above use 'log show --predicate 'processID 0' --debug' in order to retrieve kernel logs. Include the log data when asking for support or giving feedback. I'm an engineer, not a clairvoyant.
  • Check your BIOS settings. You might want to disable Network Boot and the UEFI Network Stack as these can interfere with the driver.
  • Double check that you have removed any other Realtek kext from your system because they could prevent the driver from working properly.
  • Verify your bootloader configuration, in particular the kernel flags. Avoid using npci=0x2000 or npci=0x3000.
  • In Terminal run netstat -s in order to display network statistics. Carefully examine the data for any unusual activity like a high number of packets with bad IP header checksums, etc.
  • In case auto-configuration of the link layer connection doesn't work it might be necessary to select the medium manually in System Preferences under Network for the interface.
  • Use Wireshark to create a packet dump in order to collect diagnostic information.
  • Keep in mind that there are many manufacturers of network equipment. Although Ethernet is an IEEE standard different implementations may show different behavior causing incompatibilities. In case you are having trouble try a different switch or a different cable.

FAQ

  • How can I retrieve the kernel logs?
    • In Terminal type 'grep kernel /var/log/system.log'.
  • I want to disable Energy Efficient Ethernet (EEE) but I don't know how?
    • Take a look at the driver's Info.plist file. There you will find an option named enableEEE. Change its value from to . Don't forget to recreate the kernel cache after changing the value.
  • WoL from S5 doesn't work with this driver but under Windows it's working. Is this a driver bug?
    • No it isn't, the driver is working as it should because OS X doesn't support WoL from S5.

Known Issues

  • There are still performance problems with regard to SMB in certain configurations. My tests indicate that Apple's Broadcom driver shows the same behavior with those configurations. Obviously it's a more general problem that is not limited to my driver.
  • WoL refuses to work on some machines.
  • Old systems with 3 and 4 series chipsets exhibit performance issues in recent versions of macOS because there is no optimized power management for these systems in macOS anymore as Apple dropped support for the underlying hardware a long time ago. In case you are affected, please upgrade your hardware or find an alternative solution because I have no plans for a workaround. Sorry, but I don't think that it's worth the effort.

Building from Source

I'm using XCode 8.3.3 for development. You can get a free copy of XCode after becoming a member of the Apple developer program. The free membership is sufficient in order to get access to development tools and documentation.

Support

Please refer to the driver's thread on insanelymac.com

in case you have further questions, need support or want to submit a problem report. As of now, support requests here on Github will be ignored!

OS X open source driver for the Realtek RTL8111/8168 family

*** Please note that this driver isn't maintained by Realtek! ***

Due to the lack of an OS X driver that makes use of the advanced features of the Realtek RTL81111/8168 series I started a new project with the aim to create a state of the art driver that gets the most out of those NICs which can be found on virtually any cheap board on the market today. Based on Realtek's Linux driver (version 8.035.0) I have written a driver that is optimized for performance while making efficient use of system resources and keeping the CPU usage down under heavy load.

Key Features of the Driver

  • Supports Realtek RTL8111/8168 B/C/D/E/F/G/H found on recent boards.
  • Support for multisegment packets relieving the network stack of unnecessary copy operations when assembling packets for transmission.
  • No-copy receive and transmit. Only small packets are copied on reception because creating a copy is more efficient than allocating a new buffer.TCP, UDP and IPv4 checksum offload (receive and transmit).
  • TCP segmentation offload over IPv4 and IPv6.
  • Support for TCP/IPv6 and UDP/IPv6 checksum offload.
  • Fully optimized for Mountain Lion (64bit architecture) but should work with Lion too. Snow Leopard requies some changes.
  • Supports Wake on LAN.
  • Support for Energy Efficient Ethernet (EEE) which can be disabled by setting enableEEE to NO in the drivers Info.plist without rebuild. The default is YES.
  • The driver is published under GPLv2.

Limitations

  • As checksum offload doesn't work with jumbo frames they are currently unsupported and will probably never be.
  • No support for 32bit kernels.

Installation

Before you install the driver you have to remove any installed driver for RTL8111/8168.

  • Goto /S/L/E and delete the old driver (Lnx2mac, AppleRealtekRTL8169, etc.).

  • Recreate the kernel cache.

  • Open System Preferences and delete the corresponding network interface, e. g. en0. If you forget this step you might experience strange problems with certain Apple domains, iTunes and iCloud later.

  • Reboot.

  • Install the new driver and recreate the kernel cache.

  • Reboot

  • Open System Preferences again, select Network and check if the new network interface has been created automatically or create it manually now.

  • Configure the interface.

Current status

The driver has been successfully tested under 10.8.2 - 10.12.6 with serveral versions of the RTL8111 and is known to work stable on these devices but you'll have to consider that there are 25 different revisions of the RTL8111. The RTL8111B/8168B chips have been reported to work since version 1.0.2 too.

Changelog

  • Version 2.2.2 (2018-01-21)
    • Force ASPM state to disabled/enabled according to the config parameter setting.
    • Requires 10.12 or newer.
  • Version 2.2.1 (2016-03-12):
    • Updated underlying linux sources from Realtek to 8.041.00.
    • Added support for RTL8111H.
    • Implemented Apple’s polled receive driver model (RXPOLL).
    • Requires 10.11 or newer. Support for older versions of OS X has been dropped.
  • Version 2.2.0d0 (2016-02-06):
    • Improved media selection and reporting (flow control and EEE).
    • Updated Linux sources to 8.041.000.
  • Version 2.0.0 (2015-07-14):
    • Replaced Apple headers with those from IONetworkingFamily-85.2 to fix compatibility issues with Mountain Lion.
  • Version 2.0.0 (2015-06-21):
    • Uses Apple's private driver interface introduced with 10.8.
    • Supports packet scheduling with QFQ.
    • Please note that 2.0.0 is identical to 2.0.0d2. Only the version number has changed.
  • Version 1.2.3 (2014-08-23):
    • Reworked TSO4 and added support for TSO6.
  • Version 1.2.2 (2014-08-14):
    • Added an option to disable ASPM (default disabled) as it seems to result in unstable operation of some chipsets.
    • Resolved a problem with Link Aggregation after reboot.
    • Added a workaround for the Multicast filter bug of chipset 17 (RTL8111F) which prevented Bonjour from working properly.
  • Version 1.0.1 (2013-03-31):
    • Improved behavior when rx checksum offload isn't working properly.
    • Adds the chipset's model name to IORegistry so that it will show up in System Profiler.
  • Version 1.0.2 (2013-04-22):
    • Added support for rx checksum offload of TCP and UDP over IPv6.
  • Version 1.0.3 (2013-04-25):
    • The issue after a reboot from Windows has been eliminated.
  • Version 1.0.4 (2013-05-04)
    • Moved setLinkStatus(kIONetworkLinkValid) from start() to enable(). Cleaned up getDescCommand().
  • Version 1.1.0 (2013-06-08):
    • Support for TCP/IPv6 and UDP/IPv6 checksum offload added (can be disabled in Info.plist).
    • Maximum size of the scatter-gather-list has been increased from 24 to 40 segments to resolve performance issues with TSO4 when offloading large packets which are highly fragmented.
    • TSO4 can be disabled in Info.plist without rebuild.
    • Statistics gathering has been improved to deliver more detailed information (resource shortages, transmitter resets, transmitter interrupt count).
    • The interrupt mitigate settings has been changed to improve performance with SMB and to reduce CPU load.
    • Configuration option added to allow for user defined interrupt mitigate settings without rebuild (see above).
  • Version 1.1.1 (2013-06-29):
    • Remove ethernet CRC from received packets to fix rx checksum offload.
  • Version 1.1.2 (2013-08-03):
    • Improved SMB performance in certain configurations.
    • Faster browsing of large shares.
  • Version 1.1.3 (2013-11-29):
    • Improved transmit queue handling made it possible to reduce CPU load during packet transmission.
    • Improved deadlock detection logic in order to avoid false positives due to lost interrupts.
  • Version 1.2.0 (2014-04-23):
    • Updated underlying linux sources from Realtek to 8.037.00. Improved interrupt mitigate to use a less aggressive value for 10/100 MBit connections.

Troubleshooting

  • Make sure you have followed the installation instructions especially when you have issues with certain domains while the others are working fine.
  • Use the debug version to collect log data when trying to track down problems. The kernel log messages can be found in /var/log/system.log. For Sierra and above use 'log show --predicate 'processID 0' --debug' in order to retrieve kernel logs. Include the log data when asking for support or giving feedback. I'm an engineer, not a clairvoyant.
  • Check your BIOS settings. You might want to disable Network Boot and the UEFI Network Stack as these can interfere with the driver.
  • Double check that you have removed any other Realtek kext from your system because they could prevent the driver from working properly.
  • Verify your bootloader configuration, in particular the kernel flags. Avoid using npci=0x2000 or npci=0x3000.
  • In Terminal run netstat -s in order to display network statistics. Carefully examine the data for any unusual activity like a high number of packets with bad IP header checksums, etc.
  • In case auto-configuration of the link layer connection doesn't work it might be necessary to select the medium manually in System Preferences under Network for the interface.
  • Use Wireshark to create a packet dump in order to collect diagnostic information.
  • Keep in mind that there are many manufacturers of network equipment. Although Ethernet is an IEEE standard different implementations may show different behavior causing incompatibilities. In case you are having trouble try a different switch or a different cable.

FAQ

  • How can I retrieve the kernel logs?
    • In Terminal type 'grep kernel /var/log/system.log'.
  • I want to disable Energy Efficient Ethernet (EEE) but I don't know how?
    • Take a look at the driver's Info.plist file. There you will find an option named enableEEE. Change its value from to . Don't forget to recreate the kernel cache after changing the value.
  • WoL from S5 doesn't work with this driver but under Windows it's working. Is this a driver bug?
    • No it isn't, the driver is working as it should because OS X doesn't support WoL from S5.

Known Issues

  • There are still performance problems with regard to SMB in certain configurations. My tests indicate that Apple's Broadcom driver shows the same behavior with those configurations. Obviously it's a more general problem that is not limited to my driver.
  • WoL refuses to work on some machines.
  • Old systems with 3 and 4 series chipsets exhibit performance issues in recent versions of macOS because there is no optimized power management for these systems in macOS anymore as Apple dropped support for the underlying hardware a long time ago. In case you are affected, please upgrade your hardware or find an alternative solution because I have no plans for a workaround. Sorry, but I don't think that it's worth the effort.

Building from Source

I'm using XCode 8.3.3 for development. You can get a free copy of XCode after becoming a member of the Apple developer program. The free membership is sufficient in order to get access to development tools and documentation.

Support

Please refer to the driver's thread on insanelymac.com

in case you have further questions, need support or want to submit a problem report. As of now, support requests here on Github will be ignored!