Re: PS/2 mouse not working after upgrade to kernel 2.6.0
From: Peter Samuelson (peter_at_p12n.org)
Date: 02/10/04
- Previous message: Nano Nano: "ntfs partition thinks its reiserfs, sorta"
- In reply to: Kevin Wortman: "PS/2 mouse not working after upgrade to kernel 2.6.0"
- Next in thread: Kevin Wortman: "Re: PS/2 mouse not working after upgrade to kernel 2.6.0"
- Reply: Kevin Wortman: "Re: PS/2 mouse not working after upgrade to kernel 2.6.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 10 Feb 2004 07:38:32 +0000 To: Kevin Wortman <kwortman@ics.uci.edu>
[Kevin Wortman]
> (EE) xf86OpenSerial: Cannot open device /dev/psaux
> No such device.
> I tried to cat /dev/psaux and /dev/input/mice and /dev/input/mouse0 ,
> and all give a device not found error, which led me to believe the
> kernel module was not loaded. But my dmesg contains
>
> input: PS2++ Logitech Mouse on isa0060/serio1
With the kernel input layer, there are three components to the mouse
driver now. One is 'psmouse', which you already have loaded. Another
is 'input', which is autoloaded. The third is the frontend,
'mousedev', which takes mouse data and produces an emulated PS/2
Intellimouse on /dev/input/mice - and optionally on /dev/psaux as well,
for backward compatibility.
Note that 'mousedev' is not strictly needed - if your applications can
deal with the 'event interface' instead, you can just load the 'evdev'
module and use /dev/input/event0 et al. as an alternate "front-end
driver" for mouse packet output. But normally you just want 'mousedev'
and /dev/input/mice.
Peter
-- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- application/pgp-signature attachment: Digital signature
- Previous message: Nano Nano: "ntfs partition thinks its reiserfs, sorta"
- In reply to: Kevin Wortman: "PS/2 mouse not working after upgrade to kernel 2.6.0"
- Next in thread: Kevin Wortman: "Re: PS/2 mouse not working after upgrade to kernel 2.6.0"
- Reply: Kevin Wortman: "Re: PS/2 mouse not working after upgrade to kernel 2.6.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|