Checking SMS Status on Your Mac
Apple doesn't provide an app specifically designed to monitor the Sudden Motion Sensor system, but OS X does include the ever-handy Terminal app, which we've previously used to delve into the internal workings of our Macs.
Launch Terminal, located at /Applications/Utilities/.
When the command line prompt appears, enter the following (you can copy/paste the text rather than type it, if you prefer):
sudo pmset -g
Press the enter or return key on your keyboard.
You'll be asked for your administrator password; enter the password and press enter or return.
Terminal will display the current settings of the Power Management (the "pm" in pmset) system, which includes the SMS settings. There will be quite a few items listed. Locate the sms item and compare the value to the list below to learn its meaning:
sms 0: Sudden Motion Sensor is disabled.
sms 1: Sensor is turned on.
No sms entry: Your Mac is not equipped with an SMS system.
Enable the SMS System on Your Mac
If you're using a Mac portable that's equipped with a hard drive, it's a good idea to have the SMS system turned on. A few exceptions are noted above, but in general, if your Mac has a hard drive, you're better off with the system enabled.
Launch Terminal.
At the command prompt, enter the following (you can copy/paste):
sudo pmset -a sms 1
Press enter or return.
If you're asked for your admin password, enter the password and press enter or return.
The command to enable the SMS system doesn't provide any feedback about whether or not it was successful; you'll just see the Terminal prompt reappear. If you want reassurance that the command was accepted, you can use the "Check the SMS Status on Your Mac" method outlined above.
Disable the SMS System on Your Mac
We've already mentioned a few reasons why you might want to disable the Sudden Motion Sensor system on your Mac notebook. To that list of reasons, we're going to add one more. If your Mac is only equipped with an SSD, there is no advantage to attempting to park the drive's heads, because there are no drive heads in an SSD; in fact, there are no moving parts at all.
The SMS system is mostly a hindrance to Macs that only have an SSD installed. This is because in addition to attempting to park the SSD's nonexistent heads, your Mac will also suspend any writes or reads to the SSD while the SMS system is detecting motion. Since the SSD has no moving parts, there is no reason to shut it down because of a bit of motion, or to incur a bit of stuttering while the SMS waits for your Mac to return to a stable condition.
Launch Terminal.
At the command prompt, enter the following (you can copy/paste):
sudo pmset -a sms 0
Press enter or return.
If you're asked for your admin password, enter the password and press enter or return.
If you would like to ensure that the SMS is off, use the procedure outlined above in "Checking the SMS Status on Your Mac."
By the way, the SMS system is also used by a few apps that make use of the accelerometer. Most of these apps are games that use the SMS to add a "tilt" feature to the gaming experience. But you can also find some interesting scientific uses for the accelerometer, such as the Seismac app that turns your Mac into a seismograph, just the thing if you live in earthquake country or near a volcano.
One last note: If the SMS doesn't seem to be working, your Mac's SMC may need to be reset.