You are not logged in.
Pages: 1
Hi,
after removing and reinstalling gtk3 with all dependent programs, my touchpad stoped working.
dmesg | grep pnp
[ 0.282215] pnp: PnP ACPI init
[ 0.282418] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.282501] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.282527] pnp 00:06: Plug and Play ACPI device, IDs ETD0a02 PNP0f13 (active)
[ 0.283034] pnp: PnP ACPI: found 8 devices
so my touchpad should be recogniced. Also the driver says:
lsmod | grep mouse
mousedev 20480 0
psmouse 118784 0
libps2 16384 2 atkbd,psmouse
serio 20480 6 serio_raw,atkbd,i8042,psmouse
and
lsmod | grep evdev
evdev 24576 27
On the otherhand
synclient -l
Couldn't find synaptics properties. No synaptics driver loaded?
and
xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ MOSART Semi. 2.4G Keyboard Mouse id=11 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ MOSART Semi. 2.4G Keyboard Mouse id=10 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
So I am not sure if I am missing the driver or if not and it is just some interaction problem. The notebook is a gigabyte p35k
and
uname -a
Linux p35 4.2.2-1-ARCH #1 SMP PREEMPT Tue Sep 29 22:21:33 CEST 2015 x86_64 GNU/Linux
In addition:
find /dev -iname 'evinput'
is empty.
I am also running gnome and grub. If you need further information feel free to ask.
Offline
Pages: 1