Re: Strange Behaviour with udev

2009-03-30 Thread Martin Nattrodt
I could solve the Problem by extending the udev rule. Now it works and looks like: KERNEL=="ttyUSB?*", ATTR{dev}=="188:*", ATTRS{serial}=="A2001nj4", SUBSYSTEMS=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", SYMLINK+="temp1" Am Sonntag, den 29.03.2009, 22:47 +0200 schrieb Martin Nat

Strange Behaviour with udev

2009-03-29 Thread Martin Nattrodt
Hello, I have problems with the assignment of symbolic links with udev. I am using two usb-serial converter. I need them always on the same device. So I am using udev rules (z61-sht-sensor.rules): ATTRS{serial}=="A2001nj4", SUBSYSTEMS=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001",