Quote:
Originally Posted by /bin/bash
What is the rule you added?
|
I have quoted the following:
#KERNEL="mice", NAME="input/%k", MODE="0644"
#KERNEL="mouse*", NAME="input/%k", MODE="0644"
Added these at the end of the file:
BUS=="usb", ID=="3-2:1.0", NAME="input/mouse1"
BUS=="usb", ID=="3-1:1.0", NAME="input/mouse2"
BUS=="usb", ID=="2-1:1.0", NAME="input/mouse3"
BUS=="usb", ID=="2-2:1.0", NAME="input/mouse4"
BUS=="usb", ID=="4-1:1.0", NAME="input/mouse5"
BUS=="usb", ID=="4-2:1.0", NAME="input/mouse6"
Quote:
Where did you put the rule?
|
I did put the rules in the rules file. On my Slackware System they are located at: /etc/udev/rules.d/udev.rules and my udev config is pointing in the correct directory
(# udev_rules - The name and location of the udev rules dir
udev_rules="/etc/udev/rules.d")
these rule are working since the mousex get created. The issue is that you need to reconnect the mouse everytime you reboot! so udev recreate the /dev entries.
Thanks
Claude