Before you install the driver you have to remove any installed driver for RTL810X.Goto /S/L/E and delete the old driver.Recreate the kernel cache.Open System Preferences and delete the corresponding network interface, e. If you forget this step you might experience strange problems with certain Apple domains, iTunes and iCloud later.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. 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 retrieved with 'grep kernel /var/log/system.log' in Terminal. Starting from Sierra 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. Don't copy and paste large amounts of log data to your post. Create an archive with the log data and attach it to your post. In case you don't want to make your log data publicly accessible, contact me via PM and I will provide you a mail address to send it directly to me.
.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.Delete the following files:./Library/Preferences/SystemConfiguration/NetworkInterfaces.plist./Library/Preferences/SystemConfiguration/preferences.plist.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.Getting the driver.There is a prebuilt binary in the Download section of this site:.The source code can be found on Github. First connection is around Feb 22 21:55:09, which is before sleep, so it works fine.
Then did sleep and wake, plug ethernet to computer, but did not have Internet.According to your log file the connection gets established and the link is up after wakeup.Feb 22 21:57:55 Mac kernel0: Ethernet RealtekRTL8100: Link up on en0, 100-Megabit, Full-duplex, No flow-controlPlease repeat the test and after wakeup use netstat -i in Terminal to check the packet statistics several times with intervals of a few seconds. Does the number of transmitted/received packets increase (which of them?). This is important in order to track down what is wrong.Mieze.
This project is dedicated to the memory of Mausi, the cat I loved more than anybody else.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 Series82578LM82578LC82578DM82578DC6 and 7 Series82579LM82579V8 and 9 SeriesI217LMI217VI218LMI218VI218LM2I218V2I218LM3100 Series (since V2.1.0d0)I219LMI219V200 Series (since V2.3.0d0)I219LMI219V300 Series (since V2.4.0d0)I219LMI219VKey Features of the DriverSupport for multisegment packets relieving the network stack of unnecessary copy operations when assembling packets for transmission.No-copy receive and transmit. Hi every body, I am a new user of mac os. I use IMaC late 2017 mac os high sierra 10.13.6(17G65). I want to use Titan V as an external eGPU for molecular dynamic simulation.
First I downloadWebdriver-387.10.10.15.15.108.pkg. And it cannot detect my eGPU (I use sonnet breakaway box 350 watts).My question are: i) what driver NVIDIA is suitable for this mac os version and it should be compatible with Titan V ii) what procedures should I follow to complete installation and make it working?Thank you so muchTeerachat. I don't know whether my LAN device will work on MAC and Which version of mac but i still want to run MAC on my PC, Also i checked my CPU-GPU and it turned out that i can Run MAX High sierra but i realized that some people have trouble with Sound and Internet connection so Here's the NAME of my LAN device:PCIVEN10EC&DEV8136&SUBSYS012310EC&REV054&45F2A70&0&00E1 as (LAN DEVICE took the name from device manager in windows).also from compatibleIds i got this:PCIVEN10EC&DEV8136&REV05Is it Supported on any version of macOS?.
A New Driver for Realtek RTL8111Due to the lack of an OS X driver that makes use of the advanced features of the Realtek RTL 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 DriverSupports Realtek RTL8111/8168 B/C/D/E/F/G 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 under IPv4.Support for TCP/IPv6 and UDP/IPv6 checksum offload.Fully optimized for Mountain Lion (64bit architecture) but should work with Lion too. As of now there is no support for Snow Leopard but it can be added if someone will create the necessary patches.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.LimitationsAs checksum offload doesn't work with jumbo frames they are currently unsupported and will definitely never be.No support for 32bit kernels.InstallationBefore 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.