Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-30-2006, 03:19 AM
|
#1
|
LQ Newbie
Registered: Aug 2005
Distribution: Slackware 10.2
Posts: 9
Rep:
|
Touchpad doesn't work after upgrading to kernel 2.6.16.11
Hi all,
My laptop's touchpad doesn't work after I upgraded kernel from the original 2.4.31 (slackware 10.2) to 2.6.16.11, but my usb mouse works just fine in both kernels.
This is my xorg.conf:
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
###################################################
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection
I tried to disconnect the usb mouse, the touchpad still doesn't work. I can't figure out how to solve this problem, anyone could help?
|
|
|
04-30-2006, 03:25 AM
|
#2
|
LQ Newbie
Registered: Aug 2005
Distribution: Slackware 10.2
Posts: 9
Original Poster
Rep:
|
|
|
|
04-30-2006, 04:36 AM
|
#3
|
Member
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358
Rep:
|
try:
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
# EndSection
this works for me with touchpad and USB wireless mouse. they both infact work at the same time - when i remove the USB mouse, i can then use the synaptics touchpad
** note' this is all i have for mouse (not two sections)
|
|
|
04-30-2006, 05:40 AM
|
#4
|
LQ Newbie
Registered: Aug 2005
Distribution: Slackware 10.2
Posts: 9
Original Poster
Rep:
|
Thank you -=Graz=-, but your solution seems does not work for me 
|
|
|
04-30-2006, 07:26 AM
|
#5
|
Member
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358
Rep:
|

try running # mouseconfig and select PS/2 as the mouse type.
then edit the xorg.conf to what i suggested and then reboot
** Also, my touchpad uses the synaptics driver (which loads during boot).. try typing
#dmesg | grep Synap*
i get the following output:
Synaptics Touchpad, model: 1, fw: 6.2, id: 0xa560b1, caps: 0xa04713/0x0
input: SynPS/2 Synaptics TouchPad as /class/input/input1
Last edited by -=Graz=-; 04-30-2006 at 07:35 AM.
|
|
|
04-30-2006, 03:07 PM
|
#6
|
LQ Newbie
Registered: Aug 2005
Distribution: Slackware 10.2
Posts: 9
Original Poster
Rep:
|
Thank you again -=Graz=- and I tried mouseconfig to use ps/2 for my touchpad, but it still did not work; so that, I thought there might be something wrong in the kernel. Then I reconfiguared, compiled and installed the kernel, the problem had been solved.
|
|
|
04-30-2006, 07:20 PM
|
#7
|
Member
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358
Rep:
|
Oh cool! so you fixed it up with a re-compile?
well done!
=)
|
|
|
All times are GMT -5. The time now is 06:17 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|