sickcodes / osx-optimizer

OSX Optimizer: Optimize MacOS - Shell scripts to speed up your mac boot time, accelerate loading, and prevent unnecessary throttling.
https://sick.codes
GNU General Public License v3.0
1.47k stars 109 forks source link

Add section about WiFi JoinMode #11

Closed ntrain5555 closed 6 months ago

ntrain5555 commented 8 months ago

I'm not good at writing English. If you see any unclear text, please fix it.

More detail here: https://www.reddit.com/r/eero/comments/aom1ut/5x_speed_increase_on_macbook_pro_with_a_terminal/

sickcodes commented 6 months ago

Thank you @ntrain5555!

huyz commented 6 months ago

Are you sure this still works on macOS 14.4.1 (Sonoma) ? If I try to even read the settings, I get:

❯ sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport prefs
WARNING: The airport command line tool is deprecated and will be removed in a future release.
For diagnosing Wi-Fi related issues, use the Wireless Diagnostics app or wdutil command line tool.

So if we can't even read settings now, how can we be sure that writing works?

ntrain5555 commented 6 months ago

Are you sure this still works on macOS 14.4.1 (Sonoma) ? If I try to even read the settings, I get:

❯ sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport prefs
WARNING: The airport command line tool is deprecated and will be removed in a future release.
For diagnosing Wi-Fi related issues, use the Wireless Diagnostics app or wdutil command line tool.

So if we can't even read settings now, how can we be sure that writing works?

Nope, this hasn't worked since 14.4. The commit was produced while I was using 14.3.1.

For more info, see reddit post and CVE-2024-23227.

I'll put it in the deprecated section then.