This is a discussion on PS2 mouse not working as usual within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hello Problem is since Slackware 10.1, now with 10.2. My logitech mouse USB with interface PS2, connected to PS2 ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello Problem is since Slackware 10.1, now with 10.2. My logitech mouse USB with interface PS2, connected to PS2 not working in X's - i've tried /dev/psaux /dev/mouse /dev/ttyS0 and 1 in xorg.conf. Still not working. But connecting to USB give good effect. I don't want to use my mouse with USB so how to solve this problem? Regards Radek / Poland -- Radek "Każde pokolenie ma własny czas, Każde pokolenie chce zmienić świat, Każde pokolenie odejdzie w cień, A nasze nie..." |
| |||
| PRL <NOSPAM_prlalfa@tlen.pl> wrote: > My logitech mouse USB with interface PS2, connected to PS2 not working > in X's - i've tried /dev/psaux /dev/mouse /dev/ttyS0 and 1 in xorg.conf. > Still not working. But connecting to USB give good effect. I don't want > to use my mouse with USB so how to solve this problem? First of all, not all USB mice are possible to use together with an USB to PS/2 adapter. However, assuming that your mouse does work with such an adapter I would check the following: Do you have a kernel which was compiled with CONFIG_MOUSE=y CONFIG_PSMOUSE=y ? If you have the above in your kernel you should be able to use /dev/psaux. Usually, during installation Slackware makes a symbolic link from /dev/psaux to /dev/mouse, so it might be possible to use /dev/mouse also. regards Henrik -- The address in the header is only to prevent spam. My real address is: hc7(at)uthyres.com Examples of addresses which go to spammers: root@variousus.net info@k-soft.se info@k-software.biz root@localhost |
| |||
| On Mon, 03 Oct 2005 07:42:04 +0200, Henrik Carlqvist <Henrik.Carlqvist@deadspam.com> wrote: >PRL <NOSPAM_prlalfa@tlen.pl> wrote: >> My logitech mouse USB with interface PS2, connected to PS2 not working >> in X's - i've tried /dev/psaux /dev/mouse /dev/ttyS0 and 1 in xorg.conf. >> Still not working. But connecting to USB give good effect. I don't want >> to use my mouse with USB so how to solve this problem? > >First of all, not all USB mice are possible to use together with an USB to >PS/2 adapter. However, assuming that your mouse does work with such an >adapter I would check the following: > >Do you have a kernel which was compiled with >CONFIG_MOUSE=y >CONFIG_PSMOUSE=y >? > >If you have the above in your kernel you should be able to use /dev/psaux. >Usually, during installation Slackware makes a symbolic link from >/dev/psaux to /dev/mouse, so it might be possible to use /dev/mouse also. > >regards Henrik Also you might possibly need in xorg.conf Option "Protocol" "PS/2" although "auto" should pick it up, but you never know. :-) -- I'm not really a human, but I play one on earth. http://zentara.net/japh.html |