Check your rules they are probably wrong, seems new udev is not as tolerant anymore as it was with 090.
Correct your custom rules and all should be fine.
I gave it a try and made == of =.
But starting with new udev doesn't create my symlinks.

I attach 00rules.


--
Gruß, Johannes
www.hehejo.de

http://urly.de/6590
BUS=="usb",  SYSFS{product}=="ClipDrive       ", KERNEL=="sd?1", NAME=="%k", 
SYMLINK=="stick"
BUS=="usb",  SYSFS{product}=="C160_D395", SYSFS{serial}=="SW04126634 ", 
KERNEL=="sd?1", NAME=="%k", SYMLINK=="camera"

BUS=="usb", SYSFS{idProduct}=="2026", SYSFS{product}=="USB2.0 Card Reader",  
KERNEL=="sd?1", NAME=="%k", SYMLINK=="ixus"

BUS=="usb",  SYSFS{product}=="External HDD" , KERNEL=="sd?1", NAME=="%k", 
SYMLINK=="share"

SUBSYSTEM=="net", SYSFS{address}=="00:04:23:84:12:c7", NAME="wlan0"
_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to