Re-enable networking after macOS Sequoia upgrade
I just finished updating my Intel MacMini to Sequoia and got this nice prize upon the first reboot.
Umm... ok. Not the nice and neat upgrade I expected, especially after reading multiple accounts that this was a pretty straightforward upgrade - even for an Intel based Mac.
I did the normal double check of items and turned the network services off and back on again (several times) I rebooted the Mac (twice). But nothing seemed to work. I even tried hot spotting to my phone and still couldn't get an internet connection to work. After some digging, I found a couple clues that helped with a solution that worked.
Steps to get networking back
You need to use a Terminal window and feel bold enough to move some .plist
files around.
- Open the System Settings and turn off all of your network connections.
-
Once all the network connections have been inactivated, open a Finder window and either type
⇧⌘G
use the menu to Go > Go To Folder... to the following folder:/Library/Preferences/SystemConfiguration/
-
When you open the folder you will see a set of
.plist
similar to this:
http://mygeekdaddy.net/content/Screenshot_2024-09-17_at_9.49.png
- Copy any
.plist
that has the termNetworkInterfaces
orcom.apple.wifi
in the file name to your Desktop.
Note: You might have some files like NetworkInterfaces-pre-upgrade-source.plist
. You can move those files out as well to keep the folder cleaned up once you're done.
- After you've copied the files to the Desktop, delete the files in the
/Library/Preferences/SystemConfiguration/
folder. - After the files have been deleted, go back in the System Settings panel and reactivate your Ethernet connection.
- Once the Ethernet connection is restarted, macOS will create a clean version of the files and your internet connection should return.
Previous posts:
-
Using Dictation in iOS Shortcuts
One of the features I was looking forward to the most with the iPhone 15 Pro has been the one I've taken advantage the least... the Action Button. The idea of having an assignable button on my digital assistant seemed like the perfect feature. So after getting my iPhone I …
- When technology fails its fundamentals
-
New Mac Setup Notes
I've been lucky enough to continue to use a Mac in my predominantly Windows centric company.1 As I've continued to migrate off my old MBP to my new MBP, I've had to remind myself on the smaller details to fix on my new laptop. So this post is more …
-
Another KM Macro Conversion
The long holiday weekend allowed me to catch up on some reading 1 and some more ideas on matching my macOS automations for my iPad. In preparation for upcoming posts, I started looking at ways to get image links easily formatted for my site.
Since I write in Markdown, inserting …
-
Creating Pelican title blocks in Drafts
There's a funny thing that happens when you start using good tools, you only want to use your good tools. One of my favorite tools for a while now has been the Markdown1 text file format. The upside to using Markdown is that it's also the format I use …