LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 04-24-2006, 10:42 PM   #1
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
More synaptics touchpad trouble


Hi,

I'm trying to install Slackware 10.2 with a custom 2.6.13 kernel on an HP dv5000. (I have everything working on a different hp laptop, everything went quite well...on this one, though, one long, hard, slog...Sorry, back to the question).

I can't get the touchpad to work.

I've got evdev and psmouse both loaded, as you can see:

Module Size Used by
fglrx 467680 0
snd_pcm_oss 47008 0
snd_mixer_oss 17024 1 snd_pcm_oss
lp 9928 0
parport 31944 1 lp
ipv6 233024 12
uhci_hcd 30480 0
ati_agp 6668 0
shpchp 96868 0
usb_storage 72384 0
ohci_hcd 18436 0
ehci_hcd 30344 0
snd_atiixp 16736 0
snd_ac97_codec 81660 1 snd_atiixp
snd_pcm 78984 3 snd_pcm_oss,snd_atiixp,snd_ac97_codec
snd_timer 20356 1 snd_pcm
snd 44772 6 snd_pcm_oss,snd_mixer_oss,snd_atiixp,snd_ac97_codec,snd_pcm,snd_timer
soundcore 7136 1 snd
snd_page_alloc 8584 2 snd_atiixp,snd_pcm
ohci1394 31540 0
ieee1394 87992 1 ohci1394
8139too 22656 0
mii 4736 1 8139too
pcmcia 31264 2
firmware_class 7808 1 pcmcia
yenta_socket 22412 2
rsrc_nonstatic 11776 1 yenta_socket
pcmcia_core 35216 3 pcmcia,yenta_socket,rsrc_nonstatic
evdev 7424 0
battery 8452 0
ac 3588 0
agpgart 29384 2 fglrx,ati_agp
psmouse 32644 0

Despite evdev, I do not have any /dev/events and only have /dev/mouse, not /dev/mouse{0..}.

Anyway, cat /proc/bus/input/devices does find the touchpad:

I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd event0
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0011 Vendor=0002 Product=0005 Version=0000
N: Name="ImPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio4/input0
H: Handlers=mouse0 event1
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103

(ominous reference to mouse0 and event1, neither of which seem to exist)

Never-the-less, startx complains:


X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.13 i686 [ELF]
Current Operating System: Linux billygoat 2.6.13 #1 Sat Apr 22 15:11:38 MDT 2006 i686
Build Date: 11 September 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 24 21:21:27 2006
(==) Using config file: "/etc/X11/xorg.conf"

Symbol DRIGetDrawableInfo from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol DRIGetDeviceInfo from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Synaptics Mouse no synaptics event device found (checked 42 nodes)
Query no Synaptics: 6003C8
(EE) Synaptics Mouse no synaptics touchpad detected and no repeater device
(EE) Synaptics Mouse Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "Synaptics Mouse"
No core pointer

Fatal server error:
failed to initialize core devices

Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.


(I don't think that the fglrx error is related to the touchpad, but any ideas on this would be welcome as well.)

Oh, and the touchpad works fine as a simple IMPS/2 mouse, but I'd really love to get the scrolling working.

Thanks for any ideas,
Brian

Last edited by BCarey; 04-24-2006 at 10:46 PM.
 
Old 04-25-2006, 11:34 PM   #2
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
Install the synaptics driver for linux?
 
Old 04-26-2006, 09:15 AM   #3
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Original Poster
Rep: Reputation: Disabled
I did compile and install the synaptics driver (0.4.14). I put it in /usr/X11R6/lib/modules/input as per INSTALL. It seems to be working (to some extent) because if I mv it and startx the error message changes from:

Synaptics Mouse no synaptics event device found (checked 42 nodes)
Query no Synaptics: 6003C8
(EE) Synaptics Mouse no synaptics touchpad detected and no repeater device
(EE) Synaptics Mouse Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "Synaptics Mouse"


to simply:
(EE) No Input driver matching 'synaptics'


Thanks,
Brian
 
Old 04-27-2006, 06:35 PM   #4
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Look at my homepage for some info on where to put various files that X is looking for.

Also, you may have a module loading that is interferring with the Synaptics driver. (I had the same issue earlier)
Per the 'troubleshooting.txt' file in the Synaptics driver package:
Code:
4. Make sure your boot loader doesn't pass any parameter to the kernel
   that disables mouse extensions. ("psmouse_proto=bare" for example).
   Alternatively, if psmouse is compiled as a module, make sure that
   modprobe doesn't pass such parameters. Check /etc/modprobe.conf and
   "rmmod psmouse; modprobe -v psmouse".
 
Old 04-27-2006, 08:46 PM   #5
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Original Poster
Rep: Reputation: Disabled
Thank you!

The psmouse thing did the trick. It was loading proto=imps2. Took it out and things work fine.

Thanks again,
Brian
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to kill touchpad click. (Synaptics Touchpad / FC4) sarysa Linux - Laptop and Netbook 4 02-19-2007 03:15 PM
synaptics touchpad with 2.6.14 dracolich Linux - General 10 11-11-2005 01:46 PM
Synaptics touchpad beatupbilly Linux - Hardware 6 11-28-2004 11:43 AM
Synaptics Touchpad beatupbilly Fedora 2 01-14-2004 11:14 PM
synaptics touchpad d_lake Linux - Hardware 5 02-08-2003 11:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 01:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration