Intel G31 Lan Driver For Mac

Fork of Mieze's Intel Mausi Network Driver by RehabMan

OS X driver for Intel onboard LAN A few days before Christmas I started my latest project, a new driver for recent Intel onboard LAN controllers. My intention was not to replace hnak's AppleIntelE1000e.kext completely but to deliver best performance and stability on recent hardware. INTEL EXPRESS G33 G31 CHIPSET DRIVERS FOR MAC - A driver update may also improve stability and performance, or may fix issues with games, programs and power management. This file contains updates from past relases, please, read the release notes to learn about it. Only at PC Pitstop. From adding new functionality and improving performance, to fixing a major bug.

How to Install:

Install to /S/L/E or /L/E using your favorite kext installer.

Or if using during installation, copy the kext to EFI/Clover/kexts/Other.

There are no real changes in this repo. I only forked it so I could have a build on bitbucket for automated scripts which download and install (via download.sh and install_downloads.sh used by my guides)

Le chateau ambulant vostfr download movies youtube. I will occasionally update the repo to sync with Mieze's changes (after testing).

Downloads:

Downloads are available on Bitbucket:

In Integration directory, you can make four types of configuration −.Sender Agreement to determine how the message is transformed by Integration server.Receiver Determination is used to determine information of receiver to whom message to be sent.Interface Determination is used to determine inbound interface to which message to be sent and interface mapping for processing the message.Receiver agreement define how message is transformed and to be processed by receiver.To view the products and software components, which of the PI component can be used? Using Configuration and Monitoring, you can monitor these functions −Component Monitoring −To monitor different SAP PI Java and ABAP components.Message Monitoring −To monitor the status of message processing in a SAP PI component.Performance Monitoring −Using runtime workbench you can monitor different performance measures in a SAP PI system. What is cardinality between these objects? Web service to file scenario in sap pi sheets.

Original README follows:

OS X driver for Intel onboard LAN

A few days before Christmas I started my latest project, a new driver for recent Intel onboard LAN controllers. My intention was not to replace hnak's AppleIntelE1000e.kext completely but to deliver best performance and stability on recent hardware. That's why I dropped support for a number of older NICs. Currently the driver supports:

  • 5 Series
    • 82578LM
    • 82578LC
    • 82578DM
    • 82578DC
  • 6 and 7 Series
    • 82579LM
    • 82579V
  • 8 and 9 Series
    • I217LM
    • I217V
    • I218LM
    • I218V
    • I218LM2
    • I218V2
    • I218LM3
  • 100 Series
    • I219V
    • I219LM
    • I219V2
    • I219LM2
    • I219LM3

Key Features of the Driver

  • 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).
  • Support for TCP/IPv6 and UDP/IPv6 checksum offload.
  • Makes use of the chip's TCP Segmentation Offload (TSO) feature with IPv4 and IPv6 in order to reduce CPU load while sending large amounts of data.
  • Fully optimized for Yosemite and Mavericks (64bit architecture) but should work with Mountain Lion and Lion too, provided you build from source with the 10.8 or 10.7 SDK.
  • Support for Energy Efficient Ethernet (EEE).
  • VLAN support is implemented but untested as I have no need for it.
  • The driver is published under GPLv2.