21 Mar
2005
21 Mar
'05
14:52
Here is a solution: Create a rule in /etc/udev/rules.d: # Palm Handheld BUS="usb",SYSFS{serial}="PalmSN12345678",NAME="pilot"
You can either add it into 50-udev.rules or create 10-udev.rules.
Then create permissions inetc/udev/permissions.d: # Palm Handheld rw pilot*:root:usb:0666
Add this to either 50-udev.permissions or 10-udev.permissions
There is a good website on udev: http://www.reactivated.net/udevrules.php I had read through this web site. And had set up 10-udev.rules. But with no success. Also set debug but did not see anything being logged. It appears that udev_call is not working. Also with hotplug off the sync is alot smoother and does not stall my system. Do you actually see the ttyUSB1 being created and removed in /dev?