1. Problemas no touchpad - DLL0641:00 06CB:7621 unknown [RESOLVIDO]
seehrumusa Debian
Post recolhido
Enviado em 02/10/2015 - 03:35h
Tenho um Dell 5548 e estou com alguns problemas em relações a drivers principalmente no touchpad o botão direito não funciona e eu não consigo segurar e arrastar janelas
alguem teria alguma dica para resolver?
2. Re: Problemas no touchpad - DLL0641:00 06CB:7621 unknown [RESOLVIDO]
removidousa Nenhuma
Post recolhido
Enviado em 07/10/2015 - 23:49h
Estou com precisamente o mesmo problema que você. Encontrou alguma solução?
3. Re: Problemas no touchpad - DLL0641:00 06CB:7621 unknown [RESOLVIDO]
Freud_Tuxusa Outra
Post recolhido
Enviado em 08/10/2015 - 10:22h
seehrum escreveu:
Tenho um Dell 5548 e estou com alguns problemas em relações a drivers principalmente no touchpad o botão direito não funciona e eu não consigo segurar e arrastar janelas
alguem teria alguma dica para resolver?
Posta a saída do seguinte comando aqui por favor:
cat /usr/share/X11/xorg.conf.d/50-synaptics.conf
Basta abrir um terminal e colar aqui.
Outras coisa, no mesmo terminal, digite isso e veja se funciona:
Informe qual é o ambiente gráfico que está usando e qual distro usa.
T+
4. Re: Problemas no touchpad - DLL0641:00 06CB:7621 unknown [RESOLVIDO]
removidousa Nenhuma
Post recolhido
Enviado em 16/10/2015 - 10:31h
Como meu problema é exatamente o mesmo do colega, já que se trata do mesmo modelo de notebook, vou tomar a liberdade de postar o que você pediu.
cat /usr/share/X11/xorg.conf.d/50-synaptics.conf
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
# Option "OptionName" "value"
#
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
MatchDevicePath "/dev/input/event*"
EndSection
# This option enables the bottom right corner to be a right button on clickpads
# and the right and middle top areas to be right / middle buttons on clickpads
# with a top button area.
# This option is only interpreted by clickpads.
Section "InputClass"
Identifier "Default clickpad buttons"
MatchDriver "synaptics"
Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
EndSection
# This option disables software buttons on Apple touchpads.
# This option is only interpreted by clickpads.
Section "InputClass"
Identifier "Disable clickpad buttons on Apple touchpads"
MatchProduct "Apple|bcm5974"
MatchDriver "synaptics"
Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
EndSection
5. Re: Problemas no touchpad - DLL0641:00 06CB:7621 unknown [RESOLVIDO]
removidousa Nenhuma
Post recolhido
Enviado em 16/10/2015 - 10:34h
No meu caso, uso o Ubuntu 15.04 com Unity, mas tive o mesmo problema com os Ubuntu 14.x.
6. configuração
nandoabrusa elementary OS
Post recolhido
Enviado em 16/10/2015 - 11:44h
já viu nas configurações do sistema se tá ativado para o botão secundário funcionar?
7. Re: Problemas no touchpad - DLL0641:00 06CB:7621 unknown [RESOLVIDO]
Na tópico que abri sobre esse problema, caracterizei mais detalhadamente o problema, que é semelhante ao colega aqui, já que se trata do mesmo dispositivo
(...)O dispositivo se comporta de maneira completamente imprópria, misturando as funções de tapping e scroll quase randomicamente a toda hora, tornando o uso do notebook um saco. Atualmente estou usando o Ubuntu 15.04.3.
Alguém faz ideia do que posso fazer?
O dispositivo está sendo identificado como DLL0641:00 06CB:7621 UNKNOWN.
(...)
Obrigado pela boa vontade.
8. Re: Problemas no touchpad - DLL0641:00 06CB:7621 unknown [RESOLVIDO]
Veja o conteúdo do arquivo que o brother passou, e teste e veja se funciona.
Retorne aqui blz.
T+
9. Re: Problemas no touchpad - DLL0641:00 06CB:7621 unknown [RESOLVIDO]
removidousa Nenhuma
Post recolhido
Enviado em 21/10/2015 - 16:21h
]Cara, a princípio funcionou, mas depois de 30 minutos os problemas voltaram. Estranho... O que mais me irrita é que ao mover o cursor com apenas um dedo ele desloca as janelas (como se eu estivesse fazendo um scroll, aquele com dois dedos no touchpad) e ao usar os dois dedos pra usar o que seria o scroll, ele faz um tapping como se fosse um clique com o botão direito.
10. Re: Problemas no touchpad - DLL0641:00 06CB:7621 unknown [RESOLVIDO]
removidousa Nenhuma
Post recolhido
Enviado em 21/10/2015 - 16:25h
Outra coisa muito estranha é: se eu desativo o mouse lá nas "Configurações do Sistema" e ativo novamente, ele funciona durante um tempo, mas o problema retorna.
11. Re: Problemas no touchpad - DLL0641:00 06CB:7621 unknown [RESOLVIDO]
lcavalheirousa Slackware
Post recolhido
Enviado em 21/10/2015 - 16:35h
gustavoip escreveu:
Como meu problema é exatamente o mesmo do colega, já que se trata do mesmo modelo de notebook, vou tomar a liberdade de postar o que você pediu.
cat /usr/share/X11/xorg.conf.d/50-synaptics.conf
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
# Option "OptionName" "value"
#
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
MatchDevicePath "/dev/input/event*"
EndSection
# This option enables the bottom right corner to be a right button on clickpads
# and the right and middle top areas to be right / middle buttons on clickpads
# with a top button area.
# This option is only interpreted by clickpads.
Section "InputClass"
Identifier "Default clickpad buttons"
MatchDriver "synaptics"
Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
EndSection
# This option disables software buttons on Apple touchpads.
# This option is only interpreted by clickpads.
Section "InputClass"
Identifier "Disable clickpad buttons on Apple touchpads"
MatchProduct "Apple|bcm5974"
MatchDriver "synaptics"
Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
EndSection