Announcement

News: Chakra 2013.03 Benz Released: Release Notes - Download - A good place to start: Beginner's Guide - For pasting any code/info please use paste.chakra. Please read Forum Etiquette.

#1 2011-09-08 17:01:49

DiscipleOfDante
Guru
Registered: 2011-04-08
Posts: 610

Touchpad not detected

Okay I just got my new laptop last night. I went to turn the trackpad off in system settings>> input devices>> touchpad but it says "no touchpad dected." However my touchpad does work. I tried using the key to turn off the touchpad but that did not work either.

Offline

#2 2011-09-08 17:50:05

STiAT
Chakra Developer
Registered: 2008-12-23
Posts: 332

Re: Touchpad not detected

Touchpads which are not hard-button / bios but software controlled are indeed a problem.

In most cases, you'll have to select the proper keyboard model to be able to turn the touchpad off - if your model is supported in Linux.
Which model is your new laptop, this could give us hints about which settings you need. Special keys with special functions can be quite complicated to set up though (I've had this often with old laptops, that's why I went with dell now).

Offline

#3 2011-09-08 18:34:44

DiscipleOfDante
Guru
Registered: 2011-04-08
Posts: 610

Re: Touchpad not detected

My new laptop is a toshiba sattelite c650d-st4no1 here is the link to where I bought it http://www.toshibadirect.com/td/b2c/pde … 2000004151

Offline

#4 2011-09-09 08:21:00

STiAT
Chakra Developer
Registered: 2008-12-23
Posts: 332

Re: Touchpad not detected

This means you have a synaptics touchpad (urks ^^).

Try the following:

Install a driver xf86-input-synaptics
/etc/X11/xorg.conf.d/10-synaptics.conf

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
            Option "TapButton1" "1"
            Option "TapButton2" "2"
            Option "TapButton3" "3"
            Option "SHMConfig"  "true"
 EndSection

Last edited by STiAT (2011-09-09 08:30:10)

Offline

#5 2011-09-09 13:20:41

abveritas
Core-Team Admin
From: GA, USA
Registered: 2010-01-11
Posts: 6,051

Re: Touchpad not detected

Have you tried with installing synaptiks from apps?
http://chakra-project.org/packages/inde … pkg.tar.xz

Offline

#6 2011-09-09 14:19:21

DiscipleOfDante
Guru
Registered: 2011-04-08
Posts: 610

Re: Touchpad not detected

@StiAt what does /dev/input/event* mean exactly? I don't understant the point of the asterisk

@abveritas I have not I will try that next. I like to try one method at a time so as not to get confused as to what works.

Last edited by DiscipleOfDante (2011-09-09 14:21:00)

Offline

#7 2011-09-09 15:31:53

abveritas
Core-Team Admin
From: GA, USA
Registered: 2010-01-11
Posts: 6,051

Re: Touchpad not detected

Synaptiks is just a GUI for the package Stiat mentioned, integrated in system-settings.

Offline

#8 2011-09-09 17:56:29

honor
Mentor
From: Brazil, São Paulo
Registered: 2011-04-06
Posts: 774

Re: Touchpad not detected

The asterisk means any event. A single device may have many.

Offline

#9 2011-09-09 20:23:11

DiscipleOfDante
Guru
Registered: 2011-04-08
Posts: 610

Re: Touchpad not detected

okay then I will install synaptiks and give that a whirl

Offline

#10 2011-09-12 12:05:13

STiAT
Chakra Developer
Registered: 2008-12-23
Posts: 332

Re: Touchpad not detected

True what honor says, and for different touchpads you have completely different events, especially for synaptics touchpads.

Anyway, give the package a whirl, maybe it helps ;-)

Offline

#11 2011-10-06 23:43:04

thaumaturgy
Apprentice
Registered: 2011-10-05
Posts: 13

Re: Touchpad not detected

Hope I'm not hijacking this thread too badly, but I have an Inspiron N7110 running a pretty fresh install of Chakra. About the only thing bugging me now is the touchpad. It's an Alps Glidepoint but is only being detected as a PS2 Mouse:

(from /var/log/dmesg.log)
input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input9

I tried messing about with /etc/X11/xorg.conf.d/10-synaptics.conf as posted above:

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/devices/platform/i8042/serio1/input/input*"
              Option "TapButton1" "1"
              Option "TapButton2" "2"
              Option "TapButton3" "3"
              Option "SHMConfig"  "true"
EndSection

...but of course that didn't work. Any hints? Thanks.

Offline

#12 2011-10-07 21:35:21

korthaerd
Member
From: France
Registered: 2011-03-14
Posts: 47

Re: Touchpad not detected

I have the same issue here with a Macbook Air.
The trackpad is seen by the system like a trackpad, but kde see it like a mouse.

demseg : input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.0/input/input15

If some one know how to force kde to see it like he have to, it would be great. big_smile

Offline

#13 2012-01-28 22:55:19

DiscipleOfDante
Guru
Registered: 2011-04-08
Posts: 610

Re: Touchpad not detected

I hate to ressurect a dead thread but synaptiks did not work for my laptop. I did as was suggested and it didn't help.

Offline

Board footer

Powered by FluxBB 1.4.8