Touchpad não funciona no macbook a1171

Acabo de atualizar para a nova versão 3.8.6 (200831-151843) e continua sem funcionar, anexo o diagnostico.
eos-diagnostic-200901_162632_UTC-0300.txt (1,1,MB)

1 Like

Can you please post the output of the following command:

xinput list

Thanks for the feedback, follow the file.
xinput.txt (952,Bytes)

Can you please execute the following in a Terminal (just copy/paste the wole bunch)

sudo mkdir /etc/X11/xorg.conf.d
sudo tee /etc/X11/xorg.conf.d/50-synaptics.conf << EOF
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "FingerLow" "10"
        Option "FingerHigh" "90"
        Option "MaxTapMove" "25"
        Option "LockedDrags" "on"
        Option "LockedDragTimeout" "1500"
EndSection
EOF

Then reboot your device and check if the touchpad started working.

Unfortunately it didn’t work, thanks.

Does the cursor move, if you press and move with the touchpad at the same time?

Good night,
It moves up and down only, as if using the mouse scroll, when clicking on the left or right button it moves to the right.
And it’s interesting, but if I change the keyboard to Brazilian Portuguese, it starts with NumLock on and only the keys on the numeric keypad work, I always have to put it on the English keyboard.
The webcam also doesn’t work.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.