You are not logged in.

#1 2003-04-17 14:43:20

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,293
Website

/dev/input/mice?

How to get /dev/input/mice device in /dev? I untagged the following lines in /etc/devfsd.conf but doesn't appear.
## Uncomment this to manage USB mouse
# REGISTER        ^input/mouse0$        CFUNCTION GLOBAL mksymlink $devname usbmouse
# UNREGISTER        ^input/mouse0$        CFUNCTION GLOBAL unlink usbmouse
REGISTER        ^input/mice$    CFUNCTION GLOBAL mksymlink $devname usbmouse
UNREGISTER        ^input/mice$    CFUNCTION GLOBAL unlink usbmouse


Markku

Offline

#2 2003-04-17 15:39:34

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: /dev/input/mice?

did you restart the devfs PID ?

kill -HUP <whateverprocess>


AKA uknowme

I am not your friend

Offline

#3 2003-04-18 04:57:29

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,293
Website

Re: /dev/input/mice?

sarah31 wrote:

did you restart the devfs PID ?

/input/mice doesn't appear by re-booting the computer, so how to do it (devfsd ???)?

My experimental hardware detect recognizes the USB mouse and temporary adds the /input/mice in /dev. To run the USB mouse on next boot without hwd, I will have to add the daemon (or whatever) in /etc/rc.local?

For your information (sarah31), I am removing the auto setup options from the hwd. The aim is to make the hwd package to detect only and provide info how to do it manually. Not to install any configs. The aim basis what we said on topic:
http://bbs.archlinux.org/viewtopic.php?t=486


Markku

Offline

#4 2003-04-24 08:15:58

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,293
Website

Re: /dev/input/mice?

rasat wrote:
sarah31 wrote:

did you restart the devfs PID ?

/input/mice doesn't appear by re-booting the computer, so how to do it (devfsd ???)?
To run the USB mouse on next boot without hwd, I will have to add the daemon (or whatever) in /etc/rc.local?

Load module "usb-uhci" (if not compiled in kernel):

modprobe usb-uhci

Markku

Offline

Board footer

Powered by FluxBB