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

Since Snow Leopard Unable to turn off Airport on MBP

Has anyone else got this problem. Since doing the upgrade I can't turn off my MBP Airport. It's working fine in all other respects, and at least it's fixed on and not off, but it's still a bit annoying.

MacBook Pro, Mac OS X (10.6), iPhone 3G OS 3.0, Airport Extreme, Airport Express

Posted on Aug 29, 2009 6:28 AM

Reply
37 replies

Aug 29, 2009 7:00 AM in response to Kyn Drake

Hi,

Thanks for opeining this thread Russ... If you don't mind I post again what I have posted in another thread before:

I have the same problem as RussJP, aka can't turn airport off an I run an account with admin rights.
I think this is an upgrade bug as prior upgrading to 10.6, I had the option "Require administrator password to Turn Airport off and on" checked. After upgrade, the option was no more checked.
I reinstalled SL above itself, but no more luck.
Note that when I open the terminal and type "ifconfig en1 down", the airport is disabled correctly. I can also enable it with "ifconfig en1 up".

If interested I created an apple script to automate the thing... But it is definitely not a solution I like.

<code>
set isConnected to false
try
with timeout of 15 seconds
set reply to do shell script "/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resour ces/airport -I" password "myPassword" with administrator privileges
if reply contains "state: running" then set isConnected to true
end timeout
end try

if isConnected then
do shell script "ifconfig en1 down" password "myPassword" with administrator privileges
else
do shell script "ifconfig en1 up" password "myPassword" with administrator privileges
end if
</code>

Aug 29, 2009 7:56 AM in response to RussJP

Thanks for the update guys.
To clarify yes, I can see the Airport in my menu bar, I can connect to wireless networks both home and outside (Apple Store Sydney etc) but if I click on the Turn Airport Off button it does nothing. I get the same result if I go into System Preferences and try.
I'm afraid to mess about too much in case I can turn it off, then can't turn it back on again.

Aug 29, 2009 7:59 AM in response to RussJP

HI,

Repair disk permissions and see if that helps.

Quit any open applications/programs. Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.






Carolyn 🙂

Aug 29, 2009 3:04 PM in response to RussJP

Hi am having the exact same issue reported here.

I have a C2D 2.16Ghz MBP that came with Tiger. I archive installed leopard and I upgrade to snow leopard.

The setting I had in leopard would prompt me for admin password to turn on/off airport. Now it simply does nothing. I can connect to everything but I am unable to turn airport off.

I will give Repair Permissions a shot and see what happens.

Aug 29, 2009 5:31 PM in response to RussJP

Hi all

Thanks for everyone's responses and excellent suggestions. In light of the fact that my Airport is stuck on and not off I'm going to leave it as is. It's not causing any inconvenience and I would hate to throw it the other way and not be able to get online.
I'm hoping that an update will come out to rectify this but in the meantime I think it best to leave well enough alone.

If you're stuck with it locked off I feel for you and I hope you get a resolution soon,

Russ

Aug 29, 2009 5:55 PM in response to RussJP

This was a problem that kept popping up during test.
If you are experiencing this problem please report it to Apple, if possible send the system profile of your Mac.
To get system profile of your Mac click "about this mac", click on "more info...", then on the file menu choose "save as ..."
This will help you have a short lived problem.

Aug 30, 2009 12:44 AM in response to RussJP

Hi all

The suggestion to create a new Location in System Preferences for the Airport worked. I created the new location, remade the connection to my wi-fi network and there you go. I can turn off and on as before.

I haven't removed my old location settings yet (just in case) but I recommend giving this a try if it's driving you as crazy as it was me.

That said with mine being locked ON it wasn't too bad. And this issue aside, my MBP is now running better than ever. SO fast to boot and shut-down, faster Safari and Mail, just like they said. Also improvements in speed of iTunes and iPhoto, so stick with it...it's all worth it.

Thanks again for everyone's assistance.

Russ

Since Snow Leopard Unable to turn off Airport on MBP

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