Quote: Originally Posted by
saverio911 
If you get no listing in dmesg you aren't going to get anywhere.
When you hot plug the device after bootup do you get any new messages added to the bottom of /var/log/messages or dmesg or wherever you configured you box to send them?
when I hotplug the touchscreen, this is what dmesg gives:
usb 2-2: new low speed USB device using address 2
input: eGalax Inc. USB TouchController on usb-0000:00:10.0-2
usbcore: registered new driver touchkitusb
Quote: Originally Posted by
saverio911 
I would remove the UDEV rule just to see if coldplug works again. If it does then the UDEV rule is the most likely culprit. For me, at least, UDEV has a steep learning curve. Every UDEV rule I have made from scratch needs 4 or 5 iterations to work right.
Oh yeah - shouldn't it be SYMLINK="input/touchscreen" instead of just SYMLINK="touchscreen" so you get /dev/input/touchscreen?
I removed the udev rule, but no luck, device still not detected at boot.