Pirate_Tony Posted July 26, 2016 Share Posted July 26, 2016 I have board GA Q87N with I217LM (0x153A) onboard. I follow installation instructions, with some different troubleshooters as well, but always have "cable unplugged". OS X 10.11.6. Clover with my own DSDT.Another kext AppleIntel1000e works from EFI/Clover/Kext, but Meisu does not, in S/L/E or EFI too. What i can do? Link to comment Share on other sites More sharing options...
shiecldk Posted August 7, 2016 Share Posted August 7, 2016 Hi @Mieze I seem to have problem with this kext on GA-Z97X-UD7 TH. The boot of macos sierra stucks in here: Link to comment Share on other sites More sharing options...
Mieze Posted August 7, 2016 Author Share Posted August 7, 2016 Hi @Mieze I seem to have problem with this kext on GA-Z97X-UD7 TH. The boot of macos sierra stucks in here: What makes you assume that it has anything to do with the driver? The fact that it's the last line you see doesn't mean anything and I really don't see any evidence for a driver related problem in the screenshot. Mieze Link to comment Share on other sites More sharing options...
lorddarks Posted August 8, 2016 Share Posted August 8, 2016 The target computer is an iMac (27-inch, late 2012), file sharing is over AFP (OS X Server with SMB disabled). I will try to see if I can replicate the Tx stall issue using SMB instead of AFP later tonight... cs45 Hi there, cs45 I am having the same problems you have, when trying to send to and iMac a 130Gb file the network crashes and need to reboot. I have 6700k and GA-Z170x-UD5 TH I am trying to get rid of if any news I will keep you posted. Have you tried with non edited ssdt? Link to comment Share on other sites More sharing options...
shiecldk Posted August 8, 2016 Share Posted August 8, 2016 What makes you assume that it has anything to do with the driver? The fact that it's the last line you see doesn't mean anything and I really don't see any evidence for a driver related problem in the screenshot. Mieze Thank you Mieze I beg you pardon I tried switching to AppleintelE1000e, and it can boot. But being switched back, it doesn't boot on my system again. Maybe I got other things wrong too. I'll test more. Link to comment Share on other sites More sharing options...
Mieze Posted August 8, 2016 Author Share Posted August 8, 2016 Thank you Mieze I beg you pardon I tried switching to AppleintelE1000e, and it can boot. But being switched back, it doesn't boot on my system again. Maybe I got other things wrong too. I'll test more. Being able to boot with AppleIntelE1000e.kext driver is no evidence for a bug. The problem might be located somewhere else and being triggered by the link coming up. Besides that, you are definitely not the only one who tried the 10.12 beta but the only one to report this issue that's why I remain skeptical. Use the debug version of the kext and post the output. Mieze Link to comment Share on other sites More sharing options...
Mieze Posted August 9, 2016 Author Share Posted August 9, 2016 I just installed the latest developer preview of Sierra on my test machine, also installed the release build of IntelMausiEthernet.kext and rebooted. As expected, everything is working fine! Mieze 2 Link to comment Share on other sites More sharing options...
Xander86 Posted August 9, 2016 Share Posted August 9, 2016 Hi Mieze, Did you test, copying 10GB+ files over network? grtz, Sander. Link to comment Share on other sites More sharing options...
Mieze Posted August 9, 2016 Author Share Posted August 9, 2016 Hi Mieze, Did you test, copying 10GB+ files over network? grtz, Sander. No, I didn't but provided they haven't reworked power management completely like they did in 10.11 (according to the change notes there haven't been any changes with regard to PM in 10.12) and you have the correct SSDT-patch there shouldn't be any problem with large transfers. My intention was to prove that there is no problem preventing 10.12 from booting. Mieze Link to comment Share on other sites More sharing options...
Xander86 Posted August 12, 2016 Share Posted August 12, 2016 True, I've got the same problem with large file transfers in 10.11 as in 10.12 and I have a correct SSDT installed for CPUPM. Regarding the fact that there are a few people here reporting the same problem, there must a bug of some kind that causes this "disconnect" in at least some cases. (certain hardware, maybe?) What info can I provide to help find a cause and hopefully a solution for this? Sander. Link to comment Share on other sites More sharing options...
lorddarks Posted August 12, 2016 Share Posted August 12, 2016 I ended up buying a pcie ethernet card Link to comment Share on other sites More sharing options...
pit256 Posted August 21, 2016 Share Posted August 21, 2016 Hi Mieze, What is the latest release of your Kext ? I thought it was the 2.1.0 but I recently found a 2.1.0d0 release, so I'm a bit confused... Thanks! Link to comment Share on other sites More sharing options...
Mieze Posted August 21, 2016 Author Share Posted August 21, 2016 Version 2.1.0 is the latest official build. Development versions are marked with the suffix d and a number, e.g. 2.1.0d0, 2.1.0d1, etc. and can be considered as unfinished work. Mieze Link to comment Share on other sites More sharing options...
pit256 Posted August 21, 2016 Share Posted August 21, 2016 Thank you Mieze! Link to comment Share on other sites More sharing options...
iTTT Posted August 26, 2016 Share Posted August 26, 2016 thanks Mieze, your diver is very good. mainboard: ASUS P8Z77-V pro Intel 82579V, 1 x Gigabit LAN Controller(s)Intel LAN- Dual interconnect between the Integrated LAN controller and Physical Layer (PHY) 1, i cannt wake up my osx from sleep. WOL its not working. 2, if i wake up my osx by mouse or keyboard from sleep, only the wifi card is working, Intel 82579V has the green indicator but actually it becoming the second network interface, and not working. i tried to ping Intel 82579V but no response. Once i restart osx, 82579V is working again. any solution for that issues? thanks again. Link to comment Share on other sites More sharing options...
bronxteck Posted August 26, 2016 Share Posted August 26, 2016 try enabling or disabling WOL in bios if you have the feature. Link to comment Share on other sites More sharing options...
Mieze Posted August 26, 2016 Author Share Posted August 26, 2016 First of all, wakeup events are handled by hardware and ACPI firmware alone. The driver is not in control of the hardware during sleep and wakeup. That's why I'm quite sure that this is not a driver issue. According to the problem description there are only two possible causes: A wrong BIOS setting causing the BIOS to take control of the NIC while sleeping. A DSDT problem which is the most frequent reason for WoL failure. Anyway, you might send me your kernel logs as they may contain valuable information about what happened during wakeup. Mieze Link to comment Share on other sites More sharing options...
Mieze Posted August 26, 2016 Author Share Posted August 26, 2016 (edited) Here is another development version of the driver (2.2.0d2) in which I implemented support for RXPOLL. Hopefully it might also resolve the randomly occurring tx deadlocks which some users are still experiencing. Source code can be found on GitHub. Good luck testing! Mieze Removed. Use version 2.2.0d3 instead (see below)! Edited August 30, 2016 by Mieze 4 Link to comment Share on other sites More sharing options...
crashmaster4999 Posted August 27, 2016 Share Posted August 27, 2016 Good news everyone! Just copied a 350GB file to and from my server and did not have one disconnect. I'll try later with about 500GB of smaller files and let you folk know how it goes. Thanks Mieze! 2 Link to comment Share on other sites More sharing options...
Xander86 Posted August 29, 2016 Share Posted August 29, 2016 I tried to copy a 10.6GB file from one share to another, with v2.2.0d2. result: after about 1GB file copy stopt. Network connection lost. network properties said: "Cable Disconnected" had to reboot to get Network going again. this is what console had to say about it: intelMausiCrash.txt thanks, Link to comment Share on other sites More sharing options...
Mieze Posted August 29, 2016 Author Share Posted August 29, 2016 @Xander86: Which CPU do you have? I guess it's a 6700k? Mieze Link to comment Share on other sites More sharing options...
Mieze Posted August 30, 2016 Author Share Posted August 30, 2016 Ok, next try! Here is version 2.2.0d3. As it's already 2 o'clock in the morning there is no time for extensive explanations but the only thing I changed is the maximum tolerated DMA latency the the driver is reporting to the kernel (now 50µs instead of 75µs in 2.2.0d2). Good luck! Mieze IntelMausiEthernet-V2.2.0d3.zip 2 Link to comment Share on other sites More sharing options...
crashmaster4999 Posted August 30, 2016 Share Posted August 30, 2016 Testing now - I'll let you folk know how it goes. crash Edit: Sent you a fresh log file... Link to comment Share on other sites More sharing options...
Xander86 Posted September 2, 2016 Share Posted September 2, 2016 I did the same file copy test and had the same result. IntelMausi 2.2.0d3_crashreport.txt ps. my system: i7 6700K Asus Z170 ProGaming Link to comment Share on other sites More sharing options...
MrToasty97 Posted September 4, 2016 Share Posted September 4, 2016 Does anyone know what the problem could be: My hackintosh always connections with "10baseT/UTP <full-duplex>" and if I change it to manually in the network preferences, i can't get a IP-Address. My Macbook can use with the same cable 1Gbit. Thanks in advance for your help. Link to comment Share on other sites More sharing options...
Recommended Posts