Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

My Mac Pro loses network connection after wake from sleep since Yosemite upgrade.

Mac Pro loses network connection after wake from sleep since Yosemite upgrade. Any one have this issue as well. And is there a work around?

Posted on Dec 29, 2014 7:21 AM

Question marked as Best reply
30 replies

Feb 2, 2015 11:01 PM in response to aWinesap

aWinesap wrote:


Same issue for me and I bet for all Mac Pros.


Absolutely zero issues waking up after sleep with my Ethernet connected Mac Pro in 10.10, 10.10.1 or 10.10.2, so no, it's not all Mac Pros and is in fact a rather small subset of them.


For those having the issues is it the fact that you do not have an IP address defined? Is your machine set up to use DHCP and it can't pull a new address?


What does Network Diagnostics have to say?

Feb 3, 2015 12:29 AM in response to Dogcow-Moof

Hi William,


My machine has indeed DHCP set. But it already has an IP address. And because the network is not working it can not retrieve a new IP from the DHCP server if I would like to do that. And off course I tried to set a fixed IP. No difference what so ever.

My gut feeling says that a fresh install of Yosemite will probably do the job. And that maybe one of the network tools like Little Snitch interfered with the update mechanisms of Yosemite. However, it never did interfere on previous updates from Lion -> Mountain Lion -> Mavericks.


Regards,


Peter Bruinink

Feb 6, 2015 3:26 PM in response to Dogcow-Moof

Hi William,

Good for you! Here is what happened in the past. After sleep, it reports that another device is using the current IPv4 address (xx.xx.xx.xx). When I go to examine the en0 via the network pref pane, it reports that that ethernet 1 has an IPv6 address and not an IPv4 address. The sense that another device is registered with he same address is at the root of the problem. It will not renew an IPv4 address from there and requires a reboot. I have not tried network diagnostics but may do so. The problem and response seem clear from the OS point of view. I just don't understand the phantom competitive device using the same address.


That said, the latest update has fixed the problem. Unfortunately, not in a constructive way. Now, it won't go to sleep at all! I don't know where to turn. if I create a clean install, can I recover applications and data from the present drive?

Feb 9, 2015 1:57 AM in response to aWinesap

Two things have fixed this on my network and for most others:


1) Upgrade to OS X 10.10.2

2) Make sure you reboot your AirPort Express/Extreme/Time Capsule, if you have them.


There was some glitch causing AirPort routers and Yosemite not to play well together at release time that has since been fixed, though it usually requires a reboot of the router as well to completely eliminate it.

Feb 20, 2015 9:18 AM in response to Ackamarackus

Still having an issue with 10.10.2

My network printer is no longer accessible after a wake up of my Mac Mini. The strange thing is that I can still ping to the printer from my Mac mini (using the IP address of the printer). but I cannot longer print from my Mac Mini. In Safari the printer is no longer listed in the Bonjour bookmarks (before the sleep it was). Other computers can keep on using the printer without any issue

Apr 14, 2015 12:18 PM in response to Community User

I had this problem too for a while. Here is how I diagnosed and solved it.


I noticed that every time my computer went to sleep the Ethernet connection dropped. When I woke up my computer after 30 - 60 seconds the Ethernet connection woke up. Wifi worked fine - didn't go to sleep.


So after getting surprisingly unhelpful support from Applecare I looked through System Preferences. I changed this setting:


in Energy Saver, Power Adapter - I checked the box next to Prevent computer from sleeping automatically when the display is off.

Now my computer doesn't go to sleep and my ethernet connection doesn't go to sleep. It appears that in Yosemite a change was made to put Ethernet connection to sleep when the computer goes to sleep.

My computer - MacBook Pro Retina 15 inches, mid 2014; Yosemite 10.3.3 (latest version).

Hope this helps.

May 1, 2016 4:19 AM in response to Thongjy

I am having this issue with a late 2014 27" Retina iMac running on El Capitan.


This is a work-around. If you had GROWL installed you could as well use GROWL rules to check for network related failure messages and do the same. But Scenario is easier to configure.


Get "Scenario" from the App Store and use this script as a wakeup script. Save the script as script, not as program.


So when you Mac wakes up, the script is triggered. It toggles between network "off" and your standard setting if your network is down. In my personal script I also mount lost network shares as well.


Fill in your credentials and make another network location with all network ports/services disabled (Call it "Off" or similar, no spaces in any of the location names!).


I hope it helps,


Cheers, Joachim


# Fill in your credentials and router address, change location names if necessary


set routeraddress to "0.0.0.0"

set username to "YOUR_NAME"

set userpassword to "YOUR_PASSWORD"


# Two network locations, one Network off, and your standard location (here "Ethernet")

set network_off to "Off"

set network_on to "Ethernet"



try

# Hello Router

delay 2

set ping_result to (do shell script "ping -c 1 " & routeraddress)


on error

# if network is not available, toggle network settings


do shell script "networksetup -switchtolocation " & network_off user name username password userpassword with administrator privileges

do shell script "networksetup -switchtolocation " & network_on user name username password userpassword with administrator privileges

end try

My Mac Pro loses network connection after wake from sleep since Yosemite upgrade.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.