reassign 518815 udev I have read some documentation about udev now. Now i think this problem is caused by a misconfiguration of udev.
Here are some outputs from the configuration database: $ udevinfo -a -p /class/input/input1 Udevinfo starts with the device specified by the devpath and then walks up the chain of parent devices. It prints for every device found, all possible attributes in the udev rules key format. A rule to match, can be composed by the attributes of the device and the attributes from one single parent device. looking at device '/class/input/input1': KERNEL=="input1" SUBSYSTEM=="input" DRIVER=="" ATTR{modalias}=="input:b0014v0001p000Fe0100-e0,1,3,k120,121,123,124,ra0,1,mlsfw" ATTR{uniq}=="" ATTR{phys}=="pnp00:08/gameport0/input0" ATTR{name}=="Analog 2-axis 4-button joystick" $ udevinfo -a -p /dev/input/js0 device not found $ udevinfo -a -p /dev/input/js device not found There are only entries for the wrong device /class/input/input1 ! What must be added / modified to get it work for /dev/input/js0 ? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org