touchpad not working on Kali Linux 2 Rolling











up vote
0
down vote

favorite












I am simply trying to enable tapping on my touchpad. When I move my finger over the pad, the cursor moves, but tapping does nothing.



First I opened this question because I was trying to permanently set the tapping config on startup, but after a recent update to the OS, now the synclient tapbutton1=1 command no longer works (as in it doesn't change anything and I still cannot tap to click).



I tried setting the tapbutton setting in /etc/X11/xorg.conf.d/70-synaptics.conf and rebooted, still cannot tap to click.



#/etc/X11/xorg.conf.d/70-synaptics.conf

Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"

Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "FingerLow" "30"
Option "FingerHigh" "50"
Option "MaxTapTime" "125"

EndSection


I also removed my mouse from the usb port and rebooted, still no change.



UPDATE: Still no luck. The little progress I've made is using the modprobe command, but attempting any persistent changes yields zero results.



To ensure Synaptics is indeed the product I'm using:



root@nohupt:~# egrep -i 'synap|alps|etps|elan' /proc/bus/input/devices
N: Name="PS/2 Synaptics TouchPad"


Methods tried:





  1. modprobe command - success but not persistent



    modprobe -r psmouse
    modprobe psmouse proto=imps


    this leaves me with my clunky startup.sh script, not the best solution (though it works, at least).





  2. persistent modprobe config - failed



    nano /etc/modprobe.d/touchpad.conf


    added following line, saved and rebooted



    options psmouse proto=imps



  3. persistent Xserver config - failed



    nano /usr/share/X11/xorg.conf.d/70-synaptics.conf 


    edited the following, saved and rebooted:



    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "3"
    Option "VertEdgeScroll" "1"
    Option "HorizEdgeScroll" "1"
    EndSection



  4. copied 70-synaptics.conf from usr/share to X11 config dir, saved and rebooted - failed



    cp /usr/share/X11/xorg.conf.d/70-synaptics.conf /etc/X11/xorg.conf.d/70-synaptics.conf











share|improve this question
























  • Did you get any further with this? Having the same results
    – mfaerevaag
    13 hours ago















up vote
0
down vote

favorite












I am simply trying to enable tapping on my touchpad. When I move my finger over the pad, the cursor moves, but tapping does nothing.



First I opened this question because I was trying to permanently set the tapping config on startup, but after a recent update to the OS, now the synclient tapbutton1=1 command no longer works (as in it doesn't change anything and I still cannot tap to click).



I tried setting the tapbutton setting in /etc/X11/xorg.conf.d/70-synaptics.conf and rebooted, still cannot tap to click.



#/etc/X11/xorg.conf.d/70-synaptics.conf

Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"

Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "FingerLow" "30"
Option "FingerHigh" "50"
Option "MaxTapTime" "125"

EndSection


I also removed my mouse from the usb port and rebooted, still no change.



UPDATE: Still no luck. The little progress I've made is using the modprobe command, but attempting any persistent changes yields zero results.



To ensure Synaptics is indeed the product I'm using:



root@nohupt:~# egrep -i 'synap|alps|etps|elan' /proc/bus/input/devices
N: Name="PS/2 Synaptics TouchPad"


Methods tried:





  1. modprobe command - success but not persistent



    modprobe -r psmouse
    modprobe psmouse proto=imps


    this leaves me with my clunky startup.sh script, not the best solution (though it works, at least).





  2. persistent modprobe config - failed



    nano /etc/modprobe.d/touchpad.conf


    added following line, saved and rebooted



    options psmouse proto=imps



  3. persistent Xserver config - failed



    nano /usr/share/X11/xorg.conf.d/70-synaptics.conf 


    edited the following, saved and rebooted:



    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "3"
    Option "VertEdgeScroll" "1"
    Option "HorizEdgeScroll" "1"
    EndSection



  4. copied 70-synaptics.conf from usr/share to X11 config dir, saved and rebooted - failed



    cp /usr/share/X11/xorg.conf.d/70-synaptics.conf /etc/X11/xorg.conf.d/70-synaptics.conf











share|improve this question
























  • Did you get any further with this? Having the same results
    – mfaerevaag
    13 hours ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am simply trying to enable tapping on my touchpad. When I move my finger over the pad, the cursor moves, but tapping does nothing.



First I opened this question because I was trying to permanently set the tapping config on startup, but after a recent update to the OS, now the synclient tapbutton1=1 command no longer works (as in it doesn't change anything and I still cannot tap to click).



I tried setting the tapbutton setting in /etc/X11/xorg.conf.d/70-synaptics.conf and rebooted, still cannot tap to click.



#/etc/X11/xorg.conf.d/70-synaptics.conf

Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"

Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "FingerLow" "30"
Option "FingerHigh" "50"
Option "MaxTapTime" "125"

EndSection


I also removed my mouse from the usb port and rebooted, still no change.



UPDATE: Still no luck. The little progress I've made is using the modprobe command, but attempting any persistent changes yields zero results.



To ensure Synaptics is indeed the product I'm using:



root@nohupt:~# egrep -i 'synap|alps|etps|elan' /proc/bus/input/devices
N: Name="PS/2 Synaptics TouchPad"


Methods tried:





  1. modprobe command - success but not persistent



    modprobe -r psmouse
    modprobe psmouse proto=imps


    this leaves me with my clunky startup.sh script, not the best solution (though it works, at least).





  2. persistent modprobe config - failed



    nano /etc/modprobe.d/touchpad.conf


    added following line, saved and rebooted



    options psmouse proto=imps



  3. persistent Xserver config - failed



    nano /usr/share/X11/xorg.conf.d/70-synaptics.conf 


    edited the following, saved and rebooted:



    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "3"
    Option "VertEdgeScroll" "1"
    Option "HorizEdgeScroll" "1"
    EndSection



  4. copied 70-synaptics.conf from usr/share to X11 config dir, saved and rebooted - failed



    cp /usr/share/X11/xorg.conf.d/70-synaptics.conf /etc/X11/xorg.conf.d/70-synaptics.conf











share|improve this question















I am simply trying to enable tapping on my touchpad. When I move my finger over the pad, the cursor moves, but tapping does nothing.



First I opened this question because I was trying to permanently set the tapping config on startup, but after a recent update to the OS, now the synclient tapbutton1=1 command no longer works (as in it doesn't change anything and I still cannot tap to click).



I tried setting the tapbutton setting in /etc/X11/xorg.conf.d/70-synaptics.conf and rebooted, still cannot tap to click.



#/etc/X11/xorg.conf.d/70-synaptics.conf

Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"

Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "FingerLow" "30"
Option "FingerHigh" "50"
Option "MaxTapTime" "125"

EndSection


I also removed my mouse from the usb port and rebooted, still no change.



UPDATE: Still no luck. The little progress I've made is using the modprobe command, but attempting any persistent changes yields zero results.



To ensure Synaptics is indeed the product I'm using:



root@nohupt:~# egrep -i 'synap|alps|etps|elan' /proc/bus/input/devices
N: Name="PS/2 Synaptics TouchPad"


Methods tried:





  1. modprobe command - success but not persistent



    modprobe -r psmouse
    modprobe psmouse proto=imps


    this leaves me with my clunky startup.sh script, not the best solution (though it works, at least).





  2. persistent modprobe config - failed



    nano /etc/modprobe.d/touchpad.conf


    added following line, saved and rebooted



    options psmouse proto=imps



  3. persistent Xserver config - failed



    nano /usr/share/X11/xorg.conf.d/70-synaptics.conf 


    edited the following, saved and rebooted:



    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "3"
    Option "VertEdgeScroll" "1"
    Option "HorizEdgeScroll" "1"
    EndSection



  4. copied 70-synaptics.conf from usr/share to X11 config dir, saved and rebooted - failed



    cp /usr/share/X11/xorg.conf.d/70-synaptics.conf /etc/X11/xorg.conf.d/70-synaptics.conf








kali-linux touchpad synaptic






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 18 at 8:05

























asked Apr 17 at 11:44









nohupt

163




163












  • Did you get any further with this? Having the same results
    – mfaerevaag
    13 hours ago


















  • Did you get any further with this? Having the same results
    – mfaerevaag
    13 hours ago
















Did you get any further with this? Having the same results
– mfaerevaag
13 hours ago




Did you get any further with this? Having the same results
– mfaerevaag
13 hours ago










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Issue at Hand



You are reporting that you are unable to get the tapping of the touchpad functionality to work. You have verified that your touchpad is in working order and that this setting once worked until a recent update. I am understanding the issue correctly?



Solution



I will be referencing this forum post concerning getting taping on the touchpad to work with Kali Linux. I will also include a link to the Synaptics Touchpad Debian Wiki. Please read through both of these before trying any fixes. My solution will be working under the assumption that you have synaptic and all relevant touchpad drivers installed as well as a largely clean or vanilla configuration. It may help to purge your old configurations for synaptics that you are listing before beginning.



Using Modprobe



You should be able to rectify your issue by following these steps. Open terminal and run:



modprobe -r psmouse
modprobe psmouse proto=imps


Verify if this solves the issue. If so then to make the changes persistent, create a config file under /etc/modprobe.d like /etc/modprobe.d/touchpad.conf with the following contents:



options psmouse proto=imps


Alternatively you may be able to solve this issue graphically. Verify you have the synaptics packages installed properly and complete these steps:



Go into system settings > input devices > touchpad and enable touchpad clicking.



Verify if this solved your issue. However, if it does not then the next step could be to follow user FaustNostromo's steps.



Overriding Options in Xorg




This is what worked for me, I had too install xserver-xorg-input-synaptics,



sudo apt-get install xserver-xorg-input-synaptics

sudo leafpad /usr/share/X11/xorg.conf.d/70-synaptics.conf


At the beginning of the file under Section “InputClass” add;



Option "TapButton1" "1"


It should look like this;



Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"


That's it, now after restarting the touchpad will work, the last step is optional to enable scrolling add;



Option "VertEdgeScroll" "1" 
Option "HorizEdgeScroll" "1"


Logout or reboot.




I would make sure to look over this section of the Debian Wiki closely to see what is most relevant to you. Perhaps your touchpad does not support the functionality or there is slightly different options that you want then the ones user FaustNostromo suggests.



Conclusion



Please read over all the provided links carefully. Make sure you have the correct packages installed. It may behoove you to purge the existing ones and start over. Please comment if there are any issues or questions about my post. I appreciate any constructive criticisms or edits to this post to clear up misconceptions or issues. Best of Luck!






share|improve this answer





















  • Thanks, I actually found that same Kali post as well and so far the only thing that has worked out of all of that is manually typing in the modprobe command. Updated my question to reflect everything I've tried thus far.
    – nohupt
    Apr 18 at 6:51










  • @nohupt, I notice now that you say you are using Kali 2, is there any reason you have not updated to the latest Kali? Kali 2.0 is from 2015, in 2016 they moved to a rolling release model. That could be part of the issue is that you are out of date.
    – kemotep
    Apr 18 at 12:51










  • @nohupt, I have also found these posts you should check out. [1]: unix.stackexchange.com/a/241847/276845 [2]: unix.stackexchange.com/a/227616/276845
    – kemotep
    Apr 18 at 16:57












  • I am on Kali Rolling, based on Kali 2: uname -a = Linux nohupt 4.15.0-kali2-amd64 #1 SMP Debian 4.15.11-1kali1 (2018-03-21) x86_64 GNU/Linux and cat /etc/issue/ = Kali GNU/Linux Rolling
    – nohupt
    Apr 19 at 7:28










  • @nohupt, I see. I apologize, I have only seen it referred to as Kali 1, Kali 2 or Kali rolling. Did you get a chance to check out those other posts I linked? I can update my post to better reflect a more workable solution based off of them if they work. However if you can not get things to work, I believe the next step will be to document the issue and file a bug report with the respective dev teams.
    – kemotep
    Apr 19 at 12:59













Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f438304%2ftouchpad-not-working-on-kali-linux-2-rolling%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













Issue at Hand



You are reporting that you are unable to get the tapping of the touchpad functionality to work. You have verified that your touchpad is in working order and that this setting once worked until a recent update. I am understanding the issue correctly?



Solution



I will be referencing this forum post concerning getting taping on the touchpad to work with Kali Linux. I will also include a link to the Synaptics Touchpad Debian Wiki. Please read through both of these before trying any fixes. My solution will be working under the assumption that you have synaptic and all relevant touchpad drivers installed as well as a largely clean or vanilla configuration. It may help to purge your old configurations for synaptics that you are listing before beginning.



Using Modprobe



You should be able to rectify your issue by following these steps. Open terminal and run:



modprobe -r psmouse
modprobe psmouse proto=imps


Verify if this solves the issue. If so then to make the changes persistent, create a config file under /etc/modprobe.d like /etc/modprobe.d/touchpad.conf with the following contents:



options psmouse proto=imps


Alternatively you may be able to solve this issue graphically. Verify you have the synaptics packages installed properly and complete these steps:



Go into system settings > input devices > touchpad and enable touchpad clicking.



Verify if this solved your issue. However, if it does not then the next step could be to follow user FaustNostromo's steps.



Overriding Options in Xorg




This is what worked for me, I had too install xserver-xorg-input-synaptics,



sudo apt-get install xserver-xorg-input-synaptics

sudo leafpad /usr/share/X11/xorg.conf.d/70-synaptics.conf


At the beginning of the file under Section “InputClass” add;



Option "TapButton1" "1"


It should look like this;



Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"


That's it, now after restarting the touchpad will work, the last step is optional to enable scrolling add;



Option "VertEdgeScroll" "1" 
Option "HorizEdgeScroll" "1"


Logout or reboot.




I would make sure to look over this section of the Debian Wiki closely to see what is most relevant to you. Perhaps your touchpad does not support the functionality or there is slightly different options that you want then the ones user FaustNostromo suggests.



Conclusion



Please read over all the provided links carefully. Make sure you have the correct packages installed. It may behoove you to purge the existing ones and start over. Please comment if there are any issues or questions about my post. I appreciate any constructive criticisms or edits to this post to clear up misconceptions or issues. Best of Luck!






share|improve this answer





















  • Thanks, I actually found that same Kali post as well and so far the only thing that has worked out of all of that is manually typing in the modprobe command. Updated my question to reflect everything I've tried thus far.
    – nohupt
    Apr 18 at 6:51










  • @nohupt, I notice now that you say you are using Kali 2, is there any reason you have not updated to the latest Kali? Kali 2.0 is from 2015, in 2016 they moved to a rolling release model. That could be part of the issue is that you are out of date.
    – kemotep
    Apr 18 at 12:51










  • @nohupt, I have also found these posts you should check out. [1]: unix.stackexchange.com/a/241847/276845 [2]: unix.stackexchange.com/a/227616/276845
    – kemotep
    Apr 18 at 16:57












  • I am on Kali Rolling, based on Kali 2: uname -a = Linux nohupt 4.15.0-kali2-amd64 #1 SMP Debian 4.15.11-1kali1 (2018-03-21) x86_64 GNU/Linux and cat /etc/issue/ = Kali GNU/Linux Rolling
    – nohupt
    Apr 19 at 7:28










  • @nohupt, I see. I apologize, I have only seen it referred to as Kali 1, Kali 2 or Kali rolling. Did you get a chance to check out those other posts I linked? I can update my post to better reflect a more workable solution based off of them if they work. However if you can not get things to work, I believe the next step will be to document the issue and file a bug report with the respective dev teams.
    – kemotep
    Apr 19 at 12:59

















up vote
0
down vote













Issue at Hand



You are reporting that you are unable to get the tapping of the touchpad functionality to work. You have verified that your touchpad is in working order and that this setting once worked until a recent update. I am understanding the issue correctly?



Solution



I will be referencing this forum post concerning getting taping on the touchpad to work with Kali Linux. I will also include a link to the Synaptics Touchpad Debian Wiki. Please read through both of these before trying any fixes. My solution will be working under the assumption that you have synaptic and all relevant touchpad drivers installed as well as a largely clean or vanilla configuration. It may help to purge your old configurations for synaptics that you are listing before beginning.



Using Modprobe



You should be able to rectify your issue by following these steps. Open terminal and run:



modprobe -r psmouse
modprobe psmouse proto=imps


Verify if this solves the issue. If so then to make the changes persistent, create a config file under /etc/modprobe.d like /etc/modprobe.d/touchpad.conf with the following contents:



options psmouse proto=imps


Alternatively you may be able to solve this issue graphically. Verify you have the synaptics packages installed properly and complete these steps:



Go into system settings > input devices > touchpad and enable touchpad clicking.



Verify if this solved your issue. However, if it does not then the next step could be to follow user FaustNostromo's steps.



Overriding Options in Xorg




This is what worked for me, I had too install xserver-xorg-input-synaptics,



sudo apt-get install xserver-xorg-input-synaptics

sudo leafpad /usr/share/X11/xorg.conf.d/70-synaptics.conf


At the beginning of the file under Section “InputClass” add;



Option "TapButton1" "1"


It should look like this;



Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"


That's it, now after restarting the touchpad will work, the last step is optional to enable scrolling add;



Option "VertEdgeScroll" "1" 
Option "HorizEdgeScroll" "1"


Logout or reboot.




I would make sure to look over this section of the Debian Wiki closely to see what is most relevant to you. Perhaps your touchpad does not support the functionality or there is slightly different options that you want then the ones user FaustNostromo suggests.



Conclusion



Please read over all the provided links carefully. Make sure you have the correct packages installed. It may behoove you to purge the existing ones and start over. Please comment if there are any issues or questions about my post. I appreciate any constructive criticisms or edits to this post to clear up misconceptions or issues. Best of Luck!






share|improve this answer





















  • Thanks, I actually found that same Kali post as well and so far the only thing that has worked out of all of that is manually typing in the modprobe command. Updated my question to reflect everything I've tried thus far.
    – nohupt
    Apr 18 at 6:51










  • @nohupt, I notice now that you say you are using Kali 2, is there any reason you have not updated to the latest Kali? Kali 2.0 is from 2015, in 2016 they moved to a rolling release model. That could be part of the issue is that you are out of date.
    – kemotep
    Apr 18 at 12:51










  • @nohupt, I have also found these posts you should check out. [1]: unix.stackexchange.com/a/241847/276845 [2]: unix.stackexchange.com/a/227616/276845
    – kemotep
    Apr 18 at 16:57












  • I am on Kali Rolling, based on Kali 2: uname -a = Linux nohupt 4.15.0-kali2-amd64 #1 SMP Debian 4.15.11-1kali1 (2018-03-21) x86_64 GNU/Linux and cat /etc/issue/ = Kali GNU/Linux Rolling
    – nohupt
    Apr 19 at 7:28










  • @nohupt, I see. I apologize, I have only seen it referred to as Kali 1, Kali 2 or Kali rolling. Did you get a chance to check out those other posts I linked? I can update my post to better reflect a more workable solution based off of them if they work. However if you can not get things to work, I believe the next step will be to document the issue and file a bug report with the respective dev teams.
    – kemotep
    Apr 19 at 12:59















up vote
0
down vote










up vote
0
down vote









Issue at Hand



You are reporting that you are unable to get the tapping of the touchpad functionality to work. You have verified that your touchpad is in working order and that this setting once worked until a recent update. I am understanding the issue correctly?



Solution



I will be referencing this forum post concerning getting taping on the touchpad to work with Kali Linux. I will also include a link to the Synaptics Touchpad Debian Wiki. Please read through both of these before trying any fixes. My solution will be working under the assumption that you have synaptic and all relevant touchpad drivers installed as well as a largely clean or vanilla configuration. It may help to purge your old configurations for synaptics that you are listing before beginning.



Using Modprobe



You should be able to rectify your issue by following these steps. Open terminal and run:



modprobe -r psmouse
modprobe psmouse proto=imps


Verify if this solves the issue. If so then to make the changes persistent, create a config file under /etc/modprobe.d like /etc/modprobe.d/touchpad.conf with the following contents:



options psmouse proto=imps


Alternatively you may be able to solve this issue graphically. Verify you have the synaptics packages installed properly and complete these steps:



Go into system settings > input devices > touchpad and enable touchpad clicking.



Verify if this solved your issue. However, if it does not then the next step could be to follow user FaustNostromo's steps.



Overriding Options in Xorg




This is what worked for me, I had too install xserver-xorg-input-synaptics,



sudo apt-get install xserver-xorg-input-synaptics

sudo leafpad /usr/share/X11/xorg.conf.d/70-synaptics.conf


At the beginning of the file under Section “InputClass” add;



Option "TapButton1" "1"


It should look like this;



Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"


That's it, now after restarting the touchpad will work, the last step is optional to enable scrolling add;



Option "VertEdgeScroll" "1" 
Option "HorizEdgeScroll" "1"


Logout or reboot.




I would make sure to look over this section of the Debian Wiki closely to see what is most relevant to you. Perhaps your touchpad does not support the functionality or there is slightly different options that you want then the ones user FaustNostromo suggests.



Conclusion



Please read over all the provided links carefully. Make sure you have the correct packages installed. It may behoove you to purge the existing ones and start over. Please comment if there are any issues or questions about my post. I appreciate any constructive criticisms or edits to this post to clear up misconceptions or issues. Best of Luck!






share|improve this answer












Issue at Hand



You are reporting that you are unable to get the tapping of the touchpad functionality to work. You have verified that your touchpad is in working order and that this setting once worked until a recent update. I am understanding the issue correctly?



Solution



I will be referencing this forum post concerning getting taping on the touchpad to work with Kali Linux. I will also include a link to the Synaptics Touchpad Debian Wiki. Please read through both of these before trying any fixes. My solution will be working under the assumption that you have synaptic and all relevant touchpad drivers installed as well as a largely clean or vanilla configuration. It may help to purge your old configurations for synaptics that you are listing before beginning.



Using Modprobe



You should be able to rectify your issue by following these steps. Open terminal and run:



modprobe -r psmouse
modprobe psmouse proto=imps


Verify if this solves the issue. If so then to make the changes persistent, create a config file under /etc/modprobe.d like /etc/modprobe.d/touchpad.conf with the following contents:



options psmouse proto=imps


Alternatively you may be able to solve this issue graphically. Verify you have the synaptics packages installed properly and complete these steps:



Go into system settings > input devices > touchpad and enable touchpad clicking.



Verify if this solved your issue. However, if it does not then the next step could be to follow user FaustNostromo's steps.



Overriding Options in Xorg




This is what worked for me, I had too install xserver-xorg-input-synaptics,



sudo apt-get install xserver-xorg-input-synaptics

sudo leafpad /usr/share/X11/xorg.conf.d/70-synaptics.conf


At the beginning of the file under Section “InputClass” add;



Option "TapButton1" "1"


It should look like this;



Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"


That's it, now after restarting the touchpad will work, the last step is optional to enable scrolling add;



Option "VertEdgeScroll" "1" 
Option "HorizEdgeScroll" "1"


Logout or reboot.




I would make sure to look over this section of the Debian Wiki closely to see what is most relevant to you. Perhaps your touchpad does not support the functionality or there is slightly different options that you want then the ones user FaustNostromo suggests.



Conclusion



Please read over all the provided links carefully. Make sure you have the correct packages installed. It may behoove you to purge the existing ones and start over. Please comment if there are any issues or questions about my post. I appreciate any constructive criticisms or edits to this post to clear up misconceptions or issues. Best of Luck!







share|improve this answer












share|improve this answer



share|improve this answer










answered Apr 17 at 13:58









kemotep

1,9493618




1,9493618












  • Thanks, I actually found that same Kali post as well and so far the only thing that has worked out of all of that is manually typing in the modprobe command. Updated my question to reflect everything I've tried thus far.
    – nohupt
    Apr 18 at 6:51










  • @nohupt, I notice now that you say you are using Kali 2, is there any reason you have not updated to the latest Kali? Kali 2.0 is from 2015, in 2016 they moved to a rolling release model. That could be part of the issue is that you are out of date.
    – kemotep
    Apr 18 at 12:51










  • @nohupt, I have also found these posts you should check out. [1]: unix.stackexchange.com/a/241847/276845 [2]: unix.stackexchange.com/a/227616/276845
    – kemotep
    Apr 18 at 16:57












  • I am on Kali Rolling, based on Kali 2: uname -a = Linux nohupt 4.15.0-kali2-amd64 #1 SMP Debian 4.15.11-1kali1 (2018-03-21) x86_64 GNU/Linux and cat /etc/issue/ = Kali GNU/Linux Rolling
    – nohupt
    Apr 19 at 7:28










  • @nohupt, I see. I apologize, I have only seen it referred to as Kali 1, Kali 2 or Kali rolling. Did you get a chance to check out those other posts I linked? I can update my post to better reflect a more workable solution based off of them if they work. However if you can not get things to work, I believe the next step will be to document the issue and file a bug report with the respective dev teams.
    – kemotep
    Apr 19 at 12:59




















  • Thanks, I actually found that same Kali post as well and so far the only thing that has worked out of all of that is manually typing in the modprobe command. Updated my question to reflect everything I've tried thus far.
    – nohupt
    Apr 18 at 6:51










  • @nohupt, I notice now that you say you are using Kali 2, is there any reason you have not updated to the latest Kali? Kali 2.0 is from 2015, in 2016 they moved to a rolling release model. That could be part of the issue is that you are out of date.
    – kemotep
    Apr 18 at 12:51










  • @nohupt, I have also found these posts you should check out. [1]: unix.stackexchange.com/a/241847/276845 [2]: unix.stackexchange.com/a/227616/276845
    – kemotep
    Apr 18 at 16:57












  • I am on Kali Rolling, based on Kali 2: uname -a = Linux nohupt 4.15.0-kali2-amd64 #1 SMP Debian 4.15.11-1kali1 (2018-03-21) x86_64 GNU/Linux and cat /etc/issue/ = Kali GNU/Linux Rolling
    – nohupt
    Apr 19 at 7:28










  • @nohupt, I see. I apologize, I have only seen it referred to as Kali 1, Kali 2 or Kali rolling. Did you get a chance to check out those other posts I linked? I can update my post to better reflect a more workable solution based off of them if they work. However if you can not get things to work, I believe the next step will be to document the issue and file a bug report with the respective dev teams.
    – kemotep
    Apr 19 at 12:59


















Thanks, I actually found that same Kali post as well and so far the only thing that has worked out of all of that is manually typing in the modprobe command. Updated my question to reflect everything I've tried thus far.
– nohupt
Apr 18 at 6:51




Thanks, I actually found that same Kali post as well and so far the only thing that has worked out of all of that is manually typing in the modprobe command. Updated my question to reflect everything I've tried thus far.
– nohupt
Apr 18 at 6:51












@nohupt, I notice now that you say you are using Kali 2, is there any reason you have not updated to the latest Kali? Kali 2.0 is from 2015, in 2016 they moved to a rolling release model. That could be part of the issue is that you are out of date.
– kemotep
Apr 18 at 12:51




@nohupt, I notice now that you say you are using Kali 2, is there any reason you have not updated to the latest Kali? Kali 2.0 is from 2015, in 2016 they moved to a rolling release model. That could be part of the issue is that you are out of date.
– kemotep
Apr 18 at 12:51












@nohupt, I have also found these posts you should check out. [1]: unix.stackexchange.com/a/241847/276845 [2]: unix.stackexchange.com/a/227616/276845
– kemotep
Apr 18 at 16:57






@nohupt, I have also found these posts you should check out. [1]: unix.stackexchange.com/a/241847/276845 [2]: unix.stackexchange.com/a/227616/276845
– kemotep
Apr 18 at 16:57














I am on Kali Rolling, based on Kali 2: uname -a = Linux nohupt 4.15.0-kali2-amd64 #1 SMP Debian 4.15.11-1kali1 (2018-03-21) x86_64 GNU/Linux and cat /etc/issue/ = Kali GNU/Linux Rolling
– nohupt
Apr 19 at 7:28




I am on Kali Rolling, based on Kali 2: uname -a = Linux nohupt 4.15.0-kali2-amd64 #1 SMP Debian 4.15.11-1kali1 (2018-03-21) x86_64 GNU/Linux and cat /etc/issue/ = Kali GNU/Linux Rolling
– nohupt
Apr 19 at 7:28












@nohupt, I see. I apologize, I have only seen it referred to as Kali 1, Kali 2 or Kali rolling. Did you get a chance to check out those other posts I linked? I can update my post to better reflect a more workable solution based off of them if they work. However if you can not get things to work, I believe the next step will be to document the issue and file a bug report with the respective dev teams.
– kemotep
Apr 19 at 12:59






@nohupt, I see. I apologize, I have only seen it referred to as Kali 1, Kali 2 or Kali rolling. Did you get a chance to check out those other posts I linked? I can update my post to better reflect a more workable solution based off of them if they work. However if you can not get things to work, I believe the next step will be to document the issue and file a bug report with the respective dev teams.
– kemotep
Apr 19 at 12:59




















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f438304%2ftouchpad-not-working-on-kali-linux-2-rolling%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

サソリ

広島県道265号伴広島線

Setup Asymptote in Texstudio