NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › PS/2 Mouse + Synaptics Drivers?
New Posts  All Forums:Forum Nav:

PS/2 Mouse + Synaptics Drivers?

post #1 of 4
Thread Starter 
OK, I grabbed and installed the synaptics driver for my machine [5660, Redhat 8.0]. Installed no problem (just copying a file and editing XF86'). However, at some point - I must have had my external PS/2 wheel mouse plugged in or NOT plugged in - X *totally bombed out*. Weird. I couldn't even get a mingetty to appear. We remotely logged into it and restored the XF86Config and all is fine now.

Now, sure, I can go get a USB mouse - not a problem. However, I want to get the wheels on my external mice to work. IMMouse (or whatever) wasn't working. Has anyone had the synaptics drivers working with an external wheel mouse?

Thanks!
post #2 of 4

Opps Hot Plugging PS/2

Well i bet thats what you did, hotplugging ps/2 can crash ya for good. Bizarelly it never happens to me and i was doing it a lot. But i have heard and witness real CRASH by doing so.

Here is the main problem you are facing. The touchpad is REAL PS/2 protocol, and seen as so by X, while an externel Wheel ( ps/2 or usb ) works on the ImPS/2 or Intellimouse protocol. So you could have a start up script that detect if a mouse is plugged in, if not set the protocol of your X config accordingly. Ouchhh.

An easy workout is to set 2 mouses ( X allows upt to 4 ), and uncomment the Option "AllowMouseOpenFail" ( check man XFree86 and other relatives manual pages to get the right option with the X server version you are running ).

One will be the sysnaptic mouse, the other the external ( usb or ps/2 ).

FYOI : /dev/psaux == ps/2
/dev/input/mice0 == usb
/dev/mouse is usually a symlink
As well Option "ZAxisMapping" "4 5" under the mouse device section will enable the scroll wheel
Hope that helps. There is a X multiple mouse How to on www.tdlp.org.
----------------------------------------------------------

Sysinfo: Linux 2.4.21-pre5 | Distro: Debian/GNU | Local Time: 21:40:45 CET | Connection: eth0 Received: 372.9 KiB, 1349 packets Send: 80.1 KiB, 566 packets | Users: 2 Load: 0.18
CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz @ 2399 MHz | Mem usage: 47.5/512.1 mb (9%) | Swap usage: 0.0/503.1 mb (0%) | Disk usage(HITACHI_DK23DA-40): 11.7/33.7 gb (35%) | Uptime: 17 mins 15 secs
XFree86: 4.3.0 | Monitor: TFT Flatpanel 15 Videocard: ATI M9 (9000 Mobility) | Res: 1400x1050 /w 24 bit gfx | X-chat: 2.0.0
post #3 of 4
Thread Starter 

Re: Opps Hot Plugging PS/2

Quote:
Originally posted by laclasse
Well i bet thats what you did, hotplugging ps/2 can crash ya for good. Bizarelly it never happens to me and i was doing it a lot. But i have heard and witness real CRASH by doing so.
Wow, I've never heard that before. I used to do it all the time with my Inspiron (and learned some weird things related to bios; e.g., it worked better when I cold booted it with the mouse in...).


Quote:
So you could have a start up script that detect if a mouse is plugged in, if not set the protocol of your X config accordingly. Ouchhh.
Yeah, I was trying to avoid that. One nice thing about the Dell bios, cough cough, is that it would detect and external and turn off the pad if I wanted...

Ultimately, I just grabbed a USB mouse, plugged it in, and everything works great. Oh well!

Thanks, though!
post #4 of 4

lol

When, see the sager is such a desktop for me, that i am as well using external usb2.0 logithech optical wheel WIRED mouse. Wireless is a pain as i work in public spaces with it, the kensington lock was expensive enough. So my touchpad is deactivated.
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › PS/2 Mouse + Synaptics Drivers?