首页 > 代码库 > kali声卡,触控板解决办法

kali声卡,触控板解决办法

1.声卡

curl -s https://raw.githubusercontent.com/nu11secur1ty/pulseaudio/master/pulseaudio.sh | bash

 

项目主页:https://github.com/nu11secur1ty/pulseaudio

 

 

2.触控板

if you have issues with tapping function or scrolling function with your touchpad, then you can type the following in terminal to fix it

Code:

modprobe -r psmouse
modprobe psmouse proto=imps

 

to make the changes persistant create a file under /etc/modprobe.d with anyname.conf

Code:

options psmouse proto=imps

 

followed the debian wiki at this link for this fix: http://wiki.debian.org/SynapticsTouchpad

 

 

 

 

kali声卡,触控板解决办法