Mac OS X Wireless Problems
Mac OS X Wireless Problems
I have fewer issues when running Windows XP on my Mac hardware using bootcamp compared to Mac OS X so I know the hardware is OK. Below are several troubleshooting techniques I use when I have connectivity issues.
First, confirm you have the latest airport client software. Apple usually releases OS updates every few months.
Troubleshooting Mac OS X Wireless
I usually take actions below when troubleshooting Mac OS X wireless problems.
Use airport utility to confirm proper signal strength and make sure the SSID and channel you are using for your network isn’t the same as your neighbors.
Once connected turn off the Airport status by holding “command” and “clicking mouse” and dragging icon to the desktop or by unchecking “Show airport status in menu bar” in Network Preferences. I believe this stops the background scans used by airport to track available networks and should make wireless more reliable [source].
Delete Mac OS X Preferred Networks
Delete all “Preferred Network” listings then re-enter into Network Preferences.
- Open System Preferences and select the “Network” pane
- Select “AirPort” and click “Configure”
- In the “By default, join:” pull-down menu, select “Preferred networks”
- Delete the network(s) you regularly use from the list
- Launch the “Keychain Access” application located in Applications/Utilities.
- Click on the “Kind” filter at the top, and look for “AirPort network password” entries. Delete them.
- Restart, or log out then back in.
- Repeat steps 1-3, this time re-adding your regularly used AirPort networks to the list.
- Restart or log out then back in.
[source]
Resetting Mac OS X Wireless
If all else fails and you still are having issues connecting your wireless network, try resetting your wireless network preferences.
- Network preferences are stored in the ‘System’ file space (/Library) and the ‘User’ file space (~/Library) in the following files:
System files (network and wireless): /Library/Preferences/SystemConfiguration/com.apple.network.identification.plist
/Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist
System Files (General configurations) /Library/Preferences/SystemConfiguration/preferences.plist
802.1x Profiles: ~/Library/Preferences/com.apple.eap.profiles.plist - To reset default network settings, remove (or make copy and remove) all of the above files. You need to be in command line/terminal mode, to do that: Launch ‘Terminal’: Finder -> Applications -> Utilities -> Terminal From the UNIX Shell, create a directory to store old preferences:
cd ~
mkdir saved-preferences
Then, move all network preferences files to this backup folder:mv ~/Library/Preferences/com.apple.eap.profiles.plist ~/saved-preferences
cd /Library/Preferences/SystemConfigurationsudo mv * ~/saved-preferences
The “sudo” command will prompt for admin password to proceed and a reboot should be performed. [source]
Related posts:
- Mac OS X WiFi Wireless Scanner
- NetStumbler for Mac OS X
- Mac OS X Wireless Signal Strength in Snow Leopard
If you liked this post, subscribe using below
WLAN Book RSS Feed
WLAN Book by Email
.
Filed under: How To Guides, WLAN Troubleshooting















