How to reset/restart an internal Macbook trackpad driver?

8

1

My Macbook's trackpad occasionally starts behaving erratically but after a system restart it works well again (at least for a while).

I'm still looking for a solution to the root problem of the errors.

However, for now, is there some way to restart just the trackpad's driver instead of the whole system to achieve the same effect?

GJ.

Posted 2011-06-23T17:19:50.053

Reputation: 8 151

Answers

8

Find the terminal app then enter this:

killall Dock

Chalky

Posted 2011-06-23T17:19:50.053

Reputation: 201

This has happened to many times before. This needs more upvotes. Thanks for posting this! – Jared Burrows – 2017-04-04T23:37:42.260

But can you reboot the trackpad without having to restart the computer? – MicroMachine – 2019-06-14T23:04:10.987

Yep, that’s what that command does. – Chalky – 2019-06-15T04:36:12.723

1

In most cases that I have seen with trackpads not acting as expected it is hardware, not the drivers. The easiest way to test this (depending on how easy it is to reproduce) is to boot to a known good operating system; i.e.: a different partition containing the OS either one you made or the recovery partition by holding down option and selecting Recovery HD (10.7 and newer). IF it happens there because the recovery partition or triage partition (one that you created) then you KNOW it is hardware. In which case if it is internal, I would say take it to someone to adjust it/replace it... ESPECIALLY if it is a MacBook Air.(They have exposed batteries, when mishandled can cause damage) It is most likely one of a few situations A) Battery needs to be replaced, old batteries expand (it's intended that way) and can cause the issue. B) Debris is in the cracks of the trackpad C) Liquid damage, more cases than not, users cause their own issues D) The trackpad breaks on it's own. Seen this very few times. In which case, you need a new trackpad. Go to locate.apple.com to find someone that is trained to take these units apart, in most cases Apple can reseat a trackpad and if needed, replace it at a cost if not under AppleCare or there is physical damage.

John Marc

Posted 2011-06-23T17:19:50.053

Reputation: 11

0

As per first answer, try running the following commands in Terminal:

launchctl stop com.apple.Dock.agent

in order to force a stop and restart the Finder and Dock. Be aware it'll re-open all your windows.

Alternatively you need to reset the System Management Controller (SMC).


If your mouse still behaves in unexpected manner, see:

kenorb

Posted 2011-06-23T17:19:50.053

Reputation: 16 795