Sjoerd Mullender wrote:
Serge de Souza wrote: I now have this line in the file /etc/udev/rules.d/10-palm.rules. It seems to work well: DRIVER=="visor", KERNEL=="ttyUSB[13579]", SYMLINK+="pilot", MODE:="0666" I didn't see a way in udev to specify that the owner of the file should be the user who is logged in on the console, so I opted for mode 666.
I ended up going through bugzilla and found a related bug, added to it and an attachment named 50-udev.rules was posted that fixed the problem without the need for the ugly 666 mode. Have a look at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180973
Serge