You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

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

mac osx 10.9 Mavericks wifi issue

Ok so Wifi is really starting to annoy now....


I have a 2013 Mac Air (about 1 month old). I upgraded to mavericks and now EVERYTIME the machine goes to sleep, i close the lid, whatever the wifi connection is shut down and on logging in again, the wifi doesn't connect. I have to manually turn off wifi and then turn on again before selecting my network (and usually needs 2 attempts).


This is unacceptable.


Does anybody else suffer from this issue? any ideas on how to fix it (other than reverting back to MLion - if that's even possible)


Thanks in advance for any responses


Kind Regards


Supersleb

MacBook Air (13-inch Mid 2013), OS X Mavericks (10.9)

Posted on Oct 30, 2013 11:51 AM

Reply
520 replies

Dec 23, 2013 6:51 AM in response to supersleb

I have a working solution!


While visiting the Apple Store in Kansas City, MO, I was informed that this problem is not exclusively tied to Mavericks. It specifically has to do with corrupt system configuration files, which can be wiped out and rebuilt by the system.


Open Library > Preferences > System Configuration. Delete all the files in this folder (make a backup if you want). Empty the trash and restart the computer, resetting the PRAM.


If you disabled iCloud keychain, you can reactivate it. Bluetooth and all other services should work now as well.


Good luck! I hope this works for everybody else out there.

Dec 23, 2013 1:34 PM in response to Ben Busch

I definitely think this is a Mavericks issue. My iMac running Mavericks is the ONLY system in the house that drops the network randomly while all other systems never lose the network. No idea how to resolve this, but here is the workaround I'm posting:

I've had the 'network drop' issue with my Airport Extreme for the last 2 months. It reconnects when I pull the ethernet cable and plug it back in. I've tried downgrading the AE firmware, resetting to factory, etc. Nothing worked. I finally threw in the towel and created a script that monitors my network connectivity and restarts my interface if it senses it has dropped:


##############

#!/bin/ksh

while true

do

yup=`ping -c1 -t2 www.google.com|grep from`

if [[ -n $yup ]]

then echo "Internet is connected!"

else

ifconfig en0 down; ifconfig en0 up

echo "Down at `date +%m%d%Y%H%M%S`">>./dropped.out

fi

sleep 5

clear

done

###############


I know its a workaround, but its saving me the headache of constantly pulling my cable and putting it back in!


Good luck!

-Mike Gray

Dec 23, 2013 4:46 PM in response to Community User

It is there staring you in the face.

In the tool bar of finder go to "Go"

Then click on "computer" in the drop down menu

Then click on Macintosh HD

Applications is the first then

LIbrary is just below that click on Library

And scroll down and click on preference (which is just beow preferences pane)

the menu opens and scroll down to "system configuration"

Dec 23, 2013 4:50 PM in response to Harvey 137

Aha, thanks. I looked at different Library maybe. I didn't know I could access another Library this way. I'm a relatively new mac user 🙂.


So Does deleting everything in this folder erase any of my data? If I need to back the files up, can I just back them up in another folder in Documents or something? Or will that cause it to not change anything?


Thanks.

Dec 23, 2013 7:44 PM in response to Community User

A lot of files will automatically be rebuilt after delting them. That is the purpose the way Ben descibed it. But I am no expert in this. If I was so inclinded to try this I would drag these files into a folder and then do the rebooting in PRAM. When you put them in another folder it systems configuarion should be empty the way Ben describes it. Having them back up in a seperate folder is insurance. That way if they do not rebuild you can restore the program by dragging it back into systems configuration. If it works the way Ben Busch describes it you can always move them to trash.

Dec 28, 2013 6:02 PM in response to supersleb

I was having the same issue w/ a brand new MacBook Pro running Mavericks -- it seemed to forget my network upon starting up or coming out of standby. I just spent ~40 min on the phone w/ apple and after the person consulted some other folks, they concluded this is "normal" product behavior when you're operating off the battery. Sure enough, it doesn't seem to be a problem when my macbook is plugged in. They said the prupose is to prevent file corruption in case the computer's battery dies in the middle of transferring files -- seems strange, but that's what they said.


The other thing they recommended was going into System Preferences --> Network --> Advanced, then delete your network and add it back.

Dec 29, 2013 10:47 AM in response to brianyoshi

Not sure what you were seeing that you described as 'forget my network'. I'm guessing it means you had to reenter your PW every time, as tho it didn't store it. If so, that is not what I'm experiencing with a new rMPB w/Mavericks. When keychain sync is on, and the rMPB awakes from sleep and I try to access the internet, the URL in the browser shows the connection starts but then the blue bar stops and just hangs, never moving all the way across and never reloading the page.


If I then turn off WiFi and turn it back on again, the page will load. (If I disable keychain syncing, I never see this problem).


I tried deleting the network and adding it back, as suggested. Doesn't solve the problem. It's just this rMBP. Other devices, including an older MBP w/Mt Lion never had this problem.

Dec 30, 2013 3:01 PM in response to supersleb

I have he Same issue and I don't have a MBA. I have a 2013 Mac Mini. I have it set so it never sleeps however, every time I reboot I lose WiFi and have to log back in, and now it doesn't even let me do that. I have an iPad, a MacBook as well as a PC and the mini is the only one with this problem, and it happened immediately after "upgrading" to Mavericks.

My workaround is to hardwire with an Ethernet cable. The mini is literally inches from the router so this isn't a problem but, it does prevent me from "upgrading" my MacBook and I refuse to even attempt to use any of the fixes presented here. I don't want reset or reconfigure anything since this is clearly a Mavericks issue that should have been fixed by now.

mac osx 10.9 Mavericks wifi issue

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