linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* udev: no /dev/input/mice made
@ 2005-11-11 16:47 Reg Clemens
  2005-11-11 17:15 ` Kay Sievers
  0 siblings, 1 reply; 2+ messages in thread
From: Reg Clemens @ 2005-11-11 16:47 UTC (permalink / raw)
  To: linux-hotplug

OK, something happened with my FC3 system, but now when
I reboot, Windows won't come up.

The problem is that /dev/input/mice is missing.
If I make the directory and then the node, viz

	mkdir /dev/input
	mknod /dev/input/mice c 13 63

then all is well.

I have to assume that udev is removing, and remaking this node
each time I reboot.  What do I have to do to get it to do it right?
As far as I can tell, the /etc/udev/rules.d/50-udev.rules file is untouched.


-- 
                                        Reg.Clemens
                                        reg@dwf.com




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: udev: no /dev/input/mice made
  2005-11-11 16:47 udev: no /dev/input/mice made Reg Clemens
@ 2005-11-11 17:15 ` Kay Sievers
  0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2005-11-11 17:15 UTC (permalink / raw)
  To: linux-hotplug

On Fri, Nov 11, 2005 at 09:47:38AM -0700, Reg Clemens wrote:
> OK, something happened with my FC3 system, but now when
> I reboot, Windows won't come up.

What is "something"? What did you change?

> The problem is that /dev/input/mice is missing.
> If I make the directory and then the node, viz
> 
> 	mkdir /dev/input
> 	mknod /dev/input/mice c 13 63
> 
> then all is well.

What does:
  ls -l /sys/class/input/
print?

> I have to assume that udev is removing, and remaking this node
> each time I reboot.

Yes, that's intentional. /dev is on a tmpfs, its content does not
survive a reboot.

> What do I have to do to get it to do it right?
> As far as I can tell, the /etc/udev/rules.d/50-udev.rules file is untouched.

What kernel version?
What udev version?

Kay


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-11 17:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-11 16:47 udev: no /dev/input/mice made Reg Clemens
2005-11-11 17:15 ` Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).