Mieze Posted April 18, 2016 Author Share Posted April 18, 2016 Three questions: Is WoL enabled? I assume yes! What happens when you disable WoL? What happens when you remove the cable and replug it? Mieze Link to comment Share on other sites More sharing options...
RehabMan Posted April 18, 2016 Share Posted April 18, 2016 Three questions: Is WoL enabled? I assume yes! What happens when you disable WoL? What happens when you remove the cable and replug it? Mieze I tried with both "Wake for Ethernet network access" enabled and disabled (in SysPrefs->Energy Saver). No effect either way. During my latest round of tests, it was enabled. Removing the cable and replugging it works prior to sleep, but has no effect after bad state post-wake. Link to comment Share on other sites More sharing options...
Kynyo Posted April 18, 2016 Share Posted April 18, 2016 @poondoggle Try the latest version 2.1.0d3 IntelMausiEthernet.kext.zip Link to comment Share on other sites More sharing options...
Mieze Posted April 19, 2016 Author Share Posted April 19, 2016 Here is another development version of the driver (2.1.0d5) which disables Ultra Low Power mode on I218LM3 and I218V3 as it prevents these chips from waking up properly. Source code can be found on GitHub. Good luck! Mieze IntelMausiEthernet-V2.1.0d5.zip 1 Link to comment Share on other sites More sharing options...
RehabMan Posted April 19, 2016 Share Posted April 19, 2016 Here is another development version of the driver (2.1.0d5) .... Source code can be found on GitHub. Just checked... The latest changes have not been pushed to github. Link to comment Share on other sites More sharing options...
Mieze Posted April 19, 2016 Author Share Posted April 19, 2016 Just checked... The latest changes have not been pushed to github. Sorry, just forgot to push the Sync-button. Now it's on GitHub! Mieze Link to comment Share on other sites More sharing options...
RehabMan Posted April 19, 2016 Share Posted April 19, 2016 Sorry, just forgot to push the Sync-button. Now it's on GitHub! Mieze Thanks... will test on my hardware today. Link to comment Share on other sites More sharing options...
RehabMan Posted April 19, 2016 Share Posted April 19, 2016 Thanks... will test on my hardware today. Testing this today, I find a potential issue. On the NUC5i5 (I218V3), with WOL in BIOS disabled, and "Wake for Ethernet network access" enabled in SysPrefs, I had a case where waking from sleep, no network. I also noted that it would wake spontaneously. Edit: spontaneous wake may be because of the particular mouse I have connected ATM (it is junk). I was pretty sure I tested that yesterday (with the version you sent over email) and didn't have the same issue, but it could be that it is intermittent. It is a bit of a nonsense configuration though... After changing "Wake for Ethernet network access" to disabled, it seems to work. Just in case it is intermittent, I'll continue testing with this config for a while before trying the other combinations. Link to comment Share on other sites More sharing options...
Mieze Posted April 19, 2016 Author Share Posted April 19, 2016 Testing this today, I find a potential issue. On the NUC5i5 (I218V3), with WOL in BIOS disabled, and "Wake for Ethernet network access" enabled in SysPrefs, I had a case where waking from sleep, no network. I also noted that it would wake spontaneously. Edit: spontaneous wake may be because of the particular mouse I have connected ATM (it is junk). I was pretty sure I tested that yesterday (with the version you sent over email) and didn't have the same issue, but it could be that it is intermittent. It is a bit of a nonsense configuration though... After changing "Wake for Ethernet network access" to disabled, it seems to work. Just in case it is intermittent, I'll continue testing with this config for a while before trying the other combinations. The version I pushed to GitHub never enables ULP mode on the I218LM3 / I218V3, no matter what the WoL settings are. If it's an intermittent issue, my intuition tells me that it's most likely related to a wrong BIOS setting or a problem in the ACPI data structures. Mieze Link to comment Share on other sites More sharing options...
RehabMan Posted April 19, 2016 Share Posted April 19, 2016 The version I pushed to GitHub never enables ULP mode on the I218LM3 / I218V3, no matter what the WoL settings are. If it's an intermittent issue, my intuition tells me that it's most likely related to a wrong BIOS setting or a problem in the ACPI data structures. Mieze Does not seem to be intermittent. Just with that particular, arguably poor, configuration (BIOS.WOL=false, OSX.WOL=true). I will test some more and if I find a "useful" configuration that is not working properly, I'll report it here... Link to comment Share on other sites More sharing options...
Mieze Posted April 19, 2016 Author Share Posted April 19, 2016 Does not seem to be intermittent. Just with that particular, arguably poor, configuration (BIOS.WOL=false, OSX.WOL=true). I will test some more and if I find a "useful" configuration that is not working properly, I'll report it here... Well, in BIOS the WoL option is usually used to enable WoL from S5 while OS X's WoL is meant to wake from S3. At least this is how it's working on my test machine and it's the same configuration I use without any problems. If ULP mode is preventing your machine from waking up in this configuration, the question is how does it get enabled if the driver doesn't touch ULP anymore. Maybe by the BIOS itself? Mieze 1 Link to comment Share on other sites More sharing options...
RehabMan Posted April 19, 2016 Share Posted April 19, 2016 Well, in BIOS the WoL option is usually used to enable WoL from S5 while OS X's WoL is meant to wake from S3. At least this is how it's working on my test machine and it's the same configuration I use without any problems. There is a separate option for S5.WOL in the main BIOS. The actual WOL option (assume it is S3) is buried in an option ROM. If ULP mode is preventing your machine from waking up in this configuration, the question is how does it get enabled if the driver doesn't touch ULP anymore. Maybe by the BIOS itself? Not sure what it is, but if there is no issue in the other three (valid) modes, then I'm not going to look into it further. Link to comment Share on other sites More sharing options...
Mieze Posted April 19, 2016 Author Share Posted April 19, 2016 There is a separate option for S5.WOL in the main BIOS. The actual WOL option (assume it is S3) is buried in an option ROM. Not sure what it is, but if there is no issue in the other three (valid) modes, then I'm not going to look into it further. I'd recommend to disable the LAN option ROM in BIOS in order to avoid trouble. Ultra Low Power (ULP) further reduces power consumption during sleep but it's not compatible with WoL. If WoL is requested, ULP must be disabled. Mieze Link to comment Share on other sites More sharing options...
RehabMan Posted April 19, 2016 Share Posted April 19, 2016 I'd recommend to disable the LAN option ROM in BIOS in order to avoid trouble. There is no option to disable the option ROM in this BIOS. Link to comment Share on other sites More sharing options...
Slice Posted April 20, 2016 Share Posted April 20, 2016 The driver works for magnifico with Asus Z170 board. May be you find this change useful. patch-211.txt.zip IntelMausiEthernet.kext-release.zip 1 Link to comment Share on other sites More sharing options...
osx151212 Posted April 20, 2016 Share Posted April 20, 2016 Hello Mieze,would it possible to add support for "Intel® 82562GT 10/100 Mbps Fast Ethernet" chip into "El Capitan" and "Yosemite"?I was able to install "El Capitan" and "Yosemite" on a computer with P5LP-LE mainboard and I found that I can not make network card to work. A search in forums/blogs indicates that the issue has been fixed in 2007-2010 and no information after that period of time.I tried all kexts from following URL (edited Info.plist to add 0x27DC8086) and none of them "picked up" 82562GT NIC.https://sourceforge.net/p/edp-osxlatitude/svn/262/tree/kextpacks/Ethernet/IntelLAN/Mainboard P5LP-LE documentation:http://www.ctechinfo.net/documentation/manuals/leonite_manual.pdfhttp://support.hp.com/us-en/document/c00864946Thank you, osx151212NOTE: the output I get when I try to load your kext bash-3.2# vi IntelMausiEthernet/IntelMausiEthernet.kext/Contents/Info.plist bash-3.2# kextutil -t -n -v 6 IntelMausiEthernet/IntelMausiEthernet.kext Kext user-space log filter changed from 0xff2 to 0xfff. Kext kernel-space log filter changed from 0xff2 to 0xfff. Kext library architecture set to x86_64. Can't stat /AppleInternal - No such file or directory. Defaulting to kernel file '/System/Library/Kernels/kernel' Kext library recording diagnostics for: validation authentication dependencies warnings. Diagnostics for IntelMausiEthernet/IntelMausiEthernet.kext: Code Signing Failure: not code signed IntelMausiEthernet/IntelMausiEthernet.kext appears to be loadable (including linkage for on-disk libraries). bash-3.2# NOTE: lspci -nn -vvx -d 8086:27dc (Knoppix 6.3 DVD) 01:08.0 Ethernet controller [0200]: Intel Corporation 82801G (ICH7 Family) LAN Controller [8086:27dc] (rev 01) Subsystem: Hewlett-Packard Company Device [103c:2a50] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 32 (2000ns min, 14000ns max), Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 20 Region 0: Memory at fdefe000 (32-bit, non-prefetchable) Region 1: I/O ports at ef00 Capabilities: [dc] Power Management version 2 Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=2 PME- Kernel driver in use: e100 Kernel modules: e100 00: 86 80 dc 27 07 00 90 02 01 00 00 02 08 20 00 00 10: 00 e0 ef fd 01 ef 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 50 2a 30: 00 00 00 00 dc 00 00 00 00 00 00 00 0a 01 08 38 Link to comment Share on other sites More sharing options...
Mieze Posted April 20, 2016 Author Share Posted April 20, 2016 @osx151212: You'll find the answer in post#1 of this thread. Sorry! Mieze Link to comment Share on other sites More sharing options...
magnifico Posted April 20, 2016 Share Posted April 20, 2016 The driver works for magnifico with Asus Z170 board. May be you find this change useful. patch-211.txt.zip IntelMausiEthernet.kext-release.zip Asrock Link to comment Share on other sites More sharing options...
Kynyo Posted April 26, 2016 Share Posted April 26, 2016 I was downloading something than suddenly:Whats the reason of this KP?! Tue Apr 26 22:24:37 2016 *** Panic Report *** panic(cpu 0 caller 0xffffff80003ce5fa): Kernel trap at 0xffffff7f82b1d173, type 14=page fault, registers: CR0: 0x000000008001003b, CR2: 0xffffff8108618008, CR3: 0x000000000a6b2000, CR4: 0x00000000001627e0 RAX: 0xffffff8108618000, RBX: 0xffffff7f82b1e250, RCX: 0x0000000000000000, RDX: 0x0000000000000001 RSP: 0xffffff8013393e10, RBP: 0xffffff8013393ea0, RSI: 0xffffff8108618000, RDI: 0xffffff80d7c2a000 R8: 0x00000000000000c0, R9: 0xffffff80e84e4068, R10: 0x0000000000000000, R11: 0x000001f595ee4095 R12: 0xffffff8018ef4b80, R13: 0x0000000ce3a61e11, R14: 0x0000000000000000, R15: 0x0000000000000001 RFL: 0x0000000000010202, RIP: 0xffffff7f82b1d173, CS: 0x0000000000000008, SS: 0x0000000000000010 Fault CR2: 0xffffff8108618008, Error code: 0x0000000000000000, Fault CPU: 0x0, PL: 0 Backtrace (CPU 0), Frame : Return Address 0xffffff8013393aa0 : 0xffffff80002dab12 0xffffff8013393b20 : 0xffffff80003ce5fa 0xffffff8013393d00 : 0xffffff80003ec463 0xffffff8013393d20 : 0xffffff7f82b1d173 0xffffff8013393ea0 : 0xffffff7f82b1e2d2 0xffffff8013393ef0 : 0xffffff80008b50b6 0xffffff8013393f40 : 0xffffff80008b2f21 0xffffff8013393f80 : 0xffffff80008b3016 0xffffff8013393fb0 : 0xffffff80003c9017 Kernel Extensions in backtrace: com.insanelymac.IntelMausiEthernet(2.1d5)[DB0B6B57-2794-3A6F-8DFC-2AC334F5BB06]@0xffffff7f82b18000->0xffffff7f82b3bfff dependency: com.apple.iokit.IONetworkingFamily(3.2)[848B398F-4D96-3024-8092-6CD3534D2CCA]@0xffffff7f817f6000 dependency: com.apple.iokit.IOPCIFamily(2.9)[C828EAE7-51C4-3198-A496-F7D4278E78CA]@0xffffff7f80b6a000 BSD process name corresponding to current thread: kernel_task Boot args: slide=0 Mac OS version: 15F24b Kernel version: Darwin Kernel Version 15.5.0: Mon Apr 4 19:07:49 PDT 2016; root:xnu-3248.50.20~6/RELEASE_X86_64 Kernel UUID: 6647ED81-85B0-33E3-9744-81CDC526160D __HIB text base: 0xffffff8000100000 System model name: iMac14,2 (Mac-27ADBB7B4CEE8E61) System uptime in nanoseconds: 2154294087790 last loaded kext at 56200903996: com.apple.filesystems.smbfs 3.0.1 (addr 0xffffff7f8308b000, size 409600) last unloaded kext at 221103525972: com.apple.driver.AppleACPIEC 4.0 (addr 0xffffff7f82ab0000, size 28672) loaded kexts: com.parallels.kext.vnic 11.1.3 32521 com.parallels.kext.netbridge 11.1.3 32521 com.parallels.kext.hypervisor 11.1.3 32521 com.parallels.kext.usbconnect 11.1.3 32521 com.nvidia.CUDA 1.1.0 com.paragon-software.filesystems.ntfs 83.1.14 com.intel.driver.EnergyDriver 2.0 org.hwsensors.driver.GPUSensors 1707 org.hwsensors.driver.LPCSensors 1707 com.insanelymac.IntelMausiEthernet 2.1.0d5 org.rehabman.driver.FakePCIID.XHCIMux 1.3.0 org.rehabman.driver.FakePCIID 1.3.0 org.hwsensors.driver.ACPISensors 1707 org.hwsensors.driver.CPUSensors 1707 org.tw.CodecCommander 2.5.2 org.netkas.driver.FakeSMC 1707 as.vit9696.AppleALC 1.0.8 com.apple.filesystems.smbfs 3.0.1 com.apple.driver.AppleUpstreamUserClient 3.6.1 com.apple.driver.AppleMCCSControl 1.2.13 com.apple.GeForce 10.1.0 com.apple.driver.ApplePlatformEnabler 2.6.0d0 com.apple.driver.AGPM 110.22.0 com.apple.driver.X86PlatformShim 1.0.0 com.apple.filesystems.autofs 3.0 com.apple.driver.AppleHDA 274.9 com.apple.driver.pmtelemetry 1 com.apple.iokit.IOUserEthernet 1.0.1 com.apple.iokit.IOBluetoothSerialManager 4.4.5f3 com.apple.Dont_Steal_Mac_OS_X 7.0.0 com.apple.driver.AppleHV 1 com.apple.driver.AppleOSXWatchdog 1 com.apple.driver.AudioAUUC 1.70 com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0 com.apple.driver.AppleLPC 3.1 com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0 com.apple.BootCache 38 com.apple.iokit.IOAHCIBlockStorage 2.8.5 com.apple.driver.AppleAHCIPort 3.1.8 com.apple.driver.usb.AppleUSBEHCIPCI 1.0.1 com.apple.driver.AppleACPIButtons 4.0 com.apple.driver.AppleRTC 2.0 com.apple.driver.AppleHPET 1.8 com.apple.driver.AppleSMBIOS 2.1 com.apple.driver.AppleAPIC 1.7 com.apple.nke.applicationfirewall 163 com.apple.security.quarantine 3 com.apple.security.TMSafetyNet 8 com.apple.driver.AppleSMBusController 1.0.14d1 com.apple.iokit.IOAcceleratorFamily2 205.10 com.apple.nvidia.driver.NVDAGK100Hal 10.1.0 com.apple.nvidia.driver.NVDAResman 10.1.0 com.apple.AppleGraphicsDeviceControl 3.12.8 com.apple.kext.triggers 1.0 com.apple.driver.DspFuncLib 274.9 com.apple.kext.OSvKernDSPLib 525 com.apple.iokit.IOSurface 108.2.1 com.apple.iokit.IOSerialFamily 11 com.apple.iokit.IOBluetoothFamily 4.4.5f3 com.apple.driver.CoreCaptureResponder 1 com.apple.driver.corecapture 1.0.4 com.apple.driver.AppleHDAController 274.9 com.apple.iokit.IOHDAFamily 274.9 com.apple.iokit.IONDRVSupport 2.4.1 com.apple.iokit.IOGraphicsFamily 2.4.1 com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0 com.apple.driver.X86PlatformPlugin 1.0.0 com.apple.driver.AppleSMC 3.1.9 com.apple.driver.IOPlatformPluginFamily 6.0.0d7 com.apple.driver.AppleUSBAudio 303.3.1 com.apple.driver.usb.IOUSBHostHIDDevice 1.0.1 com.apple.driver.usb.cdc 5.0.0 com.apple.driver.usb.networking 5.0.0 com.apple.driver.usb.AppleUSBHostCompositeDevice 1.0.1 com.apple.driver.usb.AppleUSBHub 1.0.1 com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.7 com.apple.driver.AppleEFINVRAM 2.0 com.apple.iokit.IOUSBFamily 900.4.1 com.apple.driver.usb.AppleUSBXHCIPCI 1.0.1 com.apple.driver.usb.AppleUSBXHCI 1.0.1 com.apple.iokit.IOAHCIFamily 2.8.1 com.apple.iokit.IONetworkingFamily 3.2 com.apple.driver.usb.AppleUSBEHCI 1.0.1 com.apple.iokit.IOUSBHostFamily 1.0.1 com.apple.driver.AppleUSBHostMergeProperties 1.0.1 com.apple.driver.AppleEFIRuntime 2.0 com.apple.iokit.IOHIDFamily 2.0.0 com.apple.iokit.IOSMBusFamily 1.1 com.apple.security.sandbox 300.0 com.apple.kext.AppleMatch 1.0.0d1 com.apple.iokit.IOAudioFamily 204.4 com.apple.vecLib.kext 1.2.0 com.apple.driver.AppleKeyStore 2 com.apple.driver.AppleMobileFileIntegrity 1.0.5 com.apple.driver.AppleCredentialManager 1.0 com.apple.driver.DiskImages 417.4 com.apple.iokit.IOStorageFamily 2.1 com.apple.iokit.IOReportFamily 31 com.apple.driver.AppleFDEKeyStore 28.30 com.apple.driver.AppleACPIPlatform 4.0 com.apple.iokit.IOPCIFamily 2.9 com.apple.iokit.IOACPIFamily 1.4 com.apple.kec.Libm 1 com.apple.kec.pthread 1 com.apple.kec.corecrypto 1.0 Link to comment Share on other sites More sharing options...
Mieze Posted April 26, 2016 Author Share Posted April 26, 2016 I was downloading something than suddenly: Whats the reason of this KP?! Tue Apr 26 22:24:37 2016 *** Panic Report *** panic(cpu 0 caller 0xffffff80003ce5fa): Kernel trap at 0xffffff7f82b1d173, type 14=page fault, registers: CR0: 0x000000008001003b, CR2: 0xffffff8108618008, CR3: 0x000000000a6b2000, CR4: 0x00000000001627e0 RAX: 0xffffff8108618000, RBX: 0xffffff7f82b1e250, RCX: 0x0000000000000000, RDX: 0x0000000000000001 RSP: 0xffffff8013393e10, RBP: 0xffffff8013393ea0, RSI: 0xffffff8108618000, RDI: 0xffffff80d7c2a000 R8: 0x00000000000000c0, R9: 0xffffff80e84e4068, R10: 0x0000000000000000, R11: 0x000001f595ee4095 R12: 0xffffff8018ef4b80, R13: 0x0000000ce3a61e11, R14: 0x0000000000000000, R15: 0x0000000000000001 RFL: 0x0000000000010202, RIP: 0xffffff7f82b1d173, CS: 0x0000000000000008, SS: 0x0000000000000010 Fault CR2: 0xffffff8108618008, Error code: 0x0000000000000000, Fault CPU: 0x0, PL: 0 Backtrace (CPU 0), Frame : Return Address 0xffffff8013393aa0 : 0xffffff80002dab12 0xffffff8013393b20 : 0xffffff80003ce5fa 0xffffff8013393d00 : 0xffffff80003ec463 0xffffff8013393d20 : 0xffffff7f82b1d173 0xffffff8013393ea0 : 0xffffff7f82b1e2d2 0xffffff8013393ef0 : 0xffffff80008b50b6 0xffffff8013393f40 : 0xffffff80008b2f21 0xffffff8013393f80 : 0xffffff80008b3016 0xffffff8013393fb0 : 0xffffff80003c9017 Kernel Extensions in backtrace: com.insanelymac.IntelMausiEthernet(2.1d5)[DB0B6B57-2794-3A6F-8DFC-2AC334F5BB06]@0xffffff7f82b18000->0xffffff7f82b3bfff dependency: com.apple.iokit.IONetworkingFamily(3.2)[848B398F-4D96-3024-8092-6CD3534D2CCA]@0xffffff7f817f6000 dependency: com.apple.iokit.IOPCIFamily(2.9)[C828EAE7-51C4-3198-A496-F7D4278E78CA]@0xffffff7f80b6a000 BSD process name corresponding to current thread: kernel_task Boot args: slide=0 Mac OS version: 15F24b Kernel version: Darwin Kernel Version 15.5.0: Mon Apr 4 19:07:49 PDT 2016; root:xnu-3248.50.20~6/RELEASE_X86_64 Kernel UUID: 6647ED81-85B0-33E3-9744-81CDC526160D __HIB text base: 0xffffff8000100000 System model name: iMac14,2 (Mac-27ADBB7B4CEE8E61) System uptime in nanoseconds: 2154294087790 last loaded kext at 56200903996: com.apple.filesystems.smbfs 3.0.1 (addr 0xffffff7f8308b000, size 409600) last unloaded kext at 221103525972: com.apple.driver.AppleACPIEC 4.0 (addr 0xffffff7f82ab0000, size 28672) loaded kexts: com.parallels.kext.vnic 11.1.3 32521 com.parallels.kext.netbridge 11.1.3 32521 com.parallels.kext.hypervisor 11.1.3 32521 com.parallels.kext.usbconnect 11.1.3 32521 com.nvidia.CUDA 1.1.0 com.paragon-software.filesystems.ntfs 83.1.14 com.intel.driver.EnergyDriver 2.0 org.hwsensors.driver.GPUSensors 1707 org.hwsensors.driver.LPCSensors 1707 com.insanelymac.IntelMausiEthernet 2.1.0d5 org.rehabman.driver.FakePCIID.XHCIMux 1.3.0 org.rehabman.driver.FakePCIID 1.3.0 org.hwsensors.driver.ACPISensors 1707 org.hwsensors.driver.CPUSensors 1707 org.tw.CodecCommander 2.5.2 org.netkas.driver.FakeSMC 1707 as.vit9696.AppleALC 1.0.8 com.apple.filesystems.smbfs 3.0.1 com.apple.driver.AppleUpstreamUserClient 3.6.1 com.apple.driver.AppleMCCSControl 1.2.13 com.apple.GeForce 10.1.0 com.apple.driver.ApplePlatformEnabler 2.6.0d0 com.apple.driver.AGPM 110.22.0 com.apple.driver.X86PlatformShim 1.0.0 com.apple.filesystems.autofs 3.0 com.apple.driver.AppleHDA 274.9 com.apple.driver.pmtelemetry 1 com.apple.iokit.IOUserEthernet 1.0.1 com.apple.iokit.IOBluetoothSerialManager 4.4.5f3 com.apple.Dont_Steal_Mac_OS_X 7.0.0 com.apple.driver.AppleHV 1 com.apple.driver.AppleOSXWatchdog 1 com.apple.driver.AudioAUUC 1.70 com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0 com.apple.driver.AppleLPC 3.1 com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0 com.apple.BootCache 38 com.apple.iokit.IOAHCIBlockStorage 2.8.5 com.apple.driver.AppleAHCIPort 3.1.8 com.apple.driver.usb.AppleUSBEHCIPCI 1.0.1 com.apple.driver.AppleACPIButtons 4.0 com.apple.driver.AppleRTC 2.0 com.apple.driver.AppleHPET 1.8 com.apple.driver.AppleSMBIOS 2.1 com.apple.driver.AppleAPIC 1.7 com.apple.nke.applicationfirewall 163 com.apple.security.quarantine 3 com.apple.security.TMSafetyNet 8 com.apple.driver.AppleSMBusController 1.0.14d1 com.apple.iokit.IOAcceleratorFamily2 205.10 com.apple.nvidia.driver.NVDAGK100Hal 10.1.0 com.apple.nvidia.driver.NVDAResman 10.1.0 com.apple.AppleGraphicsDeviceControl 3.12.8 com.apple.kext.triggers 1.0 com.apple.driver.DspFuncLib 274.9 com.apple.kext.OSvKernDSPLib 525 com.apple.iokit.IOSurface 108.2.1 com.apple.iokit.IOSerialFamily 11 com.apple.iokit.IOBluetoothFamily 4.4.5f3 com.apple.driver.CoreCaptureResponder 1 com.apple.driver.corecapture 1.0.4 com.apple.driver.AppleHDAController 274.9 com.apple.iokit.IOHDAFamily 274.9 com.apple.iokit.IONDRVSupport 2.4.1 com.apple.iokit.IOGraphicsFamily 2.4.1 com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0 com.apple.driver.X86PlatformPlugin 1.0.0 com.apple.driver.AppleSMC 3.1.9 com.apple.driver.IOPlatformPluginFamily 6.0.0d7 com.apple.driver.AppleUSBAudio 303.3.1 com.apple.driver.usb.IOUSBHostHIDDevice 1.0.1 com.apple.driver.usb.cdc 5.0.0 com.apple.driver.usb.networking 5.0.0 com.apple.driver.usb.AppleUSBHostCompositeDevice 1.0.1 com.apple.driver.usb.AppleUSBHub 1.0.1 com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.7 com.apple.driver.AppleEFINVRAM 2.0 com.apple.iokit.IOUSBFamily 900.4.1 com.apple.driver.usb.AppleUSBXHCIPCI 1.0.1 com.apple.driver.usb.AppleUSBXHCI 1.0.1 com.apple.iokit.IOAHCIFamily 2.8.1 com.apple.iokit.IONetworkingFamily 3.2 com.apple.driver.usb.AppleUSBEHCI 1.0.1 com.apple.iokit.IOUSBHostFamily 1.0.1 com.apple.driver.AppleUSBHostMergeProperties 1.0.1 com.apple.driver.AppleEFIRuntime 2.0 com.apple.iokit.IOHIDFamily 2.0.0 com.apple.iokit.IOSMBusFamily 1.1 com.apple.security.sandbox 300.0 com.apple.kext.AppleMatch 1.0.0d1 com.apple.iokit.IOAudioFamily 204.4 com.apple.vecLib.kext 1.2.0 com.apple.driver.AppleKeyStore 2 com.apple.driver.AppleMobileFileIntegrity 1.0.5 com.apple.driver.AppleCredentialManager 1.0 com.apple.driver.DiskImages 417.4 com.apple.iokit.IOStorageFamily 2.1 com.apple.iokit.IOReportFamily 31 com.apple.driver.AppleFDEKeyStore 28.30 com.apple.driver.AppleACPIPlatform 4.0 com.apple.iokit.IOPCIFamily 2.9 com.apple.iokit.IOACPIFamily 1.4 com.apple.kec.Libm 1 com.apple.kec.pthread 1 com.apple.kec.corecrypto 1.0 Check your BIOS settings, DSDT, installed kernel extensions and system configuration because I'm quite sure that the driver is working 100% stable. I even tested it with VMware. Mieze Link to comment Share on other sites More sharing options...
mrjayviper Posted April 27, 2016 Share Posted April 27, 2016 any chance support for 82580 be added? thanks Link to comment Share on other sites More sharing options...
Mieze Posted April 27, 2016 Author Share Posted April 27, 2016 any chance support for 82580 be added? thanks For the answer please see post#1 of this thread! Mieze 1 Link to comment Share on other sites More sharing options...
Kynyo Posted April 28, 2016 Share Posted April 28, 2016 @Mieze: I think it's something related to ULP mode because when system enters into automatic sleep or if I put it, the result it's the same KP or instant system reset. In the meantime I rolledback to 2.1.0d3 and it's working perfectly, even the speeds are far more stable than d5. I think it's something related to Link power management. My system has iMac 14,2 SMBIOS, the latest Ozmosis and SIP disabled. My LAN chip it's I217-V Link to comment Share on other sites More sharing options...
Mieze Posted April 28, 2016 Author Share Posted April 28, 2016 @Mieze: I think it's something related to ULP mode because when system enters into automatic sleep or if I put it, the result it's the same KP or instant system reset. In the meantime I rolledback to 2.1.0d3 and it's working perfectly, even the speeds are far more stable than d5. I think it's something related to Link power management. My system has iMac 14,2 SMBIOS, the latest Ozmosis and SIP disabled. My LAN chip it's I217-V A KP caused by ULP on I217V? No way because the I217 doesn't support ULP at all! Also I haven't made any performance relevant changes since 2.1.0d3. In particular KPs on sleep/wake are a strong indicator for a DSDT or BIOS related problem. Mieze Link to comment Share on other sites More sharing options...
Kynyo Posted April 28, 2016 Share Posted April 28, 2016 May be WOL? I keep it enabled because I need remote access to my computer. Here's my DSDT. DSDT.aml.zip Link to comment Share on other sites More sharing options...
Recommended Posts