Bug 22811 - devfs kills /dev/mouse
Summary: devfs kills /dev/mouse
Keywords:
Status: CLOSED DUPLICATE of bug 22810
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: gpm
Version: 1.0
Hardware: i386
OS: Linux
medium
low
Target Milestone: ---
Assignee: Preston Brown
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-12-24 22:08 UTC by Alex Yacoub
Modified: 2007-04-18 16:30 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-12-24 22:08:02 UTC
Embargoed:


Attachments (Terms of Use)

Description Alex Yacoub 2000-12-24 22:08:00 UTC
This isn't exactly a gpm problem, but . . .

devfs overlays /dev/mouse and the initscripts and gpm rely on its
existence.  I would recommend changing the /etc/rc.d/init.d/gpm file to
directly reference the right mouse device or adding some magic to kudzu and
the initscripts to write a link at startup.  Another possibility is using
devfsd to make the links, as in:

REGISTER
misc/psaux
CFUNCTION GLOBAL symlink $devname mouse
UNREGISTER
misc/psaux
CFUNCTION GLOBAL unlink mouse

(see bug 22809 for notes on that).  However, if a new mouse is detected,
kudzu would still have to change that link somehow.  Anyway, just a heads
up on that.

This isn't high priority, since devfs isn't going to be in use anytime
soon.  I just like it when the initscripts work without kludging.

Comment 1 Alex Yacoub 2000-12-24 22:11:45 UTC
ARG, sorry about the duplicate!

*** This bug has been marked as a duplicate of 22810 ***


Note You need to log in before you can comment on or make changes to this bug.