I’m new in linux world… And my story is that I try to install different linux types… And best, that I found for my laptop is OpenSuse TUMBLEWEED. Wifi working, but…
But touchpad doesn’t work at all… And I’m very sad:’( Can someone help me with this? How I can fix touchpad for my laptop (Alienware 13 - Nvidia GTX 960M, i7)…
is the touchpad turn on? I believe in your laptop the combination is Fn+F11.
and if that doesn’t do a thing, is it listed in your input devices? go to a terminal and run:
cat /proc/bus/input/devices
if it’s detected it should show up somewhere in a line where it says something like:
I: Bus=00zz Vendor=000z Product=000z Version=0000
N: Name=“Manufacturer Touchpad”
P: Phys=isa0000/serio0/input0
S: Sysfs=/devices/platform/i8042/serioz/input/inputz
U: Uniq=
H: Handlers=mouse0 event1
B: PROP=5
B: EV=
B: KEY=
B: ABS=
Yes, combination is Fn+F11.
Thank you! Now its working!:)))
Unbelievable! But, I solve it!
-
you need run:
sudo nano /etc/modprobe.d/blacklist.conf -
then add to this file:
blacklist i2c_hid -
after that run :
sudo depmod -a -
and finally:
sudo mkinitrd
And it will work!!! (After reboot)