PREGUNTERO
9 positivos 0 negativos
por Recién Llegadx.... (440 puntos) en Errores 1 marca
Buenas tardes, en dicha netbook no funciona el touchpad.
Buscando en el grupo de TG de Huayra, encontré esto , lo hice pero al siguiente reinicio volvió a fallar.
sudo pluma /usr/share/X11/xorg.conf.d/40-libinput.conf

En la seccion agregar la linea: Option  "Tapping" "on". quedando asi:

Section "InputClass"
         Identifier "libinput touchpad catchall"
         MatchIsTouchpad "on"
         MatchDevicePath "/dev/input/event*"
         Option  "Tapping" "on"
         Driver "libinput"
EndSection

Agradezco cualquier sugerencia, gracias

2 Respuestas

3 positivos 0 negativos
por Huayra Ninja (21,3m puntos)
Por las dudas copiá y pegá en el archivo todo el texto debajo reemplazando el que trae: sudo pluma /usr/share/X11/xorg.conf.d/40-libinput.conf

# Match on all types of devices but joysticks
#
# If you want to configure your devices, do not copy this file.
# Instead, use a config snippet that contains something like this:
#
# Section "InputClass"
#   Identifier "something or other"
#   MatchDriver "libinput"
#
#   MatchIsTouchpad "on"
#   ... other Match directives ...
#   Option "someoption" "value"
# EndSection
#
# This applies the option any libinput device also matched by the other
# directives. See the xorg.conf(5) man page for more info on
# matching devices.

Section "InputClass"
        Identifier "libinput pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection
2 positivos 0 negativos
por Colaborador (2,6m puntos) 1 marca

Hola jose,

Posiblemetne esta netbook tenga un error del firmware del touchpad que es un bug que nunca arreglaron los proveedores.

El bug del firmware es que si haces multitap (tocas con dos o mas dedos al mismo tiempo) el touchpad deja de responder y se bloquea.

Para Huayra 3.2 con kernels (4.x) nosotros hicimos el paquete elantech-marble-dkms que solucionaba este tema con un parche el el modulo psmouse del kernel. Se bloqueaba por un segundo pero luego funcionaba nuevamente.

Como no tuvimos mas reportes del error pense que ya no ocurria con kernels nuevos.

podes pegar la salida del comando "sudo dmesg" luego de que booteas? porque ahi se uestra la version del firmware del touchpad

Abrazo!

por Recién Llegadx.... (440 puntos)
tengo el archivo, pero acá hay un máximo de 1200 caracteres, o lo puedo adjuntar ???
¡Bienvenidas y bienvenidos a la ayuda comunitaria de Huayra! Aquí podrás hacer preguntas y también aportar respuestas para hacer crecer esta comunidad basada en este sistema operativo educativo, libre y federal.

Recordá que para realizar una pregunta, primero debes alcanzar 130 puntos por medio de la votación de algunas de las preguntas o respuestas existentes.

271 preguntas

415 respuestas

300 comentarios

31,3m usuarios

...