Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
Mac OS 10.2.3
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="gatorparrots" data-source="post: 281"><p>VersionTracker has a utility for restarting Networking after waking from sleep, but it was intended for OS X 10.1.5. You may want to give it a shot:</p><p></p><p>(outdated link removed)</p><p></p><p>Another user describes a similar problem to yours (no network on wake):</p><p></p><p>(outdated link removed)</p><p></p><p>You could try this proposed solution (a shell script to run upon wake):</p><p>[code]#!/bin/sh</p><p># restart NetInfo, hostname, lookupd, and enable network for no network after</p><p># sleep instead of reboot</p><p></p><p>sudo /System/Library/SystemConfiguration/Kicker.bundle/Resources/restart-NetInfo; \</p><p>/System/Library/SystemConfiguration/Kicker.bundle/Resources/set-hostname; \</p><p>/System/Library/SystemConfiguration/Kicker.bundle/Resources/restart-lookupd; \</p><p>/System/Library/SystemConfiguration/Kicker.bundle/Resources/enable-network[/code]</p></blockquote><p></p>
[QUOTE="gatorparrots, post: 281"] VersionTracker has a utility for restarting Networking after waking from sleep, but it was intended for OS X 10.1.5. You may want to give it a shot: (outdated link removed) Another user describes a similar problem to yours (no network on wake): (outdated link removed) You could try this proposed solution (a shell script to run upon wake): [code]#!/bin/sh # restart NetInfo, hostname, lookupd, and enable network for no network after # sleep instead of reboot sudo /System/Library/SystemConfiguration/Kicker.bundle/Resources/restart-NetInfo; \ /System/Library/SystemConfiguration/Kicker.bundle/Resources/set-hostname; \ /System/Library/SystemConfiguration/Kicker.bundle/Resources/restart-lookupd; \ /System/Library/SystemConfiguration/Kicker.bundle/Resources/enable-network[/code] [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Operating System
Mac OS 10.2.3
Top