O Touchpad do meu notebook voltou a não funcionar

Estava usando o EndlessOS live, o touch não funcionava
Instalei o sistema e resolveu tudo :slight_smile:
Depois atualizei o sistema e voltei com o Touchpad não funcionando.
eos-diagnostics file:
eos-diagnostic-210110_203412_UTC-0300.txt (973,9,KB)

Can you please open a Terminal and run the following command and post it’s output here in this thread.

find /sys/bus/i2c/devices | while read dev; do echo ${dev}\:$(cat ${dev}/name); done

This will list all devices recognized on the I²C Bus in your system, which will let us know if the touchpad has been correctly detected on it.

Eu devo mandar um novo arquivo de diagnóstico? Rodei o comando e os dispositivos foram listados, mas lá não estava meu Touchpad

eos-diagnostic-210111_103702_UTC-0300.txt (1,3,MB)

Can you please copy / paste the output of the command i mentioned earlier?

cat: /sys/bus/i2c/devices/name: Arquivo ou diretório inexistente
/sys/bus/i2c/devices:
/sys/bus/i2c/devices/i2c-3:AUX A/port A
/sys/bus/i2c/devices/i2c-1:i915 gmbus dpb
/sys/bus/i2c/devices/i2c-6:Synopsys DesignWare I2C adapter
/sys/bus/i2c/devices/i2c-4:AUX C/port C
/sys/bus/i2c/devices/i2c-SYNA3602:00:SYNA3602:00
/sys/bus/i2c/devices/i2c-2:i915 gmbus dpd
/sys/bus/i2c/devices/i2c-0:i915 gmbus dpc
/sys/bus/i2c/devices/i2c-7:Synopsys DesignWare I2C adapter
/sys/bus/i2c/devices/i2c-5:Synopsys DesignWare I2C adapter

Can you please run the following commands and check if the Touchpad works then:

sudo echo "on" > /sys/bus/i2c/devices/i2c-SYNA3602\:00/power/control
sudo rmmod i2c-hid
sudo modprobe i2c-hid

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