User Feedback :: serial mouse not working
I tryied
ln -s /dev/ttyS0 /dev/mouse
and also
mouseconfig
but the mouse is not working, while booting win98 works fine
Logout X using Alt-Ctrl-Backspace, run "mc" and edit file /etx/X11/XF86Config and in the section
Section "Pointer"
Device "/dev/psaux"
Protocol "ImPS/2"
Emulate3Buttons
ZAxisMapping 4 5
EndSection
Change "psaux" with "ttyS0" and "ImPS/2" with "Microsoft"
save exit mc and run startx. You should be ok now.
I did:
hd install
ctrl+alt+backspace
su
vi /etc/X11/XF86Config
changed what u told me even tryed ttyS1
exit
startx
but still not working:angry:
Try /dev/ttyS1
/dev/ttyS2
or
/dev/ttyS3
There have been some reports that "COM1" in windows does not always translate in to serial port 0 in DSL.
Good Luck.
Would just add that on one machine I had to rm /dev/mouse before ln -s /dev/ttyS0 /dev/mouse
The link by itself wasn't enough. HTH
Next Page...
original here.